index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-14
arm: switch to struct ksignal * passing
Al Viro
1
-61
/
+47
2013-02-03
arm: switch to generic old sigaction()
Al Viro
1
-32
/
+0
2013-02-03
arm: switch to generic old sigsuspend
Al Viro
1
-10
/
+0
2013-02-03
arm: switch to generic sigaltstack
Al Viro
1
-8
/
+2
2012-10-01
Uninclude linux/freezer.h
Richard Weinberger
1
-1
/
+0
2012-07-28
ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYS
Al Viro
1
-9
/
+6
2012-07-28
ARM: 7473/1: deal with handlerless restarts without leaving the kernel
Al Viro
1
-21
/
+29
2012-07-28
ARM: 7472/1: pull all work_pending logics into C function
Al Viro
1
-8
/
+19
2012-07-28
ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline""
Will Deacon
1
-13
/
+0
2012-07-28
ARM: 7470/1: Revert "7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK""
Will Deacon
1
-27
/
+6
2012-07-05
ARM: 7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK"
Will Deacon
1
-6
/
+27
2012-07-05
ARM: 7442/1: Revert "remove unused restart trampoline"
Will Deacon
1
-0
/
+13
2012-06-01
new helper: signal_delivered()
Al Viro
1
-6
/
+1
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
1
-5
/
+1
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
1
-15
/
+3
2012-06-01
new helper: sigmask_to_save()
Al Viro
1
-9
/
+3
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
1
-5
/
+1
2012-05-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+0
2012-05-29
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-67
/
+18
2012-05-29
Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...
Russell King
1
-67
/
+18
2012-05-23
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
1
-2
/
+0
2012-05-21
new helper: sigsuspend()
Al Viro
1
-10
/
+1
2012-05-21
arm: remove unused restart trampoline
Al Viro
1
-13
/
+0
2012-05-21
arm: new way of handling ERESTART_RESTARTBLOCK
Al Viro
1
-27
/
+6
2012-05-21
arm: if we get into work_pending while returning to kernel mode, just go away
Al Viro
1
-9
/
+0
2012-05-21
arm: don't call try_to_freeze() from do_signal()
Al Viro
1
-4
/
+0
2012-05-21
arm: if there's no handler we need to restore sigmask, syscall or no syscall
Al Viro
1
-8
/
+6
2012-05-21
arm: missing checks of __get_user()/__put_user() return values
Al Viro
1
-6
/
+6
2012-05-21
Merge branch 'misc' into for-linus
Russell King
1
-0
/
+2
2012-04-25
ARM: 7374/1: add TRACEHOOK support
Wade Farnsworth
1
-0
/
+2
2012-04-23
ARM: 7399/1: vfp: move user vfp state save/restore code out of signal.c
Will Deacon
1
-51
/
+4
2012-03-29
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-16
/
+8
2012-03-24
ARM: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-16
/
+8
2012-02-02
ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframe
Will Deacon
1
-3
/
+2
2011-05-12
ARM: 6892/1: handle ptrace requests to change PC during interrupted system calls
Arnd Bergmann
1
-37
/
+53
2011-03-16
Merge branch 'misc' into devel
Russell King
1
-9
/
+0
2011-02-23
ARM: 6668/1: ptrace: remove single-step emulation code
Will Deacon
1
-9
/
+0
2011-02-21
ARM: Ensure predictable endian state on signal handler entry
Russell King
1
-1
/
+3
2010-04-14
ARM: 6051/1: VFP: preserve the HW context when calling signal handlers
Imre Deak
1
-4
/
+89
2009-11-23
ARM: 5793/1: ARM: Check put_user fail in do_signal when enable OABI_COMPAT
Jean PIHET
1
-2
/
+6
2009-10-25
ARM: Fix signal restart issues with NX and OABI compat
Russell King
1
-24
/
+17
2009-09-14
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-49
/
+37
2009-09-12
Merge branch 'master' into devel
Russell King
1
-2
/
+2
2009-09-09
KEYS: Add missing linux/tracehook.h #inclusions
David Howells
1
-0
/
+1
2009-09-02
KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]
David Howells
1
-0
/
+2
2009-09-02
KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]
David Howells
1
-0
/
+5
2009-08-15
ARM: 5677/1: ARM support for TIF_RESTORE_SIGMASK/pselect6/ppoll/epoll_pwait
Mikael Pettersson
1
-49
/
+37
2009-08-05
ARM: 5638/1: arch/arm/kernel/signal.c: use correct address space for CRUNCH
Hartley Sweeten
1
-2
/
+2
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-2
/
+6
2009-05-30
Clear the IT state when invoking a Thumb-2 signal handler
Catalin Marinas
1
-2
/
+6
[next]