aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst1-3/+5
2022-03-10tracehook: Remove tracehook.hEric W. Biederman1-1/+0
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman1-2/+2
2021-10-26x86/signal: Use fpu::__state_user_size for sigalt stack validationThomas Gleixner1-4/+31
2021-10-26x86/signal: Implement sigaltstack size validationThomas Gleixner1-0/+35
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner1-1/+0
2021-09-14x86/fpu/signal: Change return type of fpu__restore_sig() to booleanThomas Gleixner1-2/+2
2021-09-14x86/signal: Change return type of restore_sigcontext() to booleanThomas Gleixner1-9/+9
2021-09-14x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to booleanThomas Gleixner1-3/+1
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+82
2021-05-19x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae1-4/+20
2021-05-19x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZChang S. Bae1-0/+5
2021-05-19x86/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae1-2/+57
2021-05-12x86/regs: Syscall_get_nr() returns -1 for a non-system callH. Peter Anvin1-2/+2
2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar1-23/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-16x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTOleg Nesterov1-1/+1
2021-03-16x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov1-23/+1
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner1-1/+1
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-24x86/entry: Use generic syscall exit functionalityThomas Gleixner1-1/+2
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+27
2020-05-13x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu1-1/+1
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig1-1/+27
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-213/+186
2020-03-26x86: unsafe_put-style macro for sigmaskAl Viro1-4/+8
2020-03-26x86: x32_setup_rt_frame(): consolidate uaccess areasAl Viro1-12/+5
2020-03-26x86: __setup_rt_frame(): consolidate uaccess areasAl Viro1-17/+9
2020-03-26x86: __setup_frame(): consolidate uaccess areasAl Viro1-17/+6
2020-03-26x86: setup_sigcontext(): list user_access_{begin,end}() into callersAl Viro1-21/+24
2020-03-26x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)Al Viro1-43/+48
2020-03-21x86: Remove unneeded includesBrian Gerst1-2/+0
2020-03-21x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst1-1/+1
2020-03-19x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro1-15/+18
2020-03-18x86: switch setup_sigcontext() to unsafe_put_user()Al Viro1-43/+45
2020-03-18x86: get rid of get_user_ex() in restore_sigcontext()Al Viro1-50/+36
2020-03-18x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro1-12/+8
2020-01-08x86: Remove force_iret()Brian Gerst1-2/+0
2019-07-12x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+9
2019-05-06Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2019-04-19rseq: Clean up comments by reflecting removal of event counterMathieu Desnoyers1-4/+1
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior1-10/+7
2019-04-03x86/fpu: Fix __user annotationsJann Horn1-2/+2
2019-04-03x86/uaccess, signal: Fix AC=1 bloatPeter Zijlstra1-12/+17
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-7/+7
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-1/+1
2018-06-06x86: Add support for restartable sequencesMathieu Desnoyers1-0/+6