index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
kprobes.c
Age
Commit message (
Expand
)
Author
2021-09-30
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
2021-09-30
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
2021-09-30
kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...
Masami Hiramatsu
2021-08-09
powerpc/kprobes: Fix kprobe Oops happens in booke
Pu Lehui
2021-07-02
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-06-28
Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-06-25
powerpc/kprobes: Warn if instruction patching failed
Naveen N. Rao
2021-06-25
powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()
Naveen N. Rao
2021-06-25
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-21
powerpc/kprobes: Mark newly allocated probes as ROX
Russell Currey
2021-06-17
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
2021-06-03
kprobes: Do not increment probe miss count in the fault handler
Naveen N. Rao
2021-06-01
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
2021-05-28
powerpc/kprobes: Fix validation of prefixed instructions across page boundary
Naveen N. Rao
2020-09-08
powerpc: kprobes: Use generic kretprobe trampoline handler
Masami Hiramatsu
2020-07-23
powerpc: Add a ppc_inst_as_str() helper
Jordan Niethe
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
2020-06-02
powerpc/kprobes: Use probe_address() to read instructions
Christophe Leroy
2020-05-19
powerpc/kprobes: Don't allow breakpoints on suffixes
Jordan Niethe
2020-05-19
powerpc: Introduce a function for reporting instruction length
Jordan Niethe
2020-05-19
powerpc/kprobes: Use patch_instruction()
Jordan Niethe
2020-05-19
powerpc: Use a function for reading instructions
Jordan Niethe
2020-05-19
powerpc: Use a datatype for instructions
Jordan Niethe
2020-05-19
powerpc: Use an accessor for instructions
Jordan Niethe
2020-05-19
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
2020-03-25
powerpc/kprobes: Ignore traps that happened in real mode
Christophe Leroy
2020-03-25
powerpc/kprobes: Remove redundant code
Christophe Leroy
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
2018-06-21
powerpc/kprobes: Don't call the ->break_handler() in powerpc kprobes code
Masami Hiramatsu
2018-06-21
powerpc/kprobes: Remove jprobe powerpc implementation
Masami Hiramatsu
2018-03-31
powerpc/kprobes: Fix call trace due to incorrect preempt count
Naveen N. Rao
2017-11-12
powerpc/kprobes: refactor kprobe_lookup_name for safer string operations
Naveen N. Rao
2017-11-10
Merge branch 'fixes' into next
Michael Ellerman
2017-11-01
powerpc/kprobes: Dereference function pointers only if the address does not b...
Naveen N. Rao
2017-10-05
powerpc/jprobes: Validate break handler invocation as being due to a jprobe_r...
Naveen N. Rao
2017-10-04
powerpc/kprobes: Clean up jprobe detection in livepatch handler
Naveen N. Rao
2017-10-04
powerpc/kprobes: Do not suppress instruction emulation if a single run failed
Naveen N. Rao
2017-10-04
powerpc/kprobes: Some cosmetic updates to try_to_emulate()
Naveen N. Rao
2017-07-09
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-07-08
kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...
Naveen N. Rao
2017-07-03
powerpc/kprobes: Move kprobes over to patch_instruction()
Balbir Singh
2017-06-16
powerpc/kprobes: Skip livepatch_handler() for jprobes
Naveen N. Rao
2017-06-16
powerpc/kprobes: Pause function_graph tracing during jprobes handling
Naveen N. Rao
2017-05-16
powerpc/kprobes: Fix handling of instruction emulation on probe re-entry
Naveen N. Rao
2017-04-25
Merge branch 'topic/kprobes' into next
Michael Ellerman
2017-04-24
powerpc/kprobes: Prefer ftrace when probing function entry
Naveen N. Rao
2017-04-24
powerpc/kprobes: Add support for KPROBES_ON_FTRACE
Naveen N. Rao
2017-04-23
powerpc/kprobes: Blacklist exception handlers
Naveen N. Rao
2017-04-23
powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()
Naveen N. Rao
[next]