summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-02-18Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar1-1/+5
2009-02-17tracing/function-graph-tracer: trace the idle tasksFrederic Weisbecker1-1/+5
2009-02-17ftrace: fix !CONFIG_DYNAMIC_FTRACE ftrace_swapper_pid definitionIngo Molnar1-3/+5
2009-02-17Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar3-197/+904
2009-02-17Merge branches 'tracing/hw-branch-tracing' and 'tracing/power-tracer' into tr...Ingo Molnar1-71/+102
2009-02-17ftrace: add pretty print function for traceon and traceoff hooksSteven Rostedt1-0/+28
2009-02-17ftrace: add pretty print to selected fuction tracesSteven Rostedt1-0/+3
2009-02-17ftrace: show selected functions in set_ftrace_filterSteven Rostedt1-20/+103
2009-02-17ftrace: add traceon traceoff commands to enable/disable the buffersSteven Rostedt1-0/+135
2009-02-17ring-buffer: add tracing_is_on to test if ring buffer is enabledSteven Rostedt1-0/+9
2009-02-17ftrace: trace different functions with a different tracerSteven Rostedt1-0/+247
2009-02-17ftrace: consolidate mutexesSteven Rostedt1-47/+21
2009-02-17ftrace: convert ftrace_lock from a spinlock to mutexSteven Rostedt1-32/+19
2009-02-17ftrace: add command interface for function selectionSteven Rostedt1-11/+95
2009-02-17ftrace: enable filtering only when a function is filtered onSteven Rostedt1-6/+8
2009-02-17ftrace: add module command function filter selectionSteven Rostedt1-6/+109
2009-02-17ftrace: break up ftrace_match_records into smaller componentsSteven Rostedt1-40/+75
2009-02-17ftrace: rename ftrace_match to ftrace_match_recordsSteven Rostedt1-4/+4
2009-02-17ftrace: add do_for_each_ftrace_rec and while_for_each_ftrace_recSteven Rostedt1-107/+101
2009-02-17ftrace: state that all functions are enabled in set_ftrace_filterSteven Rostedt1-0/+23
2009-02-15Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-71/+102
2009-02-15tracing: fix section mismatch in trace_hw_branches.cRakib Mullick1-2/+2
2009-02-15Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar1-2/+1
2009-02-15trace: mmiotrace to the tracer menu in KconfigPekka Paalanen1-0/+23
2009-02-15mmiotrace: count events lost due to not recordingPekka Paalanen1-4/+10
2009-02-13User namespaces: Only put the userns when we unhash the uidSerge E. Hallyn1-2/+1
2009-02-13tracing: convert c/p state power tracer to use tracepointsJason Baron1-71/+102
2009-02-13Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-5/+5
2009-02-13Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar13-54/+180
2009-02-12ring-buffer: rename label out_unlock to out_resetSteven Rostedt1-5/+5
2009-02-12cgroups: fix lockdep subclasses overflowLi Zefan1-1/+2
2009-02-12mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener1-2/+3
2009-02-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+9
2009-02-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-37/+160
2009-02-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2009-02-11sched: revert recent sync wakeup changesPeter Zijlstra2-12/+9
2009-02-11timers: fix TIMER_ABSTIME for process wide cpu timersPeter Zijlstra1-0/+34
2009-02-11timers: split process wide cpu clocks/timers, fixPeter Zijlstra1-28/+14
2009-02-11ring_buffer: pahole struct ring_bufferArnaldo Carvalho de Melo1-1/+1
2009-02-11tracing/sysprof: add missing tracing_{start,stop}_record_cmdline()Frederic Weisbecker2-0/+4
2009-02-11ptrace, x86: fix the usage of ptrace_fork()Oleg Nesterov1-1/+1
2009-02-11tracing: fix sparse warning: attribute function with __acquires/__releasesHannes Eder1-0/+2
2009-02-11tracing: fix sparse warnings: fix (un-)signednessHannes Eder2-7/+7
2009-02-11tracing: fix sparse warnings: make symbols staticHannes Eder1-4/+6
2009-02-11Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar6-33/+37
2009-02-10tracing: fix typos in commentsWenji Huang3-6/+6
2009-02-10tracing: provide correct return value after outputting the eventWenji Huang1-7/+7
2009-02-10tracing: remove unneeded variableWenji Huang1-3/+1
2009-02-10tracing: storage class should be before const qualifierTobias Klauser1-1/+1
2009-02-10ring_buffer: fix ring_buffer_read_page()Lai Jiangshan1-13/+20