summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+2
2023-08-17arm64/ptrace: Ensure that the task sees ZT writes on first useMark Brown1-1/+8
2023-08-17arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown1-2/+9
2023-08-04arm64/ptrace: Don't enable SVE when setting streaming SVEMark Brown1-3/+5
2023-08-03arm64/ptrace: Flush FP state when setting ZT0Mark Brown1-0/+2
2023-07-27arm64/ptrace: Clean up error handling path in sve_set_common()Christophe JAILLET1-1/+2
2023-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+59
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas1-5/+59
2023-01-20arm64/sme: Implement ZT0 ptrace supportMark Brown1-0/+54
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown1-3/+3
2023-01-12arm64/ptrace: Use system_supports_tpidr2() to check for TPIDR2 supportMark Brown1-2/+2
2023-01-05arm64: ptrace: Use ARM64_SME to guard the SME register enumerationsZenghui Yu1-1/+1
2022-12-13Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+4
2022-11-29arm64/fpsimd: SME no longer requires SVE register stateMark Brown1-2/+0
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown1-0/+3
2022-11-16arm64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-12/+4
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-6/+21
2022-09-30Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...Catalin Marinas1-6/+21
2022-09-21arm64/ptrace: Support access to TPIDR2_EL0Mark Brown1-5/+20
2022-09-09arm64: stacktrace: rework stack boundary discoveryMark Rutland1-1/+1
2022-09-08arm64/ptrace: Don't clear calling process' TIF_SME on OOMMark Brown1-2/+0
2022-08-23arm64/sme: Don't flush SVE register state when allocating SME storageMark Brown1-3/+3
2022-05-16arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown1-4/+4
2022-05-06arm64/sme: More sensibly define the size for the ZA register setMark Brown1-2/+10
2022-04-22arm64/sme: Add ptrace support for ZAMark Brown1-0/+144
2022-04-22arm64/sme: Implement ptrace support for streaming mode SVE registersMark Brown1-46/+168
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-4/+3
2022-03-10ptrace/arm: Rename tracehook_report_syscall report_syscallEric W. Biederman1-4/+3
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2021-12-14arm64/sve: Generalise vector length configuration prctl() for SMEMark Brown1-2/+2
2021-12-01arm64: Snapshot thread flagsMark Rutland1-2/+2
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-2/+2
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas1-1/+1
2021-08-24arm64/sve: Better handle failure to allocate SVE register storageMark Brown1-0/+5
2021-08-03arm64: fix compat syscall return truncationMark Rutland1-1/+1
2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne1-1/+1
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne1-0/+41
2021-02-25arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL)Timothy E Baldwin1-1/+1
2021-02-03arm64: ptrace: Fix missing return in hw breakpoint codeKeno Fischer1-0/+1
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne1-5/+2
2020-09-04arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regsetCatalin Marinas1-0/+42
2020-09-04arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas1-0/+7
2020-09-03arm64: mte: system register definitionsVincenzo Frascino1-1/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-204/+99
2020-07-27regset(): kill ->get_size()Al Viro1-13/+0
2020-07-27arm64: switch to ->regset_get()Al Viro1-163/+62
2020-07-16arm64: ptrace: Use NO_SYSCALL instead of -1 in syscall_trace_enter()Will Deacon1-2/+2
2020-07-16arm64: ptrace: Add a comment describing our syscall entry/exit trap ABIWill Deacon1-2/+14
2020-07-16arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon1-2/+2