index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
ptrace
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Replace GPL 2.0+ README.legal boilerplate with SPDX
Geert Uytterhoeven
2023-09-19
1
-4
/
+1
*
powerpc/ptrace: Split gpr32_set_common
Christophe Leroy
2023-08-16
1
-38
/
+67
*
powerpc/ptrace: Expose HASHKEYR register to ptrace
Benjamin Gray
2023-06-19
2
-0
/
+39
*
powerpc/ptrace: Expose DEXCR and HDEXCR registers to ptrace
Benjamin Gray
2023-06-19
2
-1
/
+36
*
powerpc/ptrace: Add missing <linux/regset.h> include
Benjamin Gray
2023-06-19
1
-0
/
+2
*
powerpc: Don't try to copy PPR for task with NULL pt_regs
Jens Axboe
2023-03-28
1
-0
/
+6
*
powerpc: ptrace: user_regset_copyin_ignore() always returns 0
Sergey Shtylyov
2022-11-15
2
-12
/
+13
*
powerpc: Fix all occurences of duplicate words
Michael Ellerman
2022-07-25
1
-1
/
+1
*
powerpc/32: Fix overread/overwrite of thread_struct via ptrace
Michael Ellerman
2022-06-09
2
-6
/
+17
*
powerpc: Finalise cleanup around ABI use
Christophe Leroy
2022-05-19
1
-6
/
+0
*
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
2022-05-19
1
-1
/
+1
*
powerpc: fix typos in comments
Julia Lawall
2022-05-05
1
-1
/
+1
*
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-03-29
1
-4
/
+4
|
\
|
*
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
2022-03-10
1
-4
/
+4
*
|
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
2022-03-08
1
-1
/
+0
*
|
Merge branch 'topic/func-desc-lkdtm' into next
Michael Ellerman
2022-03-07
1
-0
/
+6
|
\
\
|
*
|
asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS
Christophe Leroy
2022-02-16
1
-0
/
+6
|
|
/
*
/
powerpc: Use the newly added is_tsk_32bit_task() macro
Christophe Leroy
2022-02-12
1
-1
/
+1
|
/
*
powerpc: Snapshot thread flags
Mark Rutland
2021-12-01
1
-2
/
+1
*
powerpc: Add dear as a synonym for pt_regs.dar register
Xiongwei Song
2021-08-26
1
-0
/
+2
*
powerpc: Add esr as a synonym for pt_regs.dsisr
Xiongwei Song
2021-08-26
1
-0
/
+2
*
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-24
3
-20
/
+19
*
Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-04-30
3
-41
/
+18
|
\
|
*
powerpc: remove partial register save logic
Nicholas Piggin
2021-04-14
3
-27
/
+0
|
*
powerpc/ptrace: Convert gpr32_set_common() to user access block
Christophe Leroy
2021-03-26
1
-12
/
+18
|
*
powerpc/ptrace: Remove duplicate check from pt_regs_check()
Denis Efremov
2021-03-24
1
-2
/
+0
*
|
powerpc/ptrace: Don't return error when getting/setting FP regs without CONFI...
Christophe Leroy
2021-04-01
5
-18
/
+20
|
/
*
powerpc/64: context tracking remove _TIF_NOHZ
Nicholas Piggin
2021-02-08
1
-4
/
+0
*
powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one.
Aneesh Kumar K.V
2020-12-03
1
-3
/
+4
*
powerpc/signal: Don't manage floating point regs when no FPU
Christophe Leroy
2020-12-03
3
-2
/
+18
*
powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()
Christophe Leroy
2020-12-03
4
-29
/
+56
*
powerpc/ptrace: Consolidate reg index calculation
Christophe Leroy
2020-12-03
1
-14
/
+4
*
powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()
Christophe Leroy
2020-12-03
2
-0
/
+5
*
powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() too
Oleg Nesterov
2020-11-26
2
-2
/
+12
*
powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()
Oleg Nesterov
2020-11-26
2
-15
/
+7
*
powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31
Ravi Bangoria
2020-09-15
1
-0
/
+2
*
powerpc/watchpoint: Add hw_len wherever missing
Ravi Bangoria
2020-09-15
1
-0
/
+1
*
powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=N
Ravi Bangoria
2020-09-15
1
-1
/
+3
*
powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N
Ravi Bangoria
2020-09-15
1
-1
/
+1
*
powerpc/ptrace: Fix build error in pkey_get()
Michael Ellerman
2020-08-08
1
-2
/
+0
*
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-08-07
1
-5
/
+15
|
\
|
*
powerpc/book3s64/kuap: Move UAMOR setup to key init function
Aneesh Kumar K.V
2020-07-20
1
-6
/
+21
*
|
powerpc: switch to ->regset_get()
Al Viro
2020-07-27
7
-304
/
+148
|
/
*
powerpc/watchpoint: Use builtin ALIGN*() macros
Ravi Bangoria
2020-05-18
1
-1
/
+1
*
powerpc/watchpoint: Use loop for thread_struct->ptrace_bps
Ravi Bangoria
2020-05-18
1
-7
/
+21
*
powerpc/watchpoint: Convert thread_struct->hw_brk to an array
Ravi Bangoria
2020-05-18
2
-13
/
+31
*
powerpc/watchpoint/ptrace: Return actual num of available watchpoints
Ravi Bangoria
2020-05-18
1
-1
/
+1
*
powerpc: Use set_trap() and avoid open-coding trap masking
Nicholas Piggin
2020-05-15
2
-2
/
+2
*
powerpc/64: make buildable without CONFIG_COMPAT
Michal Suchanek
2020-04-02
1
-1
/
+1
*
powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c
Christophe Leroy
2020-04-01
1
-19
/
+0
[next]