summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-42/+51
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-15/+10
2009-03-26Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Ingo Molnar4-209/+350
2009-03-26Merge commit 'v2.6.29' into timers/coreIngo Molnar34-202/+468
2009-03-26tracing: filter fix for TRACE_EVENT_FORMAT eventsTom Zanussi1-13/+5
2009-03-25ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release()Zhaolei1-2/+7
2009-03-25trace_workqueues: fix empty line's outputLai Jiangshan1-6/+6
2009-03-25trace_stat: keep original orderLai Jiangshan1-10/+8
2009-03-25trace_stat: don't call seq_printf() in seq_operation->start()Lai Jiangshan1-1/+7
2009-03-25sched: Add comments to find_busiest_group() functionGautham R Shenoy1-8/+42
2009-03-25sched: Refactor the power savings balance codeGautham R Shenoy1-83/+153
2009-03-25sched: Optimize the !power_savings_balance during fbg()Gautham R Shenoy1-9/+14
2009-03-25sched: Create a helper function to calculate imbalanceGautham R Shenoy1-33/+45
2009-03-25sched: Create helper to calculate small_imbalance in fbg()Gautham R Shenoy1-61/+70
2009-03-25sched: Create a helper function to calculate sched_domain stats for fbg()Gautham R Shenoy1-44/+73
2009-03-25sched: Define structure to store the sched_domain statistics for fbg()Gautham R Shenoy1-86/+121
2009-03-25sched: Create a helper function to calculate sched_group stats for fbg()Gautham R Shenoy1-75/+100
2009-03-25sched: Define structure to store the sched_group statistics for fbg()Gautham R Shenoy1-33/+46
2009-03-25sched: Fix indentations in find_busiest_group() using gotosGautham R Shenoy1-15/+17
2009-03-25sched: Simple helper functions for find_busiest_group()Gautham R Shenoy1-12/+43
2009-03-25Merge branch 'sched/cleanups'; commit 'v2.6.29' into sched/coreIngo Molnar1-0/+8
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron1-15/+10
2009-03-24sched: remove unused fields from struct rqLuis Henriques3-11/+4
2009-03-24tracing: use union for multi-usages fieldLai Jiangshan1-4/+4
2009-03-24ftrace: show virtual PIDLai Jiangshan1-1/+1
2009-03-24function-graph: add option for include sleep timesSteven Rostedt3-1/+10
2009-03-24function-graph: ignore times across scheduleSteven Rostedt1-0/+36
2009-03-24function-graph: prevent more than one tracer registeringSteven Rostedt1-0/+6
2009-03-24function-graph: moved the timestamp from arch to generic codeSteven Rostedt1-3/+5
2009-03-24tracing: fix memory leak in trace_statSteven Rostedt1-10/+13
2009-03-24blktrace: print human-readable act_maskLi Zefan1-38/+65
2009-03-24blktrace: fix t_error()Li Zefan1-1/+1
2009-03-24blktrace: fix wrong calculation of RWBSLi Zefan1-6/+7
2009-03-24blktrace: mark ddir_act[] constLi Zefan1-4/+4
2009-03-24tracing/filters: disallow integer values for string filters and vice versaTom Zanussi1-0/+5
2009-03-24tracing/filters: use trace_seq_printf() to print filtersTom Zanussi3-21/+15
2009-03-24tracing/filters: free pred when clearing filtersTom Zanussi1-0/+2
2009-03-24tracing/filters: use list_for_each_entryTom Zanussi1-2/+2
2009-03-24Merge commit 'origin/master' into nextBenjamin Herrenschmidt3-19/+29
2009-03-24Merge branch 'master' into nextJames Morris37-184/+554
2009-03-23tracing/function-graph-tracer: fix functions call traces imbalanceFrederic Weisbecker1-5/+11
2009-03-23tracing: Fix TRACING_SUPPORT dependency for PPC32Anton Vorontsov1-1/+5
2009-03-23posix timers: fix RLIMIT_CPU && fork()Oleg Nesterov1-1/+2
2009-03-23fix ptrace slownessMiklos Szeredi1-0/+8
2009-03-23Merge branches 'sched/debug' and 'linus' into sched/coreIngo Molnar1-12/+14
2009-03-23tracing/ftrace: check if debugfs is registered before creating filesFrederic Weisbecker1-0/+3
2009-03-23Merge branches 'irq/sparseirq' and 'linus' into irq/coreIngo Molnar1-12/+14
2009-03-23tracing/filters: clean up filter_add_subsystem_pred()Tom Zanussi2-7/+25
2009-03-23tracing/filters: fix bug in copy_pred()Tom Zanussi1-2/+10
2009-03-23tracing/filters: use list_for_each_entry_safeTom Zanussi1-4/+2