index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-27
Merge branch 'next' into upstream-merge
Theodore Ts'o
2
-179
/
+278
2010-10-27
ext4,jbd2: convert tracepoints to use major/minor numbers
Theodore Ts'o
2
-156
/
+251
2010-10-27
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-34
/
+20
2010-10-27
ext4: don't use ext4_allocation_contexts for tracing
Eric Sandeen
1
-22
/
+29
2010-10-27
ext4: fix oops in trace_ext4_mb_release_group_pa
Eric Sandeen
1
-3
/
+0
2010-10-27
ext4: avoid null dereference in trace_ext4_mballoc_discard
Wen Congyang
1
-2
/
+3
2010-10-26
writeback: do not sleep on the congestion queue if there are no congested BDI...
Mel Gorman
1
-0
/
+7
2010-10-26
vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaim
KOSAKI Motohiro
1
-3
/
+3
2010-10-26
writeback: account for time spent congestion_waited
Mel Gorman
1
-0
/
+28
2010-10-26
tracing, vmscan: add trace events for LRU list shrinking
Mel Gorman
1
-0
/
+42
2010-10-26
writeback: remove nonblocking/encountered_congestion references
Wu Fengguang
2
-5
/
+5
2010-10-23
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
1
-34
/
+20
2010-10-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-9
/
+68
2010-10-21
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+29
2010-10-21
tracing: Cleanup the convoluted softirq tracepoints
Thomas Gleixner
1
-34
/
+20
2010-10-05
workqueue: add queue_work and activate_work trace points
Tejun Heo
1
-0
/
+53
2010-10-05
workqueue: prepare for more tracepoints
Tejun Heo
1
-13
/
+19
2010-09-21
tracing/sched: Add sched_pi_setprio tracepoint
Steven Rostedt
1
-0
/
+29
2010-09-17
tracing, perf: Add more power related events
Jean Pihet
1
-3
/
+87
2010-09-07
skb: Add tracepoints to freeing skb
Koki Sanagi
1
-0
/
+17
2010-09-07
netdev: Add tracepoints to netdev layer
Koki Sanagi
1
-0
/
+82
2010-09-07
napi: Convert trace_napi_poll to TRACE_EVENT
Neil Horman
1
-2
/
+23
2010-09-07
irq: Add tracepoint to softirq_raise
Lai Jiangshan
1
-2
/
+24
2010-08-24
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+6
2010-08-21
workqueue: Add basic tracepoints to track workqueue execution
Arjan van de Ven
1
-0
/
+62
2010-08-19
tracing: Fix timer tracing
Arjan van de Ven
1
-2
/
+6
2010-08-10
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2
-5
/
+169
2010-08-09
memcg: add mm_vmscan_memcg_isolate tracepoint
KOSAKI Motohiro
1
-0
/
+15
2010-08-09
vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENT
KOSAKI Motohiro
1
-1
/
+16
2010-08-09
memcg, vmscan: add memcg reclaim tracepoint
KOSAKI Motohiro
1
-0
/
+28
2010-08-09
vmscan: convert direct reclaim tracepoint to DEFINE_TRACE
KOSAKI Motohiro
1
-2
/
+17
2010-08-09
vmscan: tracing: add trace event when a page is written
Mel Gorman
1
-0
/
+41
2010-08-09
vmscan: tracing: add trace events for LRU page isolation
Mel Gorman
1
-0
/
+46
2010-08-09
vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaim
Mel Gorman
3
-37
/
+153
2010-08-07
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
1
-8
/
+12
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-92
/
+0
2010-08-07
writeback: add new tracepoints
Artem Bityutskiy
1
-0
/
+2
2010-08-07
writeback.h: needs linux/device.h
Randy Dunlap
1
-0
/
+1
2010-08-07
writeback: Add tracing to write_cache_pages
Dave Chinner
1
-0
/
+1
2010-08-07
writeback: Add tracing to balance_dirty_pages
Dave Chinner
1
-0
/
+64
2010-08-07
writeback: Initial tracing support
Dave Chinner
1
-0
/
+91
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
1
-5
/
+10
2010-07-27
ext4: fix potential NULL dereference while tracing
Theodore Ts'o
1
-8
/
+12
2010-07-22
x86 cpufreq, perf: Make trace_power_frequency cpufreq driver independent
Thomas Renninger
1
-12
/
+15
2010-06-29
workqueue: temporarily remove workqueue tracing
Tejun Heo
1
-92
/
+0
2010-06-28
tracing: Convert more sched events to DEFINE_EVENT
Li Zefan
1
-25
/
+7
2010-06-28
tracing: Convert some timer events to DEFINE_EVENT
Li Zefan
1
-48
/
+32
2010-06-10
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+2
2010-06-08
writeback: pay attention to wbc->nr_to_write in write_cache_pages
Dave Chinner
1
-4
/
+1
2010-06-08
tracing: Fix null pointer deref with SEND_SIG_FORCED
Oleg Nesterov
1
-1
/
+2
[next]