summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-03-141-37/+61
|\
| *-. Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...Catalin Marinas2024-03-071-37/+61
| |\ \
| | | * arm64/signal: Add FPMR signal handlingMark Brown2024-03-071-0/+59
| | |/ | |/|
| | * arm64: Move do_notify_resume() to entry-common.cMark Rutland2024-02-201-33/+2
| | * arm64: Simplify do_notify_resume() DAIF maskingMark Rutland2024-02-201-19/+15
| |/
* / arm64/signal: Don't assume that TIF_SVE means we saved SVE stateMark Brown2024-02-091-2/+2
|/
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * x86/shstk: Add user control-protection fault handlerRick Edgecombe2023-08-021-1/+1
* | arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown2023-08-171-1/+1
|/
*-. Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas2023-06-231-1/+2
|\ \
| | * arm64/signal: Restore TPIDR2 register rather than memory stateMark Brown2023-06-231-1/+1
| |/ |/|
| * arm64: signal: include asm/exception.hArnd Bergmann2023-05-251-0/+1
|/
* arm64/signal: Alloc tpidr2 sigframe after checking system_supports_tpidr2()Dongxu Sun2023-04-121-5/+7
* arm64/signal: Use system_supports_tpidr2() to check TPIDR2Dongxu Sun2023-04-121-3/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-211-47/+212
|\
| * arm64/signal: Only read new data when parsing the ZT contextMark Brown2023-02-011-3/+3
| * arm64/signal: Only read new data when parsing the ZA contextMark Brown2023-02-011-6/+7
| * arm64/signal: Only read new data when parsing the SVE contextMark Brown2023-02-011-8/+10
| * arm64/signal: Avoid rereading context frame sizesMark Brown2023-02-011-25/+27
| * arm64/signal: Make interface for restore_fpsimd_context() consistentMark Brown2023-02-011-14/+14
| * arm64/signal: Remove redundant size validation from parse_user_sigframe()Mark Brown2023-02-011-11/+8
| * arm64/signal: Don't redundantly verify FPSIMD magicMark Brown2023-02-011-4/+3
| * Merge branches 'for-next/tpidr2' and 'for-next/sme2' into for-next/signalCatalin Marinas2023-02-011-4/+109
| |\
| | * arm64/sme: Implement signal handling for ZTMark Brown2023-01-201-0/+105
| | * arm64/sme: Rename za_state to sme_stateMark Brown2023-01-201-4/+4
| * | arm64/signal: Include TPIDR2 in the signal contextMark Brown2023-01-201-0/+59
| |/
* | arm64/signal: Always allocate SVE signal frames on SME only systemsMark Brown2023-01-051-1/+1
* | arm64/signal: Always accept SVE signal frames on SME only systemsMark Brown2023-01-051-1/+6
|/
* arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown2022-11-291-1/+6
* 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-281-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