summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix typosBjorn Helgaas2024-05-081-1/+1
* powerpc/dexcr: Track the DEXCR per-processBenjamin Gray2024-05-031-6/+1
* powerpc: Replace GPL 2.0+ README.legal boilerplate with SPDXGeert Uytterhoeven2023-09-191-4/+1
* powerpc/ptrace: Split gpr32_set_commonChristophe Leroy2023-08-161-38/+67
* powerpc/ptrace: Expose HASHKEYR register to ptraceBenjamin Gray2023-06-192-0/+39
* powerpc/ptrace: Expose DEXCR and HDEXCR registers to ptraceBenjamin Gray2023-06-192-1/+36
* powerpc/ptrace: Add missing <linux/regset.h> includeBenjamin Gray2023-06-191-0/+2
* powerpc: Don't try to copy PPR for task with NULL pt_regsJens Axboe2023-03-281-0/+6
* powerpc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-152-12/+13
* powerpc: Fix all occurences of duplicate wordsMichael Ellerman2022-07-251-1/+1
* powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman2022-06-092-6/+17
* powerpc: Finalise cleanup around ABI useChristophe Leroy2022-05-191-6/+0
* powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy2022-05-191-1/+1
* powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-4/+4
|\
| * ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-4/+4
* | powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-081-1/+0
* | Merge branch 'topic/func-desc-lkdtm' into nextMichael Ellerman2022-03-071-0/+6
|\ \
| * | asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy2022-02-161-0/+6
| |/
* / powerpc: Use the newly added is_tsk_32bit_task() macroChristophe Leroy2022-02-121-1/+1
|/
* powerpc: Snapshot thread flagsMark Rutland2021-12-011-2/+1
* powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song2021-08-261-0/+2
* powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song2021-08-261-0/+2
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-253-20/+19
* Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-303-41/+18
|\
| * powerpc: remove partial register save logicNicholas Piggin2021-04-143-27/+0
| * powerpc/ptrace: Convert gpr32_set_common() to user access blockChristophe Leroy2021-03-261-12/+18
| * powerpc/ptrace: Remove duplicate check from pt_regs_check()Denis Efremov2021-03-241-2/+0
* | powerpc/ptrace: Don't return error when getting/setting FP regs without CONFI...Christophe Leroy2021-04-025-18/+20
|/
* 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