summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-10ring_buffer: fix typing mistakeLai Jiangshan1-5/+4
2009-02-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-29/+196
2009-02-10Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar1-0/+3
2009-02-10profiling: fix broken profiling regressionHugh Dickins1-0/+3
2009-02-09tracing: clean up splice codeSteven Rostedt1-41/+55
2009-02-09tracing: Move pipe waiting code out of tracing_read_pipe().Eduard - Gabriel Munteanu1-29/+40
2009-02-09tracing: splice support for tracing_pipeEduard - Gabriel Munteanu2-0/+142
2009-02-09tracing/function-graph-tracer: handle the leaf functions from trace_pipeFrederic Weisbecker3-23/+36
2009-02-09tracing/blktrace: move the tracing file to kernel/trace, fixIngo Molnar1-0/+1
2009-02-09tracing: handle unregistering the current tracerArnaldo Carvalho de Melo1-0/+9
2009-02-09tracing/function-graph-tracer: drop the kernel_text_address checkFrederic Weisbecker2-3/+3
2009-02-09tracing/power: move the power trace headers to a dedicated fileFrederic Weisbecker2-1/+2
2009-02-09tracing/function-graph-tracer: provide a selftest for the function graph tracerFrederic Weisbecker3-0/+55
2009-02-09tracing/blktrace: move the tracing file to kernel/traceFrederic Weisbecker3-0/+1562
2009-02-09Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar7-15/+50
2009-02-09Merge commit 'v2.6.29-rc4' into tracing/coreIngo Molnar7-52/+155
2009-02-08async: use list_move_tailStefan Richter1-2/+1
2009-02-08async: Rename _special -> _domain for clarity.Cornelia Huck1-19/+22
2009-02-08async: Add some documentation.Cornelia Huck1-0/+47
2009-02-08async: Handle kthread_run() return codes.Cornelia Huck1-2/+9
2009-02-08async: Fix running list handling.Cornelia Huck1-2/+2
2009-02-07trace: trivial fixes in comment typos.Wenji Huang2-6/+6
2009-02-07ring-buffer: use generic version of in_nmiSteven Rostedt1-30/+13
2009-02-07ring-buffer: add NMI protection for spinlocksSteven Rostedt2-2/+54
2009-02-07trace: remove deprecated entry->cpuSteven Rostedt4-7/+5
2009-02-07Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown36-243/+428
2009-02-06fork.c: fix NULL pointer dereference when nr_threads == threads-maxLi Zefan1-0/+1
2009-02-06trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo10-45/+25
2009-02-06tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo8-102/+96
2009-02-06ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo8-82/+44
2009-02-05wait: prevent exclusive waiter starvationJohannes Weiner2-9/+54
2009-02-05revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Andrew Morton1-12/+4
2009-02-05kernel/async.c: fix printk warningsAndrew Morton1-4/+8
2009-02-05trace: code style clean upSteven Rostedt1-14/+15
2009-02-05trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo6-51/+34
2009-02-05trace_branch: Remove unused functionArnaldo Carvalho de Melo1-17/+0
2009-02-05trace: assign defaults at register_ftrace_eventArnaldo Carvalho de Melo3-13/+16
2009-02-05timers: split process wide cpu clocks/timersPeter Zijlstra3-25/+119