aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-23arm64/sme: Don't flush SVE register state when allocating SME storageMark Brown1-1/+1
2022-08-23arm64/signal: Flush FPSIMD register state when disabling streaming modeMark Brown1-0/+10
2022-08-23arm64/signal: Raise limit on stack framesMark Brown1-1/+1
2022-06-27arm64/signal: Clean up SVE/SME feature checking inconsistencyMark Brown1-8/+12
2022-06-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2022-06-02arm64: Remove the __user annotation for the restore_za_context() argumentCatalin Marinas1-1/+1
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2022-05-16arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown1-7/+7
2022-04-22arm64/sme: Implement ZA signal handlingMark Brown1-0/+139
2022-04-22arm64/sme: Implement streaming SVE signal handlingMark Brown1-10/+32
2022-04-22arm64/sme: Disable ZA and streaming mode when handling signalsMark Brown1-0/+7
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver1-0/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2022-03-14Merge branch 'for-next/fpsimd' into for-next/coreWill Deacon1-4/+6
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-03-08arm64: drop unused includes of <linux/personality.h>Sagar Patel1-1/+0
2022-03-07arm64: signal: nofpsimd: Do not allocate fp/simd context when not availableDavid Engraf1-4/+6
2021-12-01arm64: Snapshot thread flagsMark Rutland1-1/+1
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown1-1/+1
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown1-3/+3
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-3/+1
2021-09-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-28/+6
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+39
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas1-27/+2
2021-08-26Merge branch 'for-next/entry' into for-next/coreCatalin Marinas1-2/+1
2021-08-24arm64/sve: Better handle failure to allocate SVE register storageMark Brown1-0/+5
2021-08-20arm64: Remove logic to kill 32-bit tasks on 64-bit-only coresWill Deacon1-26/+0
2021-08-05arm64: entry: move bulk of ret_to_user to CMark Rutland1-2/+1
2021-08-03arm64: fix compat syscall return truncationMark Rutland1-1/+2
2021-07-23signal: Verify the alignment and size of siginfo_tEric W. Biederman1-0/+2
2021-07-23arm64: Add compile-time asserts for siginfo_t offsetsMarco Elver1-0/+37
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon1-0/+26
2021-01-13arm64: entry: remove redundant IRQ flag tracingMark Rutland1-7/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-12-02arm64: uaccess: remove addr_limit_user_check()Mark Rutland1-3/+0
2020-11-09arm64: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon1-0/+9
2020-09-21arm64/signal: Update the comment in preserve_sve_contextJulien Grall1-1/+2
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino1-0/+9
2020-07-16arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon1-9/+2
2020-03-16arm64: Basic Branch Target Identification supportDave Martin1-0/+16
2020-01-14arm64: signal: nofpsimd: Handle fp/simd context for signal framesSuzuki K Poulose1-2/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-03-29arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flushDave Martin1-5/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-3/+3
2018-07-12arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturnMark Rutland1-1/+1
2018-07-12arm64: remove sigreturn wrappersMark Rutland1-1/+2
2018-07-12arm64: consistently use unsigned long for thread flagsMark Rutland1-1/+1
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon1-0/+3