| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/mm: Introduce "default" kernel PTE mask | Dave Hansen | 2018-04-09 | 4 | -14/+34 |
* | x86/mm: Undo double _PAGE_PSE clearing | Dave Hansen | 2018-04-09 | 1 | -3/+6 |
* | x86/mm: Factor out pageattr _PAGE_GLOBAL setting | Dave Hansen | 2018-04-09 | 1 | -43/+23 |
* | Merge branch 'linus' into x86/pti to pick up upstream changes | Ingo Molnar | 2018-04-09 | 3003 | -55400/+181844 |
|\ |
|
| * | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-04-03 | 18 | -108/+141 |
| |\ |
|
| | * | x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3 | Sai Praneeth | 2018-03-12 | 3 | -35/+33 |
| | * | x86/efi: Replace efi_pgd with efi_mm.pgd | Sai Praneeth | 2018-03-12 | 2 | -12/+12 |
| | * | efi: Use string literals for efi_char16_t variable initializers | Ard Biesheuvel | 2018-03-12 | 5 | -19/+13 |
| | * | efi/esrt: Fix handling of early ESRT table mapping | Ard Biesheuvel | 2018-03-12 | 1 | -13/+4 |
| | * | efi: Use efi_mm in x86 as well as ARM | Sai Praneeth | 2018-03-12 | 5 | -9/+15 |
| | * | Merge branch 'x86/mm' into efi/core | Ingo Molnar | 2018-03-12 | 7 | -584/+611 |
| | |\ |
|
| | * | | efi: Make const array 'apple' static | Colin Ian King | 2018-03-09 | 1 | -1/+1 |
| | * | | efi/apple-properties: Use memremap() instead of ioremap() | Andy Shevchenko | 2018-03-09 | 1 | -5/+6 |
| | * | | efi: Reorder pr_notice() with add_device_randomness() call | Ard Biesheuvel | 2018-03-09 | 1 | -1/+1 |
| | * | | x86/efi: Replace GFP_ATOMIC with GFP_KERNEL in efi_query_variable_store() | Jia-Ju Bai | 2018-03-09 | 1 | -1/+1 |
| | * | | efi/arm64: Check whether x18 is preserved by runtime services calls | Ard Biesheuvel | 2018-03-09 | 4 | -2/+52 |
| | * | | efi/arm*: Stop printing addresses of virtual mappings | Ard Biesheuvel | 2018-03-09 | 1 | -4/+1 |
| | * | | efi/apple-properties: Remove redundant attribute initialization from unmarsha... | Andy Shevchenko | 2018-03-09 | 1 | -8/+1 |
| | * | | efi/arm*: Only register page tables when they exist | Mark Rutland | 2018-03-09 | 1 | -0/+3 |
| * | | | Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-04-03 | 30 | -558/+182 |
| |\ \ \ |
|
| | * | | | dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrs | Christoph Hellwig | 2018-03-28 | 2 | -6/+5 |
| | * | | | Merge branch 'linus' into x86/dma, to resolve a conflict with upstream | Ingo Molnar | 2018-03-24 | 469 | -2471/+4437 |
| | |\ \ \ |
|
| | * | | | | swiotlb: Make swiotlb_{alloc,free}_buffer depend on CONFIG_DMA_DIRECT_OPS | Christoph Hellwig | 2018-03-23 | 1 | -0/+2 |
| | * | | | | dma/swiotlb: Remove swiotlb_{alloc,free}_coherent() | Christoph Hellwig | 2018-03-20 | 2 | -46/+0 |
| | * | | | | dma/direct: Handle force decryption for DMA coherent buffers in common code | Christoph Hellwig | 2018-03-20 | 2 | -76/+29 |
| | * | | | | dma/direct: Handle the memory encryption bit in common code | Christoph Hellwig | 2018-03-20 | 12 | -64/+53 |
| | * | | | | dma/swiotlb: Remove swiotlb_set_mem_attributes() | Christoph Hellwig | 2018-03-20 | 3 | -16/+6 |
| | * | | | | set_memory.h: Provide set_memory_{en,de}crypted() stubs | Christoph Hellwig | 2018-03-20 | 1 | -0/+12 |
| | * | | | | x86/dma: Remove dma_alloc_coherent_gfp_flags() | Christoph Hellwig | 2018-03-20 | 4 | -22/+0 |
| | * | | | | iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,f... | Christoph Hellwig | 2018-03-20 | 2 | -46/+17 |
| | * | | | | iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}() | Christoph Hellwig | 2018-03-20 | 2 | -47/+22 |
| | * | | | | x86/dma/amd_gart: Use dma_direct_{alloc,free}() | Christoph Hellwig | 2018-03-20 | 1 | -22/+14 |
| | * | | | | x86/dma/amd_gart: Look at dev->coherent_dma_mask instead of GFP_DMA | Christoph Hellwig | 2018-03-20 | 1 | -1/+1 |
| | * | | | | x86/dma: Use generic swiotlb_ops | Christoph Hellwig | 2018-03-20 | 4 | -95/+9 |
| | * | | | | x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y) | Christoph Hellwig | 2018-03-20 | 11 | -90/+17 |
| | * | | | | x86/dma: Remove dma_alloc_coherent_mask() | Christoph Hellwig | 2018-03-20 | 4 | -40/+8 |
| | * | | | | Merge branch 'x86/mm' into x86/dma, to pick up dependencies | Ingo Molnar | 2018-03-20 | 1159 | -8455/+13470 |
| | |\ \ \ \ |
|
| * | \ \ \ \ | Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-03 | 19 | -170/+147 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | sched/wait: Improve __var_waitqueue() code generation | Peter Zijlstra | 2018-03-20 | 1 | -6/+1 |
| | * | | | | | | sched/wait: Remove the wait_on_atomic_t() API | Peter Zijlstra | 2018-03-20 | 2 | -128/+0 |
| | * | | | | | | sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wa... | Peter Zijlstra | 2018-03-20 | 2 | -2/+4 |
| | * | | | | | | sched/wait, fs/ocfs2: Convert wait_on_atomic_t() usage to the new wait_var_ev... | Peter Zijlstra | 2018-03-20 | 1 | -4/+5 |
| | * | | | | | | sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_even... | Peter Zijlstra | 2018-03-20 | 4 | -12/+7 |
| | * | | | | | | sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_... | Peter Zijlstra | 2018-03-20 | 2 | -4/+5 |
| | * | | | | | | sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_ev... | Peter Zijlstra | 2018-03-20 | 2 | -9/+7 |
| | * | | | | | | sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even... | Peter Zijlstra | 2018-03-20 | 3 | -9/+9 |
| | * | | | | | | sched/wait, drivers/media: Convert wait_on_atomic_t() usage to the new wait_v... | Peter Zijlstra | 2018-03-20 | 1 | -4/+4 |
| | * | | | | | | sched/wait, drivers/drm: Convert wait_on_atomic_t() usage to the new wait_var... | Peter Zijlstra | 2018-03-20 | 2 | -16/+11 |
| | * | | | | | | sched/wait: Introduce wait_var_event() | Peter Zijlstra | 2018-03-20 | 2 | -0/+118 |
| * | | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-03 | 5 | -5/+43 |
| |\ \ \ \ \ \ \ |
|