summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/kprobes.c
AgeCommit message (Expand)Author
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu
2021-08-09powerpc/kprobes: Fix kprobe Oops happens in bookePu Lehui
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-25powerpc/kprobes: Warn if instruction patching failedNaveen N. Rao
2021-06-25powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()Naveen N. Rao
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin
2021-06-21powerpc/kprobes: Mark newly allocated probes as ROXRussell Currey
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-05-28powerpc/kprobes: Fix validation of prefixed instructions across page boundaryNaveen N. Rao
2020-09-08powerpc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu
2020-07-23powerpc: Add a ppc_inst_as_str() helperJordan Niethe
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-02powerpc/kprobes: Use probe_address() to read instructionsChristophe Leroy
2020-05-19powerpc/kprobes: Don't allow breakpoints on suffixesJordan Niethe
2020-05-19powerpc: Introduce a function for reporting instruction lengthJordan Niethe
2020-05-19powerpc/kprobes: Use patch_instruction()Jordan Niethe
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe
2020-03-25powerpc/kprobes: Ignore traps that happened in real modeChristophe Leroy
2020-03-25powerpc/kprobes: Remove redundant codeChristophe Leroy
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu
2018-06-21powerpc/kprobes: Don't call the ->break_handler() in powerpc kprobes codeMasami Hiramatsu
2018-06-21powerpc/kprobes: Remove jprobe powerpc implementationMasami Hiramatsu
2018-03-31powerpc/kprobes: Fix call trace due to incorrect preempt countNaveen N. Rao
2017-11-12powerpc/kprobes: refactor kprobe_lookup_name for safer string operationsNaveen N. Rao
2017-11-10Merge branch 'fixes' into nextMichael Ellerman
2017-11-01powerpc/kprobes: Dereference function pointers only if the address does not b...Naveen N. Rao
2017-10-05powerpc/jprobes: Validate break handler invocation as being due to a jprobe_r...Naveen N. Rao
2017-10-04powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao
2017-10-04powerpc/kprobes: Do not suppress instruction emulation if a single run failedNaveen N. Rao
2017-10-04powerpc/kprobes: Some cosmetic updates to try_to_emulate()Naveen N. Rao
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao
2017-07-03powerpc/kprobes: Move kprobes over to patch_instruction()Balbir Singh
2017-06-16powerpc/kprobes: Skip livepatch_handler() for jprobesNaveen N. Rao
2017-06-16powerpc/kprobes: Pause function_graph tracing during jprobes handlingNaveen N. Rao
2017-05-16powerpc/kprobes: Fix handling of instruction emulation on probe re-entryNaveen N. Rao
2017-04-25Merge branch 'topic/kprobes' into nextMichael Ellerman
2017-04-24powerpc/kprobes: Prefer ftrace when probing function entryNaveen N. Rao
2017-04-24powerpc/kprobes: Add support for KPROBES_ON_FTRACENaveen N. Rao
2017-04-23powerpc/kprobes: Blacklist exception handlersNaveen N. Rao
2017-04-23powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()Naveen N. Rao