summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/optprobes.c
Commit message (Expand)AuthorAgeFilesLines
* 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