index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
signal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/shstk: Add user control-protection fault handler
Rick Edgecombe
2023-08-03
1
-1
/
+1
*
ARM: 9309/1: add missing syscall prototypes
Arnd Bergmann
2023-06-19
1
-0
/
+1
*
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
*
signal: Deliver SIGTRAP on perf event asynchronously if blocked
Marco Elver
2022-04-22
1
-0
/
+1
*
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
2022-03-10
1
-2
/
+2
*
ARM: Snapshot thread flags
Mark Rutland
2021-12-01
1
-1
/
+1
*
entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
Sean Christopherson
2021-09-22
1
-1
/
+0
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-09-09
1
-8
/
+0
|
\
|
*
ARM: 9113/1: uaccess: remove set_fs() implementation
Arnd Bergmann
2021-08-20
1
-8
/
+0
*
|
Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2021-09-02
1
-42
/
+0
|
\
\
|
*
|
ARM: ep93xx: remove MaverickCrunch support
Arnd Bergmann
2021-08-04
1
-42
/
+0
|
|
/
*
|
signal: Verify the alignment and size of siginfo_t
Eric W. Biederman
2021-07-23
1
-0
/
+2
*
|
arm: Add compile-time asserts for siginfo_t offsets
Marco Elver
2021-07-23
1
-0
/
+37
|
/
*
ARM: ensure the signal page contains defined contents
Russell King
2021-02-05
1
-6
/
+8
*
arm: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-11-12
1
-1
/
+1
*
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
2020-10-17
1
-1
/
+0
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
syscalls: use uaccess_kernel in addr_limit_user_check
Christoph Hellwig
2020-08-12
1
-0
/
+2
*
ARM: signal: Mark expected switch fall-through
Gustavo A. R. Silva
2019-08-10
1
-0
/
+1
*
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-09
1
-2
/
+2
|
\
|
*
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-27
1
-2
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
/
*
rseq: Clean up comments by reflecting removal of event counter
Mathieu Desnoyers
2019-04-19
1
-2
/
+1
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-04
1
-3
/
+3
*
Merge branches 'fixes', 'misc' and 'spectre' into for-next
Russell King
2018-10-10
1
-36
/
+44
|
\
|
*
ARM: 8793/1: signal: replace __put_user_error with __put_user
Julien Thierry
2018-10-05
1
-4
/
+4
|
*
ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state
Julien Thierry
2018-10-05
1
-6
/
+7
|
*
ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt context
Julien Thierry
2018-10-05
1
-4
/
+6
|
*
ARM: 8789/1: signal: copy registers using __copy_to_user()
Julien Thierry
2018-10-05
1
-22
/
+27
*
|
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2018-08-14
1
-29
/
+29
|
\
\
|
*
|
Merge branches 'fixes', 'misc' and 'spectre' into for-linus
Russell King
2018-08-13
1
-29
/
+29
|
|
\
|
|
|
*
ARM: vfp: use __copy_from_user() when restoring VFP state
Russell King
2018-08-02
1
-12
/
+8
|
|
*
ARM: signal: copy registers using __copy_from_user()
Russell King
2018-07-26
1
-17
/
+21
*
|
|
rseq: Avoid infinite recursion when delivering SIGSEGV
Will Deacon
2018-06-22
1
-2
/
+2
|
/
/
*
|
arm: Add syscall detection for restartable sequences
Mathieu Desnoyers
2018-06-06
1
-0
/
+7
*
|
arm: Add restartable sequences support
Mathieu Desnoyers
2018-06-06
1
-0
/
+7
|
/
*
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2017-11-16
1
-15
/
+38
|
\
|
*
Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...
Russell King
2017-10-03
1
-15
/
+38
|
|
\
|
|
*
ARM: signal handling support for FDPIC_FUNCPTRS functions
Nicolas Pitre
2017-09-11
1
-15
/
+38
*
|
|
arm/syscalls: Optimize address limit check
Thomas Garnier
2017-09-17
1
-0
/
+7
*
|
|
Revert "arm/syscalls: Check address limit on user-mode return"
Thomas Garnier
2017-09-17
1
-5
/
+0
|
/
/
*
|
Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-09-04
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
arm/syscalls: Check address limit on user-mode return
Thomas Garnier
2017-07-08
1
-0
/
+5
*
|
ARM: 8687/1: signal: Fix unparseable iwmmxt_sigframe in uc_regspace[]
Dave Martin
2017-07-24
1
-17
/
+59
*
|
ARM: 8686/1: iwmmxt: Add missing __user annotations to sigframe accessors
Dave Martin
2017-07-24
1
-2
/
+2
|
/
*
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2015-09-20
1
-6
/
+9
|
\
|
*
ARM: get rid of needless #if in signal handling code
Russell King
2015-09-17
1
-4
/
+2
|
*
ARM: fix Thumb2 signal handling when ARMv6 is enabled
Russell King
2015-09-16
1
-5
/
+10
*
|
ARM: entry: efficiency cleanups
Russell King
2015-08-25
1
-0
/
+6
|
/
*
arm: Remove signal translation and exec_domain
Richard Weinberger
2015-04-12
1
-12
/
+1
[next]