Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 asm updates from Ingo Molnar: "This is another big update. Main changes are: - lots of x86 system call (and other traps/exceptions) entry code enhancements. In particular the complex parts of the 64-bit entry code have been migrated to C code as well, and a number of dusty corners have been refreshed. (Andy Lutomirski) - vDSO special mapping robustification and general cleanups (Andy Lutomirski) - cpufeature refactoring, cleanups and speedups (Borislav Petkov) - lots of other changes ..." * 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (64 commits) x86/cpufeature: Enable new AVX-512 features x86/entry/traps: Show unhandled signal for i386 in do_trap() x86/entry: Call enter_from_user_mode() with IRQs off x86/entry/32: Change INT80 to be an interrupt gate x86/entry: Improve system call entry comments x86/entry: Remove TIF_SINGLESTEP entry work x86/entry/32: Add and check a stack canary for the SYSENTER stack x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixup x86/entry: Only allocate space for tss_struct::SYSENTER_stack if needed x86/entry: Vastly simplify SYSENTER TF (single-step) handling x86/entry/traps: Clear DR6 early in do_debug() and improve the comment x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptions x86/entry/32: Restore FLAGS on SYSEXIT x86/entry/32: Filter NT and speed up AC filtering in SYSENTER x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS test selftests/x86: In syscall_nt, test NT|TF as well x86/asm-offsets: Remove PARAVIRT_enabled x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabled uprobes: __create_xol_area() must nullify xol_mapping.fault x86/cpufeature: Create a new synthetic cpu capability for machine check recovery ...
Showing
- Documentation/kernel-parameters.txt 1 addition, 1 deletionDocumentation/kernel-parameters.txt
- Documentation/x86/x86_64/boot-options.txt 2 additions, 0 deletionsDocumentation/x86/x86_64/boot-options.txt
- arch/x86/Kconfig.debug 0 additions, 10 deletionsarch/x86/Kconfig.debug
- arch/x86/boot/cpuflags.h 1 addition, 1 deletionarch/x86/boot/cpuflags.h
- arch/x86/boot/mkcpustr.c 1 addition, 1 deletionarch/x86/boot/mkcpustr.c
- arch/x86/crypto/crc32-pclmul_glue.c 1 addition, 1 deletionarch/x86/crypto/crc32-pclmul_glue.c
- arch/x86/crypto/crc32c-intel_glue.c 1 addition, 1 deletionarch/x86/crypto/crc32c-intel_glue.c
- arch/x86/crypto/crct10dif-pclmul_glue.c 1 addition, 1 deletionarch/x86/crypto/crct10dif-pclmul_glue.c
- arch/x86/entry/calling.h 0 additions, 31 deletionsarch/x86/entry/calling.h
- arch/x86/entry/common.c 53 additions, 53 deletionsarch/x86/entry/common.c
- arch/x86/entry/entry_32.S 176 additions, 92 deletionsarch/x86/entry/entry_32.S
- arch/x86/entry/entry_64.S 110 additions, 176 deletionsarch/x86/entry/entry_64.S
- arch/x86/entry/entry_64_compat.S 69 additions, 33 deletionsarch/x86/entry/entry_64_compat.S
- arch/x86/entry/syscall_32.c 2 additions, 8 deletionsarch/x86/entry/syscall_32.c
- arch/x86/entry/syscall_64.c 4 additions, 9 deletionsarch/x86/entry/syscall_64.c
- arch/x86/entry/syscalls/syscall_64.tbl 10 additions, 10 deletionsarch/x86/entry/syscalls/syscall_64.tbl
- arch/x86/entry/syscalls/syscalltbl.sh 54 additions, 4 deletionsarch/x86/entry/syscalls/syscalltbl.sh
- arch/x86/entry/vdso/vdso2c.h 0 additions, 7 deletionsarch/x86/entry/vdso/vdso2c.h
- arch/x86/entry/vdso/vdso32-setup.c 0 additions, 1 deletionarch/x86/entry/vdso/vdso32-setup.c
- arch/x86/entry/vdso/vdso32/system_call.S 1 addition, 1 deletionarch/x86/entry/vdso/vdso32/system_call.S
Please register or sign in to comment