Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
16091aa1d5f16acfe98c8fb05203710c17df8646
/
arch
/
powerpc
/
kernel
/
kprobes.c
8f26208
powerpc/kprobes: Fix kprobe Oops happens in booke
by Pu Lehui
· 3 years, 4 months ago
840d3ad
powerpc/kprobes: Ignore traps that happened in real mode
by Christophe Leroy
· 4 years, 10 months ago
fa99a34
powerpc/kprobes: Fix call trace due to incorrect preempt count
by Naveen N. Rao
· 7 years ago
e6c4dcb
powerpc/kprobes: Dereference function pointers only if the address does not belong to kernel text
by Naveen N. Rao
· 7 years ago
c3931a8
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
659b957
kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry()
by Naveen N. Rao
· 7 years ago
d07df82
powerpc/kprobes: Move kprobes over to patch_instruction()
by Balbir Singh
· 8 years ago
c05b8c4
powerpc/kprobes: Skip livepatch_handler() for jprobes
by Naveen N. Rao
· 8 years ago
a9f8553
powerpc/kprobes: Pause function_graph tracing during jprobes handling
by Naveen N. Rao
· 8 years ago
d04c02f
powerpc/kprobes: Fix handling of instruction emulation on probe re-entry
by Naveen N. Rao
· 8 years ago
9fc8491
Merge branch 'topic/kprobes' into next
by Michael Ellerman
· 8 years ago
24bd909
powerpc/kprobes: Prefer ftrace when probing function entry
by Naveen N. Rao
· 8 years ago
ead514d
powerpc/kprobes: Add support for KPROBES_ON_FTRACE
by Naveen N. Rao
· 8 years ago
7aa5b01
powerpc/kprobes: Blacklist exception handlers
by Naveen N. Rao
· 8 years ago
71f6e58
powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()
by Naveen N. Rao
· 8 years ago
d08f8a2
powerpc/kprobes: Remove duplicate saving of MSR
by Naveen N. Rao
· 8 years ago
22d8b3d
powerpc/kprobes: Emulate instructions on kprobe handler re-entry
by Naveen N. Rao
· 8 years ago
1cabd2f
powerpc/kprobes: Factor out code to emulate instruction into a helper
by Naveen N. Rao
· 8 years ago
a64e3f3
powerpc/kretprobes: Override default function entry offset
by Naveen N. Rao
· 8 years ago
290e307
powerpc/kprobes: Fix handling of function offsets on ABIv2
by Naveen N. Rao
· 8 years ago
49e0b46
kprobes: Convert kprobe_lookup_name() to a function
by Naveen N. Rao
· 8 years ago
0ddde50
powerpc/kprobes: Remove kprobe_exceptions_notify()
by Naveen N. Rao
· 8 years ago
762df10
powerpc/kprobes: Optimize kprobe in kretprobe_trampoline()
by Anju T
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
6cc89ba
powerpc/kprobes: Invoke handlers directly
by Naveen N. Rao
· 8 years ago
61a92f7
powerpc: Add support for relative exception tables
by Nicholas Piggin
· 8 years ago
8a39b05
powerpc: migrate exception table users off module.h and onto extable.h
by Paul Gortmaker
· 8 years ago
61ed9cf
powerpc/kprobes: Remove kretprobe_trampoline_holder.
by Thiago Jung Bauermann
· 9 years ago
f55d966
powerpc: Define and use PPC64_ELF_ABI_v2/v1
by Michael Ellerman
· 9 years ago
69111ba
powerpc: Replace __get_cpu_var uses
by Christoph Lameter
· 10 years ago
2f0143c
powerpc/kprobes: Fix jprobes on ABI v2 (LE)
by Michael Ellerman
· 10 years ago
23d6d3d
doc: typo on word accounting in kprobes.c in mutliple architectures
by Anoop Thomas Mathew
· 11 years ago
35fd219
powerpc: Move the single step enable code to a generic path
by Suzuki K. Poulose
· 12 years ago
85f395c
powerpc/kprobes: Do not disable External interrupts during single step
by Suzuki K. Poulose
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
ae3a197
Disintegrate asm/system.h for PowerPC
by David Howells
· 13 years ago
db97bc7
powerpc/kprobes: Remove resume_execution() in kprobes
by Ananth N Mavinakayanahalli
· 15 years ago
221c185
powerpc/476: Add isync after loading mmu and debug spr's
by Dave Kleikamp
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
172ae2e
powerpc/booke: Introduce new CONFIG options for advanced debug registers
by Dave Kleikamp
· 15 years ago
57c44c5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
1294156
kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()
by Masami Hiramatsu
· 16 years ago
025dfda
trivial: fix then -> than typos in comments and documentation
by Frederik Schwarzer
· 16 years ago
ef53d9c
kprobes: improve kretprobe scalability with hashed locking
by Srinivasa D S
· 16 years ago
f827962
powerpc/booke: Add kprobes support for booke style processors
by Kumar Gala
· 16 years ago
b76e59d
powerpc/kprobes: Some minor fixes
by Kumar Gala
· 16 years ago
80d267f
[POWERPC] Remove unnecessary cast in arch_deref_entry_point()
by Michael Ellerman
· 17 years ago
66200ea
[POWERPC] Kill sparse warnings in kprobes
by Ananth N Mavinakayanahalli
· 17 years ago
f438d91
kprobes: support kretprobe blacklist
by Masami Hiramatsu
· 17 years ago
3d7e338
jprobes: make jprobes a little safer for users
by Michael Ellerman
· 17 years ago
df6d391
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 18 years ago
bf8f6e5b
Kprobes: The ON/OFF knob thru debugfs
by Ananth N Mavinakayanahalli
· 18 years ago
4c4308c
kprobes: kretprobes simplifications
by Christoph Hellwig
· 18 years ago
0f95b7f
Kprobes: print details of kretprobe on assertion failure
by Ananth N Mavinakayanahalli
· 18 years ago
1eeb66a
move die notifier handling to common code
by Christoph Hellwig
· 18 years ago
9f90b99
[POWERPC] Minor fault path optimization
by Christoph Hellwig
· 18 years ago
e6349a95
[POWERPC] kprobes: Eliminate sstep exception if instruction can be emulated
by Ananth N Mavinakayanahalli
· 18 years ago
8209003
[POWERPC] Added kprobes support to ppc32
by Kumar Gala
· 18 years ago
b4c6c34
[PATCH] kprobes: enable booster on the preemptible kernel
by Masami Hiramatsu
· 18 years ago
99219a3
[PATCH] kretprobe spinlock deadlock patch
by bibo,mao
· 18 years ago
62c27be
[PATCH] kprobe whitespace cleanup
by bibo,mao
· 18 years ago
83db3dd
[POWERPC] kprobes: Fix possible system crash during out-of-line single-stepping
by Ananth N Mavinakayanahalli
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
0ccde0a
[PATCH] powerpc/kprobes: fix singlestep out-of-line
by Ananth N Mavinakayanahalli
· 19 years ago
46dbe2f
[PATCH] Switch Kprobes inline functions to __kprobes for ppc64
by Prasanna S Panchamukhi
· 19 years ago
50e21f2
[PATCH] kprobes: fix broken fault handling for powerpc64
by Prasanna S Panchamukhi
· 19 years ago
2326c77
[PATCH] kprobe handler: discard user space trap
by bibo,mao
· 19 years ago
7a7d1cf
[PATCH] sem2mutex: kprobes
by Ingo Molnar
· 19 years ago
2ef9481
[PATCH] powerpc: trivial: modify comments to refer to new location of files
by Jon Mason
· 19 years ago
eb3a729
[PATCH] kprobes: fix race in recovery of reentrant probe
by Keshavamurthy Anil S
· 19 years ago
0498b63
[PATCH] kprobes: fix build breakage
by Ananth N Mavinakayanahalli
· 19 years ago
e597c29
[PATCH] kprobes: arch_remove_kprobe
by Anil S Keshavamurthy
· 19 years ago
f709b12
[PATCH] kprobes-changed-from-using-spinlock-to-mutex fix
by Keshavamurthy Anil S
· 19 years ago
49a2a1b
[PATCH] kprobes: changed from using spinlock to mutex
by Anil S Keshavamurthy
· 19 years ago
bf8d5c5
[PATCH] kprobes: increment kprobe missed count for multiprobes
by Keshavamurthy Anil S
· 19 years ago
7568cb4
powerpc: Move most remaining ppc64 files over to arch/powerpc
by Paul Mackerras
· 19 years ago
[Renamed from arch/ppc64/kernel/kprobes.c]
d217d54
[PATCH] Kprobes: preempt_disable/enable() simplification
by Ananth N Mavinakayanahalli
· 19 years ago
991a51d
[PATCH] Kprobes: Use RCU for (un)register synchronization - arch changes
by Ananth N Mavinakayanahalli
· 19 years ago
0dc036c
[PATCH] Kprobes: Track kprobe on a per_cpu basis - ppc64 changes
by Ananth N Mavinakayanahalli
· 19 years ago
66ff2d0
[PATCH] Kprobes: rearrange preempt_disable/enable() calls
by Ananth N Mavinakayanahalli
· 19 years ago
b6ec995
Merge from Linus' tree
by Paul Mackerras
· 19 years ago
2d8ab6a
[PATCH] ppc64: fix up()/down() usage for kprobe_mutex
by Ananth N Mavinakayanahalli
· 19 years ago
bbeb3f4
powerpc: clean up after powermac build merge
by Stephen Rothwell
· 19 years ago
deac66a
[PATCH] kprobes: fix bug when probed on task and isr functions
by Keshavamurthy Anil S
· 19 years ago
bb144a8
[PATCH] Kprobes: prevent possible race conditions ppc64 changes
by Prasanna S Panchamukhi
· 19 years ago
6772926
[PATCH] kprobes: fix namespace problem and sparc64 build
by Rusty Lynch
· 19 years ago
97f7943
[PATCH] Return probe redesign: ppc64 specific implementation
by Rusty Lynch
· 19 years ago
9ec4b1f
[PATCH] kprobes: fix single-step out of line - take2
by Ananth N Mavinakayanahalli
· 19 years ago
42cc206
[PATCH] kprobes: Temporary disarming of reentrant probe for ppc64
by Prasanna S Panchamukhi
· 19 years ago
7e1048b
[PATCH] Move kprobe [dis]arming into arch specific code
by Rusty Lynch
· 19 years ago
f829fd2
[PATCH] ppc64 kprobes: remove spurious MSR_SE masking
by Ananth N Mavinakayanahalli
· 20 years ago
63224d1e8
[PATCH] ppc64 kprobes: correct kprobe registration return values
by Ananth N Mavinakayanahalli
· 20 years ago
358c6ac
[PATCH] ppc64 kprobes: don't eat dabr/iabr exceptions
by Ananth N Mavinakayanahalli
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago