aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2011-02-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+7
2011-02-03tracing: Replace syscall_meta_data struct array with pointer arrayGravatar Steven Rostedt 1-9/+10
2011-02-02tracing: Replace trace_event struct array with pointer arrayGravatar Steven Rostedt 2-9/+9
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cGravatar Tejun Heo 1-8/+0
2011-01-19blktrace: Don't output messages if NOTIFY isn't set.Gravatar Tao Ma 1-0/+7
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Gravatar Linus Torvalds 1-21/+12
2011-01-14tracing: Remove syscall_exit_fieldsGravatar Lai Jiangshan 1-21/+12
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-16/+21
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-5/+3
2011-01-10block: ensure that completion error gets properly tracedGravatar Jens Axboe 1-9/+13
2011-01-07tracing: Fix TRACE_EVENT power tracepoint creationGravatar Mathieu Desnoyers 1-1/+1
2011-01-07tracing: Fix preempt count leakGravatar Li Zefan 1-4/+2
2011-01-07sched: Constify function scope static struct sched_param usageGravatar Peter Zijlstra 1-1/+1
2011-01-07blktrace: add missing probe argument to block_bio_completeGravatar Mathieu Desnoyers 1-1/+2
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2011-01-05Merge commit 'v2.6.37' into sched/coreGravatar Ingo Molnar 2-2/+17
2011-01-04perf: Clean up power events by introducing new, more generic onesGravatar Thomas Renninger 2-0/+18
2011-01-04perf: Do not export power_frequency, but power_start eventGravatar Thomas Renninger 1-1/+1
2011-01-04Merge commit 'v2.6.37-rc8' into perf/coreGravatar Ingo Molnar 1-1/+8
2010-12-23ring_buffer: Off-by-one and duplicate events in ring_buffer_read_pageGravatar David Sharp 1-1/+8
2010-12-22Merge branch 'master' into for-nextGravatar Jiri Kosina 3-7/+29
2010-12-22Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 2-4/+16
2010-12-16Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 1-1/+9
2010-12-16Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Ingo Molnar 1-1/+9
2010-12-08Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-0/+19
2010-11-30tracing: Fix panic when lseek() called on "trace" opened for writingGravatar Slava Pestov 1-1/+9
2010-11-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+19
2010-11-26Merge commit 'v2.6.37-rc3' into sched/coreGravatar Ingo Molnar 2-2/+1
2010-11-26Merge commit 'v2.6.37-rc3' into perf/coreGravatar Ingo Molnar 2-2/+1
2010-11-19tracing/events: Show real number in array fieldsGravatar Steven Rostedt 2-4/+16
2010-11-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Gravatar Ingo Molnar 1-1/+30
2010-11-18tracing: New flag to allow non privileged users to use a trace eventGravatar Frederic Weisbecker 1-1/+30
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreGravatar Ingo Molnar 8-187/+190
2010-11-18Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Ingo Molnar 1-0/+19
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-11-16Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 1-1/+1
2010-11-16block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Gravatar Mike Snitzer 1-6/+6
2010-11-12tracing: Fix recursive user stack traceGravatar Steven Rostedt 1-0/+19
2010-11-10block: remove REQ_HARDBARRIERGravatar Christoph Hellwig 1-4/+0
2010-11-10[S390] ftrace: build without frame pointers on s390Gravatar Heiko Carstens 1-1/+1
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-1/+1
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-169/+174
2010-10-27Remove duplicate includes from many filesGravatar Zimny Lech 1-1/+0
2010-10-26Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Ingo Molnar 1-163/+172
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-10-23tracing: Fix 'faild' -> 'failed' typoGravatar Joe Perches 1-1/+1
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersGravatar KOSAKI Motohiro 1-1/+1
2010-10-22kdb,ftdump: Remove reference to internal kdb includeGravatar Jason Wessel 1-1/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 5-0/+12