summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* arm64/sve: Lower the maximum allocation for the SVE ptrace regsetMark Brown2024-02-151-1/+2
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-01-191-6/+7
|\
| * arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via ptraceMark Brown2024-01-181-6/+7
* | rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-0/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-08-281-1/+2
|\
| * arm64/ptrace: Clean up error handling path in sve_set_common()Christophe JAILLET2023-07-271-1/+2
* | arm64/ptrace: Ensure that the task sees ZT writes on first useMark Brown2023-08-171-1/+8
* | arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown2023-08-171-2/+9
* | arm64/ptrace: Don't enable SVE when setting streaming SVEMark Brown2023-08-041-3/+5
* | arm64/ptrace: Flush FP state when setting ZT0Mark Brown2023-08-031-0/+2
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-211-5/+59
|\
| *-. Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas2023-02-101-5/+59
| |\ \
| | | * arm64/sme: Implement ZT0 ptrace supportMark Brown2023-01-201-0/+54
| | | * arm64/sme: Rename za_state to sme_stateMark Brown2023-01-201-3/+3
| | |/ | |/|
| | * arm64/ptrace: Use system_supports_tpidr2() to check for TPIDR2 supportMark Brown2023-01-121-2/+2
| |/
* / arm64: ptrace: Use ARM64_SME to guard the SME register enumerationsZenghui Yu2023-01-051-1/+1
|/
* Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-12/+4
|\
| * arm64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-12/+4
* | arm64/fpsimd: SME no longer requires SVE register stateMark Brown2022-11-291-2/+0
* | arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown2022-11-291-0/+3
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-10-061-6/+21
|\
| *-. Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...Catalin Marinas2022-09-301-6/+21
| |\ \
| | | * arm64/ptrace: Support access to TPIDR2_EL0Mark Brown2022-09-211-5/+20
| | |/ | |/|
| | * arm64: stacktrace: rework stack boundary discoveryMark Rutland2022-09-091-1/+1
| |/
* / arm64/ptrace: Don't clear calling process' TIF_SME on OOMMark Brown2022-09-081-2/+0
|/
* arm64/sme: Don't flush SVE register state when allocating SME storageMark Brown2022-08-231-3/+3
* arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown2022-05-161-4/+4
* arm64/sme: More sensibly define the size for the ZA register setMark Brown2022-05-061-2/+10
* arm64/sme: Add ptrace support for ZAMark Brown2022-04-221-0/+144
* arm64/sme: Implement ptrace support for streaming mode SVE registersMark Brown2022-04-221-46/+168
* ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-4/+3
* ptrace/arm: Rename tracehook_report_syscall report_syscallEric W. Biederman2022-03-101-4/+3
* Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-101-2/+2
|\
| * arm64: Snapshot thread flagsMark Rutland2021-12-011-2/+2
* | arm64/sve: Generalise vector length configuration prctl() for SMEMark Brown2021-12-141-2/+2
|/
* 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-2/+2
* Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas2021-08-311-1/+1
|\
| * arm64: fix compat syscall return truncationMark Rutland2021-08-031-1/+1
* | arm64/sve: Better handle failure to allocate SVE register storageMark Brown2021-08-241-0/+5
|/
* arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne2021-05-261-1/+1
* arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne2021-04-131-0/+41
* arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL)Timothy E Baldwin2021-02-251-1/+1
* arm64: ptrace: Fix missing return in hw breakpoint codeKeno Fischer2021-02-021-0/+1
* arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne2020-11-231-5/+2
* arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regsetCatalin Marinas2020-09-041-0/+42
* arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas2020-09-041-0/+7
* arm64: mte: system register definitionsVincenzo Frascino2020-09-031-1/+1
* Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-204/+99
|\
| * regset(): kill ->get_size()Al Viro2020-07-271-13/+0