Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 page table isolation updates from Thomas Gleixner: "This is the final set of enabling page table isolation on x86: - Infrastructure patches for handling the extra page tables. - Patches which map the various bits and pieces which are required to get in and out of user space into the user space visible page tables. - The required changes to have CR3 switching in the entry/exit code. - Optimizations for the CR3 switching along with documentation how the ASID/PCID mechanism works. - Updates to dump pagetables to cover the user space page tables for W+X scans and extra debugfs files to analyze both the kernel and the user space visible page tables The whole functionality is compile time controlled via a config switch and can be turned on/off on the command line as well" * 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (32 commits) x86/ldt: Make the LDT mapping RO x86/mm/dump_pagetables: Allow dumping current pagetables x86/mm/dump_pagetables: Check user space page table for WX pages x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchy x86/mm/pti: Add Kconfig x86/dumpstack: Indicate in Oops whether PTI is configured and enabled x86/mm: Clarify the whole ASID/kernel PCID/user PCID naming x86/mm: Use INVPCID for __native_flush_tlb_single() x86/mm: Optimize RESTORE_CR3 x86/mm: Use/Fix PCID to optimize user/kernel switches x86/mm: Abstract switching CR3 x86/mm: Allow flushing for future ASID switches x86/pti: Map the vsyscall page if needed x86/pti: Put the LDT in its own PGD if PTI is on x86/mm/64: Make a full PGD-entry size hole in the memory map x86/events/intel/ds: Map debug buffers in cpu_entry_area x86/cpu_entry_area: Add debugstore entries to cpu_entry_area x86/mm/pti: Map ESPFIX into user space x86/mm/pti: Share entry text PMD x86/entry: Align entry text section to PMD boundary ...
Showing
- Documentation/admin-guide/kernel-parameters.txt 8 additions, 0 deletionsDocumentation/admin-guide/kernel-parameters.txt
- Documentation/x86/x86_64/mm.txt 3 additions, 2 deletionsDocumentation/x86/x86_64/mm.txt
- arch/x86/boot/compressed/pagetable.c 3 additions, 0 deletionsarch/x86/boot/compressed/pagetable.c
- arch/x86/entry/calling.h 145 additions, 0 deletionsarch/x86/entry/calling.h
- arch/x86/entry/entry_64.S 41 additions, 7 deletionsarch/x86/entry/entry_64.S
- arch/x86/entry/entry_64_compat.S 23 additions, 1 deletionarch/x86/entry/entry_64_compat.S
- arch/x86/entry/vsyscall/vsyscall_64.c 3 additions, 3 deletionsarch/x86/entry/vsyscall/vsyscall_64.c
- arch/x86/events/intel/ds.c 83 additions, 47 deletionsarch/x86/events/intel/ds.c
- arch/x86/events/perf_event.h 4 additions, 19 deletionsarch/x86/events/perf_event.h
- arch/x86/include/asm/cpu_entry_area.h 13 additions, 0 deletionsarch/x86/include/asm/cpu_entry_area.h
- arch/x86/include/asm/cpufeatures.h 3 additions, 1 deletionarch/x86/include/asm/cpufeatures.h
- arch/x86/include/asm/desc.h 2 additions, 0 deletionsarch/x86/include/asm/desc.h
- arch/x86/include/asm/disabled-features.h 7 additions, 1 deletionarch/x86/include/asm/disabled-features.h
- arch/x86/include/asm/intel_ds.h 36 additions, 0 deletionsarch/x86/include/asm/intel_ds.h
- arch/x86/include/asm/mmu_context.h 53 additions, 6 deletionsarch/x86/include/asm/mmu_context.h
- arch/x86/include/asm/pgalloc.h 11 additions, 0 deletionsarch/x86/include/asm/pgalloc.h
- arch/x86/include/asm/pgtable.h 26 additions, 4 deletionsarch/x86/include/asm/pgtable.h
- arch/x86/include/asm/pgtable_64.h 92 additions, 0 deletionsarch/x86/include/asm/pgtable_64.h
- arch/x86/include/asm/pgtable_64_types.h 6 additions, 2 deletionsarch/x86/include/asm/pgtable_64_types.h
- arch/x86/include/asm/processor-flags.h 5 additions, 0 deletionsarch/x86/include/asm/processor-flags.h
Please register or sign in to comment