summaryrefslogtreecommitdiff
path: root/arch/x86/mm/kaiser.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-14x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf1-1/+3
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-01-31vsyscall: Fix permissions for emulate mode with KAISER/PTIBen Hutchings1-1/+1
2018-01-17kaiser: Set _PAGE_NX only if supportedLepton Wu1-0/+2
2018-01-10Map the vsyscall page with _PAGE_USERBorislav Petkov1-4/+30
2018-01-05kaiser: Set _PAGE_NX only if supportedGuenter Roeck1-1/+2
2018-01-05KPTI: Report when enabledKees Cook1-1/+6
2018-01-05x86/kaiser: Move feature detection upBorislav Petkov1-2/+0
2018-01-05kaiser: disabled on Xen PVJiri Kosina1-0/+5
2018-01-05kaiser: kaiser_flush_tlb_on_return_to_user() check PCIDHugh Dickins1-3/+3
2018-01-05kaiser: drop is_atomic arg to kaiser_pagetable_walk()Hugh Dickins1-8/+2
2018-01-05kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflushHugh Dickins1-10/+1
2018-01-05x86/kaiser: Check boottime cmdline paramsBorislav Petkov1-18/+41
2018-01-05x86/kaiser: Rename and simplify X86_FEATURE_KAISER handlingBorislav Petkov1-1/+19
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins1-4/+22
2018-01-05kaiser: kaiser_remove_mapping() move along the pgdHugh Dickins1-4/+6
2018-01-05kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_userHugh Dickins1-6/+7
2018-01-05kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush userHugh Dickins1-6/+44
2018-01-05kaiser: enhanced by kernel and user PCIDsHugh Dickins1-0/+7
2018-01-05kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins1-5/+11
2018-01-05kaiser: tidied up kaiser_add/remove_mapping slightlyHugh Dickins1-6/+3
2018-01-05kaiser: ENOMEM if kaiser_pagetable_walk() NULLHugh Dickins1-3/+7
2018-01-05kaiser: do not set _PAGE_NX on pgd_noneHugh Dickins1-0/+42
2018-01-05kaiser: merged updateDave Hansen1-84/+229
2018-01-05KAISER: Kernel Address IsolationRichard Fellner1-0/+160