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