summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Merge commit 'v2.6.37-rc6' into sched/coreIngo Molnar2010-12-19268-1596/+2188
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | printk: Use this_cpu_{read|write} api on printk_pendingEric Dumazet2010-12-081-4/+4
| * | | | | | | | | | | | | | | | sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli2010-12-083-1/+12
| * | | | | | | | | | | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2010-12-08656-6997/+15300
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith2010-11-3011-49/+409
| * | | | | | | | | | | | | | | | | sched: Fix unregister_fair_sched_group()Paul Turner2010-11-301-2/+1
| * | | | | | | | | | | | | | | | | sched: Remove unused argument dest_cpu to migrate_task()Nikanth Karthikesan2010-11-261-5/+3
| * | | | | | | | | | | | | | | | | mutexes, sched: Introduce arch_mutex_cpu_relax()Gerald Schaefer2010-11-266-2/+13
| * | | | | | | | | | | | | | | | | Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar2010-11-26412-1329/+2474
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | sched: Add some clock info to sched_debugPeter Zijlstra2010-11-232-5/+28
| * | | | | | | | | | | | | | | | | cpu: Remove incorrect BUG_ONPeter Zijlstra2010-11-231-1/+4
| * | | | | | | | | | | | | | | | | cpu: Remove unused variableDhaval Giani2010-11-231-1/+0
| * | | | | | | | | | | | | | | | | sched: Fix UP build breakagePeter Zijlstra2010-11-231-1/+1
| * | | | | | | | | | | | | | | | | sched: Make task dump print all 15 chars of proc commErik Gilling2010-11-231-1/+1
| * | | | | | | | | | | | | | | | | sched: Update tg->shares after cpu.shares writePaul Turner2010-11-181-31/+11
| * | | | | | | | | | | | | | | | | sched: Allow update_cfs_load() to update global loadPaul Turner2010-11-181-15/+29
| * | | | | | | | | | | | | | | | | sched: Implement demand based update_cfs_load()Paul Turner2010-11-182-1/+20
| * | | | | | | | | | | | | | | | | sched: Update shares on idle_balancePaul Turner2010-11-181-0/+1
| * | | | | | | | | | | | | | | | | sched: Add sysctl_sched_shares_windowPaul Turner2010-11-183-1/+16
| * | | | | | | | | | | | | | | | | sched: Introduce hierarchal order on shares update listPaul Turner2010-11-181-10/+16
| * | | | | | | | | | | | | | | | | sched: Fix update_cfs_load() synchronizationPaul Turner2010-11-182-13/+22
| * | | | | | | | | | | | | | | | | sched: Fix load corruption from update_cfs_shares()Paul Turner2010-11-181-8/+8
| * | | | | | | | | | | | | | | | | sched: Make tg_shares_up() walk on-demandPeter Zijlstra2010-11-182-67/+58
| * | | | | | | | | | | | | | | | | sched: Implement on-demand (active) cfs_rq listPeter Zijlstra2010-11-183-83/+92
| * | | | | | | | | | | | | | | | | sched: Rewrite tg_shares_up)Peter Zijlstra2010-11-186-213/+162
| * | | | | | | | | | | | | | | | | sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra2010-11-183-158/+67
| * | | | | | | | | | | | | | | | | Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar2010-11-188924-528771/+974426
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro2010-10-237-10/+15
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-06207-3447/+4917
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | tools, perf: Documentation for the power events APIJean Pihet2011-01-051-0/+90
| * | | | | | | | | | | | | | | | | perf: Add calls to suspend trace pointJean Pihet2011-01-051-0/+3
| * | | | | | | | | | | | | | | | | perf script: Make some lists staticArnaldo Carvalho de Melo2011-01-051-2/+2
| * | | | | | | | | | | | | | | | | perf script: Use the default lost event handlerArnaldo Carvalho de Melo2011-01-051-14/+1
| * | | | | | | | | | | | | | | | | perf session: Warn about errors when processing pipe events tooArnaldo Carvalho de Melo2011-01-051-26/+31
| * | | | | | | | | | | | | | | | | perf tools: Fix perf_event.h header usageStephane Eranian2011-01-052-2/+2
| * | | | | | | | | | | | | | | | | perf test: Clarify some error reports in the open syscall testArnaldo Carvalho de Melo2011-01-051-7/+11
| * | | | | | | | | | | | | | | | | x86, NMI: Add touch_nmi_watchdog to io_check_error delayHuang Ying2011-01-051-3/+5
| * | | | | | | | | | | | | | | | | x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same timeDongdong Deng2011-01-051-0/+13
| * | | | | | | | | | | | | | | | | x86: Only call smp_processor_id in non-preempt casesDon Zickus2011-01-051-1/+2
| * | | | | | | | | | | | | | | | | Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-0578-755/+726
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | perf timechart: Adjust perf timechart to the new power eventsThomas Renninger2011-01-043-18/+118
| * | | | | | | | | | | | | | | | | perf: Clean up power events by introducing new, more generic onesThomas Renninger2011-01-049-11/+119
| * | | | | | | | | | | | | | | | | perf: Do not export power_frequency, but power_start eventThomas Renninger2011-01-042-3/+1
| * | | | | | | | | | | | | | | | | Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2011-01-0424-519/+1013
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | perf test: Add test for counting open syscallsArnaldo Carvalho de Melo2011-01-041-0/+83
| | * | | | | | | | | | | | | | | | | perf evsel: Auto allocate resources needed for some methodsArnaldo Carvalho de Melo2011-01-041-0/+9
| | * | | | | | | | | | | | | | | | | perf evsel: Use {cpu,thread}_map to shorten list of parametersArnaldo Carvalho de Melo2011-01-043-17/+22
| | * | | | | | | | | | | | | | | | | perf tools: Refactor all_tids to hold nr and the mapArnaldo Carvalho de Melo2011-01-045-85/+88
| | * | | | | | | | | | | | | | | | | perf tools: Refactor cpumap to hold nr and the mapArnaldo Carvalho de Melo2011-01-045-67/+138
| | * | | | | | | | | | | | | | | | | perf evsel: Introduce per cpu and per thread open helpersArnaldo Carvalho de Melo2011-01-043-58/+83