index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
kprobes.c
Age
Commit message (
Expand
)
Author
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-12-15
mm: Introduce set_memory_rox()
Peter Zijlstra
2022-11-24
powerpc/kprobes: Use preempt_enable() rather than the no_resched variant
Naveen N. Rao
2022-11-24
powerpc/kprobes: Remove preempt disable around call to get_kprobe() in arch_p...
Naveen N. Rao
2022-09-28
powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()
Li Huafei
2022-06-29
powerpc/64: Drop ppc_inst_as_str()
Michael Ellerman
2022-05-19
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
2022-05-06
powerpc: Reject probes on instructions that can't be single stepped
Naveen N. Rao
2022-03-15
x86/ibt,kprobes: Cure sym+0 equals fentry woes
Peter Zijlstra
2021-12-09
powerpc/inst: Define ppc_inst_t
Christophe Leroy
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
[next]