Gitiles Standalone
repos
/
linux-4.4
/
2af15d6a44b871ad4c2a651302374cde8f335480
/
kernel
2af15d6
ftrace: add kernel command line function filtering
by Steven Rostedt
· 16 years ago
5b6045a
trace: disable preemption before taking raw spinlocks
by Heiko Carstens
· 16 years ago
0f4fc29
tracing: add __print_symbolic to trace events
by Steven Rostedt
· 16 years ago
be74b73
tracing: add __print_flags for events
by Steven Rostedt
· 16 years ago
0e907c9
ftrace: clean up of using ftrace_event_enable_disable()
by Zhaolei
· 16 years ago
b11c53e
ftrace: Add task_comm support for trace_event
by Zhaolei
· 16 years ago
4f53596
tracing: add trace_event_read_lock()
by Lai Jiangshan
· 16 years ago
5537937
ftrace: fix check for return value of register_module_notifier in event_trace_init
by Ming Lei
· 16 years ago
fd51d25
blktrace: remove debugfs entries on bad path
by Stefan Raspl
· 16 years ago
24ed0c4
tracing: fix check for return value of register_module_notifier
by Ming Lei
· 16 years ago
1079cac
Merge commit 'v2.6.30-rc6' into tracing/core
by Ingo Molnar
· 16 years ago
ade385e
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
by Linus Torvalds
· 16 years ago
364b5b7
sysrq, intel_fb: fix sysrq g collision
by Jason Wessel
· 16 years ago
cd17cbf
Revert "mm: add /proc controls for pdflush threads"
by Jens Axboe
· 16 years ago
5872144
tracing/filters: fix off-by-one bug
by Li Zefan
· 16 years ago
8cd995b
tracing/filters: add missing unlock in a failure path
by Li Zefan
· 16 years ago
1ec7c48
tracing: stop stack trace on first empty entry
by Steven Rostedt
· 16 years ago
168b6b1
ring-buffer: move code around to remove some branches
by Steven Rostedt
· 16 years ago
88eb012
ring-buffer: use internal time stamp function
by Steven Rostedt
· 16 years ago
0f0c85f
ring-buffer: small optimizations
by Steven Rostedt
· 16 years ago
be957c4
ring-buffer: move calculation of event length
by Steven Rostedt
· 16 years ago
1cd8d73
ring-buffer: remove type parameter from rb_reserve_next_event
by Steven Rostedt
· 16 years ago
d988ff9
ring-buffer: check for divide by zero in ring-buffer-benchmark
by Steven Rostedt
· 16 years ago
5a772b2
ring-buffer: replace constants with time macros in ring-buffer-benchmark
by Steven Rostedt
· 16 years ago
0498625
blktrace: pdu_buf of pc events should be unsigned
by Li Zefan
· 16 years ago
6f5bbff
Convert obvious places to deactivate_locked_super()
by Al Viro
· 16 years ago
201517a
kprobes: fix to use text_mutex around arm/disarm kprobe
by Masami Hiramatsu
· 16 years ago
4671c79
tracing: add trace_set_clr_event to export event enabling function
by Steven Rostedt
· 16 years ago
29f9394
tracing: initialize return value for __ftrace_set_clr_event
by Steven Rostedt
· 16 years ago
c142b15
tracing/events: simplify system_enable_read()
by Li Zefan
· 16 years ago
8f31bfe
tracing/events: clean up for ftrace_set_clr_event()
by Li Zefan
· 16 years ago
74f4fd2
ring-buffer: change WARN_ON from checking preempt_count to preemptible
by Steven Rostedt
· 16 years ago
7da3046
ring-buffer: add total count in ring-buffer-benchmark
by Steven Rostedt
· 16 years ago
0574ea4
ring-buffer: only periodically call cond_resched to ring-buffer-benchmark
by Steven Rostedt
· 16 years ago
65b7724
tracing: have menu default enabled when kernel debug is configured
by Steven Rostedt
· 16 years ago
d6bf81e
tracing: append ":*" to internal setting of system events
by Steven Rostedt
· 16 years ago
29c8000
ring-buffer: remove complex calculations in ring-buffer-test
by Steven Rostedt
· 16 years ago
0ad5d70
Merge branch 'tracing/hw-branch-tracing' into tracing/core
by Ingo Molnar
· 16 years ago
44347d9
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
d94fc52
tracing/events: fix concurrent access to ftrace_events list, fix
by Li Zefan
· 16 years ago
5928c3c
tracing/filters: support for operator reserved characters in strings
by Frederic Weisbecker
· 16 years ago
e8808c1
tracing/filters: support for filters of dynamic sized arrays
by Frederic Weisbecker
· 16 years ago
8ae79a1
tracing: add hierarchical enabling of events
by Steven Rostedt
· 16 years ago
9456f0f
tracing: reset ring buffer when removing modules with events
by Steven Rostedt
· 16 years ago
57adc4d
Eliminate thousands of warnings with gcc 3.2 build
by Andi Kleen
· 16 years ago
381a80e
inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positive
by Wu Fengguang
· 16 years ago
3e07a4f
ring-buffer: change test to be more latency friendly
by Steven Rostedt
· 16 years ago
6634ff2
ring-buffer: make moving the tail page a separate function
by Steven Rostedt
· 16 years ago
00c81a5
ring-buffer: check for failed allocation in ring buffer benchmark
by Steven Rostedt
· 16 years ago
8e7abf1
ring-buffer: remove unneeded conditional in rb_reserve_next
by Steven Rostedt
· 16 years ago
48dd0fe
tracing: trace_output.c, fix false positive compiler warning
by Jaswinder Singh Rajput
· 16 years ago
22a7c31
blktrace: from-sector redundant in trace_block_remap
by Alan D. Brunelle
· 16 years ago
a42aaa3
blktrace: correct remap names
by Alan D. Brunelle
· 16 years ago
de1d728
tracepoint: trace_sched_migrate_task(): remove parameter
by Mathieu Desnoyers
· 16 years ago
20c8928
tracing/events: fix concurrent access to ftrace_events list
by Li Zefan
· 16 years ago
2df75e4
tracing/events: fix memory leak when unloading module
by Li Zefan
· 16 years ago
5092dbc
ring-buffer: add benchmark and tester
by Steven Rostedt
· 16 years ago
aa20ae8
ring-buffer: move big if statement down
by Steven Rostedt
· 16 years ago
94487d6
tracing: use proper export symbol for tracing api
by Steven Rostedt
· 16 years ago
41ede23
ring-buffer: disable writers when resetting buffers
by Steven Rostedt
· 16 years ago
afbab76
ring-buffer: have read page swap increment counter with page entries
by Steven Rostedt
· 16 years ago
99ee129
Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
bcb1656
Merge branch 'irq/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
e858e8b
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
da87bbd
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
e91b3b26
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
778c55d
ring-buffer: record page entries in buffer page descriptor
by Steven Rostedt
· 16 years ago
e4906ef
ring-buffer: convert cpu buffer entries to local_t
by Steven Rostedt
· 16 years ago
c8d7718
tracing: export stats of ring buffers to userspace
by Steven Rostedt
· 16 years ago
f0d2c68
ring-buffer: add counters for commit overrun and nmi dropped entries
by Steven Rostedt
· 16 years ago
d6ce96d
ring-buffer: export symbols
by Steven Rostedt
· 16 years ago
9e4a5bd
mm: prevent divide error for small values of vm_dirty_bytes
by Andrea Righi
· 16 years ago
74a03b6
clockevents: prevent endless loop in tick_handle_periodic()
by john stultz
· 16 years ago
d7226fb
Revert "genirq: assert that irq handlers are indeed running in hardirq context"
by Thomas Gleixner
· 16 years ago
6e85c5b
kernel/posix-cpu-timers.c: fix sparse warning
by H Hartley Sweeten
· 16 years ago
f5f293a
sched: account system time properly
by Eric Dumazet
· 16 years ago
a0e39ed
tracing: fix build failure on s390
by Heiko Carstens
· 16 years ago
8b37256
tracing/filters: a better event parser
by Tom Zanussi
· 16 years ago
a118e4d
tracing/filters: distinguish between signed and unsigned fields
by Tom Zanussi
· 16 years ago
30e673b
tracing/filters: move preds into event_filter object
by Tom Zanussi
· 16 years ago
7267fa6
tracing: fix ref count in splice pages
by Steven Rostedt
· 16 years ago
7d7d2b8
ring-buffer: fix printk output
by Steven Rostedt
· 16 years ago
f2957f1
tracing: have splice only copy full pages
by Steven Rostedt
· 16 years ago
93459c6
tracing: only add splice page if entries exist
by Steven Rostedt
· 16 years ago
5beae6e
tracing: fix ref count in splice pages
by Steven Rostedt
· 16 years ago
cd891ae
tracing: convert ftrace_dump spinlocks to raw
by Steven Rostedt
· 16 years ago
51b3960
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 16 years ago
cad81bc
ptrace: ptrace_attach: fix the usage of ->cred_exec_mutex
by Oleg Nesterov
· 16 years ago
fc2e318
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
1e4b978
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
701970b
tracing/events: make modules have their own file_operations structure
by Steven Rostedt
· 16 years ago
060fa5c8
tracing/events: reuse trace event ids after overflow
by Steven Rostedt
· 16 years ago
0c8454f
PM/Hibernate: Fix waiting for image device to appear on resume
by Rafael J. Wysocki
· 16 years ago
418df63c
Delete slow-work timers properly
by Jonathan Corbet
· 16 years ago
416dfdc
Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing
by Ingo Molnar
· 16 years ago
334d416
ring_buffer: compressed event header
by Lai Jiangshan
· 16 years ago
75db37d
tracing: add size checks for exported ftrace internal structures
by Steven Rostedt
· 16 years ago
89ec0de
tracing: increase size of number of possible events
by Steven Rostedt
· 16 years ago
9be2441
tracing/wakeup: move access to wakeup_cpu into spinlock
by Steven Rostedt
· 16 years ago
b48ccb0
locking: clarify kernel-taint warning message
by Ingo Molnar
· 16 years ago
Next »