aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/uprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-06powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao1-0/+5
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-2/+2
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy1-3/+3
2021-06-16powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching, feature-fixups)Christophe Leroy1-1/+1
2021-03-29powerpc/uprobes: Validation for prefixed instructionRavi Bangoria1-0/+7
2020-11-18powerpc: fix -Wimplicit-fallthroughNick Desaulniers1-0/+1
2020-05-26powerpc: Add ppc_inst_next()Michael Ellerman1-1/+1
2020-05-19powerpc: Introduce a function for reporting instruction lengthJordan Niethe1-1/+1
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe1-1/+1
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2017-08-24powerpc/uprobes: Implement arch_uretprobe_is_alive()Naveen N. Rao1-0/+9
2013-11-20uprobes/powerpc: Kill arch_uprobe->ainsnOleg Nesterov1-1/+1
2013-04-13uretprobes/powerpc: Hijack return addressAnton Arapov1-0/+13
2013-04-04uprobes/powerpc: Remove additional trap instruction checkAnanth N Mavinakayanahalli1-6/+0
2013-04-04uprobes/powerpc: Teach uprobes to ignore gdb breakpointsAnanth N Mavinakayanahalli1-0/+10
2012-11-03uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov1-0/+6
2012-09-05powerpc: Uprobes port to powerpcAnanth N Mavinakayanahalli1-0/+184