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
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-12
syscalls: use uaccess_kernel in addr_limit_user_check
Christoph Hellwig
1
-0
/
+2
2019-08-09
ARM: signal: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-2
/
+2
2019-04-19
rseq: Clean up comments by reflecting removal of event counter
Mathieu Desnoyers
1
-2
/
+1
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-3
/
+3
2018-10-10
Merge branches 'fixes', 'misc' and 'spectre' into for-next
Russell King
1
-36
/
+44
2018-10-05
ARM: 8793/1: signal: replace __put_user_error with __put_user
Julien Thierry
1
-4
/
+4
2018-10-05
ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state
Julien Thierry
1
-6
/
+7
2018-10-05
ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt context
Julien Thierry
1
-4
/
+6
2018-10-05
ARM: 8789/1: signal: copy registers using __copy_to_user()
Julien Thierry
1
-22
/
+27
2018-08-13
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-29
/
+29
2018-08-13
Merge branches 'fixes', 'misc' and 'spectre' into for-linus
Russell King
1
-29
/
+29
2018-08-02
ARM: vfp: use __copy_from_user() when restoring VFP state
Russell King
1
-12
/
+8
2018-07-26
ARM: signal: copy registers using __copy_from_user()
Russell King
1
-17
/
+21
2018-06-22
rseq: Avoid infinite recursion when delivering SIGSEGV
Will Deacon
1
-2
/
+2
2018-06-06
arm: Add syscall detection for restartable sequences
Mathieu Desnoyers
1
-0
/
+7
2018-06-06
arm: Add restartable sequences support
Mathieu Desnoyers
1
-0
/
+7
2017-11-16
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-15
/
+38
2017-10-02
Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...
Russell King
1
-15
/
+38
2017-09-17
arm/syscalls: Optimize address limit check
Thomas Garnier
1
-0
/
+7
2017-09-17
Revert "arm/syscalls: Check address limit on user-mode return"
Thomas Garnier
1
-5
/
+0
2017-09-10
ARM: signal handling support for FDPIC_FUNCPTRS functions
Nicolas Pitre
1
-15
/
+38
2017-09-04
Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+5
2017-07-24
ARM: 8687/1: signal: Fix unparseable iwmmxt_sigframe in uc_regspace[]
Dave Martin
1
-17
/
+59
2017-07-24
ARM: 8686/1: iwmmxt: Add missing __user annotations to sigframe accessors
Dave Martin
1
-2
/
+2
2017-07-08
arm/syscalls: Check address limit on user-mode return
Thomas Garnier
1
-0
/
+5
2015-09-19
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-6
/
+9
2015-09-16
ARM: get rid of needless #if in signal handling code
Russell King
1
-4
/
+2
2015-09-16
ARM: fix Thumb2 signal handling when ARMv6 is enabled
Russell King
1
-5
/
+10
2015-08-25
ARM: entry: efficiency cleanups
Russell King
1
-0
/
+6
2015-04-12
arm: Remove signal translation and exec_domain
Richard Weinberger
1
-12
/
+1
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-2
/
+2
2014-11-17
ARM: 8194/1: remove clear_thread_flag(TIF_UPROBE)
Yalin Wang
1
-1
/
+0
2014-03-18
ARM: add uprobes support
David A. Long
1
-0
/
+4
2013-11-12
Merge branches 'fixes', 'mmci' and 'sa11x0' into for-next
Russell King
1
-4
/
+10
2013-11-07
ARM: 7880/1: Clear the IT state independent of the Thumb-2 mode
T.J. Purtell
1
-4
/
+10
2013-10-19
ARM: signal: sigreturn_codes should be endian neutral to work in BE8
Victor Kamensky
1
-23
/
+1
2013-08-03
ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...
Russell King
1
-2
/
+5
2013-08-03
ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)
Russell King
1
-22
/
+19
2013-08-01
ARM: move signal handlers into a vdso-like page
Russell King
1
-7
/
+45
2013-06-17
ARM: mpu: protect the vectors page with an MPU region
Jonathan Austin
1
-2
/
+7
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
[next]