summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2018-01-31vsyscall: Fix permissions for emulate mode with KAISER/PTIBen Hutchings
2018-01-23x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman
2018-01-17x86/pti/efi: broken conversion from efi to kernel page tablePavel Tatashin
2018-01-17x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin
2018-01-17kaiser: Set _PAGE_NX only if supportedLepton Wu
2018-01-10Map the vsyscall page with _PAGE_USERBorislav Petkov
2018-01-10x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner
2018-01-05kaiser: Set _PAGE_NX only if supportedGuenter Roeck
2018-01-05KPTI: Report when enabledKees Cook
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook
2018-01-05x86/kaiser: Move feature detection upBorislav Petkov
2018-01-05kaiser: disabled on Xen PVJiri Kosina
2018-01-05kaiser: kaiser_flush_tlb_on_return_to_user() check PCIDHugh Dickins
2018-01-05kaiser: drop is_atomic arg to kaiser_pagetable_walk()Hugh Dickins
2018-01-05kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflushHugh Dickins
2018-01-05x86/kaiser: Check boottime cmdline paramsBorislav Petkov
2018-01-05x86/kaiser: Rename and simplify X86_FEATURE_KAISER handlingBorislav Petkov
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins
2018-01-05kaiser: kaiser_remove_mapping() move along the pgdHugh Dickins
2018-01-05kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_userHugh Dickins
2018-01-05kaiser: PCID 0 for kernel and 128 for userHugh Dickins
2018-01-05kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush userHugh Dickins
2018-01-05kaiser: enhanced by kernel and user PCIDsHugh Dickins
2018-01-05kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins
2018-01-05kaiser: align addition to x86/mm/MakefileHugh Dickins
2018-01-05kaiser: tidied up kaiser_add/remove_mapping slightlyHugh Dickins
2018-01-05kaiser: ENOMEM if kaiser_pagetable_walk() NULLHugh Dickins
2018-01-05kaiser: do not set _PAGE_NX on pgd_noneHugh Dickins
2018-01-05kaiser: merged updateDave Hansen
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2018-01-02x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski
2018-01-02x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()Andy Lutomirski
2018-01-02x86/mm: Make flush_tlb_mm_range() more predictableAndy Lutomirski
2018-01-02x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski
2017-11-30x86/mm: fix use-after-free of vma during userfaultfd faultVlastimil Babka
2017-10-21mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu
2017-10-05x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour
2017-07-15x86/mm/pat: Don't report PAT on CPUs that don't support itMikulas Patocka
2017-07-05x86/mm: Fix flush_tlb_page() on XenAndy Lutomirski
2017-07-05x86/mpx: Correctly report do_mpx_bt_fault() failures to user-spaceJoerg Roedel
2017-07-05x86/mpx: Use compatible types in comparison to fix sparse errorTobias Klauser
2017-07-05x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_glo...Baoquan He
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins
2017-06-24x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()Laura Abbott
2017-04-21mm: Tighten x86 /dev/mem with zeroing readsKees Cook
2017-04-08x86/mm/KASLR: Exclude EFI region from KASLR VA space randomizationBaoquan He
2017-03-22x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin
2017-03-15x86, mm: fix gup_pte_range() vs DAX mappingsDan Williams
2017-02-14x86/mm/ptdump: Fix soft lockup in page table walkerAndrey Ryabinin
2016-11-21x86/traps: Ignore high word of regs->cs in early_fixup_exception()Andy Lutomirski