summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2021-05-17quota: Disable quotactl_path syscallJan Kara
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'x86-vdso-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-26Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün
2021-04-08x86/entry: Enable random_kstack_offset supportKees Cook
2021-03-31Merge 'x86/alternatives'Borislav Petkov
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-17quota: wire up quotactl_pathSascha Hauer
2021-03-15Merge tag 'v5.12-rc3' into x86/coreBorislav Petkov
2021-03-11x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross
2021-03-11x86/paravirt: Remove no longer needed 32-bit pvops cruftJuergen Gross
2021-03-11x86/alternative: Merge include filesJuergen Gross
2021-03-08x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel
2021-03-08x86/entry/32: Remove leftover macros after stackprotector cleanupsAndy Lutomirski
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski
2021-03-06x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscallsAndy Lutomirski
2021-03-06x86/vdso: Use proper modifier for len's format specifier in extract()Jiri Slaby
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-23x86, vdso: disable LTO only for vDSOSami Tolvanen
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar
2021-02-10x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner
2021-02-10x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcallThomas Gleixner
2021-02-10x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner
2021-02-10x86/entry: Convert system vectors to irq stack macroThomas Gleixner
2021-02-10x86/entry: Fix instrumentation annotationThomas Gleixner
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross
2021-01-31Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-01-24fs: add mount_setattr()Christian Brauner
2021-01-19x86/entry: Remove put_ret_addr_in_rdi THUNK macro argumentBorislav Petkov
2021-01-14x86/entry: Emit a symbol for register restoring thunkNick Desaulniers
2021-01-12x86/entry: Fix noinstr failPeter Zijlstra
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm: forbid splitting special mappingsDmitry Safonov
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-02x86: vdso: Expose sigreturn address on vdso to the kernelGabriel Krisman Bertazi
2020-11-18x86/vdso: Implement a vDSO for Intel SGX enclave callSean Christopherson
2020-11-18x86/vdso: Add support for exception fixup in vDSO functionsSean Christopherson