aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/ptrace
AgeCommit message (Expand)AuthorFilesLines
2020-05-19powerpc/watchpoint: Use builtin ALIGN*() macrosGravatar Ravi Bangoria 1-1/+1
2020-05-19powerpc/watchpoint: Use loop for thread_struct->ptrace_bpsGravatar Ravi Bangoria 1-7/+21
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayGravatar Ravi Bangoria 2-13/+31
2020-05-19powerpc/watchpoint/ptrace: Return actual num of available watchpointsGravatar Ravi Bangoria 1-1/+1
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingGravatar Nicholas Piggin 2-2/+2
2020-04-03powerpc/64: make buildable without CONFIG_COMPATGravatar Michal Suchanek 1-1/+1
2020-04-01powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.cGravatar Christophe Leroy 1-19/+0
2020-04-01powerpc/ptrace: create ppc_gethwdinfo()Gravatar Christophe Leroy 4-31/+37
2020-04-01powerpc/ptrace: create ptrace_get_debugreg()Gravatar Christophe Leroy 4-16/+26
2020-04-01powerpc/ptrace: split out ADV_DEBUG_REGS related functions.Gravatar Christophe Leroy 5-650/+709
2020-04-01powerpc/ptrace: move register viewing functions out of ptrace.cGravatar Christophe Leroy 4-968/+949
2020-04-01powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.Gravatar Christophe Leroy 4-914/+943
2020-04-01powerpc/ptrace: split out SPE related functions.Gravatar Christophe Leroy 4-66/+78
2020-04-01powerpc/ptrace: split out ALTIVEC related functions.Gravatar Christophe Leroy 4-124/+138
2020-04-01powerpc/ptrace: split out VSX related functions.Gravatar Christophe Leroy 5-172/+241
2020-04-01powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSETGravatar Christophe Leroy 1-10/+0
2020-04-01powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Gravatar Christophe Leroy 1-15/+3
2020-04-01powerpc/ptrace: remove unused header includesGravatar Christophe Leroy 2-28/+2
2020-04-01powerpc: Move ptrace into a subdirectory.Gravatar Christophe Leroy 3-0/+3795