summaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-92/+0
2013-02-20Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+5
2013-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+77
2013-02-14workqueue: rename cpu_workqueue to pool_workqueueTejun Heo1-5/+5
2013-01-29Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul 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-09rcu: Trace callback accelerationPaul E. McKenney1-2/+4
2013-01-09rcu: Fix blimit type for trace_rcu_batch_start()Paul E. McKenney1-3/+3
2013-01-09rcu: Reduce rcutorture tracingPaul E. McKenney1-5/+14
2013-01-04aerdrv: 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/t...Linus Torvalds1-1/+13
2012-12-25ext4: split off ext4_journalled_invalidatepage()Jan Kara1-1/+13
2012-12-19mm: add a __GFP_KMEMCG flagGlauber Costa1-0/+1
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+2
2012-12-17Btrfs: parse parent 0 into correct value in tracepointLiu Bo1-1/+2
2012-12-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-18/+118
2012-12-17Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+51
2012-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-98/+1
2012-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2012-12-12mm, 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...Ingo 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/paul...Ingo Molnar1-0/+1
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton1-1/+0
2012-11-27Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman1-0/+1
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney1-0/+1
2012-11-14tracing: Kill unused and puzzled sample code in ftrace.hShan Wei1-73/+0
2012-11-09ext4: 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-11-01tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik1-21/+0
2012-11-01tracing: 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/mas...Linus Torvalds1-4/+10
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel1-1/+0
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-121/+121
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells3-3/+3
2012-10-01Btrfs: update delayed ref's tracepoints to show sequenceLiu Bo1-4/+10
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-20tracing: Don't call page_to_pfn() if page is NULLWen Congyang1-2/+2
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-08-17ext4: add missing space to trace messageAnatol Pomozov1-1/+1
2012-08-17ext4: realign trace events structs to make it smallerAnatol Pomozov1-120/+120
2012-08-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+9
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-08-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+134