summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/ptrace.c
AgeCommit message (Expand)Author
2024-04-03arm64/ptrace: Use saved floating point state type to determine SVE layoutMark Brown
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-03-07Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...Catalin Marinas
2024-03-07arm64/ptrace: Expose FPMR via ptraceMark Brown
2024-02-28arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras
2024-02-15arm64/sve: Lower the maximum allocation for the SVE ptrace regsetMark Brown
2024-01-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-01-18arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via ptraceMark Brown
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet
2023-08-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-08-17arm64/ptrace: Ensure that the task sees ZT writes on first useMark Brown
2023-08-17arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown
2023-08-04arm64/ptrace: Don't enable SVE when setting streaming SVEMark Brown
2023-08-03arm64/ptrace: Flush FP state when setting ZT0Mark Brown
2023-07-27arm64/ptrace: Clean up error handling path in sve_set_common()Christophe JAILLET
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas
2023-01-20arm64/sme: Implement ZT0 ptrace supportMark Brown
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown
2023-01-12arm64/ptrace: Use system_supports_tpidr2() to check for TPIDR2 supportMark Brown
2023-01-05arm64: ptrace: Use ARM64_SME to guard the SME register enumerationsZenghui Yu
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-11-29arm64/fpsimd: SME no longer requires SVE register stateMark Brown
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown
2022-11-15arm64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-09-30Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...Catalin Marinas
2022-09-21arm64/ptrace: Support access to TPIDR2_EL0Mark Brown
2022-09-09arm64: stacktrace: rework stack boundary discoveryMark Rutland
2022-09-08arm64/ptrace: Don't clear calling process' TIF_SME on OOMMark Brown
2022-08-23arm64/sme: Don't flush SVE register state when allocating SME storageMark Brown
2022-05-16arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown
2022-05-06arm64/sme: More sensibly define the size for the ZA register setMark Brown
2022-04-22arm64/sme: Add ptrace support for ZAMark Brown
2022-04-22arm64/sme: Implement ptrace support for streaming mode SVE registersMark Brown
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-03-10ptrace/arm: Rename tracehook_report_syscall report_syscallEric W. Biederman
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-12-14arm64/sve: Generalise vector length configuration prctl() for SMEMark Brown
2021-12-01arm64: Snapshot thread flagsMark Rutland
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas
2021-08-24arm64/sve: Better handle failure to allocate SVE register storageMark Brown
2021-08-03arm64: fix compat syscall return truncationMark Rutland
2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne
2021-02-25arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL)Timothy E Baldwin
2021-02-02arm64: ptrace: Fix missing return in hw breakpoint codeKeno Fischer
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne