aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2021-02-02x86/entry: Emit a symbol for register restoring thunkNick Desaulniers
2021-01-17x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby
2020-05-14x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf
2020-05-14x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn
2020-05-14x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf
2020-05-14x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf
2020-04-17x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner
2020-02-24x86/vdso: Provide missing include fileValdis Klētnieks
2020-01-17syscalls/x86: Use the correct function type for sys_ni_syscallSami Tolvanen
2020-01-17syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturnSami Tolvanen
2019-11-29x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski
2019-11-29x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra
2019-11-29x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski
2019-11-29x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski
2019-11-29x86/entry/32: Use %ss segment where requiredAndy Lutomirski
2019-11-29x86/entry/32: Fix IRET exceptionPeter Zijlstra
2019-11-29x86/xen/32: Make xen_iret_crit_fixup() independent of frame layoutJan Beulich
2019-11-29x86/stackframe/32: Repair 32-bit Xen PVJan Beulich
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-09-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-06x86/asm: Make some functions local labelsJiri Slaby
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada
2019-08-23clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan
2019-07-31x86: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-28Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner
2019-07-24x86/entry/32: Pass cr2 to do_async_page_fault()Matt Mullins
2019-07-22x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski
2019-07-22x86/syscalls: Disallow compat entries for all types of 64-bit syscallsAndy Lutomirski
2019-07-22x86/syscalls: Use the compat versions of rt_sigsuspend() and rt_sigprocmask()Andy Lutomirski
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-07-20x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-18x86/entry: Fix thunk function ELF sizesJosh Poimboeuf
2019-07-17x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra
2019-07-17x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra
2019-07-17x86/entry/64: Simplify idtentry a littlePeter Zijlstra
2019-07-17x86/entry/32: Simplify common_exceptionPeter Zijlstra
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada
2019-07-17x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf
2019-07-17xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan
2019-07-12x86/vdso: Fix flip/flop vdso build bugNaohiro Aota
2019-07-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds