Age | Commit message (Expand) | Author | Files | Lines |
2011-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -5/+7 |
2011-06-03 | net: tracepoint of net_dev_xmit sees freed skb and causes panic | Koki Sanagi | 1 | -5/+7 |
2011-05-28 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -2/+15 |
2011-05-26 | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -0/+56 |
2011-05-26 | tracing: Update btrfs's tracepoints to use u64 interface | liubo | 1 | -2/+2 |
2011-05-26 | tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine | liubo | 1 | -0/+13 |
2011-05-20 | gpio: add trace events for setting direction and value | Uwe Kleine-König | 1 | -0/+56 |
2011-05-20 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+1 |
2011-05-12 | mm: tracing: add missing GFP flags to tracing | Mel Gorman | 1 | -1/+5 |
2011-05-06 | rcu: move TREE_RCU from softirq to kthread | Paul E. McKenney | 1 | -2/+1 |
2011-04-16 | block: make unplug timer trace event correspond to the schedule() unplug | Jens Axboe | 1 | -6/+7 |
2011-04-12 | block: fixup block IO unplug trace call | Jens Axboe | 1 | -5/+6 |
2011-04-12 | block: remove block_unplug_timer() trace point | Jens Axboe | 1 | -14/+0 |
2011-03-29 | Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+667 |
2011-03-28 | Btrfs: add initial tracepoint support for btrfs | liubo | 1 | -0/+667 |
2011-03-25 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2 | -244/+609 |
2011-03-22 | ext4: add more tracepoints and use dev_t in the trace buffer | Jiaying Zhang | 2 | -244/+609 |
2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -0/+25 |
2011-03-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -4/+24 |
2011-03-17 | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -61/+0 |
2011-03-16 | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 1 | -0/+25 |
2011-03-15 | [SCSI] Include protection operation in SCSI command trace | Martin K. Petersen | 1 | -4/+24 |
2011-03-10 | tracing: Fix event alignment: skb:kfree_skb | David Sharp | 1 | -2/+2 |
2011-03-10 | tracing: Fix event alignment: mce:mce_record | David Sharp | 1 | -4/+4 |
2011-03-10 | tracing: Fix event alignment: module:module_request | David Sharp | 1 | -3/+2 |
2011-03-03 | blktrace: Remove blk_fill_rwbs_rq. | Tao Ma | 1 | -3/+3 |
2011-03-02 | tracing: don't trace the BKL | Arnd Bergmann | 1 | -61/+0 |
2011-02-03 | tracing: Replace trace_event struct array with pointer array | Steven Rostedt | 1 | -11/+13 |
2011-01-21 | ASoC: soc-cache: Add trace event for snd_soc_cache_sync() | Dimitris Papastamos | 1 | -0/+25 |
2011-01-15 | Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f... | Linus Torvalds | 1 | -0/+10 |
2011-01-14 | tracing: Only process module tracepoints once | Steven Rostedt | 1 | -0/+10 |
2011-01-14 | mm: vmscan: rename lumpy_mode to reclaim_mode | Mel Gorman | 1 | -3/+3 |
2011-01-14 | mm: vmscan: convert lumpy_mode into a bitmask | Mel Gorman | 1 | -3/+3 |
2011-01-14 | mm: compaction: add trace events for memory compaction activity | Mel Gorman | 1 | -0/+74 |
2011-01-14 | writeback: trace wakeup event for background writeback | Wu Fengguang | 1 | -0/+1 |
2011-01-13 | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -5/+7 |
2011-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -0/+235 |
2011-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... | Linus Torvalds | 1 | -0/+141 |
2011-01-13 | Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+121 |
2011-01-12 | regulator: Add basic trace facilities | Mark Brown | 1 | -0/+141 |
2011-01-12 | KVM: cleanup async_pf tracepoints | Xiao Guangrong | 1 | -41/+35 |
2011-01-12 | KVM: fix tracing kvm_try_async_get_page | Xiao Guangrong | 1 | -5/+7 |
2011-01-12 | KVM: x86: trace "exit to userspace" event | Gleb Natapov | 1 | -0/+30 |
2011-01-12 | KVM: Inject asynchronous page fault into a PV guest if page is swapped out. | Gleb Natapov | 1 | -6/+11 |
2011-01-12 | KVM: Halt vcpu if page it tries to access is swapped out | Gleb Natapov | 1 | -0/+90 |
2011-01-08 | tracing: remove duplicate null-pointer check in skb tracepoint | Mathieu Desnoyers | 1 | -3/+1 |
2011-01-07 | tracing: Include module.h in define_trace.h | Steven Rostedt | 1 | -0/+10 |
2011-01-07 | block: trace event block fix unassigned field | Jeff Moyer | 1 | -2/+4 |
2011-01-04 | perf: Clean up power events by introducing new, more generic ones | Thomas Renninger | 1 | -9/+89 |
2010-12-06 | ASoC: Add trace events for jack detection | Mark Brown | 1 | -0/+59 |