summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/signal.c
AgeCommit message (Expand)Author
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet
2023-08-02x86/shstk: Handle signals for shadow stackRick Edgecombe
2023-06-16x86/init: Initialize signal frame size lateThomas Gleixner
2023-01-15x86/signal: Fix the value returned by strict_sas_size()Christophe JAILLET
2022-10-19x86/signal/64: Move 64-bit signal code to its own fileBrian Gerst
2022-10-19x86/signal/32: Merge native and compat 32-bit signal codeBrian Gerst
2022-10-19x86/signal: Add ABI prefixes to frame setup functionsBrian Gerst
2022-10-19x86/signal: Merge get_sigframe()Brian Gerst
2022-10-19x86/signal: Remove sigset_t parameter from frame setup functionsBrian Gerst
2022-10-19x86/signal: Remove sig parameter from frame setup functionsBrian Gerst
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst
2022-03-10tracehook: Remove tracehook.hEric W. Biederman
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman
2021-10-26x86/signal: Use fpu::__state_user_size for sigalt stack validationThomas Gleixner
2021-10-26x86/signal: Implement sigaltstack size validationThomas Gleixner
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner
2021-09-14x86/fpu/signal: Change return type of fpu__restore_sig() to booleanThomas Gleixner
2021-09-14x86/signal: Change return type of restore_sigcontext() to booleanThomas Gleixner
2021-09-14x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to booleanThomas Gleixner
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-05-19x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae
2021-05-19x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZChang S. Bae
2021-05-19x86/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae
2021-05-12x86/regs: Syscall_get_nr() returns -1 for a non-system callH. Peter Anvin
2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-03-16x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTOleg Nesterov
2021-03-16x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24x86/entry: Use generic syscall exit functionalityThomas Gleixner
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-13x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-26x86: unsafe_put-style macro for sigmaskAl Viro
2020-03-26x86: x32_setup_rt_frame(): consolidate uaccess areasAl Viro
2020-03-26x86: __setup_rt_frame(): consolidate uaccess areasAl Viro
2020-03-26x86: __setup_frame(): consolidate uaccess areasAl Viro
2020-03-26x86: setup_sigcontext(): list user_access_{begin,end}() into callersAl Viro
2020-03-26x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)Al Viro
2020-03-21x86: Remove unneeded includesBrian Gerst
2020-03-21x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst
2020-03-19x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro
2020-03-18x86: switch setup_sigcontext() to unsafe_put_user()Al Viro
2020-03-18x86: get rid of get_user_ex() in restore_sigcontext()Al Viro
2020-03-18x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro
2020-01-08x86: Remove force_iret()Brian Gerst
2019-07-12x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver