Age | Commit message (Expand) | Author | Files | Lines |
2018-03-20 | dma/direct: Handle the memory encryption bit in common code | Christoph Hellwig | 12 | -64/+53 |
2018-03-20 | dma/swiotlb: Remove swiotlb_set_mem_attributes() | Christoph Hellwig | 3 | -16/+6 |
2018-03-20 | set_memory.h: Provide set_memory_{en,de}crypted() stubs | Christoph Hellwig | 1 | -0/+12 |
2018-03-20 | x86/dma: Remove dma_alloc_coherent_gfp_flags() | Christoph Hellwig | 4 | -22/+0 |
2018-03-20 | iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,f... | Christoph Hellwig | 2 | -46/+17 |
2018-03-20 | iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}() | Christoph Hellwig | 2 | -47/+22 |
2018-03-20 | x86/dma/amd_gart: Use dma_direct_{alloc,free}() | Christoph Hellwig | 1 | -22/+14 |
2018-03-20 | x86/dma/amd_gart: Look at dev->coherent_dma_mask instead of GFP_DMA | Christoph Hellwig | 1 | -1/+1 |
2018-03-20 | x86/dma: Use generic swiotlb_ops | Christoph Hellwig | 4 | -95/+9 |
2018-03-20 | x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y) | Christoph Hellwig | 11 | -90/+17 |
2018-03-20 | x86/dma: Remove dma_alloc_coherent_mask() | Christoph Hellwig | 4 | -40/+8 |
2018-03-20 | Merge branch 'x86/mm' into x86/dma, to pick up dependencies | Ingo Molnar | 1159 | -8455/+13470 |
2018-03-20 | x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirk | Christoph Hellwig | 6 | -83/+0 |
2018-03-20 | x86/boot/64: Verify alignment of the LOAD segment | H.J. Lu | 1 | -0/+4 |
2018-03-20 | x86/build/64: Force the linker to use 2MB page size | H.J. Lu | 1 | -0/+9 |
2018-03-19 | selftests/x86/ptrace_syscall: Fix for yet more glibc interference | Andy Lutomirski | 1 | -2/+6 |
2018-03-16 | x86/microcode: Fix CPU synchronization routine | Borislav Petkov | 1 | -27/+41 |
2018-03-16 | x86/microcode: Attempt late loading only when new microcode is present | Borislav Petkov | 4 | -19/+28 |
2018-03-16 | x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist | Alexander Sergeyev | 1 | -2/+1 |
2018-03-15 | x86/mm: Remove pointless checks in vmalloc_fault | Toshi Kani | 1 | -39/+17 |
2018-03-14 | Merge branch 'x86/urgent' into x86/mm to pick up dependencies | Thomas Gleixner | 580 | -3815/+5777 |
2018-03-14 | x86/mm: Fix vmalloc_fault to use pXd_large | Toshi Kani | 1 | -3/+3 |
2018-03-14 | jump_label: Fix sparc64 warning | Josh Poimboeuf | 1 | -1/+2 |
2018-03-14 | x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit... | Andy Whitcroft | 1 | -1/+4 |
2018-03-14 | x86/vm86/32: Fix POPF emulation | Andy Lutomirski | 1 | -1/+2 |
2018-03-14 | selftests/x86/entry_from_vm86: Add test cases for POPF | Andy Lutomirski | 1 | -3/+27 |
2018-03-14 | selftests/x86/entry_from_vm86: Exit with 1 if we fail | Andy Lutomirski | 1 | -1/+1 |
2018-03-12 | Merge tag 'nfs-for-4.16-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 3 | -44/+54 |
2018-03-12 | x86/platform/intel-mid: Add special handling for ACPI HW reduced platforms | Andy Shevchenko | 1 | -0/+6 |
2018-03-12 | ACPI, x86/boot: Introduce the ->reduced_hw_early_init() ACPI callback | Andy Shevchenko | 3 | -1/+5 |
2018-03-12 | ACPI, x86/boot: Split out acpi_generic_reduce_hw_init() and export | Andy Shevchenko | 2 | -9/+17 |
2018-03-12 | x86/pconfig: Provide defines and helper to run MKTME_KEY_PROG leaf | Kirill A. Shutemov | 1 | -0/+50 |
2018-03-12 | x86/pconfig: Detect PCONFIG targets | Kirill A. Shutemov | 3 | -1/+98 |
2018-03-12 | x86/tme: Detect if TME and MKTME is activated by BIOS | Kirill A. Shutemov | 1 | -0/+90 |
2018-03-12 | Merge branch 'x86/pti' into x86/mm, to pick up dependencies | Ingo Molnar | 69 | -471/+910 |
2018-03-12 | x86/cpufeatures: Add Intel PCONFIG cpufeature | Kirill A. Shutemov | 1 | -0/+1 |
2018-03-12 | x86/cpufeatures: Add Intel Total Memory Encryption cpufeature | Kirill A. Shutemov | 1 | -0/+1 |
2018-03-12 | x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G | Kirill A. Shutemov | 1 | -16/+53 |
2018-03-12 | x86/boot/compressed/64: Use page table in trampoline memory | Kirill A. Shutemov | 1 | -24/+23 |
2018-03-12 | x86/boot/compressed/64: Use stack from trampoline memory | Kirill A. Shutemov | 1 | -0/+6 |
2018-03-12 | x86/boot/compressed/64: Make sure we have a 32-bit code segment | Kirill A. Shutemov | 1 | -0/+10 |
2018-03-12 | x86/mm: Do not use paravirtualized calls in native_set_p4d() | Kirill A. Shutemov | 1 | -2/+2 |
2018-03-12 | kdump, vmcoreinfo: Export pgtable_l5_enabled value | Baoquan He | 1 | -0/+1 |
2018-03-12 | x86/boot/compressed/64: Prepare new top-level page table for trampoline | Kirill A. Shutemov | 1 | -0/+61 |
2018-03-12 | x86/boot/compressed/64: Set up trampoline memory | Kirill A. Shutemov | 3 | -1/+18 |
2018-03-12 | x86/boot/compressed/64: Save and restore trampoline memory | Kirill A. Shutemov | 2 | -0/+23 |
2018-03-12 | x86/boot/compressed/64: Find a place for 32-bit trampoline | Kirill A. Shutemov | 3 | -0/+51 |
2018-03-12 | x86/boot/compressed/64: Describe the logic behind the LA57 check | Kirill A. Shutemov | 1 | -3/+15 |
2018-03-12 | Linux 4.16-rc5v4.16-rc5 | Linus Torvalds | 1 | -1/+1 |
2018-03-12 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 17 | -182/+291 |