summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-04-221-0/+1
* resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
* ARM: Snapshot thread flagsMark Rutland2021-12-011-1/+1
* entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-1/+0
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-091-8/+0
|\
| * ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann2021-08-201-8/+0
* | Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2021-09-011-42/+0
|\ \
| * | ARM: ep93xx: remove MaverickCrunch supportArnd Bergmann2021-08-041-42/+0
| |/
* | signal: Verify the alignment and size of siginfo_tEric W. Biederman2021-07-231-0/+2
* | arm: Add compile-time asserts for siginfo_t offsetsMarco Elver2021-07-231-0/+37
|/
* ARM: ensure the signal page contains defined contentsRussell King2021-02-051-6/+8
* arm: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-121-1/+1
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* syscalls: use uaccess_kernel in addr_limit_user_checkChristoph Hellwig2020-08-121-0/+2
* ARM: signal: Mark expected switch fall-throughGustavo A. R. Silva2019-08-091-0/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* rseq: Clean up comments by reflecting removal of event counterMathieu Desnoyers2019-04-191-2/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-3/+3
* Merge branches 'fixes', 'misc' and 'spectre' into for-nextRussell King2018-10-101-36/+44
|\
| * ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry2018-10-051-4/+4
| * ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry2018-10-051-6/+7
| * ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt contextJulien Thierry2018-10-051-4/+6
| * ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry2018-10-051-22/+27
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-08-131-29/+29
|\ \
| * \ Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-08-131-29/+29
| |\ \ | | |/
| | * ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King2018-08-021-12/+8
| | * ARM: signal: copy registers using __copy_from_user()Russell King2018-07-261-17/+21
* | | rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-221-2/+2
|/ /
* | arm: Add syscall detection for restartable sequencesMathieu Desnoyers2018-06-061-0/+7
* | arm: Add restartable sequences supportMathieu Desnoyers2018-06-061-0/+7
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-161-15/+38
|\
| * Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King2017-10-021-15/+38
| |\
| | * ARM: signal handling support for FDPIC_FUNCPTRS functionsNicolas Pitre2017-09-101-15/+38
* | | arm/syscalls: Optimize address limit checkThomas Garnier2017-09-171-0/+7
* | | Revert "arm/syscalls: Check address limit on user-mode return"Thomas Garnier2017-09-171-5/+0
|/ /
* | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-041-0/+5
|\ \ | |/ |/|
| * arm/syscalls: Check address limit on user-mode returnThomas Garnier2017-07-081-0/+5
* | ARM: 8687/1: signal: Fix unparseable iwmmxt_sigframe in uc_regspace[]Dave Martin2017-07-241-17/+59
* | ARM: 8686/1: iwmmxt: Add missing __user annotations to sigframe accessorsDave Martin2017-07-241-2/+2
|/
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-191-6/+9
|\
| * ARM: get rid of needless #if in signal handling codeRussell King2015-09-161-4/+2
| * ARM: fix Thumb2 signal handling when ARMv6 is enabledRussell King2015-09-161-5/+10
* | ARM: entry: efficiency cleanupsRussell King2015-08-251-0/+6
|/
* arm: Remove signal translation and exec_domainRichard Weinberger2015-04-121-12/+1
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-2/+2
* ARM: 8194/1: remove clear_thread_flag(TIF_UPROBE)Yalin Wang2014-11-171-1/+0