summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace
AgeCommit message (Expand)AuthorFilesLines
2020-08-07powerpc/ptrace: Fix build error in pkey_get()Michael Ellerman1-2/+0
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-5/+15
2020-07-27powerpc: switch to ->regset_get()Al Viro7-304/+148
2020-07-20powerpc/book3s64/kuap: Move UAMOR setup to key init functionAneesh Kumar K.V1-6/+21
2020-05-19powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria1-1/+1
2020-05-19powerpc/watchpoint: Use loop for thread_struct->ptrace_bpsRavi Bangoria1-7/+21
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria2-13/+31
2020-05-19powerpc/watchpoint/ptrace: Return actual num of available watchpointsRavi Bangoria1-1/+1
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin2-2/+2
2020-04-03powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek1-1/+1
2020-04-01powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.cChristophe Leroy1-19/+0
2020-04-01powerpc/ptrace: create ppc_gethwdinfo()Christophe Leroy4-31/+37
2020-04-01powerpc/ptrace: create ptrace_get_debugreg()Christophe Leroy4-16/+26
2020-04-01powerpc/ptrace: split out ADV_DEBUG_REGS related functions.Christophe Leroy5-650/+709
2020-04-01powerpc/ptrace: move register viewing functions out of ptrace.cChristophe Leroy4-968/+949
2020-04-01powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.Christophe Leroy4-914/+943
2020-04-01powerpc/ptrace: split out SPE related functions.Christophe Leroy4-66/+78
2020-04-01powerpc/ptrace: split out ALTIVEC related functions.Christophe Leroy4-124/+138
2020-04-01powerpc/ptrace: split out VSX related functions.Christophe Leroy5-172/+241
2020-04-01powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSETChristophe Leroy1-10/+0
2020-04-01powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy1-15/+3
2020-04-01powerpc/ptrace: remove unused header includesChristophe Leroy2-28/+2
2020-04-01powerpc: Move ptrace into a subdirectory.Christophe Leroy3-0/+3795