summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31Ravi Bangoria2020-09-151-0/+2
* powerpc/watchpoint: Add hw_len wherever missingRavi Bangoria2020-09-151-0/+1
* powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria2020-09-151-1/+3
* powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria2020-09-151-1/+1
* powerpc/ptrace: Fix build error in pkey_get()Michael Ellerman2020-08-081-2/+0
* Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-071-5/+15
|\
| * powerpc/book3s64/kuap: Move UAMOR setup to key init functionAneesh Kumar K.V2020-07-201-6/+21
* | powerpc: switch to ->regset_get()Al Viro2020-07-277-304/+148
|/
* powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria2020-05-181-1/+1
* powerpc/watchpoint: Use loop for thread_struct->ptrace_bpsRavi Bangoria2020-05-181-7/+21
* powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria2020-05-182-13/+31
* powerpc/watchpoint/ptrace: Return actual num of available watchpointsRavi Bangoria2020-05-181-1/+1
* powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin2020-05-152-2/+2
* powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek2020-04-021-1/+1
* powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.cChristophe Leroy2020-04-011-19/+0
* powerpc/ptrace: create ppc_gethwdinfo()Christophe Leroy2020-04-014-31/+37
* powerpc/ptrace: create ptrace_get_debugreg()Christophe Leroy2020-04-014-16/+26
* powerpc/ptrace: split out ADV_DEBUG_REGS related functions.Christophe Leroy2020-04-015-650/+709
* powerpc/ptrace: move register viewing functions out of ptrace.cChristophe Leroy2020-04-014-968/+949
* powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.Christophe Leroy2020-04-014-914/+943
* powerpc/ptrace: split out SPE related functions.Christophe Leroy2020-04-014-66/+78
* powerpc/ptrace: split out ALTIVEC related functions.Christophe Leroy2020-04-014-124/+138
* powerpc/ptrace: split out VSX related functions.Christophe Leroy2020-04-015-172/+241
* powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSETChristophe Leroy2020-04-011-10/+0
* powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy2020-04-011-15/+3
* powerpc/ptrace: remove unused header includesChristophe Leroy2020-04-012-28/+2
* powerpc: Move ptrace into a subdirectory.Christophe Leroy2020-04-013-0/+3795