summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2020-05-14x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf1-2/+2
2020-05-14x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn1-1/+1
2020-05-14x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf1-1/+2
2020-05-14x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf1-19/+21
2020-04-17x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner1-0/+1
2020-02-24x86/vdso: Provide missing include fileValdis Klētnieks1-0/+1
2020-01-17syscalls/x86: Use the correct function type for sys_ni_syscallSami Tolvanen3-11/+15
2020-01-17syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturnSami Tolvanen1-2/+2
2019-11-29x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski1-3/+18
2019-11-29x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra1-12/+41
2019-11-29x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski1-14/+16
2019-11-29x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski1-31/+35
2019-11-29x86/entry/32: Use %ss segment where requiredAndy Lutomirski1-5/+14
2019-11-29x86/entry/32: Fix IRET exceptionPeter Zijlstra1-1/+1
2019-11-29x86/xen/32: Make xen_iret_crit_fixup() independent of frame layoutJan Beulich1-13/+9
2019-11-29x86/stackframe/32: Repair 32-bit Xen PVJan Beulich1-2/+2
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+2
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2019-09-17Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-24/+53
2019-09-17Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2019-09-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-8/+8
2019-09-06x86/asm: Make some functions local labelsJiri Slaby1-2/+2
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada1-1/+2
2019-08-23clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan1-1/+1
2019-07-31x86: Use CONFIG_PREEMPTIONThomas Gleixner4-8/+8
2019-07-28Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner9-121/+148
2019-07-24x86/entry/32: Pass cr2 to do_async_page_fault()Matt Mullins1-4/+9
2019-07-22x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski3-20/+49
2019-07-22x86/syscalls: Disallow compat entries for all types of 64-bit syscallsAndy Lutomirski1-2/+2
2019-07-22x86/syscalls: Use the compat versions of rt_sigsuspend() and rt_sigprocmask()Andy Lutomirski1-2/+2
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-99/+123
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-3/+2
2019-07-20x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner1-1/+10
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2019-07-19proc/sysctl: add shared variables for range checkMatteo Croce1-5/+2
2019-07-18x86/entry: Fix thunk function ELF sizesJosh Poimboeuf1-3/+2
2019-07-18x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2-20/+40
2019-07-18x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra1-6/+11
2019-07-18x86/entry/64: Simplify idtentry a littlePeter Zijlstra1-54/+48
2019-07-18x86/entry/32: Simplify common_exceptionPeter Zijlstra1-23/+13
2019-07-18x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra1-0/+6
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada1-3/+2
2019-07-17x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf1-1/+1
2019-07-17xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan1-1/+0
2019-07-12x86/vdso: Fix flip/flop vdso build bugNaohiro Aota1-6/+6
2019-07-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2-0/+2
2019-07-11Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+2
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1