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