summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-292-0/+2
|\ \
| * | quota: wire up quotactl_pathSascha Hauer2021-03-172-0/+2
| |/
* | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-91/+4
|\ \
| * \ Merge 'x86/alternatives'Borislav Petkov2021-03-313-5/+5
| |\ \
| * \ \ Merge tag 'v5.12-rc3' into x86/coreBorislav Petkov2021-03-152-1/+4
| |\ \ \ | | | |/ | | |/|
| * | | x86/entry/32: Remove leftover macros after stackprotector cleanupsAndy Lutomirski2021-03-081-41/+2
| * | | x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-081-52/+4
* | | | Merge tag 'x86-vdso-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-1/+1
|\ \ \ \
| * | | | x86/vdso: Use proper modifier for len's format specifier in extract()Jiri Slaby2021-03-061-1/+1
| |/ / /
* | | | Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-261-0/+3
|\ \ \ \
| * | | | x86/entry: Enable random_kstack_offset supportKees Cook2021-04-081-0/+3
| | |/ / | |/| |
* | | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-266-6/+6
|\ \ \ \
| * | | | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-216-6/+6
| |/ / /
* | | | Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-04-263-5/+5
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross2021-03-111-1/+1