aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-02-22x86/Documentation: Add PTI descriptionDave Hansen
2018-02-22Map the vsyscall page with _PAGE_USERBorislav Petkov
2018-02-22x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner
2018-02-22kaiser: Set _PAGE_NX only if supportedGuenter Roeck
2018-02-22KPTI: Report when enabledKees Cook
2018-02-22KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook
2018-02-22x86/kaiser: Move feature detection upBorislav Petkov
2018-02-22kaiser: disabled on Xen PVJiri Kosina
2018-02-22x86/kaiser: Reenable PARAVIRTBorislav Petkov
2018-02-22x86/paravirt: Dont patch flush_tlb_singleThomas Gleixner
2018-02-22kaiser: kaiser_flush_tlb_on_return_to_user() check PCIDHugh Dickins
2018-02-22kaiser: asm/tlbflush.h handle noPGE at lower levelHugh Dickins
2018-02-22kaiser: drop is_atomic arg to kaiser_pagetable_walk()Hugh Dickins
2018-02-22kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflushHugh Dickins
2018-02-22x86/kaiser: Check boottime cmdline paramsBorislav Petkov
2018-02-22x86/kaiser: Rename and simplify X86_FEATURE_KAISER handlingBorislav Petkov
2018-02-22kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins
2018-02-22kaiser: fix unlikely error in alloc_ldt_struct()Hugh Dickins
2018-02-22kaiser: kaiser_remove_mapping() move along the pgdHugh Dickins
2018-02-22kaiser: paranoid_entry pass cr3 need to paranoid_exitHugh Dickins
2018-02-22kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_userHugh Dickins
2018-02-22kaiser: PCID 0 for kernel and 128 for userHugh Dickins
2018-02-22kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush userHugh Dickins
2018-02-22kaiser: enhanced by kernel and user PCIDsHugh Dickins
2018-02-22kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins
2018-02-22kaiser: delete KAISER_REAL_SWITCH optionHugh Dickins
2018-02-22kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSETHugh Dickins
2018-02-22kaiser: cleanups while trying for gold linkHugh Dickins
2018-02-22kaiser: align addition to x86/mm/MakefileHugh Dickins
2018-02-22kaiser: tidied up kaiser_add/remove_mapping slightlyHugh Dickins
2018-02-22kaiser: tidied up asm/kaiser.h somewhatHugh Dickins
2018-02-22kaiser: ENOMEM if kaiser_pagetable_walk() NULLHugh Dickins
2018-02-22kaiser: fix perf crashesHugh Dickins
2018-02-22kaiser: fix regs to do_nmi() ifndef CONFIG_KAISERHugh Dickins
2018-02-22kaiser: KAISER depends on SMPHugh Dickins
2018-02-22kaiser: fix build and FIXME in alloc_ldt_struct()Hugh Dickins
2018-02-22kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins
2018-02-22kaiser: do not set _PAGE_NX on pgd_noneHugh Dickins
2018-02-22kaiser: merged updateDave Hansen
2018-02-22KAISER: Kernel Address IsolationRichard Fellner
2018-02-22x86/boot: Add early cmdline parsing for options with argumentsTom Lendacky
2018-02-22mm/vmstat: Make NR_TLB_REMOTE_FLUSH_RECEIVED available even on UPAndy Lutomirski
2018-02-22x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner
2018-02-22kbuild: add '-fno-stack-check' to kernel build optionsLinus Torvalds
2018-02-22x86/mm/64: Fix reboot interaction with CR4.PCIDEAndy Lutomirski
2018-02-22x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski
2018-02-22x86/mm: Add the 'nopcid' boot option to turn off PCIDAndy Lutomirski
2018-02-22x86/mm: Disable PCID on 32-bit kernelsAndy Lutomirski
2018-02-22x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski
2018-02-22x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()Andy Lutomirski