summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64/sme: Don't flush SVE register state when allocating SME storageMark Brown2022-08-231-1/+1
* arm64/signal: Flush FPSIMD register state when disabling streaming modeMark Brown2022-08-231-0/+10
* arm64/signal: Raise limit on stack framesMark Brown2022-08-231-1/+1
* arm64/signal: Clean up SVE/SME feature checking inconsistencyMark Brown2022-06-271-8/+12
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-06-031-1/+1
|\
| * arm64: Remove the __user annotation for the restore_za_context() argumentCatalin Marinas2022-06-021-1/+1
* | Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-241-0/+1
|\ \ | |/ |/|
| * signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-04-221-0/+1
* | arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown2022-05-161-7/+7
* | arm64/sme: Implement ZA signal handlingMark Brown2022-04-221-0/+139
* | arm64/sme: Implement streaming SVE signal handlingMark Brown2022-04-221-10/+32
* | arm64/sme: Disable ZA and streaming mode when handling signalsMark Brown2022-04-221-0/+7
|/
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-291-2/+2
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
* | Merge branch 'for-next/fpsimd' into for-next/coreWill Deacon2022-03-141-4/+6
|\ \
| * | arm64: signal: nofpsimd: Do not allocate fp/simd context when not availableDavid Engraf2022-03-071-4/+6
| |/
* / arm64: drop unused includes of <linux/personality.h>Sagar Patel2022-03-081-1/+0
|/
* arm64: Snapshot thread flagsMark Rutland2021-12-011-1/+1
* arm64/sve: Put system wide vector length information into structsMark Brown2021-10-211-1/+1
* arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown2021-10-211-3/+3
* entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-3/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-09-021-28/+6
|\
| * Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas2021-08-311-27/+2
| |\
| | * arm64: Remove logic to kill 32-bit tasks on 64-bit-only coresWill Deacon2021-08-201-26/+0
| * | Merge branch 'for-next/entry' into for-next/coreCatalin Marinas2021-08-261-2/+1
| |\ \
| | * | arm64: entry: move bulk of ret_to_user to CMark Rutland2021-08-051-2/+1
| * | | arm64/sve: Better handle failure to allocate SVE register storageMark Brown2021-08-241-0/+5
| |/ /
* | | Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-011-0/+39
|\ \ \ | |_|/ |/| |
| * | signal: Verify the alignment and size of siginfo_tEric W. Biederman2021-07-231-0/+2
| * | arm64: Add compile-time asserts for siginfo_t offsetsMarco Elver2021-07-231-0/+37
| |/
* / arm64: fix compat syscall return truncationMark Rutland2021-08-031-1/+2
|/
* arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon2021-06-111-0/+26
* arm64: entry: remove redundant IRQ flag tracingMark Rutland2021-01-131-7/+0
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\
| * arm64: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+1
* | arm64: uaccess: remove addr_limit_user_check()Mark Rutland2020-12-021-3/+0
|/
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-0/+9
|\
| * arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino2020-09-041-0/+9
* | arm64/signal: Update the comment in preserve_sve_contextJulien Grall2020-09-211-1/+2
|/
* arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon2020-07-161-9/+2
* arm64: Basic Branch Target Identification supportDave Martin2020-03-161-0/+16
* arm64: signal: nofpsimd: Handle fp/simd context for signal framesSuzuki K Poulose2020-01-141-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flushDave Martin2019-03-291-5/+0
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-3/+3
* arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturnMark Rutland2018-07-121-1/+1
* arm64: remove sigreturn wrappersMark Rutland2018-07-121-1/+2
* arm64: consistently use unsigned long for thread flagsMark Rutland2018-07-121-1/+1
* arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon2018-07-111-0/+3