summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-1/+1
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver1-0/+1
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2021-12-01ARM: Snapshot thread flagsMark Rutland1-1/+1
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-1/+0
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-8/+0
2021-09-01Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-42/+0
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann1-8/+0
2021-08-04ARM: ep93xx: remove MaverickCrunch supportArnd Bergmann1-42/+0
2021-07-23signal: Verify the alignment and size of siginfo_tEric W. Biederman1-0/+2
2021-07-23arm: Add compile-time asserts for siginfo_t offsetsMarco Elver1-0/+37
2021-02-05ARM: ensure the signal page contains defined contentsRussell King1-6/+8
2020-11-12arm: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-12syscalls: use uaccess_kernel in addr_limit_user_checkChristoph Hellwig1-0/+2
2019-08-09ARM: signal: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-2/+2
2019-04-19rseq: Clean up comments by reflecting removal of event counterMathieu Desnoyers1-2/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-3/+3
2018-10-10Merge branches 'fixes', 'misc' and 'spectre' into for-nextRussell King1-36/+44
2018-10-05ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry1-4/+4
2018-10-05ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry1-6/+7
2018-10-05ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt contextJulien Thierry1-4/+6
2018-10-05ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry1-22/+27
2018-08-13Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-29/+29
2018-08-13Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King1-29/+29
2018-08-02ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King1-12/+8
2018-07-26ARM: signal: copy registers using __copy_from_user()Russell King1-17/+21
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-2/+2
2018-06-06arm: Add syscall detection for restartable sequencesMathieu Desnoyers1-0/+7
2018-06-06arm: Add restartable sequences supportMathieu Desnoyers1-0/+7
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-15/+38
2017-10-02Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King1-15/+38
2017-09-17arm/syscalls: Optimize address limit checkThomas Garnier1-0/+7
2017-09-17Revert "arm/syscalls: Check address limit on user-mode return"Thomas Garnier1-5/+0
2017-09-10ARM: signal handling support for FDPIC_FUNCPTRS functionsNicolas Pitre1-15/+38
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2017-07-24ARM: 8687/1: signal: Fix unparseable iwmmxt_sigframe in uc_regspace[]Dave Martin1-17/+59
2017-07-24ARM: 8686/1: iwmmxt: Add missing __user annotations to sigframe accessorsDave Martin1-2/+2
2017-07-08arm/syscalls: Check address limit on user-mode returnThomas Garnier1-0/+5
2015-09-19Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-6/+9
2015-09-16ARM: get rid of needless #if in signal handling codeRussell King1-4/+2
2015-09-16ARM: fix Thumb2 signal handling when ARMv6 is enabledRussell King1-5/+10
2015-08-25ARM: entry: efficiency cleanupsRussell King1-0/+6
2015-04-12arm: Remove signal translation and exec_domainRichard Weinberger1-12/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-2/+2
2014-11-17ARM: 8194/1: remove clear_thread_flag(TIF_UPROBE)Yalin Wang1-1/+0