aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7399/1: vfp: move user vfp state save/restore code out of signal.cWill Deacon2014-12-301-51/+4
* ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframeWill Deacon2012-02-131-3/+2
* 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-161-9/+0
|\
| * ARM: 6668/1: ptrace: remove single-step emulation codeWill Deacon2011-02-231-9/+0
* | 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/+17
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-09-141-49/+37
|\
| * 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/+37
* | | 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-201-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/+5
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-12-071-0/+1
|\
| * [ARM] Include asm/elf.h instead of asm/procinfo.hRussell King2006-11-301-0/+1
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
|/
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [ARM] 3664/1: crunch: add signal frame save/restoreLennert Buytenhek2006-06-281-0/+39
* Merge signal handler branchRussell King2006-06-241-125/+82
|\
| * [ARM] 3648/1: Update struct ucontext layout for coprocessor registersDaniel Jacobowitz2006-06-241-31/+11
| * [ARM] Add identifying number for non-rt sigframeRussell King2006-06-241-0/+5
| * [ARM] Gather common sigframe saving code into setup_sigframe()Russell King2006-06-181-33/+29
| * [ARM] Gather common sigframe restoration code into restore_sigframe()Russell King2006-06-181-43/+33
| * [ARM] Re-use sigframe within rt_sigframeRussell King2006-06-181-13/+11
| * [ARM] Merge sigcontext and sigmask members of sigframeRussell King2006-06-181-6/+5
| * [ARM] Replace extramask with a full copy of the sigmaskRussell King2006-06-181-10/+3
| * [ARM] Remove rt_sigframe puc and pinfo pointersRussell King2006-06-181-4/+0
* | [PATCH] fix silly ARM non-EABI build errorNicolas Pitre2006-06-231-1/+1
* | [ARM] 3626/1: ARM EABI: fix syscall restartingNicolas Pitre2006-06-221-2/+19
|/
* [ARM] 3270/1: ARM EABI: fix sigreturn and rt_sigreturnNicolas Pitre2006-01-181-11/+18
* [ARM] 3168/1: Update ARM signal delivery and maskingDaniel Jacobowitz2005-11-191-13/+12
* [PATCH] mm: arm ready for split ptlockHugh Dickins2005-10-291-78/+18
* [PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt2005-08-291-2/+3
* [PATCH] arm: swsusp build fixAndrew Morton2005-06-261-1/+1
* [PATCH] ARM: Move signal return code into vector pageRussell King2005-06-221-10/+19
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+748