aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-02x86/sigreturn: use SYSCALL_DEFINE0Tautschnig, Michael1-2/+3
2018-04-02x86: fix sys_sigreturn() return type to be long, not unsigned longDominik Brodowski1-1/+1
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar1-3/+3
2017-07-30x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski1-1/+1
2017-04-11x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_general_protection()Markus Trippelsdorf1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+11