summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-01-05x86/process: Define cpu_tss_rw in same section as declarationNick Desaulniers
2018-01-05x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()Thomas Gleixner
2018-01-05x86/dumpstack: Print registers for first stack frameJosh Poimboeuf
2018-01-05x86/dumpstack: Fix partial register dumpsJosh Poimboeuf
2018-01-05x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner
2018-01-05x86/cpu, x86/pti: Do not enable PTI on AMD processorsTom Lendacky
2018-01-02x86/ldt: Make LDT pgtable free conditionalThomas Gleixner
2018-01-02x86/ldt: Plug memory leak in error pathThomas Gleixner
2018-01-02x86/espfix/64: Fix espfix double-fault handling on 5-level systemsAndy Lutomirski
2018-01-02x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)Linus Torvalds
2018-01-02x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner
2018-01-02x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner
2018-01-02sparc64: repair calling incorrect hweight function from stubsJan Engelhardt
2018-01-02x86/ldt: Make the LDT mapping ROThomas Gleixner
2018-01-02x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner
2018-01-02x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner
2018-01-02x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchyBorislav Petkov
2018-01-02x86/dumpstack: Indicate in Oops whether PTI is configured and enabledVlastimil Babka
2018-01-02x86/mm: Clarify the whole ASID/kernel PCID/user PCID namingPeter Zijlstra
2018-01-02x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen
2018-01-02x86/mm: Optimize RESTORE_CR3Peter Zijlstra
2018-01-02x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra
2018-01-02x86/mm: Abstract switching CR3Dave Hansen
2018-01-02x86/mm: Allow flushing for future ASID switchesDave Hansen
2018-01-02x86/pti: Map the vsyscall page if neededAndy Lutomirski
2018-01-02x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski
2018-01-02x86/mm/64: Make a full PGD-entry size hole in the memory mapAndy Lutomirski
2018-01-02x86/events/intel/ds: Map debug buffers in cpu_entry_areaHugh Dickins
2018-01-02x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner
2018-01-02x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski
2018-01-02x86/mm/pti: Share entry text PMDThomas Gleixner
2018-01-02x86/entry: Align entry text section to PMD boundaryThomas Gleixner
2018-01-02x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski
2018-01-02x86/mm/pti: Force entry through trampoline when PTI activeThomas Gleixner
2018-01-02x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski
2018-01-02x86/mm/pti: Populate user PGDDave Hansen
2018-01-02x86/mm/pti: Allocate a separate user PGDDave Hansen
2018-01-02x86/mm/pti: Allow NX poison to be set in p4d/pgdDave Hansen
2018-01-02x86/mm/pti: Add mapping helper functionsDave Hansen
2018-01-02x86/pti: Add the pti= cmdline option and documentationBorislav Petkov
2018-01-02x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner
2018-01-02x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switchingDave Hansen
2018-01-02x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=yDave Hansen
2018-01-02x86/cpufeatures: Add X86_BUG_CPU_INSECUREThomas Gleixner
2017-12-29powerpc/perf: Dereference BHRB entries safelyRavi Bangoria
2017-12-29kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini
2017-12-29KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li
2017-12-29KVM: MMU: Fix infinite loop when there is no available mmu pageWanpeng Li
2017-12-29KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp()Laurent Vivier
2017-12-29KVM: PPC: Book3S: fix XIVE migration of pending interruptsCédric Le Goater