summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-18ARM: add uprobes supportDavid A. Long1-0/+4
2013-11-12Merge branches 'fixes', 'mmci' and 'sa11x0' into for-nextRussell King1-4/+10
2013-11-07ARM: 7880/1: Clear the IT state independent of the Thumb-2 modeT.J. Purtell1-4/+10
2013-10-19ARM: signal: sigreturn_codes should be endian neutral to work in BE8Victor Kamensky1-23/+1
2013-08-03ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...Russell King1-2/+5
2013-08-03ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)Russell King1-22/+19
2013-08-01ARM: move signal handlers into a vdso-like pageRussell King1-7/+45
2013-06-17ARM: mpu: protect the vectors page with an MPU regionJonathan Austin1-2/+7
2013-02-14arm: switch to struct ksignal * passingAl Viro1-61/+47
2013-02-03arm: switch to generic old sigaction()Al Viro1-32/+0
2013-02-03arm: switch to generic old sigsuspendAl Viro1-10/+0
2013-02-03arm: switch to generic sigaltstackAl Viro1-8/+2
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-07-28ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYSAl Viro1-9/+6
2012-07-28ARM: 7473/1: deal with handlerless restarts without leaving the kernelAl Viro1-21/+29
2012-07-28ARM: 7472/1: pull all work_pending logics into C functionAl Viro1-8/+19
2012-07-28ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline""Will Deacon1-13/+0
2012-07-28ARM: 7470/1: Revert "7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK""Will Deacon1-27/+6
2012-07-05ARM: 7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK"Will Deacon1-6/+27
2012-07-05ARM: 7442/1: Revert "remove unused restart trampoline"Will Deacon1-0/+13
2012-06-01new helper: signal_delivered()Al Viro1-6/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-5/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-15/+3
2012-06-01new helper: sigmask_to_save()Al Viro1-9/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-5/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-05-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-67/+18
2012-05-29Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Russell King1-67/+18
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21new helper: sigsuspend()Al Viro1-10/+1
2012-05-21arm: remove unused restart trampolineAl Viro1-13/+0
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-29Merge 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-16Merge 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-14Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-49/+37