aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-41/+18
2021-04-14powerpc: remove partial register save logicNicholas Piggin3-27/+0
2021-04-02powerpc/ptrace: Don't return error when getting/setting FP regs without CONFIG_PPC_FPU_REGSChristophe Leroy5-18/+20
2021-03-26powerpc/ptrace: Convert gpr32_set_common() to user access blockChristophe Leroy1-12/+18
2021-03-24powerpc/ptrace: Remove duplicate check from pt_regs_check()Denis Efremov1-2/+0
2021-02-09powerpc/64: context tracking remove _TIF_NOHZNicholas Piggin1-4/+0
2020-12-04powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one.Aneesh Kumar K.V1-3/+4
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy3-2/+18
2020-12-04powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()Christophe Leroy4-29/+56
2020-12-04powerpc/ptrace: Consolidate reg index calculationChristophe Leroy1-14/+4
2020-12-04powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()Christophe Leroy2-0/+5
2020-11-26powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() tooOleg Nesterov2-2/+12
2020-11-26powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()Oleg Nesterov2-15/+7
2020-09-15powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31Ravi Bangoria1-0/+2
2020-09-15powerpc/watchpoint: Add hw_len wherever missingRavi Bangoria1-0/+1
2020-09-15powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria1-1/+3
2020-09-15powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria1-1/+1
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/powerpc/linuxLinus 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