aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-78/+133
|\
| * x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski2019-11-251-3/+18
| * x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra2019-11-211-12/+41
| * x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski2019-11-211-14/+16
| * x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski2019-11-211-31/+35
| * x86/entry/32: Use %ss segment where requiredAndy Lutomirski2019-11-211-5/+14
| * x86/entry/32: Fix IRET exceptionPeter Zijlstra2019-11-211-1/+1
| * x86/xen/32: Make xen_iret_crit_fixup() independent of frame layoutJan Beulich2019-11-191-13/+9
| * x86/stackframe/32: Repair 32-bit Xen PVJan Beulich2019-11-191-2/+2
* | syscalls/x86: Use the correct function type for sys_ni_syscallSami Tolvanen2019-10-113-11/+15
* | syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturnSami Tolvanen2019-10-111-2/+2
|/
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-1/+2
|\
| * kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-041-1/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-1/+1
|\ \
| * | clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan2019-08-231-1/+1
* | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-09-164-24/+53
|\ \ \
| * | | x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski2019-07-223-20/+49
| * | | x86/syscalls: Disallow compat entries for all types of 64-bit syscallsAndy Lutomirski2019-07-221-2/+2
| * | | x86/syscalls: Use the compat versions of rt_sigsuspend() and rt_sigprocmask()Andy Lutomirski2019-07-221-2/+2
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-161-2/+2
|\ \ \
| * | | x86/asm: Make some functions local labelsJiri Slaby2019-09-061-2/+2
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-164-8/+8
|\ \ \ | |/ / |/| |
| * | x86: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-314-8/+8
* | | Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner2019-07-289-121/+148
|\| |
| * | x86/entry/32: Pass cr2 to do_async_page_fault()Matt Mullins2019-07-241-4/+9
| |/
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-203-99/+123
| |\
| | * x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner2019-07-201-1/+10
| | * x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2019-07-172-20/+40
| | * x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra2019-07-171-6/+11
| | * x86/entry/64: Simplify idtentry a littlePeter Zijlstra2019-07-171-54/+48
| | * x86/entry/32: Simplify common_exceptionPeter Zijlstra2019-07-171-23/+13
| | * x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-171-0/+6
| * | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-201-3/+2
| |\ \
| | * | x86/entry: Fix thunk function ELF sizesJosh Poimboeuf2019-07-181-3/+2
| | |/
| * | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-3/+2
| |\ \
| | * | kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada2019-07-171-3/+2
| | |/
| * | Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-191-1/+0
| |\ \
| | * | xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2019-07-171-1/+0
| | |/
| * / proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-5/+2
| |/
| * x86/vdso: Fix flip/flop vdso build bugNaohiro Aota2019-07-121-6/+6
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-111-1/+1
| |\
| | * x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby2019-07-091-1/+1
| * | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-112-0/+2
| |\ \
| | * | arch: wire-up clone3() syscallChristian Brauner2019-06-092-0/+2
| * | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-102-0/+2
| |\ \ \
| | * | | arch: wire-up pidfd_open()Christian Brauner2019-06-282-0/+2
| | |/ /
| * | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
| |\ \ \
| | * \ \ Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-146-6/+6
| | |\ \ \
| | * | | | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |