summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2018-01-23x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryptionTom Lendacky2-22/+121
2018-01-23x86/mm: Centralize PMD flags in sme_encrypt_kernel()Tom Lendacky1-56/+77
2018-01-23x86/mm: Use a struct to reduce parameters for SME PGD mappingTom Lendacky1-44/+46
2018-01-23x86/mm: Clean up register saving in the __enc_copy() assembly codeTom Lendacky1-10/+10
2018-01-23x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman1-3/+4
2018-01-23x86/kasan: Panic if there is not enough memory to bootAndrey Ryabinin1-10/+14
2018-01-17x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()Jike Song1-26/+6
2018-01-10x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner1-3/+3
2018-01-10x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner1-1/+1
2018-01-10x86/kaslr: Fix the vaddr_end messThomas Gleixner1-23/+9
2018-01-10x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner1-1/+1
2018-01-05x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner1-1/+2
2018-01-02x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner2-5/+72
2018-01-02x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner2-6/+26
2018-01-02x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchyBorislav Petkov1-5/+10
2018-01-02x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen1-27/+37
2018-01-02x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2-1/+2
2018-01-02x86/mm: Abstract switching CR3Dave Hansen1-2/+20
2018-01-02x86/mm: Allow flushing for future ASID switchesDave Hansen1-0/+35
2018-01-02x86/pti: Map the vsyscall page if neededAndy Lutomirski1-0/+65
2018-01-02x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski1-0/+9
2018-01-02x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner1-0/+27
2018-01-02x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski1-0/+11
2018-01-02x86/mm/pti: Share entry text PMDThomas Gleixner1-0/+10
2018-01-02x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski1-0/+25
2018-01-02x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski1-0/+127
2018-01-02x86/mm/pti: Allocate a separate user PGDDave Hansen1-2/+3
2018-01-02x86/mm/pti: Add mapping helper functionsDave Hansen1-0/+41
2018-01-02x86/pti: Add the pti= cmdline option and documentationBorislav Petkov1-1/+25
2018-01-02x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner3-3/+90
2018-01-02x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=yDave Hansen1-3/+9
2017-12-29x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bitThomas Gleixner1-1/+2
2017-12-29x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner5-30/+78
2017-12-29x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2-1/+105
2017-12-29x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen1-4/+4
2017-12-29x86/mm: Use __flush_tlb_one() for kernel memoryPeter Zijlstra1-1/+1
2017-12-29x86/mm/dump_pagetables: Make the address hints correct and readableThomas Gleixner1-37/+53
2017-12-29x86/mm/dump_pagetables: Check PAGE_PRESENT for realThomas Gleixner1-1/+1
2017-12-25x86/kasan/64: Teach KASAN about the cpu_entry_areaAndy Lutomirski1-1/+17
2017-12-25x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin1-7/+136
2017-12-25x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross1-1/+1
2017-12-25x86/mm: Relocate page fault error codes to traps.hRicardo Neri1-54/+34
2017-12-25x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He1-5/+5
2017-12-25x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin1-21/+80
2017-12-10locking/refcounts: Do not force refcount_t usage as GPL-only exportKees Cook1-1/+1
2017-12-10locking/refcounts, x86/asm: Use unique .text section for refcount exceptionsKees Cook1-1/+6
2017-11-08x86/mm: Unbreak modules that rely on external PAGE_KERNEL availabilityJiri Kosina1-1/+1
2017-11-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+14
2017-11-04Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski1-3/+14
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds31-0/+31