Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 asm changes from Ingo Molnar: "There were lots of changes in this development cycle: - over 100 separate cleanups, restructuring changes, speedups and fixes in the x86 system call, irq, trap and other entry code, part of a heroic effort to deobfuscate a decade old spaghetti asm code and its C code dependencies (Denys Vlasenko, Andy Lutomirski) - alternatives code fixes and enhancements (Borislav Petkov) - simplifications and cleanups to the compat code (Brian Gerst) - signal handling fixes and new x86 testcases (Andy Lutomirski) - various other fixes and cleanups By their nature many of these changes are risky - we tried to test them well on many different x86 systems (there are no known regressions), and they are split up finely to help bisection - but there's still a fair bit of residual risk left so caveat emptor" * 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (148 commits) perf/x86/64: Report regs_user->ax too in get_regs_user() perf/x86/64: Simplify regs_user->abi setting code in get_regs_user() perf/x86/64: Do report user_regs->cx while we are in syscall, in get_regs_user() perf/x86/64: Do not guess user_regs->cs, ss, sp in get_regs_user() x86/asm/entry/32: Tidy up JNZ instructions after TESTs x86/asm/entry/64: Reduce padding in execve stubs x86/asm/entry/64: Remove GET_THREAD_INFO() in ret_from_fork x86/asm/entry/64: Simplify jumps in ret_from_fork x86/asm/entry/64: Remove a redundant jump x86/asm/entry/64: Optimize [v]fork/clone stubs x86/asm/entry: Zero EXTRA_REGS for stub32_execve() too x86/asm/entry/64: Move stub_x32_execvecloser() to stub_execveat() x86/asm/entry/64: Use common code for rt_sigreturn() epilogue x86/asm/entry/64: Add forgotten CFI annotation x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout x86/asm/entry/64: Move opportunistic sysret code to syscall code path x86, selftests: Add sigreturn selftest x86/alternatives: Guard NOPs optimization x86/asm/entry: Clear EXTRA_REGS for all executable formats x86/signal: Remove pax argument from restore_sigcontext ...
No related branches found
No related tags found
Showing
- Documentation/x86/boot.txt 6 additions, 0 deletionsDocumentation/x86/boot.txt
- arch/x86/boot/compressed/aslr.c 4 additions, 1 deletionarch/x86/boot/compressed/aslr.c
- arch/x86/boot/compressed/head_32.S 2 additions, 1 deletionarch/x86/boot/compressed/head_32.S
- arch/x86/boot/compressed/head_64.S 3 additions, 2 deletionsarch/x86/boot/compressed/head_64.S
- arch/x86/boot/compressed/misc.c 4 additions, 1 deletionarch/x86/boot/compressed/misc.c
- arch/x86/boot/compressed/misc.h 4 additions, 2 deletionsarch/x86/boot/compressed/misc.h
- arch/x86/crypto/crc32c-pcl-intel-asm_64.S 1 addition, 1 deletionarch/x86/crypto/crc32c-pcl-intel-asm_64.S
- arch/x86/crypto/twofish-x86_64-asm_64.S 2 additions, 2 deletionsarch/x86/crypto/twofish-x86_64-asm_64.S
- arch/x86/ia32/Makefile 0 additions, 1 deletionarch/x86/ia32/Makefile
- arch/x86/ia32/ia32_signal.c 8 additions, 11 deletionsarch/x86/ia32/ia32_signal.c
- arch/x86/ia32/ia32entry.S 287 additions, 198 deletionsarch/x86/ia32/ia32entry.S
- arch/x86/ia32/nosyscall.c 0 additions, 7 deletionsarch/x86/ia32/nosyscall.c
- arch/x86/ia32/sys_ia32.c 0 additions, 14 deletionsarch/x86/ia32/sys_ia32.c
- arch/x86/ia32/syscall_ia32.c 0 additions, 25 deletionsarch/x86/ia32/syscall_ia32.c
- arch/x86/include/asm/alternative-asm.h 52 additions, 1 deletionarch/x86/include/asm/alternative-asm.h
- arch/x86/include/asm/alternative.h 48 additions, 25 deletionsarch/x86/include/asm/alternative.h
- arch/x86/include/asm/apic.h 1 addition, 1 deletionarch/x86/include/asm/apic.h
- arch/x86/include/asm/barrier.h 2 additions, 4 deletionsarch/x86/include/asm/barrier.h
- arch/x86/include/asm/calling.h 142 additions, 142 deletionsarch/x86/include/asm/calling.h
- arch/x86/include/asm/compat.h 1 addition, 1 deletionarch/x86/include/asm/compat.h
Loading
Please register or sign in to comment