summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | zorro: Set up z->dev.dma_mask for the DMA APIMichael Schmitz2018-03-191-0/+12
| * | m68k/time: Stop validating rtc_time in .read_timeAlexandre Belloni2018-03-191-1/+1
| * | m68k/mm: Stop printing the virtual memory layoutGeert Uytterhoeven2018-03-191-27/+0
| * | macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcallFinn Thain2018-03-192-28/+65
| * | m68k/mac: Fix apparent race condition in Baboon interrupt dispatchFinn Thain2018-03-191-19/+8
| * | m68k/mac: Enable PDMA support for PowerBook 190Finn Thain2018-03-191-4/+2
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-0218-108/+141
|\ \ \
| * | | x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3Sai Praneeth2018-03-123-35/+33
| * | | x86/efi: Replace efi_pgd with efi_mm.pgdSai Praneeth2018-03-122-12/+12
| * | | efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel2018-03-125-19/+13
| * | | efi/esrt: Fix handling of early ESRT table mappingArd Biesheuvel2018-03-121-13/+4
| * | | efi: Use efi_mm in x86 as well as ARMSai Praneeth2018-03-125-9/+15
| * | | Merge branch 'x86/mm' into efi/coreIngo Molnar2018-03-127-584/+611
| |\ \ \
| * | | | efi: Make const array 'apple' staticColin Ian King2018-03-091-1/+1
| * | | | efi/apple-properties: Use memremap() instead of ioremap()Andy Shevchenko2018-03-091-5/+6
| * | | | efi: Reorder pr_notice() with add_device_randomness() callArd Biesheuvel2018-03-091-1/+1
| * | | | x86/efi: Replace GFP_ATOMIC with GFP_KERNEL in efi_query_variable_store()Jia-Ju Bai2018-03-091-1/+1
| * | | | efi/arm64: Check whether x18 is preserved by runtime services callsArd Biesheuvel2018-03-094-2/+52
| * | | | efi/arm*: Stop printing addresses of virtual mappingsArd Biesheuvel2018-03-091-4/+1
| * | | | efi/apple-properties: Remove redundant attribute initialization from unmarsha...Andy Shevchenko2018-03-091-8/+1
| * | | | efi/arm*: Only register page tables when they existMark Rutland2018-03-091-0/+3
* | | | | Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-0230-558/+182
|\ \ \ \ \
| * | | | | dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrsChristoph Hellwig2018-03-282-6/+5
| * | | | | Merge branch 'linus' into x86/dma, to resolve a conflict with upstreamIngo Molnar2018-03-24469-2471/+4437
| |\ \ \ \ \
| * | | | | | swiotlb: Make swiotlb_{alloc,free}_buffer depend on CONFIG_DMA_DIRECT_OPSChristoph Hellwig2018-03-231-0/+2
| * | | | | | dma/swiotlb: Remove swiotlb_{alloc,free}_coherent()Christoph Hellwig2018-03-202-46/+0
| * | | | | | dma/direct: Handle force decryption for DMA coherent buffers in common codeChristoph Hellwig2018-03-202-76/+29
| * | | | | | dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig2018-03-2012-64/+53
| * | | | | | dma/swiotlb: Remove swiotlb_set_mem_attributes()Christoph Hellwig2018-03-203-16/+6
| * | | | | | set_memory.h: Provide set_memory_{en,de}crypted() stubsChristoph Hellwig2018-03-201-0/+12
| * | | | | | x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig2018-03-204-22/+0
| * | | | | | iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,f...Christoph Hellwig2018-03-202-46/+17
| * | | | | | iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()Christoph Hellwig2018-03-202-47/+22
| * | | | | | x86/dma/amd_gart: Use dma_direct_{alloc,free}()Christoph Hellwig2018-03-201-22/+14
| * | | | | | x86/dma/amd_gart: Look at dev->coherent_dma_mask instead of GFP_DMAChristoph Hellwig2018-03-201-1/+1
| * | | | | | x86/dma: Use generic swiotlb_opsChristoph Hellwig2018-03-204-95/+9
| * | | | | | x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig2018-03-2011-90/+17
| * | | | | | x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig2018-03-204-40/+8
| * | | | | | Merge branch 'x86/mm' into x86/dma, to pick up dependenciesIngo Molnar2018-03-201159-8455/+13470
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-0219-170/+147
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/wait: Improve __var_waitqueue() code generationPeter Zijlstra2018-03-201-6/+1
| * | | | | | | | sched/wait: Remove the wait_on_atomic_t() APIPeter Zijlstra2018-03-202-128/+0
| * | | | | | | | sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wa...Peter Zijlstra2018-03-202-2/+4
| * | | | | | | | sched/wait, fs/ocfs2: Convert wait_on_atomic_t() usage to the new wait_var_ev...Peter Zijlstra2018-03-201-4/+5
| * | | | | | | | sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-204-12/+7
| * | | | | | | | sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra2018-03-202-4/+5
| * | | | | | | | sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_ev...Peter Zijlstra2018-03-202-9/+7
| * | | | | | | | sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-203-9/+9
| * | | | | | | | sched/wait, drivers/media: Convert wait_on_atomic_t() usage to the new wait_v...Peter Zijlstra2018-03-201-4/+4
| * | | | | | | | sched/wait, drivers/drm: Convert wait_on_atomic_t() usage to the new wait_var...Peter Zijlstra2018-03-202-16/+11