summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-0/+1
* x86/shstk: Handle signals for shadow stackRick Edgecombe2023-08-021-0/+1
* x86/init: Initialize signal frame size lateThomas Gleixner2023-06-161-1/+3
* x86/signal: Fix the value returned by strict_sas_size()Christophe JAILLET2023-01-151-1/+1
* x86/signal/64: Move 64-bit signal code to its own fileBrian Gerst2022-10-191-376/+0
* x86/signal/32: Merge native and compat 32-bit signal codeBrian Gerst2022-10-191-213/+6
* x86/signal: Add ABI prefixes to frame setup functionsBrian Gerst2022-10-191-11/+7
* x86/signal: Merge get_sigframe()Brian Gerst2022-10-191-42/+38
* x86/signal: Remove sigset_t parameter from frame setup functionsBrian Gerst2022-10-191-16/+12
* x86/signal: Remove sig parameter from frame setup functionsBrian Gerst2022-10-191-12/+11
* x86/32: Remove lazy GS macrosBrian Gerst2022-04-141-3/+5
* tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman2022-03-101-2/+2
* x86/signal: Use fpu::__state_user_size for sigalt stack validationThomas Gleixner2021-10-261-4/+31
* x86/signal: Implement sigaltstack size validationThomas Gleixner2021-10-261-0/+35
* x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner2021-10-201-1/+0
* x86/fpu/signal: Change return type of fpu__restore_sig() to booleanThomas Gleixner2021-09-141-2/+2
* x86/signal: Change return type of restore_sigcontext() to booleanThomas Gleixner2021-09-141-9/+9
* x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to booleanThomas Gleixner2021-09-141-3/+1
* Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-071-6/+82
|\
| * x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae2021-05-191-4/+20
| * x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZChang S. Bae2021-05-191-0/+5
| * x86/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae2021-05-191-2/+57
* | x86/regs: Syscall_get_nr() returns -1 for a non-system callH. Peter Anvin2021-05-121-2/+2
|/
* Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar2021-03-211-23/+1
|\
| * x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTOleg Nesterov2021-03-161-1/+1
| * x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2021-03-161-23/+1
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
|/
* Merge branch 'core/urgent' into core/entryThomas Gleixner2020-11-041-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | entry: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-10-291-2/+2
|/
* x86/entry: Use generic syscall exit functionalityThomas Gleixner2020-07-241-1/+2
* Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-1/+27
|\
| * signal: refactor copy_siginfo_to_user32Christoph Hellwig2020-05-051-1/+27
* | x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu2020-05-131-1/+1
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-213/+186
|\
| * x86: unsafe_put-style macro for sigmaskAl Viro2020-03-261-4/+8
| * x86: x32_setup_rt_frame(): consolidate uaccess areasAl Viro2020-03-261-12/+5
| * x86: __setup_rt_frame(): consolidate uaccess areasAl Viro2020-03-261-17/+9
| * x86: __setup_frame(): consolidate uaccess areasAl Viro2020-03-261-17/+6
| * x86: setup_sigcontext(): list user_access_{begin,end}() into callersAl Viro2020-03-261-21/+24
| * x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)Al Viro2020-03-261-43/+48
| * x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro2020-03-191-15/+18
| * x86: switch setup_sigcontext() to unsafe_put_user()Al Viro2020-03-181-43/+45
| * x86: get rid of get_user_ex() in restore_sigcontext()Al Viro2020-03-181-50/+36
| * x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro2020-03-181-12/+8
* | x86: Remove unneeded includesBrian Gerst2020-03-211-2/+0
* | x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst2020-03-211-1/+1
|/
* x86: Remove force_iret()Brian Gerst2020-01-081-2/+0
* x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver2019-07-121-1/+1