Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
afd842c031408f9eaf689ff417071eed15afa05e
/
kernel
/
kprobes.c
eac2cece
kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macro
by Kefeng Wang
· 4 years, 7 months ago
cb8e59c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
by Linus Torvalds
· 4 years, 7 months ago
66e9b07
kprobes: Prevent probes in .noinstr.text section
by Thomas Gleixner
· 4 years, 10 months ago
16db626
kprobes: Support NOKPROBE_SYMBOL() in modules
by Masami Hiramatsu
· 4 years, 9 months ago
1e6769b
kprobes: Support __kprobes blacklist in modules
by Masami Hiramatsu
· 4 years, 9 months ago
4fdd888
kprobes: Lock kprobe_mutex while showing kprobe_blacklist
by Masami Hiramatsu
· 4 years, 9 months ago
3292739
sysctl: pass kernel pointers to ->proc_handler
by Christoph Hellwig
· 4 years, 8 months ago
e4add24
kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logic
by Masami Hiramatsu
· 5 years ago
f66c044
kprobes: Set unoptimized flag after unoptimizing code
by Masami Hiramatsu
· 5 years ago
45979a9
Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
7e67a85
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e336b40
kprobes: Prohibit probing on BUG() and WARN() address
by Masami Hiramatsu
· 5 years ago
0bc11ed
kprobes: Allow kprobes coexist with livepatch
by Masami Hiramatsu
· 5 years ago
f1c6ece
kprobes: Fix potential deadlock in kprobe_optimizer()
by Andrea Righi
· 5 years ago
9261660
kprobes: Use CONFIG_PREEMPTION
by Thomas Gleixner
· 5 years ago
818e95c
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
65fc965
kprobes: Fix to init kprobes in subsys_initcall
by Masami Hiramatsu
· 6 years ago
8c0fd1f
kprobes: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
b5f8b32
kprobes: Initialize kprobes at postcore_initcall
by Masami Hiramatsu
· 6 years ago
5f843ed
kprobes: Fix error check when reusing optimized probes
by Masami Hiramatsu
· 6 years ago
6143c6f
kprobes: Search non-suffixed symbol in blacklist
by Masami Hiramatsu
· 6 years ago
116b081
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
fb1a59f
kprobes: Blacklist symbols in arch-defined prohibited area
by Masami Hiramatsu
· 6 years ago
ae8b7ce
kprobes: Replace synchronize_sched() with synchronize_rcu()
by Paul E. McKenney
· 6 years ago
cbdd96f
kprobes: Don't call BUG_ON() if there is a kprobe in use on free list
by Masami Hiramatsu
· 6 years ago
819319f
kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
by Masami Hiramatsu
· 6 years ago
a6d18e6
kprobes: Remove pointless BUG_ON() from reuse_unused_kprobe()
by Masami Hiramatsu
· 6 years ago
c72e674
kprobes: Remove pointless BUG_ON() from add_new_kprobe()
by Masami Hiramatsu
· 6 years ago
d0555fc
kprobes: Remove pointless BUG_ON() from disarming process
by Masami Hiramatsu
· 6 years ago
4458515
kprobes: Replace %p with other pointer types
by Masami Hiramatsu
· 7 years ago
81365a9
kprobes: Show address of kprobes if kallsyms does
by Masami Hiramatsu
· 7 years ago
ffb9bd6
kprobes: Show blacklist addresses as same as kallsyms does
by Masami Hiramatsu
· 7 years ago
f2a3ab3
kprobes: Make list and blacklist root user read only
by Masami Hiramatsu
· 7 years ago
059053a
kprobes: Don't check the ->break_handler() in generic kprobes code
by Masami Hiramatsu
· 7 years ago
5a6cf77
kprobes: Remove jprobe API implementation
by Masami Hiramatsu
· 7 years ago
bcbd385
kprobes: Fix random address output of blacklist file
by Thomas Richter
· 7 years ago
297f923
kprobes: Propagate error from disarm_kprobe_ftrace()
by Jessica Yu
· 7 years ago
12310e34
kprobes: Propagate error from arm_kprobe_ftrace()
by Jessica Yu
· 7 years ago
590c845
kprobes: Disable the jprobes APIs
by Masami Hiramatsu
· 7 years ago
a30b85d
kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=y
by Masami Hiramatsu
· 7 years ago
4f3a871
Revert "kprobes: Warn if optprobe handler tries to change execution path"
by Naveen N. Rao
· 7 years ago
e863d53
kprobes: Warn if optprobe handler tries to change execution path
by Masami Hiramatsu
· 7 years ago
63fef14
kprobes/x86: Make insn buffer always ROX and use text_poke()
by Masami Hiramatsu
· 7 years ago
dbf5806
kprobes: Ensure that jprobe probepoints are at function entry
by Naveen N. Rao
· 7 years ago
0f73ff8
kprobes: Simplify register_jprobes()
by Naveen N. Rao
· 7 years ago
659b957
kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry()
by Naveen N. Rao
· 7 years ago
9a9594e
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
c93f5cf
kprobes/x86: Fix to set RWX bits correctly before releasing trampoline
by Masami Hiramatsu
· 8 years ago
2d1e38f
kprobes: Cure hotplug lock ordering issues
by Thomas Gleixner
· 8 years ago
545a028
kprobes: Document how optimized kprobes are removed from module unload
by Steven Rostedt (VMware)
· 8 years ago
30e7d894
tracing/kprobes: Enforce kprobes teardown after testing
by Thomas Gleixner
· 8 years ago
7246f60
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 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
a460246
kprobes: Skip preparing optprobe if the probe is ftrace-based
by Masami Hiramatsu
· 8 years ago
1d585e7
trace/kprobes: Fix check for kretprobe offset within function entry
by Naveen N. Rao
· 8 years ago
5f6bee3
kprobes: Convert kprobe_exceptions_notify to use NOKPROBE_SYMBOL
by Naveen N. Rao
· 8 years ago
90ec5e8
kretprobes: Ensure probe location is at function entry
by Naveen N. Rao
· 8 years ago
38705613
Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
fc62d02
kprobes: Introduce weak variant of kprobe_exceptions_notify()
by Naveen N. Rao
· 8 years ago
5b48562
kprobes, extable: Identify kprobes trampolines as kernel text area
by Masami Hiramatsu
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
bfd45be
kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>
by Christoph Hellwig
· 8 years ago
e5779e8
perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safe
by Andy Lutomirski
· 9 years ago
69d54b9
kprobes: makes kprobes/enabled works correctly for optimized kprobes.
by Wang Nan
· 10 years ago
977ad48
kprobes: set kprobes_all_disarmed earlier to enable re-optimization.
by Wang Nan
· 10 years ago
42cf0f2
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 10 years ago
be1f221
module: remove mod arg from module_free, rename module_memfree().
by Rusty Russell
· 10 years ago
cbf6ab5
kprobes: Pass the original kprobe for preparing optimized kprobe
by Masami Hiramatsu
· 10 years ago
27afc5d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
1d70be3
kprobes: Add IPMODIFY flag to kprobe_ftrace_ops
by Masami Hiramatsu
· 10 years ago
f7f242f
kprobes: introduce weak arch_check_ftrace_location() helper function
by Heiko Carstens
· 10 years ago
f96f567
kprobes: Skip kretprobe hit in NMI context to avoid deadlock
by Masami Hiramatsu
· 10 years ago
d81b425
kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64
by Masami Hiramatsu
· 10 years ago
6372474
kprobes: Show blacklist entries via debugfs
by Masami Hiramatsu
· 11 years ago
820aede
kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes
by Masami Hiramatsu
· 11 years ago
55479f6
kprobes: Allow probe on some kprobe functions
by Masami Hiramatsu
· 11 years ago
376e242
kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist
by Masami Hiramatsu
· 11 years ago
be8f274
kprobes: Prohibit probing on .entry.text code
by Masami Hiramatsu
· 11 years ago
ab76786
kprobes: use KSYM_NAME_LEN to size identifier buffers
by Joe Mario
· 11 years ago
af96397
kprobes: allow to specify custom allocator for insn caches
by Heiko Carstens
· 11 years ago
c802d64
kprobes: unify insn caches
by Heiko Carstens
· 11 years ago
10fb46d
kprobes: handle empty/invalid input to debugfs "enabled" file
by Mathias Krause
· 11 years ago
7b959fc
kprobes: Fix to free gone and unused optprobes
by Masami Hiramatsu
· 12 years ago
5c51543
kprobes: Fix a double lock bug of kprobe_mutex
by Masami Hiramatsu
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
1eaec82
Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
ad72b3b
kprobes: fix wait_for_kprobe_optimizer()
by Tejun Heo
· 12 years ago
e7dbfe3
kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c
by Masami Hiramatsu
· 12 years ago
c6aaf4d0
kprobes/x86: Fix to support jprobes on ftrace-based kprobe
by Masami Hiramatsu
· 12 years ago
e525389
kprobes/x86: ftrace based optimization for x86
by Masami Hiramatsu
· 13 years ago
ae6aa16
kprobes: introduce ftrace based optimization
by Masami Hiramatsu
· 13 years ago
2576428
kprobes: Move locks into appropriate functions
by Masami Hiramatsu
· 13 years ago
f7fa6ef0
kprobes: cleanup to separate probe-able check
by Masami Hiramatsu
· 13 years ago
72ef379
kprobes: Inverse taking of module_mutex with kprobe_mutex
by Steven Rostedt
· 13 years ago
f986a49
kprobes: return proper error code from register_kprobe()
by Prashanth Nageshappa
· 13 years ago
55ca614
kprobes: fix a memory leak in function pre_handler_kretprobe()
by Jiang Liu
· 13 years ago
d496aab
kprobes: initialize before using a hlist
by Ananth N Mavinakayanahalli
· 13 years ago
efeb156
kprobes: silence DEBUG_STRICT_USER_COPY_CHECKS=y warning
by Stephen Boyd
· 13 years ago
Next »