summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/uprobes.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao2022-05-061-0/+5
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-251-2/+2
* powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy2021-06-171-3/+3
* powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching,...Christophe Leroy2021-06-161-1/+1
* powerpc/uprobes: Validation for prefixed instructionRavi Bangoria2021-03-291-0/+7
* powerpc: fix -Wimplicit-fallthroughNick Desaulniers2020-11-181-0/+1
* powerpc: Add ppc_inst_next()Michael Ellerman2020-05-261-1/+1
* powerpc: Introduce a function for reporting instruction lengthJordan Niethe2020-05-191-1/+1
* powerpc: Use a function for reading instructionsJordan Niethe2020-05-191-1/+1
* powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* powerpc/uprobes: Implement arch_uretprobe_is_alive()Naveen N. Rao2017-08-241-0/+9
* uprobes/powerpc: Kill arch_uprobe->ainsnOleg Nesterov2013-11-201-1/+1
* uretprobes/powerpc: Hijack return addressAnton Arapov2013-04-131-0/+13
* uprobes/powerpc: Remove additional trap instruction checkAnanth N Mavinakayanahalli2013-04-041-6/+0
* uprobes/powerpc: Teach uprobes to ignore gdb breakpointsAnanth N Mavinakayanahalli2013-04-041-0/+10
* uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov2012-11-031-0/+6
* powerpc: Uprobes port to powerpcAnanth N Mavinakayanahalli2012-09-051-0/+184