aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2018-03-28x86/mm: implement free pmd/pte page interfacesToshi Kani
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-03-21x86/mm: Fix vmalloc_fault to use pXd_largeToshi Kani
2018-03-15x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()Peter Zijlstra
2018-03-15x86/mm: Remove stale comment about KMEMCHECKJann Horn
2018-03-08x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner
2018-02-22x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski
2018-02-07x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen
2018-01-26x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernelsAndy Lutomirski
2018-01-26x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systemsAndy Lutomirski
2018-01-20x86: Use __nostackprotect for sme_encrypt_kernelLaura Abbott
2018-01-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-16x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky
2018-01-16x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryptionTom Lendacky
2018-01-16x86/mm: Centralize PMD flags in sme_encrypt_kernel()Tom Lendacky
2018-01-16x86/mm: Use a struct to reduce parameters for SME PGD mappingTom Lendacky
2018-01-16x86/mm: Clean up register saving in the __enc_copy() assembly codeTom Lendacky
2018-01-15x86/kasan: Panic if there is not enough memory to bootAndrey Ryabinin
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-14x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman
2018-01-08x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()Jike Song
2018-01-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-05x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner
2018-01-05x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner
2018-01-05x86/kaslr: Fix the vaddr_end messThomas Gleixner
2018-01-04x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner
2018-01-03Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-03x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-23x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner
2017-12-23x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner
2017-12-23x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchyBorislav Petkov
2017-12-23x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen
2017-12-23x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra
2017-12-23x86/mm: Abstract switching CR3Dave Hansen
2017-12-23x86/mm: Allow flushing for future ASID switchesDave Hansen
2017-12-23x86/pti: Map the vsyscall page if neededAndy Lutomirski
2017-12-23x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski
2017-12-23x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner
2017-12-23x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski
2017-12-23x86/mm/pti: Share entry text PMDThomas Gleixner
2017-12-23x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski
2017-12-23x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski
2017-12-23x86/mm/pti: Allocate a separate user PGDDave Hansen
2017-12-23x86/mm/pti: Add mapping helper functionsDave Hansen
2017-12-23x86/pti: Add the pti= cmdline option and documentationBorislav Petkov
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner
2017-12-23x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=yDave Hansen