summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/signal.c
AgeCommit message (Expand)Author
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
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-06Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-04-19rseq: Clean up comments by reflecting removal of event counterMathieu Desnoyers
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior
2019-04-03x86/fpu: Fix __user annotationsJann Horn
2019-04-03x86/uaccess, signal: Fix AC=1 bloatPeter Zijlstra
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon
2018-06-06x86: Add support for restartable sequencesMathieu Desnoyers
2018-04-02x86/sigreturn: use SYSCALL_DEFINE0Tautschnig, Michael
2018-04-02x86: fix sys_sigreturn() return type to be long, not unsigned longDominik Brodowski
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski