summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: add uprobes supportDavid A. Long2014-03-181-0/+4
*-. Merge branches 'fixes', 'mmci' and 'sa11x0' into for-nextRussell King2013-11-121-4/+10
|\ \
| * | ARM: 7880/1: Clear the IT state independent of the Thumb-2 modeT.J. Purtell2013-11-071-4/+10
| |/
* | ARM: signal: sigreturn_codes should be endian neutral to work in BE8Victor Kamensky2013-10-191-23/+1
|/
* ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...Russell King2013-08-031-2/+5
* ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)Russell King2013-08-031-22/+19
* ARM: move signal handlers into a vdso-like pageRussell King2013-08-011-7/+45
* ARM: mpu: protect the vectors page with an MPU regionJonathan Austin2013-06-171-2/+7
* arm: switch to struct ksignal * passingAl Viro2013-02-141-61/+47
* arm: switch to generic old sigaction()Al Viro2013-02-031-32/+0
* arm: switch to generic old sigsuspendAl Viro2013-02-031-10/+0
* arm: switch to generic sigaltstackAl Viro2013-02-031-8/+2
* Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
* ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYSAl Viro2012-07-281-9/+6
* ARM: 7473/1: deal with handlerless restarts without leaving the kernelAl Viro2012-07-281-21/+29
* ARM: 7472/1: pull all work_pending logics into C functionAl Viro2012-07-281-8/+19
* ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline""Will Deacon2012-07-281-13/+0
* ARM: 7470/1: Revert "7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK""Will Deacon2012-07-281-27/+6
* ARM: 7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK"Will Deacon2012-07-051-6/+27
* ARM: 7442/1: Revert "remove unused restart trampoline"Will Deacon2012-07-051-0/+13
* new helper: signal_delivered()Al Viro2012-06-011-6/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-5/+1
OpenPOWER on IntegriCloud