Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Merge commit 'v2.6.37' into sched/core | Ingo Molnar | 2011-01-05 | 13 | -171/+361 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | sched, autogroup: Fix reference leak | Mike Galbraith | 2011-01-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | sched, autogroup: Fix potential access to freed memory | Mike Galbraith | 2011-01-04 | 1 | -8/+17 | |
| * | | | | | | | | | | | | sched: Remove redundant CONFIG_CGROUP_SCHED ifdef | Yong Zhang | 2011-01-04 | 1 | -4/+0 | |
| * | | | | | | | | | | | | sched: Fix interactivity bug by charging unaccounted run-time on entity re-we... | Paul Turner | 2010-12-19 | 1 | -1/+5 | |
| * | | | | | | | | | | | | sched: Move periodic share updates to entity_tick() | Paul Turner | 2010-12-19 | 1 | -4/+17 | |
| * | | | | | | | | | | | | Merge commit 'v2.6.37-rc6' into sched/core | Ingo Molnar | 2010-12-19 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | printk: Use this_cpu_{read|write} api on printk_pending | Eric Dumazet | 2010-12-08 | 1 | -4/+4 | |
| * | | | | | | | | | | | | sched: Make pushable_tasks CONFIG_SMP dependant | Dario Faggioli | 2010-12-08 | 1 | -0/+2 | |
| * | | | | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2010-12-08 | 14 | -60/+188 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | sched: Add 'autogroup' scheduling feature: automated per session task groups | Mike Galbraith | 2010-11-30 | 7 | -49/+292 | |
| * | | | | | | | | | | | | | sched: Fix unregister_fair_sched_group() | Paul Turner | 2010-11-30 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | sched: Remove unused argument dest_cpu to migrate_task() | Nikanth Karthikesan | 2010-11-26 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | mutexes, sched: Introduce arch_mutex_cpu_relax() | Gerald Schaefer | 2010-11-26 | 2 | -2/+3 | |
| * | | | | | | | | | | | | | Merge commit 'v2.6.37-rc3' into sched/core | Ingo Molnar | 2010-11-26 | 11 | -39/+84 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | sched: Add some clock info to sched_debug | Peter Zijlstra | 2010-11-23 | 2 | -5/+28 | |
| * | | | | | | | | | | | | | cpu: Remove incorrect BUG_ON | Peter Zijlstra | 2010-11-23 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | cpu: Remove unused variable | Dhaval Giani | 2010-11-23 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | sched: Fix UP build breakage | Peter Zijlstra | 2010-11-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | sched: Make task dump print all 15 chars of proc comm | Erik Gilling | 2010-11-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | sched: Update tg->shares after cpu.shares write | Paul Turner | 2010-11-18 | 1 | -31/+11 | |
| * | | | | | | | | | | | | | sched: Allow update_cfs_load() to update global load | Paul Turner | 2010-11-18 | 1 | -15/+29 | |
| * | | | | | | | | | | | | | sched: Implement demand based update_cfs_load() | Paul Turner | 2010-11-18 | 2 | -1/+20 | |
| * | | | | | | | | | | | | | sched: Update shares on idle_balance | Paul Turner | 2010-11-18 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | sched: Add sysctl_sched_shares_window | Paul Turner | 2010-11-18 | 2 | -1/+15 | |
| * | | | | | | | | | | | | | sched: Introduce hierarchal order on shares update list | Paul Turner | 2010-11-18 | 1 | -10/+16 | |
| * | | | | | | | | | | | | | sched: Fix update_cfs_load() synchronization | Paul Turner | 2010-11-18 | 2 | -13/+22 | |
| * | | | | | | | | | | | | | sched: Fix load corruption from update_cfs_shares() | Paul Turner | 2010-11-18 | 1 | -8/+8 | |
| * | | | | | | | | | | | | | sched: Make tg_shares_up() walk on-demand | Peter Zijlstra | 2010-11-18 | 2 | -67/+58 | |
| * | | | | | | | | | | | | | sched: Implement on-demand (active) cfs_rq list | Peter Zijlstra | 2010-11-18 | 3 | -83/+92 | |
| * | | | | | | | | | | | | | sched: Rewrite tg_shares_up) | Peter Zijlstra | 2010-11-18 | 5 | -211/+162 | |
| * | | | | | | | | | | | | | sched: Simplify cpu-hot-unplug task migration | Peter Zijlstra | 2010-11-18 | 2 | -155/+67 | |
| * | | | | | | | | | | | | | Merge commit 'v2.6.37-rc2' into sched/core | Ingo Molnar | 2010-11-18 | 62 | -911/+1301 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | sched: Make sched_param argument static in sched_setscheduler() callers | KOSAKI Motohiro | 2010-10-23 | 6 | -8/+12 | |
* | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-01-06 | 13 | -348/+894 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | perf: Add calls to suspend trace point | Jean Pihet | 2011-01-05 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | Merge commit 'v2.6.37' into perf/core | Ingo Molnar | 2011-01-05 | 2 | -1/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | perf: Clean up power events by introducing new, more generic ones | Thomas Renninger | 2011-01-04 | 2 | -0/+18 | |
| * | | | | | | | | | | | | | | perf: Do not export power_frequency, but power_start event | Thomas Renninger | 2011-01-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Merge commit 'v2.6.37-rc8' into perf/core | Ingo Molnar | 2011-01-04 | 3 | -14/+63 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2010-12-22 | 2 | -4/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | tracing/events: Show real number in array fields | Steven Rostedt | 2010-11-19 | 2 | -4/+16 | |
| * | | | | | | | | | | | | | | | Merge commit 'v2.6.37-rc7' into perf/core | Ingo Molnar | 2010-12-22 | 7 | -151/+260 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | perf: Sysfs enumeration | Peter Zijlstra | 2010-12-16 | 1 | -1/+94 | |
| * | | | | | | | | | | | | | | | perf: Dynamic pmu types | Peter Zijlstra | 2010-12-16 | 2 | -7/+43 | |
| * | | | | | | | | | | | | | | | perf: Move perf_event_init() into main.c | Peter Zijlstra | 2010-12-16 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-12-16 | 4 | -10/+43 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls | Don Zickus | 2010-12-10 | 3 | -1/+18 | |
| * | | | | | | | | | | | | | | | | perf: Stop all counters on reboot | Peter Zijlstra | 2010-12-08 | 1 | -1/+23 | |
| * | | | | | | | | | | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2010-12-07 | 1 | -67/+167 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |