index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
ptrace
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-26
powerpc: Add dear as a synonym for pt_regs.dar register
Xiongwei Song
1
-0
/
+2
2021-08-26
powerpc: Add esr as a synonym for pt_regs.dsisr
Xiongwei Song
1
-0
/
+2
2021-06-24
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
3
-20
/
+19
2021-04-30
Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-41
/
+18
2021-04-14
powerpc: remove partial register save logic
Nicholas Piggin
3
-27
/
+0
2021-04-01
powerpc/ptrace: Don't return error when getting/setting FP regs without CONFI...
Christophe Leroy
5
-18
/
+20
2021-03-26
powerpc/ptrace: Convert gpr32_set_common() to user access block
Christophe Leroy
1
-12
/
+18
2021-03-24
powerpc/ptrace: Remove duplicate check from pt_regs_check()
Denis Efremov
1
-2
/
+0
2021-02-08
powerpc/64: context tracking remove _TIF_NOHZ
Nicholas Piggin
1
-4
/
+0
2020-12-03
powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one.
Aneesh Kumar K.V
1
-3
/
+4
2020-12-03
powerpc/signal: Don't manage floating point regs when no FPU
Christophe Leroy
3
-2
/
+18
2020-12-03
powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()
Christophe Leroy
4
-29
/
+56
2020-12-03
powerpc/ptrace: Consolidate reg index calculation
Christophe Leroy
1
-14
/
+4
2020-12-03
powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()
Christophe Leroy
2
-0
/
+5
2020-11-26
powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() too
Oleg Nesterov
2
-2
/
+12
2020-11-26
powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()
Oleg Nesterov
2
-15
/
+7
2020-09-15
powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31
Ravi Bangoria
1
-0
/
+2
2020-09-15
powerpc/watchpoint: Add hw_len wherever missing
Ravi Bangoria
1
-0
/
+1
2020-09-15
powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=N
Ravi Bangoria
1
-1
/
+3
2020-09-15
powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N
Ravi Bangoria
1
-1
/
+1
2020-08-08
powerpc/ptrace: Fix build error in pkey_get()
Michael Ellerman
1
-2
/
+0
2020-08-07
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-5
/
+15
2020-07-27
powerpc: switch to ->regset_get()
Al Viro
7
-304
/
+148
2020-07-20
powerpc/book3s64/kuap: Move UAMOR setup to key init function
Aneesh Kumar K.V
1
-6
/
+21
2020-05-18
powerpc/watchpoint: Use builtin ALIGN*() macros
Ravi Bangoria
1
-1
/
+1
2020-05-18
powerpc/watchpoint: Use loop for thread_struct->ptrace_bps
Ravi Bangoria
1
-7
/
+21
2020-05-18
powerpc/watchpoint: Convert thread_struct->hw_brk to an array
Ravi Bangoria
2
-13
/
+31
2020-05-18
powerpc/watchpoint/ptrace: Return actual num of available watchpoints
Ravi Bangoria
1
-1
/
+1
2020-05-15
powerpc: Use set_trap() and avoid open-coding trap masking
Nicholas Piggin
2
-2
/
+2
2020-04-02
powerpc/64: make buildable without CONFIG_COMPAT
Michal Suchanek
1
-1
/
+1
2020-04-01
powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c
Christophe Leroy
1
-19
/
+0
2020-04-01
powerpc/ptrace: create ppc_gethwdinfo()
Christophe Leroy
4
-31
/
+37
2020-04-01
powerpc/ptrace: create ptrace_get_debugreg()
Christophe Leroy
4
-16
/
+26
2020-04-01
powerpc/ptrace: split out ADV_DEBUG_REGS related functions.
Christophe Leroy
5
-650
/
+709
2020-04-01
powerpc/ptrace: move register viewing functions out of ptrace.c
Christophe Leroy
4
-968
/
+949
2020-04-01
powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.
Christophe Leroy
4
-914
/
+943
2020-04-01
powerpc/ptrace: split out SPE related functions.
Christophe Leroy
4
-66
/
+78
2020-04-01
powerpc/ptrace: split out ALTIVEC related functions.
Christophe Leroy
4
-124
/
+138
2020-04-01
powerpc/ptrace: split out VSX related functions.
Christophe Leroy
5
-172
/
+241
2020-04-01
powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSET
Christophe Leroy
1
-10
/
+0
2020-04-01
powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64
Christophe Leroy
1
-15
/
+3
2020-04-01
powerpc/ptrace: remove unused header includes
Christophe Leroy
2
-28
/
+2
2020-04-01
powerpc: Move ptrace into a subdirectory.
Christophe Leroy
3
-0
/
+3795