summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: context tracking remove _TIF_NOHZNicholas Piggin2021-02-091-4/+0
* powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one.Aneesh Kumar K.V2020-12-041-3/+4
* powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy2020-12-043-2/+18
* powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()Christophe Leroy2020-12-044-29/+56
* powerpc/ptrace: Consolidate reg index calculationChristophe Leroy2020-12-041-14/+4
* powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()Christophe Leroy2020-12-042-0/+5
* powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() tooOleg Nesterov2020-11-262-2/+12
* powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()Oleg Nesterov2020-11-262-15/+7
* 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-071-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-191-1/+1
* powerpc/watchpoint: Use loop for thread_struct->ptrace_bpsRavi Bangoria2020-05-191-7/+21
* powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria2020-05-192-13/+31
* powerpc/watchpoint/ptrace: Return actual num of available watchpointsRavi Bangoria2020-05-191-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-031-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