summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/signal.c
AgeCommit message (Expand)Author
2018-07-03arm64: Fix syscall restarting around signal suppressed by tracerDave Martin
2017-09-17arm64/syscalls: Move address limit check in loopThomas Garnier
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-08-07arm64: Abstract syscallno manipulationDave Martin
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin
2017-07-08arm64/syscalls: Check address limit on user-mode returnThomas Garnier
2017-06-23arm64: signal: Allow expansion of the signal frameDave Martin
2017-06-20arm64: signal: factor out signal frame record allocationDave Martin
2017-06-20arm64: signal: factor frame layout and population into separate passesDave Martin
2017-06-20arm64: signal: Refactor sigcontext parsing in rt_sigreturnDave Martin
2017-06-20arm64: signal: split frame link record from sigcontext structureDave Martin
2016-11-07arm64: Add uprobe supportPratyush Anand
2016-08-22arm64: factor work_pending state machine to CChris Metcalf
2016-03-02arm64: Rework valid_user_regsMark Rutland
2015-04-13arm64: Removed unused variableRichard Weinberger
2015-04-12arm64: Remove signal translation and exec_domainRichard Weinberger
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06arm64: Use sigsp()Richard Weinberger
2014-08-06arm64: Use get_signal() signal_setup_done()Richard Weinberger
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro
2014-05-09arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUSCatalin Marinas
2014-05-09arm64: Remove the aux_context structureCatalin Marinas
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel
2014-05-08arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel
2013-02-14arm64: switch to generic sigaltstackAl Viro
2012-11-23arm64: signal: return struct rt_sigframe from get_sigframeWill Deacon
2012-11-23arm64: signal: push the unwinding prologue on the signal stackWill Deacon
2012-09-17arm64: Signal handling supportCatalin Marinas