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
/
arm64
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-3
/
+3
2018-07-12
arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturn
Mark Rutland
1
-1
/
+1
2018-07-12
arm64: remove sigreturn wrappers
Mark Rutland
1
-1
/
+2
2018-07-12
arm64: consistently use unsigned long for thread flags
Mark Rutland
1
-1
/
+1
2018-07-11
arm64: rseq: Implement backend rseq calls and select HAVE_RSEQ
Will Deacon
1
-0
/
+3
2018-06-08
arm64: Fix syscall restarting around signal suppressed by tracer
Dave Martin
1
-2
/
+3
2018-06-01
arm64: signal: Report signal frame size to userspace via auxv
Dave Martin
1
-7
/
+45
2018-03-28
arm64: uaccess: Fix omissions from usercopy whitelist
Dave Martin
1
-1
/
+2
2018-03-28
arm64: fpsimd: Split cpu field out from struct fpsimd_state
Dave Martin
1
-2
/
+1
2018-03-06
arm64: signal: Call arm64_notify_segfault when failing to deliver signal
Will Deacon
1
-5
/
+2
2018-01-16
arm64: fpsimd: Fix state leakage when migrating after sigreturn
Dave Martin
1
-3
/
+4
2017-11-03
arm64/sve: Signal handling support
Dave Martin
1
-8
/
+159
2017-11-03
arm64: signal: Verify extra data is user-readable in sys_rt_sigreturn
Dave Martin
1
-0
/
+4
2017-11-02
arm64: Mask all exceptions during kernel_exit
James Morse
1
-2
/
+6
2017-09-17
arm64/syscalls: Move address limit check in loop
Thomas Garnier
1
-3
/
+3
2017-09-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-5
/
+5
2017-09-04
Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+5
2017-08-07
arm64: Abstract syscallno manipulation
Dave Martin
1
-5
/
+5
2017-08-07
arm64: syscallno is secretly an int, make it official
Dave Martin
1
-3
/
+3
2017-07-08
arm64/syscalls: Check address limit on user-mode return
Thomas Garnier
1
-0
/
+5
2017-06-23
arm64: signal: Allow expansion of the signal frame
Dave Martin
1
-18
/
+177
2017-06-20
arm64: signal: factor out signal frame record allocation
Dave Martin
1
-7
/
+36
2017-06-20
arm64: signal: factor frame layout and population into separate passes
Dave Martin
1
-23
/
+88
2017-06-20
arm64: signal: Refactor sigcontext parsing in rt_sigreturn
Dave Martin
1
-6
/
+80
2017-06-20
arm64: signal: split frame link record from sigcontext structure
Dave Martin
1
-18
/
+32
2016-11-07
arm64: Add uprobe support
Pratyush Anand
1
-0
/
+3
2016-08-22
arm64: factor work_pending state machine to C
Chris Metcalf
1
-10
/
+26
2016-03-02
arm64: Rework valid_user_regs
Mark Rutland
1
-2
/
+2
2015-04-13
arm64: Removed unused variable
Richard Weinberger
1
-1
/
+0
2015-04-12
arm64: Remove signal translation and exec_domain
Richard Weinberger
1
-6
/
+0
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-1
/
+1
2014-08-06
arm64: Use sigsp()
Richard Weinberger
1
-9
/
+3
2014-08-06
arm64: Use get_signal() signal_setup_done()
Richard Weinberger
1
-28
/
+20
2014-05-16
Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...
Catalin Marinas
1
-6
/
+7
2014-05-12
arm64: is_compat_task is defined both in asm/compat.h and linux/compat.h
AKASHI Takahiro
1
-1
/
+1
2014-05-09
arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUS
Catalin Marinas
1
-0
/
+10
2014-05-09
arm64: Remove the aux_context structure
Catalin Marinas
1
-10
/
+17
2014-05-08
arm64: defer reloading a task's FPSIMD state to userland resume
Ard Biesheuvel
1
-0
/
+4
2014-05-08
arm64: add abstractions for FPSIMD state manipulation
Ard Biesheuvel
1
-6
/
+3
2013-02-14
arm64: switch to generic sigaltstack
Al Viro
1
-15
/
+2
2012-11-23
arm64: signal: return struct rt_sigframe from get_sigframe
Will Deacon
1
-6
/
+6
2012-11-23
arm64: signal: push the unwinding prologue on the signal stack
Will Deacon
1
-21
/
+16
2012-09-17
arm64: Signal handling support
Catalin Marinas
1
-0
/
+437