summary refs log tree commit diff
path: root/arch/arm64/kernel/ptrace.c
AgeCommit message (Expand)Author
2023-08-23arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown
2023-08-11arm64/ptrace: Don't enable SVE when setting streaming SVEMark Brown
2023-01-18arm64: ptrace: Use ARM64_SME to guard the SME register enumerationsZenghui Yu
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
2020-09-04arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regsetCatalin Marinas
2020-09-04arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas
2020-09-03arm64: mte: system register definitionsVincenzo Frascino
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-07-27regset(): kill ->get_size()Al Viro
2020-07-27arm64: switch to ->regset_get()Al Viro
2020-07-16arm64: ptrace: Use NO_SYSCALL instead of -1 in syscall_trace_enter()Will Deacon
2020-07-16arm64: ptrace: Add a comment describing our syscall entry/exit trap ABIWill Deacon
2020-07-16arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon
2020-07-16arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon
2020-06-26arm64: sanitize compat_ptrace_write_user()Al Viro
2020-06-26arm64: get rid of copy_regset_to_user() in compat_ptrace_read_user()Al Viro
2020-06-26arm64: take fetching compat reg out of pt_regs into a new helperAl Viro
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-05-20arm64: Fix PTRACE_SYSEMU semanticsKeno Fischer
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon
2020-03-18arm64: rename ptrauth key structures to be user-specificKristina Martsenko
2020-03-16arm64: Basic Branch Target Identification supportDave Martin
2020-01-14arm64: ptrace: nofpsimd: Fail FP/SIMD regset operationsSuzuki K Poulose
2019-10-10seccomp: simplify secure_computing()Christian Brauner
2019-08-07arm64/ptrace: Fix typoes in sve_set() commentJulien Grall