summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/signal.c
AgeCommit message (Expand)Author
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-14Merge branch 'for-next/fpsimd' into for-next/coreWill Deacon
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-08arm64: drop unused includes of <linux/personality.h>Sagar Patel
2022-03-07arm64: signal: nofpsimd: Do not allocate fp/simd context when not availableDavid Engraf
2021-12-01arm64: Snapshot thread flagsMark Rutland
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson
2021-09-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas
2021-08-26Merge branch 'for-next/entry' into for-next/coreCatalin Marinas
2021-08-24arm64/sve: Better handle failure to allocate SVE register storageMark Brown
2021-08-20arm64: Remove logic to kill 32-bit tasks on 64-bit-only coresWill Deacon
2021-08-05arm64: entry: move bulk of ret_to_user to CMark Rutland
2021-08-03arm64: fix compat syscall return truncationMark Rutland
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
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon
2021-01-13arm64: entry: remove redundant IRQ flag tracingMark Rutland
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-02arm64: uaccess: remove addr_limit_user_check()Mark Rutland
2020-11-09arm64: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon
2020-09-21arm64/signal: Update the comment in preserve_sve_contextJulien Grall
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino
2020-07-16arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon
2020-03-16arm64: Basic Branch Target Identification supportDave Martin
2020-01-14arm64: signal: nofpsimd: Handle fp/simd context for signal framesSuzuki K Poulose
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-03-29arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flushDave Martin
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-12arm64: consistently use unsigned long for thread flagsMark Rutland
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon
2018-06-08arm64: Fix syscall restarting around signal suppressed by tracerDave Martin
2018-06-01arm64: signal: Report signal frame size to userspace via auxvDave Martin
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-16arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin
2017-11-03arm64/sve: Signal handling supportDave Martin
2017-11-03arm64: signal: Verify extra data is user-readable in sys_rt_sigreturnDave Martin
2017-11-02arm64: Mask all exceptions during kernel_exitJames Morse
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