summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-151-1/+1
* | | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-011-1/+1
|\ \ \
| * | | seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-271-1/+1
|\ \ \ | |_|/ |/| |
| * | context_tracking: Rename context_tracking_is_enabled() => context_tracking_en...Frederic Weisbecker2019-10-291-1/+1
| |/
* | Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-262-1/+11
|\ \
| * | x86/entry/32: Clarify register saving in __switch_to_asm()Thomas Gleixner2019-11-161-1/+7
| * | x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner2019-11-161-0/+4
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-267-152/+151
|\ \
| * \ Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar2019-11-251-2/+0
| |\ \
| | * | x86/build/vdso: Remove meaningless CFLAGS_REMOVE_*.oMasahiro Yamada2019-11-151-2/+0
| | |/
| * | x86/entry/64: Remove pointless jump in paranoid_exitThomas Gleixner2019-11-161-2/+1
| * | x86/entry/32: Remove unused resume_userspace labelThomas Gleixner2019-11-161-1/+0
| * | x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-12/+12
| * | x86/asm/32: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-181-52/+52
| * | x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-1/+2
| * | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-182-7/+7
| * | x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-182-30/+30
| * | x86/asm: Make some functions localJiri Slaby2019-10-181-10/+11
| * | x86/asm: Remove the last GLOBAL user and remove the macroJiri Slaby2019-10-181-2/+2
| * | x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby2019-10-183-6/+6
| * | x86/asm/entry: Annotate interrupt symbols properlyJiri Slaby2019-10-182-21/+20
| * | x86/asm: Annotate local pseudo-functionsJiri Slaby2019-10-181-1/+2
| * | x86/asm/entry: Annotate THUNKsJiri Slaby2019-10-182-5/+6
| * | x86/asm: Make more symbols localJiri Slaby2019-10-111-2/+2
| |/
* | 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-174-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-171-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-174-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
| |/