summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * arm64: switch to ->regset_get()Al Viro2020-07-271-163/+62
| * arm64: sanitize compat_ptrace_write_user()Al Viro2020-06-261-9/+20
| * arm64: get rid of copy_regset_to_user() in compat_ptrace_read_user()Al Viro2020-06-261-3/+1
| * arm64: take fetching compat reg out of pt_regs into a new helperAl Viro2020-06-261-17/+17
* | arm64: ptrace: Use NO_SYSCALL instead of -1 in syscall_trace_enter()Will Deacon2020-07-161-2/+2
* | arm64: ptrace: Add a comment describing our syscall entry/exit trap ABIWill Deacon2020-07-161-2/+14
* | arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon2020-07-161-2/+2
* | arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon2020-07-161-6/+19
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-1/+1
|\
| * Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-051-1/+1
| |\
| | * arm64: Basic Branch Target Identification supportDave Martin2020-03-161-1/+1
* | | arm64: Fix PTRACE_SYSEMU semanticsKeno Fischer2020-05-201-3/+4
|/ /
* | arm64: rename ptrauth key structures to be user-specificKristina Martsenko2020-03-181-8/+8
|/
* arm64: ptrace: nofpsimd: Fail FP/SIMD regset operationsSuzuki K Poulose2020-01-141-0/+21
* seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
* arm64/ptrace: Fix typoes in sve_set() commentJulien Grall2019-08-071-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-1/+5
|\
| * arm64: ptrace: add support for syscall emulationSudeep Holla2019-06-051-1/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-0/+147
|\
| * arm64: add ptrace regsets for ptrauth key managementKristina Martsenko2019-02-011-0/+147
* | arm64: fix SSBS sanitizationMark Rutland2019-02-181-7/+8
|/
* arm64: expose user PAC bit positions via ptraceMark Rutland2018-12-131-0/+38
* signal/arm64: Add and use arm64_force_sig_ptrace_errno_trapEric W. Biederman2018-09-271-1/+3