summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-201-6/+9
|\
| * ARM: get rid of needless #if in signal handling codeRussell King2015-09-171-4/+2Star
| * 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/+1Star
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-2/+2
* ARM: 8194/1: remove clear_thread_flag(TIF_UPROBE)Yalin Wang2014-11-171-1/+0Star
* 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/+1Star
|/
* 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/+19Star
* 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/+47Star
* arm: switch to generic old sigaction()Al Viro2013-02-041-32/+0Star
* arm: switch to generic old sigsuspendAl Viro2013-02-041-10/+0Star
* arm: switch to generic sigaltstackAl Viro2013-02-041-8/+2Star
* Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0Star
* ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYSAl Viro2012-07-281-9/+6Star
* 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/+0Star
* ARM: 7470/1: Revert "7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK""Will Deacon2012-07-281-27/+6Star
* 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/+1Star
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-5/+1Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-15/+3Star
* new helper: sigmask_to_save()Al Viro2012-06-011-9/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-5/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-2/+0Star
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-05-301-67/+18Star
|\ \ | |/ |/|
| * Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Russell King2012-05-291-67/+18Star
| |\
| | * arm: remove unused restart trampolineAl Viro2012-05-211-13/+0Star
| | * arm: new way of handling ERESTART_RESTARTBLOCKAl Viro2012-05-211-27/+6Star
| | * arm: if we get into work_pending while returning to kernel mode, just go awayAl Viro2012-05-211-9/+0Star
| | * arm: don't call try_to_freeze() from do_signal()Al Viro2012-05-211-4/+0Star
| | * arm: if there's no handler we need to restore sigmask, syscall or no syscallAl Viro2012-05-211-8/+6Star
| | * arm: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-211-6/+6
* | | new helper: sigsuspend()Al Viro2012-05-221-10/+1Star
|/ /
* | Merge branch 'misc' into for-linusRussell King2012-05-211-0/+2
|\ \ | |/ |/|
| * ARM: 7374/1: add TRACEHOOK supportWade Farnsworth2012-04-251-0/+2
* | ARM: 7399/1: vfp: move user vfp state save/restore code out of signal.cWill Deacon2012-04-231-51/+4Star
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-301-16/+8Star
|\
| * ARM: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-241-16/+8Star
* | ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframeWill Deacon2012-02-021-3/+2Star
|/
* ARM: 6892/1: handle ptrace requests to change PC during interrupted system callsArnd Bergmann2011-05-121-37/+53