summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/signal32.c
AgeCommit message (Expand)Author
2023-08-02x86/shstk: Add user control-protection fault handlerRick Edgecombe
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver
2021-09-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-08-25arm64: signal32: Drop pointless call to sigdelsetmask()Will Deacon
2021-07-23signal: Verify the alignment and size of siginfo_tEric W. Biederman
2021-07-23arm64: Add compile-time asserts for siginfo_t offsetsMarco Elver
2020-06-23arm64: compat: Always use sigpage for sigreturn trampolineWill Deacon
2020-06-23arm64: compat: Allow 32-bit vdso and sigpage to co-existWill Deacon
2020-01-14arm64: signal: nofpsimd: Handle fp/simd context for signal framesSuzuki K Poulose
2019-06-22arm64: compat: Get sigreturn trampolines from vDSOVincenzo Frascino
2019-06-22arm64: compat: Expose signal related structuresVincenzo Frascino
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-23arm64: compat: Alloc separate pages for vectors and sigpageVincenzo Frascino
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-07-12arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturnMark Rutland
2018-07-12arm64: remove sigreturn wrappersMark Rutland
2018-07-05arm64: use PSR_AA32 definitionsMark Rutland
2018-07-05arm64: compat: map SPSR_ELx<->PSR for signalsMark Rutland
2018-03-28arm64: uaccess: Fix omissions from usercopy whitelistDave Martin
2018-03-28arm64: fpsimd: Split cpu field out from struct fpsimd_stateDave Martin
2018-03-06arm64: signal: Call arm64_notify_segfault when failing to deliver signalWill Deacon
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-16arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman
2017-11-03arm64/sve: Signal handling supportDave Martin
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-08-07arm64: Abstract syscallno manipulationDave Martin
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-03-04arm64: Fix misspellings in comments.Adam Buchbinder
2016-03-02arm64: Rework valid_user_regsMark Rutland
2015-09-17arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon
2015-08-07signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras
2015-06-17arm64: compat: print compat_sp instead of spVladimir Murzin
2015-02-27arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endianCatalin Marinas
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-01-23arm64: Emulate SETEND for AArch32 tasksSuzuki K. Poulose
2015-01-15arm64: move to ESR_ELx macrosMark Rutland
2014-11-28arm64: add SIGSYS siginfo for compat taskAKASHI Takahiro
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-08-06arm64: Use sigsp()Richard Weinberger
2014-08-06arm64: Use get_signal() signal_setup_done()Richard Weinberger
2014-07-10arm64: Add __NR_* definitions for compat syscallsCatalin Marinas
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas
2014-05-09arm64: Provide read/write fault information in compat signal handlersCatalin Marinas
2014-05-08arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds