summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace/ptrace-view.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-15powerpc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-7/+8
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2022-02-12powerpc: Use the newly added is_tsk_32bit_task() macroChristophe Leroy1-1/+1
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-2/+3
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-33/+18
2021-04-14powerpc: remove partial register save logicNicholas Piggin1-21/+0
2021-04-02powerpc/ptrace: Don't return error when getting/setting FP regs without CONFI...Christophe Leroy1-2/+0
2021-03-26powerpc/ptrace: Convert gpr32_set_common() to user access blockChristophe Leroy1-12/+18
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 Leroy1-0/+2
2020-11-26powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() tooOleg Nesterov1-1/+6
2020-11-26powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()Oleg Nesterov1-7/+3
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 Viro1-119/+66
2020-07-20powerpc/book3s64/kuap: Move UAMOR setup to key init functionAneesh Kumar K.V1-6/+21
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin1-1/+1
2020-04-01powerpc/ptrace: move register viewing functions out of ptrace.cChristophe Leroy1-0/+904