summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2018-01-15Merge tag 'v4.9.76' into v4.9-rtJulia Cartwright
2018-01-10Map the vsyscall page with _PAGE_USERBorislav Petkov
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook
2018-01-05x86/kaiser: Move feature detection upBorislav Petkov
2018-01-05kaiser: kaiser_flush_tlb_on_return_to_user() check PCIDHugh Dickins
2018-01-05kaiser: asm/tlbflush.h handle noPGE at lower levelHugh Dickins
2018-01-05kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflushHugh Dickins
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins
2018-01-05kaiser: paranoid_entry pass cr3 need to paranoid_exitHugh 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: delete KAISER_REAL_SWITCH optionHugh Dickins
2018-01-05kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSETHugh Dickins
2018-01-05kaiser: cleanups while trying for gold linkHugh Dickins
2018-01-05kaiser: tidied up asm/kaiser.h somewhatHugh 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-05x86/boot: Add early cmdline parsing for options with argumentsTom Lendacky
2018-01-02x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski
2018-01-02x86/mm: Disable PCID on 32-bit kernelsAndy Lutomirski
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: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski
2017-12-14Merge tag 'v4.9.68' into v4.9-rtSteven Rostedt (VMware)
2017-12-14KVM: x86: fix APIC page invalidationRadim Krčmář
2017-12-09x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()Dave Hansen
2017-11-29Merge tag 'v4.9.62' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.57' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.55' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.51' into v4.9-rtSteven Rostedt (VMware)
2017-11-15x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra
2017-10-18x86/alternatives: Fix alt_max_short macro to really be a max()Mathias Krause
2017-10-12KVM: x86: fix singlestepping over syscallPaolo Bonzini
2017-09-20x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumpsAndy Lutomirski
2017-09-05Merge tag 'v4.9.47' into v4.9-rtSteven Rostedt (VMware)
2017-09-05Merge tag 'v4.9.46' into v4.9-rtSteven Rostedt (VMware)
2017-09-05Merge tag 'v4.9.45' into v4.9-rtSteven Rostedt (VMware)
2017-09-02x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann
2017-08-30x86/mm: Fix use-after-free of ldt_structEric Biggers
2017-08-24mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook
2017-08-02Merge tag 'v4.9.40' into v4.9-rtSteven Rostedt (VMware)
2017-08-02Merge tag 'v4.9.39' into v4.9-rtSteven Rostedt (VMware)
2017-08-01Merge tag 'v4.9.38' into v4.9-rtSteven Rostedt (VMware)
2017-08-01Merge tag 'v4.9.36' into v4.9-rtSteven Rostedt (VMware)
2017-07-27x86/xen: allow userspace access during hypercallsMarek Marczykowski-Górecki
2017-07-21kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson
2017-07-21binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook