Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
395108880efff4a4ffa1ffa554477f7f5ba6a031
/
kernel
/
kprobes.c
5a4ccaf
kprobes: check CONFIG_FREEZER instead of CONFIG_PM
by Masami Hiramatsu
· 16 years ago
f24659d
kprobes: support probing module __init function
by Masami Hiramatsu
· 16 years ago
49ad2fd
kprobes: remove called_from argument
by Masami Hiramatsu
· 16 years ago
e8386a0
kprobes: support probing module __exit function
by Masami Hiramatsu
· 16 years ago
017c39b
kprobes: add __kprobes to kprobe internal functions
by Masami Hiramatsu
· 16 years ago
1294156
kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()
by Masami Hiramatsu
· 16 years ago
bc2f701
kprobes: bugfix: try_module_get even if calling_mod is NULL
by Masami Hiramatsu
· 16 years ago
7e036d0
kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor builds
by Andrew Morton
· 16 years ago
a189d03
kprobes: disable preempt for module_text_address() and kernel_text_address()
by Masami Hiramatsu
· 16 years ago
2b252c5
make kprobes.c:kretprobe_table_lock() static
by Adrian Bunk
· 16 years ago
8b6dd98
kprobes: remove redundant config check
by Abhishek Sagar
· 16 years ago
ef53d9c
kprobes: improve kretprobe scalability with hashed locking
by Srinivasa D S
· 16 years ago
544304b
kernel/kprobes.c: Made kprobe_blacklist static.
by Daniel Guilak
· 16 years ago
67dddaa
kprobes: fix error checking of batch registration
by Masami Hiramatsu
· 16 years ago
26b31c1
kprobes: add (un)register_jprobes for batch registration
by Masami Hiramatsu
· 17 years ago
4a296e0
kprobes: add (un)register_kretprobes for batch registration
by Masami Hiramatsu
· 17 years ago
9861668
kprobes: add (un)register_kprobes for batch registration
by Masami Hiramatsu
· 17 years ago
3d8d996
kprobes: prevent probing of preempt_schedule()
by Srinivasa Ds
· 17 years ago
b2a5cd6
kprobes: fix a null pointer bug in register_kretprobe()
by Masami Hiramatsu
· 17 years ago
9edddaa
Kprobes: indicate kretprobe support in Kconfig
by Ananth N Mavinakayanahalli
· 17 years ago
f47cd9b
kprobes: kretprobe user entry-handler
by Abhishek Sagar
· 17 years ago
8c1c935
x86: kprobes: add kprobes smoke tests that run on boot
by Ananth N Mavinakayanahalli
· 17 years ago
f438d91
kprobes: support kretprobe blacklist
by Masami Hiramatsu
· 17 years ago
74a0b57
x86: optimize page faults like all other achitectures and kill notifier cruft
by Christoph Hellwig
· 17 years ago
cd5bfea
fix compilation with gcc 4.2
by Peter Chubb
· 17 years ago
3d7e338
jprobes: make jprobes a little safer for users
by Michael Ellerman
· 17 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
6f716ac
kprobes: codingstyle cleanups
by Christoph Hellwig
· 18 years ago
b0bb501
kprobes: use hlist_for_each_entry
by Christoph Hellwig
· 18 years ago
ffb4512
Simplify kallsyms_lookup()
by Alexey Dobriyan
· 18 years ago
1eeb66a
move die notifier handling to common code
by Christoph Hellwig
· 18 years ago
e386979
kprobes: fix sparse NULL warning
by Randy Dunlap
· 18 years ago
346fd59
[PATCH] kprobes: list all active probes in the system
by Srinivasa Ds
· 18 years ago
ab40c5c
[PATCH] kprobes: replace magic numbers with enum
by Masami Hiramatsu
· 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
3a872d8
[PATCH] Kprobes: Make kprobe modules more portable
by Ananth N Mavinakayanahalli
· 18 years ago
a9ad965
[PATCH] IA64: kprobe invalidate icache of jump buffer
by bibo, mao
· 18 years ago
e6f47f9
[PATCH] Notify page fault call chain
by Anil S Keshavamurthy
· 18 years ago
3d5631e
[PATCH] Kprobes registers for notify page fault
by Anil S Keshavamurthy
· 18 years ago
3672165
[PATCH] Kprobe: multi kprobe posthandler for booster
by mao, bibo
· 18 years ago
7522a84
[PATCH] kprobes: NULL out non-relevant fields in struct kretprobe
by Ananth N Mavinakayanahalli
· 19 years ago
c6fd91f
[PATCH] kretprobe instance recycled by parent process
by bibo mao
· 19 years ago
7a7d1cf
[PATCH] sem2mutex: kprobes
by Ingo Molnar
· 19 years ago
278ff95
[PATCH] Kprobes: Fix deadlock in function-return probes
by Ananth N Mavinakayanahalli
· 19 years ago
e65cefe
[PATCH] kernel/kprobes.c: fix a warning #ifndef ARCH_SUPPORTS_KRETPROBES
by Adrian Bunk
· 19 years ago
df019b1
[PATCH] kprobes: fix unloading of self probed module
by Keshavamurthy Anil S
· 19 years ago
a0d5006
[PATCH] Kprobes: conversion from kcalloc to kzalloc
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
2d14e39
[PATCH] kprobes: enable funcions only for required arch
by Anil S Keshavamurthy
· 19 years ago
bf8d5c5
[PATCH] kprobes: increment kprobe missed count for multiprobes
by Keshavamurthy Anil S
· 19 years ago
adad0f3
[PATCH] kprobes: fix race in aggregate kprobe registration
by Keshavamurthy Anil S
· 19 years ago
b3e55c7
[PATCH] Kprobes: Reference count the modules when probed on it
by Mao, Bibo
· 19 years ago
d217d54
[PATCH] Kprobes: preempt_disable/enable() simplification
by Ananth N Mavinakayanahalli
· 19 years ago
3516a46
[PATCH] Kprobes: Use RCU for (un)register synchronization - base changes
by Ananth N Mavinakayanahalli
· 19 years ago
e658452
[PATCH] Kprobes: Track kprobe on a per_cpu basis - base changes
by Ananth N Mavinakayanahalli
· 19 years ago
4e57b68
[PATCH] fix missing includes
by Tim Schmielau
· 19 years ago
deac66a
[PATCH] kprobes: fix bug when probed on task and isr functions
by Keshavamurthy Anil S
· 19 years ago
d0aaff9
[PATCH] Kprobes: prevent possible race conditions generic
by Prasanna S Panchamukhi
· 19 years ago
6772926
[PATCH] kprobes: fix namespace problem and sparc64 build
by Rusty Lynch
· 19 years ago
802eae7
[PATCH] Return probe redesign: architecture independent changes
by Rusty Lynch
· 19 years ago
9ec4b1f
[PATCH] kprobes: fix single-step out of line - take2
by Ananth N Mavinakayanahalli
· 19 years ago
8b0914e
[PATCH] jprobes: allow a jprobe to coexist with muliple kprobes
by Prasanna S Panchamukhi
· 19 years ago
ea32c65
[PATCH] kprobes: Temporary disarming of reentrant probe
by Prasanna S Panchamukhi
· 19 years ago
0aa55e4
[PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_task
by Hien Nguyen
· 19 years ago
7e1048b
[PATCH] Move kprobe [dis]arming into arch specific code
by Rusty Lynch
· 19 years ago
b94cce9
[PATCH] kprobes: function-return probes
by Hien Nguyen
· 19 years ago
64f562c
[PATCH] kprobes: Allow multiple kprobes at the same address
by Ananth N Mavinakayanahalli
· 20 years ago
04dea5f
[PATCH] Kprobes: Oops! in unregister_kprobe()
by Prasanna S Panchamukhi
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago