aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-0/+6
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 2-0/+2
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-91/+4
2021-04-26Merge tag 'x86-vdso-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2021-04-26Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+3
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-6/+6
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-5/+5
2021-04-22arch: Wire up Landlock syscallsGravatar Mickaël Salaün 2-0/+6
2021-04-08x86/entry: Enable random_kstack_offset supportGravatar Kees Cook 1-0/+3
2021-03-31Merge 'x86/alternatives'Gravatar Borislav Petkov 3-5/+5
2021-03-21x86: Fix various typos in comments, take #2Gravatar Ingo Molnar 6-6/+6
2021-03-17quota: wire up quotactl_pathGravatar Sascha Hauer 2-0/+2
2021-03-15Merge tag 'v5.12-rc3' into x86/coreGravatar Borislav Petkov 2-1/+4
2021-03-11x86/paravirt: Switch functions with custom code to ALTERNATIVEGravatar Juergen Gross 1-1/+1
2021-03-11x86/paravirt: Remove no longer needed 32-bit pvops cruftGravatar Juergen Gross 1-2/+2
2021-03-11x86/alternative: Merge include filesGravatar Juergen Gross 2-2/+2
2021-03-08x86/sev-es: Introduce ip_within_syscall_gap() helperGravatar Joerg Roedel 1-0/+2
2021-03-08x86/entry/32: Remove leftover macros after stackprotector cleanupsGravatar Andy Lutomirski 1-41/+2
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableGravatar Andy Lutomirski 1-52/+4
2021-03-06x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscallsGravatar Andy Lutomirski 1-1/+2
2021-03-06x86/vdso: Use proper modifier for len's format specifier in extract()Gravatar Jiri Slaby 1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-14/+15
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-54/+6
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+2
2021-02-23x86, vdso: disable LTO only for vDSOGravatar Sami Tolvanen 1-1/+2
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesGravatar Masahiro Yamada 1-2/+2
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workGravatar Masahiro Yamada 1-12/+13
2021-02-12Merge branch 'x86/paravirt' into x86/entryGravatar Ingo Molnar 2-17/+19
2021-02-10x86/softirq: Remove indirection in do_softirq_own_stack()Gravatar Thomas Gleixner 1-39/+0
2021-02-10x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcallGravatar Thomas Gleixner 1-13/+6
2021-02-10x86/entry: Convert device interrupts to inline stack switchingGravatar Thomas Gleixner 1-1/+0
2021-02-10x86/entry: Convert system vectors to irq stack macroGravatar Thomas Gleixner 1-1/+0
2021-02-10x86/entry: Fix instrumentation annotationGravatar Thomas Gleixner 1-1/+1
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callGravatar Juergen Gross 1-9/+7
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEGravatar Juergen Gross 1-5/+5
2021-01-31Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-10/+5
2021-01-24fs: add mount_setattr()Gravatar Christian Brauner 2-0/+2
2021-01-19x86/entry: Remove put_ret_addr_in_rdi THUNK macro argumentGravatar Borislav Petkov 1-6/+1
2021-01-14x86/entry: Emit a symbol for register restoring thunkGravatar Nick Desaulniers 1-4/+4
2021-01-12x86/entry: Fix noinstr failGravatar Peter Zijlstra 1-3/+7
2020-12-19epoll: wire up syscall epoll_pwait2Gravatar Willem de Bruijn 2-0/+2
2020-12-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-17/+0
2020-12-15mm: forbid splitting special mappingsGravatar Dmitry Safonov 1-17/+0
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-34/+19
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-3/+3
2020-12-02x86: vdso: Expose sigreturn address on vdso to the kernelGravatar Gabriel Krisman Bertazi 3-0/+19
2020-11-18x86/vdso: Implement a vDSO for Intel SGX enclave callGravatar Sean Christopherson 3-0/+154
2020-11-18x86/vdso: Add support for exception fixup in vDSO functionsGravatar Sean Christopherson 5-5/+134
2020-11-16Merge branch 'x86/entry' into core/entryGravatar Thomas Gleixner 2-3/+3