summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt8-162/+201
2010-05-14tracing: Create class struct for eventsSteven Rostedt5-20/+28
2010-05-14Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Steven Rostedt24-1049/+1001
2010-05-11sched, wait: Use wrapper functionsChangli Gao2-3/+2
2010-05-10sched: Remove a stale commentLi Zefan1-1/+0
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven2-0/+29
2010-05-09sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven1-4/+1
2010-05-09sched: Fold updating of the last_update_time_info into update_ts_time_stats()Arjan van de Ven1-11/+11
2010-05-09sched: Update the idle statistics in get_cpu_idle_time_us()Arjan van de Ven1-1/+6
2010-05-09sched: Introduce a function to update the idle statisticsArjan van de Ven1-10/+19
2010-05-09sched: Add a comment to get_cpu_idle_time_us()Arjan van de Ven1-0/+14
2010-05-08Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar7-386/+507
2010-05-08cpu_stop: add dummy implementation for UPTejun Heo2-1/+5
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra4-12/+9
2010-05-07Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar3-3/+10
2010-05-07rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney1-0/+1
2010-05-06sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney1-10/+11
2010-05-06sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo1-37/+3
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo4-240/+127
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo3-140/+40
2010-05-06cpu_stop: implement stop_cpu[s]()Tejun Heo1-5/+367
2010-05-05tracing: Fix "integer as NULL pointer" warning.Thiago Farina1-1/+1
2010-05-04ring-buffer: Wrap open-coded WARN_ONCEBorislav Petkov1-9/+5
2010-04-28tracing: Fix sleep time function profilingSteven Rostedt1-1/+5
2010-04-28tracing: Show sample std dev in function profilingChase Douglas1-3/+21
2010-04-27ring-buffer: Make benchmark handle missed eventsSteven Rostedt1-1/+2
2010-04-27ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller2-13/+62
2010-04-27tracing: Add graph output support for irqsoff tracerJiri Olsa4-29/+313
2010-04-27tracing: Have graph flags passed in to ouput functionsJiri Olsa2-56/+73
2010-04-27tracing: Add ftrace events for graph tracerJiri Olsa1-1/+27
2010-04-24kernel/sys.c: fix compat uname machineAndreas Schwab1-1/+1
2010-04-23Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2-14/+42
2010-04-23sched: Fix select_idle_sibling() logic in select_task_rq_fair()Suresh Siddha1-42/+40
2010-04-23sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra2-7/+8
2010-04-23sched: Cure load average vs NO_HZ woesPeter Zijlstra2-15/+68
2010-04-22CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells1-2/+0
2010-04-22tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker2-14/+42
2010-04-21Merge commit 'v2.6.34-rc5' into tracing/coreIngo Molnar3-2/+9
2010-04-21CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells1-0/+2
2010-04-19rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney1-0/+7
2010-04-15sched: Fix UP update_avg() build warningMike Galbraith1-6/+6
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar59-193/+309
2010-04-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-1/+1
2010-04-11PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handlingJiri Slaby1-1/+1
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar58-190/+306
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki2-1/+5
2010-04-07Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+10
2010-04-06sched: Fix sched_getaffinity()Anton Blanchard1-1/+1
2010-04-06Fix up possibly racy module refcountingNick Piggin1-8/+27