summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro1-1/+1
2014-05-09arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUSCatalin Marinas1-0/+10
2014-05-09arm64: Remove the aux_context structureCatalin Marinas1-10/+17
2013-02-14arm64: switch to generic sigaltstackAl Viro1-15/+2
2012-11-23arm64: signal: return struct rt_sigframe from get_sigframeWill Deacon1-6/+6
2012-11-23arm64: signal: push the unwinding prologue on the signal stackWill Deacon1-21/+16
2012-09-17arm64: Signal handling supportCatalin Marinas1-0/+437