aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/optprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-09powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy1-6/+2
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy1-2/+2
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-1/+1
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()Masami Hiramatsu1-3/+3
2021-06-25powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() on ppc32Naveen N. Rao1-2/+6
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-1/+1
2021-06-17powerpc/optprobes: use PPC_RAW_ macrosChristophe Leroy1-32/+7
2021-06-17powerpc/optprobes: Compact code source a bit.Christophe Leroy1-22/+11
2021-06-17powerpc/optprobes: Minimise castsChristophe Leroy1-12/+11
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy1-27/+18
2021-05-23powerpc/kprobes: Replace ppc_optinsn by common optinsnChristophe Leroy1-18/+5
2021-04-21powerpc: Enable OPTPROBES on PPC32Christophe Leroy1-3/+21
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy1-1/+1
2021-01-30powerpc/optprobes: Make patch_imm64_load_insns() staticCédric Le Goater1-1/+1
2021-01-30powerpc/optprobes: Remove unused routine patch_imm32_load_insns()Cédric Le Goater1-19/+0
2020-05-26powerpc: Add ppc_inst_as_u64()Michael Ellerman1-2/+1
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe1-2/+4
2020-05-19powerpc/optprobes: Add register argument to patch_imm64_load_insns()Jordan Niethe1-17/+17
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe1-2/+2
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe1-27/+37
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe1-15/+17
2020-05-19powerpc: Change calling convention for create_branch() et. al.Jordan Niethe1-10/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-11-12powerpc/kprobes: Do not disable interrupts for optprobes and kprobes_on_ftraceNaveen N. Rao1-10/+0
2017-11-12powerpc/kprobes: Disable preemption before invoking probe handler for optprobesNaveen N. Rao1-2/+3
2017-09-20powerpc/kprobes: Update optprobes to use emulate_update_regs()Naveen N. Rao1-1/+3
2017-07-03powerpc/kprobes/optprobes: Use patch_instruction()Balbir Singh1-21/+32
2017-04-24powerpc: Introduce a new helper to obtain function entry pointsNaveen N. Rao1-3/+3
2017-04-20powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao1-2/+2
2017-04-20kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao1-2/+2
2017-02-10powerpc/kprobes: Optimize kprobe in kretprobe_trampoline()Anju T1-4/+3
2017-02-10powerpc/kprobes: Implement OptprobesAnju T1-0/+348