summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-6/+6
|\
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-132-6/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-152-0/+2
|\ \
| * | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-152-0/+2
* | | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-128-42/+33
|\ \ \
| * | | x86/entry_32: Fix segment exceptionsPeter Zijlstra2022-01-121-4/+9
| * | | x86: Remove .fixup sectionPeter Zijlstra2021-12-111-1/+0
| * | | x86/entry_32: Remove .fixup usagePeter Zijlstra2021-12-111-20/+8
| * | | x86/entry_64: Remove .fixup usagePeter Zijlstra2021-12-111-7/+6
| * | | x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-087-13/+13
| |/ /
* / / x86/vdso: Remove -nostdlib compiler flagMasahiro Yamada2021-12-301-1/+1
|/ /
* | x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Lai Jiangshan2021-12-031-0/+4
* | x86/entry: Use the correct fence macro after swapgs in kernel CR3Lai Jiangshan2021-12-031-7/+8
* | x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()Lai Jiangshan2021-12-031-11/+5
|/
* signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-1/+1
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+2
|\
| * signal/x86: In emulate_vsyscall force a signal instead of calling do_exitEric W. Biederman2021-10-291-1/+2
* | futex,x86: Wire up sys_futex_waitv()André Almeida2021-10-072-0/+2
|/
* compat: remove some compat entry pointsArnd Bergmann2021-09-082-3/+3
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\
| * x86/build/vdso: fix missing FORCE for *.so build ruleMasahiro Yamada2021-09-031-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-032-0/+2
|\ \
| * | mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-032-0/+2
| |/
* / exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
|/
* arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-082-0/+2
* Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-012-2/+2
|\
| * quota: Wire up quotactl_fd syscallJan Kara2021-06-072-2/+2
* | Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-299-185/+106
|\ \
| * | x86/syscalls: Don't adjust CFLAGS for syscall tablesBrian Gerst2021-05-251-6/+0
| * | x86/syscalls: Remove -Wno-override-init for syscall tablesBrian Gerst2021-05-251-4/+0
| * | x86/syscalls: Clear 'offset' and 'prefix' in case they are set in envMasahiro Yamada2021-05-251-0/+2
| * | x86/entry: Use int everywhere for system call numbersH. Peter Anvin (Intel)2021-05-251-28/+59
| * | x86/entry: Treat out of range and gap system calls the sameH. Peter Anvin (Intel)2021-05-201-0/+4
| * | x86/entry/64: Sign-extend system calls on entry to intH. Peter Anvin (Intel)2021-05-201-1/+2
| * | x86/syscalls: Switch to generic syscallhdr.shMasahiro Yamada2021-05-202-48/+13
| * | x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada2021-05-201-1/+1
| * | x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallMasahiro Yamada2021-05-203-24/+6
| * | x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada2021-05-205-67/+25
| * | x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*Masahiro Yamada2021-05-201-14/+2
* | | Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-06-283-39/+12
|\| |
| * | x86/entry: Split PUSH_AND_CLEAR_REGS into two submacrosH. Peter Anvin (Intel)2021-05-121-1/+8
| * | x86/entry: Reverse arguments to do_syscall_64()H. Peter Anvin (Intel)2021-05-122-3/+3
| * | x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>H. Peter Anvin (Intel)2021-05-121-35/+1
* | | Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-2/+2
|\ \ \
| * | | x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel2021-06-211-2/+2
| | |/ | |/|
* | | x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()Peter Zijlstra2021-06-221-1/+2
* | | x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra2021-06-221-1/+1
|/ /
* / quota: Disable quotactl_path syscallJan Kara2021-05-172-2/+2
|/
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-012-0/+6
|\
| * arch: Wire up Landlock syscallsMickaël Salaün2021-04-222-0/+6