summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'misc' into develRussell King2011-03-171-9/+0Star
|\
| * ARM: 6668/1: ptrace: remove single-step emulation codeWill Deacon2011-02-231-9/+0Star
* | ARM: Ensure predictable endian state on signal handler entryRussell King2011-02-211-1/+3
|/
* ARM: 6051/1: VFP: preserve the HW context when calling signal handlersImre Deak2010-04-141-4/+89
* ARM: 5793/1: ARM: Check put_user fail in do_signal when enable OABI_COMPATJean PIHET2009-11-231-2/+6
* ARM: Fix signal restart issues with NX and OABI compatRussell King2009-10-251-24/+17Star
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-09-151-49/+37Star
|\
| * Merge branch 'master' into develRussell King2009-09-121-2/+2
| |\
| * | ARM: 5677/1: ARM support for TIF_RESTORE_SIGMASK/pselect6/ppoll/epoll_pwaitMikael Pettersson2009-08-151-49/+37Star
* | | KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells2009-09-091-0/+1
* | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+2
* | | KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2009-09-021-0/+5
| |/ |/|
* | ARM: 5638/1: arch/arm/kernel/signal.c: use correct address space for CRUNCHHartley Sweeten2009-08-051-2/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-2/+6
|\
| * Clear the IT state when invoking a Thumb-2 signal handlerCatalin Marinas2009-05-301-2/+6
* | syscall: Sort out syscall_restart name clash.Eric W. Biederman2009-05-211-3/+3
|/
* [ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King2008-09-061-1/+1
* [ARM] 4870/1: fix signal return code when enable CONFIG_OABI_COMPATjanboe2008-03-201-2/+2
* [ARM] ptrace: clean up single stepping supportRussell King2007-04-211-17/+5Star
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-12-081-0/+1
|\