summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | x86/paravirt: Remove no longer needed 32-bit pvops cruftJuergen Gross2021-03-111-2/+2
| * | x86/alternative: Merge include filesJuergen Gross2021-03-112-2/+2
| |/
* | x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel2021-03-081-0/+2
* | x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscallsAndy Lutomirski2021-03-061-1/+2
|/
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-14/+15
|\
| * arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada2021-02-221-2/+2
| * arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada2021-02-221-12/+13
* | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-242-54/+6
|\ \
| * \ Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-122-17/+19
| |\ \
| * | | x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner2021-02-101-39/+0
| * | | x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcallThomas Gleixner2021-02-101-13/+6
| * | | x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner2021-02-101-1/+0
| * | | x86/entry: Convert system vectors to irq stack macroThomas Gleixner2021-02-101-1/+0
| * | | x86/entry: Fix instrumentation annotationThomas Gleixner2021-02-101-1/+1
* | | | Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-231-1/+2
|\ \ \ \
| * | | | x86, vdso: disable LTO only for vDSOSami Tolvanen2021-02-231-1/+2
* | | | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-232-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fs: add mount_setattr()Christian Brauner2021-01-242-0/+2
| |/ / /
* | | | x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross2021-02-101-9/+7
* | | | x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross2021-02-101-5/+5
| |_|/ |/| |
* | | Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-01-311-10/+5
|\ \ \ | | |/ | |/|
| * | x86/entry: Remove put_ret_addr_in_rdi THUNK macro argumentBorislav Petkov2021-01-191-6/+1
| * | x86/entry: Emit a symbol for register restoring thunkNick Desaulniers2021-01-141-4/+4
| |/
* / x86/entry: Fix noinstr failPeter Zijlstra2021-01-121-3/+7
|/
* epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-192-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-17/+0
|\
| * mm: forbid splitting special mappingsDmitry Safonov2020-12-151-17/+0
* | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-144-34/+19
|\ \
| * | x86: vdso: Expose sigreturn address on vdso to the kernelGabriel Krisman Bertazi2020-12-023-0/+19
| * | Merge branch 'x86/entry' into core/entryThomas Gleixner2020-11-162-3/+3
| |\ \
| * | | x86/entry: Move nmi entry/exit into common codeThomas Gleixner2020-11-041-34/+0
| | |/ | |/|
* | | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-142-3/+3
|\ \ \ | | |/ | |/|