summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/optprobes.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kprobes: Have optimized_callback() use preempt_enable()Naveen N. Rao2022-11-241-1/+1
* powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy2021-12-091-6/+2
* powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-091-2/+2
* kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-1/+1
* kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu2021-09-301-3/+3
* powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() ...Naveen N. Rao2021-06-251-2/+6
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-251-1/+1
* powerpc/optprobes: use PPC_RAW_ macrosChristophe Leroy2021-06-171-32/+7
* powerpc/optprobes: Compact code source a bit.Christophe Leroy2021-06-171-22/+11
* powerpc/optprobes: Minimise castsChristophe Leroy2021-06-171-12/+11
* powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy2021-06-171-27/+18
* powerpc/kprobes: Replace ppc_optinsn by common optinsnChristophe Leroy2021-05-231-18/+5
* powerpc: Enable OPTPROBES on PPC32Christophe Leroy2021-04-211-3/+21
* powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy2021-04-211-1/+1
* powerpc/optprobes: Make patch_imm64_load_insns() staticCédric Le Goater2021-01-301-1/+1
* powerpc/optprobes: Remove unused routine patch_imm32_load_insns()Cédric Le Goater2021-01-301-19/+0
* powerpc: Add ppc_inst_as_u64()Michael Ellerman2020-05-261-2/+1
* powerpc: Add prefixed instructions to instruction data typeJordan Niethe2020-05-191-2/+4
* powerpc/optprobes: Add register argument to patch_imm64_load_insns()Jordan Niethe2020-05-191-17/+17
* powerpc: Use a function for reading instructionsJordan Niethe2020-05-191-2/+2
* powerpc: Use a datatype for instructionsJordan Niethe2020-05-191-27/+37
* powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-15/+17
* powerpc: Change calling convention for create_branch() et. al.Jordan Niethe2020-05-191-10/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/kprobes: Do not disable interrupts for optprobes and kprobes_on_ftraceNaveen N. Rao2017-11-121-10/+0
* powerpc/kprobes: Disable preemption before invoking probe handler for optprobesNaveen N. Rao2017-11-121-2/+3
* powerpc/kprobes: Update optprobes to use emulate_update_regs()Naveen N. Rao2017-09-201-1/+3
* powerpc/kprobes/optprobes: Use patch_instruction()Balbir Singh2017-07-031-21/+32
* powerpc: Introduce a new helper to obtain function entry pointsNaveen N. Rao2017-04-241-3/+3
* powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao2017-04-201-2/+2
* kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao2017-04-201-2/+2
* powerpc/kprobes: Optimize kprobe in kretprobe_trampoline()Anju T2017-02-101-4/+3
* powerpc/kprobes: Implement OptprobesAnju T2017-02-101-0/+348