aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-35/+285
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-92/+0
2013-02-19Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+5
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+77
2013-02-18ext4: reclaim extents from extent status treeZheng Liu1-0/+60
2013-02-18ext4: lookup block mapping in extent status treeZheng Liu1-0/+56
2013-02-18ext4: rename and improbe ext4_es_find_extent()Zheng Liu1-9/+6
2013-02-18ext4: add physical block and status member into extent status treeZheng Liu1-12/+22
2013-02-18ext4: refine extent status treeZheng Liu1-20/+20
2013-02-13workqueue: rename cpu_workqueue to pool_workqueueTejun Heo1-5/+5
2013-02-08jbd2: add tracepoints which provide per-handle statistics Theodore Ts'o1-0/+98
2013-02-06jbd2: track request delay statisticsTheodore Ts'o1-2/+6
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.24a' and 'tiny.2013.01.29b' into HEADPaul E. McKenney1-5/+7
2013-01-26PM / tracing: remove deprecated power trace APIPaul Gortmaker1-92/+0
2013-01-24workqueue: move global_cwq->cpu to worker_poolTejun Heo1-1/+1
2013-01-16ext4: add tracepoint in punching holeZheng Liu1-0/+25
2013-01-10KVM: trace: Fix exit decoding.Cornelia Huck1-1/+1
2013-01-08rcu: Trace callback accelerationPaul E. McKenney1-2/+4
2013-01-08rcu: Fix blimit type for trace_rcu_batch_start()Paul E. McKenney1-3/+3
2013-01-08rcu: Reduce rcutorture tracingPaul E. McKenney1-5/+14
2013-01-07KVM: s390: Add support for channel I/O instructions.Cornelia Huck1-1/+1
2013-01-03aerdrv: Trace Event for PCI Express Advanced Error ReportingLance Ortiz1-0/+77
2013-01-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+13
2012-12-25ext4: split off ext4_journalled_invalidatepage()Jan Kara1-1/+13
2012-12-18mm: add a __GFP_KMEMCG flagGlauber Costa1-0/+1
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+2
2012-12-16Btrfs: parse parent 0 into correct value in tracepointLiu Bo1-1/+2
2012-12-16Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-18/+118
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-0/+51
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-98/+1
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes2-6/+6
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman1-0/+51
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds1-0/+1
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-73/+0
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar1-0/+8
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+1
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton1-1/+0
2012-11-26Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman1-0/+1
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney1-0/+1
2012-11-13tracing: Kill unused and puzzled sample code in ftrace.hShan Wei1-73/+0
2012-11-08ext4: add some tracepoints in extent status treeZheng Liu1-0/+101
2012-11-08ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exitZheng Liu1-14/+13
2012-11-08ext4: print 'flags' in ext4_ext_handle_uninitialized_extentsZheng Liu1-4/+4
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt1-2/+1
2012-10-31tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik1-21/+0
2012-10-31tracing: Trivial cleanupDavid Sharp1-2/+0
2012-10-31xen/mmu: Use Xen specific TLB flush instead of the generic one.Konrad Rzeszutek Wilk1-0/+8
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+10