summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
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
2017-12-29arm64: kvm: Prevent restoring stale PMSCR_EL1 for vcpuJulien Thierry
2017-12-29Revert "parisc: Re-enable interrupts early"John David Anglin
2017-12-29parisc: Fix indenting in puts()Helge Deller
2017-12-29parisc: Align os_hpmc_size on word boundaryHelge Deller
2017-12-29x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bitThomas Gleixner
2017-12-29init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner
2017-12-29x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner
2017-12-29x86/cpu_entry_area: Move it to a separate unitThomas Gleixner
2017-12-29x86/mm: Create asm/invpcid.hPeter Zijlstra
2017-12-29x86/mm: Put MMU to hardware ASID translation in one placeDave Hansen
2017-12-29x86/mm: Remove hard-coded ASID limit checksDave Hansen
2017-12-29x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen
2017-12-29x86/mm: Add comments to clarify which TLB-flush functions are supposed to flu...Peter Zijlstra