index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
ptrace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2023-02-22
1
-5
/
+59
|
\
|
*
-
.
Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...
Catalin Marinas
2023-02-10
1
-5
/
+59
|
|
\
\
|
|
|
*
arm64/sme: Implement ZT0 ptrace support
Mark Brown
2023-01-20
1
-0
/
+54
|
|
|
*
arm64/sme: Rename za_state to sme_state
Mark Brown
2023-01-20
1
-3
/
+3
|
|
|
/
|
|
/
|
|
|
*
arm64/ptrace: Use system_supports_tpidr2() to check for TPIDR2 support
Mark Brown
2023-01-12
1
-2
/
+2
|
|
/
*
/
arm64: ptrace: Use ARM64_SME to guard the SME register enumerations
Zenghui Yu
2023-01-05
1
-1
/
+1
|
/
*
Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-12-13
1
-12
/
+4
|
\
|
*
arm64: ptrace: user_regset_copyin_ignore() always returns 0
Sergey Shtylyov
2022-11-15
1
-12
/
+4
*
|
arm64/fpsimd: SME no longer requires SVE register state
Mark Brown
2022-11-29
1
-2
/
+0
*
|
arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
Mark Brown
2022-11-29
1
-0
/
+3
|
/
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2022-10-06
1
-6
/
+21
|
\
|
*
-
.
Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...
Catalin Marinas
2022-09-30
1
-6
/
+21
|
|
\
\
|
|
|
*
arm64/ptrace: Support access to TPIDR2_EL0
Mark Brown
2022-09-21
1
-5
/
+20
|
|
|
/
|
|
/
|
|
|
*
arm64: stacktrace: rework stack boundary discovery
Mark Rutland
2022-09-09
1
-1
/
+1
|
|
/
*
/
arm64/ptrace: Don't clear calling process' TIF_SME on OOM
Mark Brown
2022-09-08
1
-2
/
+0
|
/
*
arm64/sme: Don't flush SVE register state when allocating SME storage
Mark Brown
2022-08-23
1
-3
/
+3
*
arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.h
Mark Brown
2022-05-16
1
-4
/
+4
*
arm64/sme: More sensibly define the size for the ZA register set
Mark Brown
2022-05-06
1
-2
/
+10
*
arm64/sme: Add ptrace support for ZA
Mark Brown
2022-04-22
1
-0
/
+144
*
arm64/sme: Implement ptrace support for streaming mode SVE registers
Mark Brown
2022-04-22
1
-46
/
+168
*
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
2022-03-10
1
-4
/
+3
*
ptrace/arm: Rename tracehook_report_syscall report_syscall
Eric W. Biederman
2022-03-10
1
-4
/
+3
*
Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-01-10
1
-2
/
+2
|
\
|
*
arm64: Snapshot thread flags
Mark Rutland
2021-12-01
1
-2
/
+2
*
|
arm64/sve: Generalise vector length configuration prctl() for SME
Mark Brown
2021-12-14
1
-2
/
+2
|
/
*
arm64/sve: Put system wide vector length information into structs
Mark Brown
2021-10-21
1
-1
/
+1
*
arm64/sve: Use accessor functions for vector lengths in thread_struct
Mark Brown
2021-10-21
1
-2
/
+2
*
Merge remote-tracking branch 'tip/sched/arm64' into for-next/core
Catalin Marinas
2021-08-31
1
-1
/
+1
|
\
|
*
arm64: fix compat syscall return truncation
Mark Rutland
2021-08-03
1
-1
/
+1
*
|
arm64/sve: Better handle failure to allocate SVE register storage
Mark Brown
2021-08-24
1
-0
/
+5
|
/
*
arm64: Change the on_*stack functions to take a size argument
Peter Collingbourne
2021-05-26
1
-1
/
+1
*
arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
Peter Collingbourne
2021-04-13
1
-0
/
+41
*
arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL)
Timothy E Baldwin
2021-02-25
1
-1
/
+1
*
arm64: ptrace: Fix missing return in hw breakpoint code
Keno Fischer
2021-02-02
1
-0
/
+1
*
arm64: expose FAR_EL1 tag bits in siginfo
Peter Collingbourne
2020-11-23
1
-5
/
+2
*
arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regset
Catalin Marinas
2020-09-04
1
-0
/
+42
*
arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
Catalin Marinas
2020-09-04
1
-0
/
+7
*
arm64: mte: system register definitions
Vincenzo Frascino
2020-09-03
1
-1
/
+1
*
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-08-07
1
-204
/
+99
|
\
|
*
regset(): kill ->get_size()
Al Viro
2020-07-27
1
-13
/
+0
|
*
arm64: switch to ->regset_get()
Al Viro
2020-07-27
1
-163
/
+62
|
*
arm64: sanitize compat_ptrace_write_user()
Al Viro
2020-06-26
1
-9
/
+20
|
*
arm64: get rid of copy_regset_to_user() in compat_ptrace_read_user()
Al Viro
2020-06-26
1
-3
/
+1
|
*
arm64: take fetching compat reg out of pt_regs into a new helper
Al Viro
2020-06-26
1
-17
/
+17
*
|
arm64: ptrace: Use NO_SYSCALL instead of -1 in syscall_trace_enter()
Will Deacon
2020-07-16
1
-2
/
+2
*
|
arm64: ptrace: Add a comment describing our syscall entry/exit trap ABI
Will Deacon
2020-07-16
1
-2
/
+14
*
|
arm64: ptrace: Override SPSR.SS when single-stepping is enabled
Will Deacon
2020-07-16
1
-2
/
+2
*
|
arm64: ptrace: Consistently use pseudo-singlestep exceptions
Will Deacon
2020-07-16
1
-6
/
+19
|
/
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-06-02
1
-1
/
+1
|
\
[next]