summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c
AgeCommit message (Expand)Author
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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar
2017-07-30x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski
2017-04-11x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_...Markus Trippelsdorf
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski
2016-09-14x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov
2016-08-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-07-27x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-05-03signals/sigaltstack, x86/signals: Unify the x86 sigaltstack check with other ...Stas Sergeev
2016-04-19x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov
2016-02-17x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski
2016-02-17x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski