summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-21arm: new way of handling ERESTART_RESTARTBLOCKAl Viro1-27/+6
2012-05-21arm: if we get into work_pending while returning to kernel mode, just go awayAl Viro1-9/+0
2012-05-21arm: don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-05-21arm: if there's no handler we need to restore sigmask, syscall or no syscallAl Viro1-8/+6
2012-05-21arm: missing checks of __get_user()/__put_user() return valuesAl Viro1-6/+6
2012-05-21Merge branch 'misc' into for-linusRussell King1-0/+2
2012-04-25ARM: 7374/1: add TRACEHOOK supportWade Farnsworth1-0/+2
2012-04-23ARM: 7399/1: vfp: move user vfp state save/restore code out of signal.cWill Deacon1-51/+4
2012-03-30Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-16/+8
2012-03-24ARM: use set_current_blocked() and block_sigmask()Matt Fleming1-16/+8
2012-02-02ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframeWill Deacon1-3/+2
2011-05-12ARM: 6892/1: handle ptrace requests to change PC during interrupted system callsArnd Bergmann1-37/+53
2011-03-17Merge branch 'misc' into develRussell King1-9/+0
2011-02-23ARM: 6668/1: ptrace: remove single-step emulation codeWill Deacon1-9/+0
2011-02-21ARM: Ensure predictable endian state on signal handler entryRussell King1-1/+3
2010-04-14ARM: 6051/1: VFP: preserve the HW context when calling signal handlersImre Deak1-4/+89
2009-11-23ARM: 5793/1: ARM: Check put_user fail in do_signal when enable OABI_COMPATJean PIHET1-2/+6
2009-10-25ARM: Fix signal restart issues with NX and OABI compatRussell King1-24/+17
2009-09-15Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-49/+37
2009-09-12Merge branch 'master' into develRussell King1-2/+2
2009-09-09KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells1-0/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+2
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells1-0/+5
2009-08-15ARM: 5677/1: ARM support for TIF_RESTORE_SIGMASK/pselect6/ppoll/epoll_pwaitMikael Pettersson1-49/+37
2009-08-06ARM: 5638/1: arch/arm/kernel/signal.c: use correct address space for CRUNCHHartley Sweeten1-2/+2
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-2/+6
2009-05-30Clear the IT state when invoking a Thumb-2 signal handlerCatalin Marinas1-2/+6
2009-05-21syscall: Sort out syscall_restart name clash.Eric W. Biederman1-3/+3
2008-09-06[ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King1-1/+1
2008-03-20[ARM] 4870/1: fix signal return code when enable CONFIG_OABI_COMPATjanboe1-2/+2
2007-04-21[ARM] ptrace: clean up single stepping supportRussell King1-17/+5
2006-12-08Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-11-30[ARM] Include asm/elf.h instead of asm/procinfo.hRussell King1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[ARM] 3664/1: crunch: add signal frame save/restoreLennert Buytenhek1-0/+39
2006-06-25Merge signal handler branchRussell King1-125/+82
2006-06-25[ARM] 3648/1: Update struct ucontext layout for coprocessor registersDaniel Jacobowitz1-31/+11
2006-06-25[ARM] Add identifying number for non-rt sigframeRussell King1-0/+5
2006-06-23[PATCH] fix silly ARM non-EABI build errorNicolas Pitre1-1/+1
2006-06-23[ARM] 3626/1: ARM EABI: fix syscall restartingNicolas Pitre1-2/+19
2006-06-18[ARM] Gather common sigframe saving code into setup_sigframe()Russell King1-33/+29
2006-06-18[ARM] Gather common sigframe restoration code into restore_sigframe()Russell King1-43/+33
2006-06-18[ARM] Re-use sigframe within rt_sigframeRussell King1-13/+11
2006-06-18[ARM] Merge sigcontext and sigmask members of sigframeRussell King1-6/+5
2006-06-18[ARM] Replace extramask with a full copy of the sigmaskRussell King1-10/+3
2006-06-18[ARM] Remove rt_sigframe puc and pinfo pointersRussell King1-4/+0
2006-01-19[ARM] 3270/1: ARM EABI: fix sigreturn and rt_sigreturnNicolas Pitre1-11/+18
2005-11-19[ARM] 3168/1: Update ARM signal delivery and maskingDaniel Jacobowitz1-13/+12
2005-10-30[PATCH] mm: arm ready for split ptlockHugh Dickins1-78/+18