summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-01-05kaiser: Set _PAGE_NX only if supportedGuenter Roeck1-1/+2
2018-01-05KPTI: Report when enabledKees Cook1-1/+6
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook12-25/+25
2018-01-05x86/kaiser: Move feature detection upBorislav Petkov3-2/+9
2018-01-05kaiser: disabled on Xen PVJiri Kosina1-0/+5
2018-01-05x86/paravirt: Dont patch flush_tlb_singleThomas Gleixner1-2/+0
2018-01-05kaiser: kaiser_flush_tlb_on_return_to_user() check PCIDHugh Dickins3-9/+9
2018-01-05kaiser: asm/tlbflush.h handle noPGE at lower levelHugh Dickins1-24/+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 Dickins3-16/+8
2018-01-05x86/kaiser: Check boottime cmdline paramsBorislav Petkov1-18/+41
2018-01-05x86/kaiser: Rename and simplify X86_FEATURE_KAISER handlingBorislav Petkov2-19/+19
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins15-65/+141
2018-01-05kaiser: fix unlikely error in alloc_ldt_struct()Hugh Dickins1-1/+1
2018-01-05kaiser: kaiser_remove_mapping() move along the pgdHugh Dickins1-4/+6
2018-01-05kaiser: paranoid_entry pass cr3 need to paranoid_exitHugh Dickins3-19/+37
2018-01-05kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_userHugh Dickins3-16/+16
2018-01-05kaiser: PCID 0 for kernel and 128 for userHugh Dickins3-10/+19
2018-01-05kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush userHugh Dickins5-79/+113
2018-01-05kaiser: enhanced by kernel and user PCIDsHugh Dickins11-17/+181
2018-01-05kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins1-5/+11
2018-01-05kaiser: delete KAISER_REAL_SWITCH optionHugh Dickins2-8/+0
2018-01-05kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSETHugh Dickins2-4/+7
2018-01-05kaiser: cleanups while trying for gold linkHugh Dickins2-6/+1
2018-01-05kaiser: align addition to x86/mm/MakefileHugh Dickins1-2/+2
2018-01-05kaiser: tidied up kaiser_add/remove_mapping slightlyHugh Dickins1-6/+3
2018-01-05kaiser: tidied up asm/kaiser.h somewhatHugh Dickins1-19/+13
2018-01-05kaiser: ENOMEM if kaiser_pagetable_walk() NULLHugh Dickins1-3/+7
2018-01-05kaiser: fix perf crashesHugh Dickins1-12/+45
2018-01-05kaiser: fix regs to do_nmi() ifndef CONFIG_KAISERHugh Dickins1-5/+6
2018-01-05kaiser: fix build and FIXME in alloc_ldt_struct()Hugh Dickins1-6/+4
2018-01-05kaiser: do not set _PAGE_NX on pgd_noneHugh Dickins4-40/+58
2018-01-05kaiser: merged updateDave Hansen12-184/+513
2018-01-05KAISER: Kernel Address IsolationRichard Fellner17-15/+388
2018-01-05x86/boot: Add early cmdline parsing for options with argumentsTom Lendacky2-0/+107
2018-01-02x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner1-9/+0
2018-01-02x86/mm/64: Fix reboot interaction with CR4.PCIDEAndy Lutomirski1-0/+4
2018-01-02x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski3-0/+36
2018-01-02x86/mm: Add the 'nopcid' boot option to turn off PCIDAndy Lutomirski1-0/+18
2018-01-02x86/mm: Disable PCID on 32-bit kernelsAndy Lutomirski2-1/+11
2018-01-02x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski7-104/+5
2018-01-02x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()Andy Lutomirski2-28/+5
2018-01-02x86/mm: Make flush_tlb_mm_range() more predictableAndy Lutomirski1-5/+7
2018-01-02x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski2-26/+0
2018-01-02x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()Andy Lutomirski1-1/+1
2017-12-29powerpc/perf: Dereference BHRB entries safelyRavi Bangoria1-2/+6
2017-12-29kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini1-7/+25
2017-12-29KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li1-1/+1
2017-12-25sparc32: Export vac_cache_size to fix build errorGuenter Roeck1-0/+1
2017-12-25MIPS: math-emu: Fix final emulation phase for certain instructionsAleksandar Markovic1-14/+14