| Commit message (Expand) | Author | Age | Files | Lines |
* | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 2009-09-24 | 1 | -2/+2 |
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-09-21 | 1 | -23/+42 |
|\ |
|
| * | sched: Simplify sys_sched_rr_get_interval() system call | Peter Williams | 2009-09-21 | 1 | -0/+21 |
| * | sched: Re-add lost cpu_allowed check to sched_fair.c::select_task_rq_fair() | Mike Galbraith | 2009-09-19 | 1 | -1/+2 |
| * | sched: Remove unneeded indentation in sched_fair.c::place_entity() | Mike Galbraith | 2009-09-18 | 1 | -22/+19 |
* | | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-09-19 | 1 | -153/+261 |
|\| |
|
| * | sched: Fix SD_POWERSAVING_BALANCE|SD_PREFER_LOCAL vs SD_WAKE_AFFINE | Peter Zijlstra | 2009-09-17 | 1 | -15/+27 |
| * | sched: Stop buddies from hogging the system | Peter Zijlstra | 2009-09-17 | 1 | -3/+8 |
| * | sched: Add new wakeup preemption mode: WAKEUP_RUNNING | Peter Zijlstra | 2009-09-17 | 1 | -3/+11 |
| * | sched: Rename flags to wake_flags | Peter Zijlstra | 2009-09-16 | 1 | -3/+3 |
| * | sched: Clean up the load_idx selection in select_task_rq_fair | Peter Zijlstra | 2009-09-16 | 1 | -19/+8 |
| * | sched: Optimize cgroup vs wakeup a bit | Peter Zijlstra | 2009-09-16 | 1 | -14/+9 |
| * | sched: Implement a gentler fair-sleepers feature | Ingo Molnar | 2009-09-16 | 1 | -1/+8 |
| * | sched: Add SD_PREFER_LOCAL | Peter Zijlstra | 2009-09-16 | 1 | -2/+5 |
| * | sched: Add a few SYNC hint knobs to play with | Peter Zijlstra | 2009-09-15 | 1 | -3/+11 |
| * | sched: Add WF_FORK | Peter Zijlstra | 2009-09-15 | 1 | -1/+1 |
| * | sched: Rename sync arguments | Peter Zijlstra | 2009-09-15 | 1 | -2/+4 |
| * | sched: Rename select_task_rq() argument | Peter Zijlstra | 2009-09-15 | 1 | -7/+7 |
| * | sched: Tweak wake_idx | Peter Zijlstra | 2009-09-15 | 1 | -3/+18 |
| * | sched: Fix task affinity for select_task_rq_fair | Peter Zijlstra | 2009-09-15 | 1 | -3/+2 |
| * | sched: for_each_domain() vs RCU | Peter Zijlstra | 2009-09-15 | 1 | -2/+7 |
| * | sched: Weaken SD_POWERSAVINGS_BALANCE | Peter Zijlstra | 2009-09-15 | 1 | -3/+18 |
| * | sched: Merge select_task_rq_fair() and sched_balance_self() | Peter Zijlstra | 2009-09-15 | 1 | -170/+63 |
| * | sched: Hook sched_balance_self() into sched_class::select_task_rq() | Peter Zijlstra | 2009-09-15 | 1 | -1/+6 |
| * | sched: Move sched_balance_self() into sched_fair.c | Peter Zijlstra | 2009-09-15 | 1 | -0/+145 |
| * | sched: Complete buddy switches | Mike Galbraith | 2009-09-15 | 1 | -1/+2 |
| * | sched: Split WAKEUP_OVERLAP | Peter Zijlstra | 2009-09-15 | 1 | -3/+4 |
* | | perf_counter, sched: Add sched_stat_runtime tracepoint | Ingo Molnar | 2009-09-13 | 1 | -0/+1 |
|/ |
|
* | sched: Fix sched::sched_stat_wait tracepoint field | Ingo Molnar | 2009-09-10 | 1 | -2/+1 |
* | sched: Re-tune the scheduler latency defaults to decrease worst-case latencies | Mike Galbraith | 2009-09-09 | 1 | -6/+6 |
* | sched: Turn off child_runs_first | Mike Galbraith | 2009-09-09 | 1 | -2/+2 |
* | sched: Ensure that a child can't gain time over it's parent after fork() | Mike Galbraith | 2009-09-08 | 1 | -3/+5 |
* | sched: Deal with low-load in wake_affine() | Peter Zijlstra | 2009-09-07 | 1 | -1/+11 |
* | sched: Remove short cut from select_task_rq_fair() | Peter Zijlstra | 2009-09-07 | 1 | -2/+0 |
* | sched: Add wait, sleep and iowait accounting tracepoints | Peter Zijlstra | 2009-09-02 | 1 | -1/+11 |
* | sched: Provide iowait counters | Arjan van de Ven | 2009-09-02 | 1 | -0/+5 |
* | sched: Add debug check to task_of() | Peter Zijlstra | 2009-08-02 | 1 | -6/+14 |
* | sched: Fully integrate cpus_active_map and root-domain code | Gregory Haskins | 2009-08-02 | 1 | -3/+7 |
* | sched: Fix latencytop and sleep profiling vs group scheduling | Peter Zijlstra | 2009-08-02 | 1 | -13/+19 |
* | sched: Account for vruntime wrapping | Fabio Checconi | 2009-07-18 | 1 | -2/+8 |
* | sched: Fix bug in SCHED_IDLE interaction with group scheduling | Paul Turner | 2009-07-11 | 1 | -1/+2 |
* | sched: Fix out of scope variable access in sched_slice() | Christian Engelmayer | 2009-06-17 | 1 | -1/+2 |
* | sched: remove redundant hierarchy walk in check_preempt_wakeup | Paul Turner | 2009-04-09 | 1 | -10/+3 |
* | Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/core | Ingo Molnar | 2009-02-15 | 1 | -2/+9 |
|\ |
|
| * | sched: revert recent sync wakeup changes | Peter Zijlstra | 2009-02-11 | 1 | -2/+9 |
| | | |
| \ | |
*-. | | Merge branches 'sched/rt' and 'sched/urgent' into sched/core | Ingo Molnar | 2009-02-08 | 1 | -21/+48 |
|\ \| |
|
| | * | sched: fix buddie group latency | Peter Zijlstra | 2009-02-01 | 1 | -2/+8 |
| | * | sched: clear buddies more aggressively | Mike Galbraith | 2009-02-01 | 1 | -1/+12 |
| | * | sched: fix sync wakeups | Peter Zijlstra | 2009-02-01 | 1 | -9/+2 |
| | * | sched: sched_slice() fixlet | Lin Ming | 2009-01-15 | 1 | -1/+4 |