summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/numa: Do not set preferred_node on migration to a second choice nodeRik van Riel2014-05-071-1/+10
* sched/numa: Retry placement more frequently when misplacedRik van Riel2014-05-071-1/+4
* sched/numa: Count pages on active node as localRik van Riel2014-05-071-1/+13
* Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-0711-110/+188
|\
| * sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low2014-05-071-0/+2
| * sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_ba...Jason Low2014-05-071-8/+8
| * sched: Skip double execution of pick_next_task_fair()Peter Zijlstra2014-05-071-2/+8
| * sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)2014-05-071-2/+1
| * sched/deadline: Fix memory leakLi Zefan2014-05-071-3/+1
| * sched/deadline: Fix sched_yield() behaviorJuri Lelli2014-05-072-2/+4
| * sched: Sanitize irq accounting madnessThomas Gleixner2014-05-071-16/+16
| * sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida2014-04-241-0/+2
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-04-194-11/+32
| |\
| * \ Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-072-2/+4
| |\ \
| | * | kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-072-2/+4
| * | | sched: remove sleep_on() and friendsArnd Bergmann2014-04-071-46/+0
| |/ /
| * | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-031-1/+1
| |\ \
| | * | kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-04-031-1/+1
| * | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-033-12/+7
| |\ \ \ | | |/ / | |/| |
| | * | cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-131-2/+2
| | * | cgroup: remove cgroup->nameTejun Heo2014-02-121-2/+1
| | * | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-082-8/+4
| * | | Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-021-16/+134
| |\ \ \
| | * | | sched/idle: Add more comments to the codeDaniel Lezcano2014-03-111-2/+57
| | * | | sched/idle: Move idle conditions in cpuidle_idle main functionDaniel Lezcano2014-03-111-34/+44
| | * | | sched/idle: Reorganize the idle loopDaniel Lezcano2014-03-111-18/+15
| | * | | cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano2014-03-111-0/+56
* | | | | sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next...Kirill Tkhai2014-04-183-16/+11
* | | | | sched/rt: Substract number of tasks of throttled queues from rq->nr_runningKirill Tkhai2014-04-182-12/+63
* | | | | sched/rt: Add accessors rq_of_rt_se()Kirill Tkhai2014-04-181-2/+15
* | | | | sched/rt: Sum number of all children tasks in hierarhy at ->rt_nr_runningKirill Tkhai2014-04-181-2/+13
* | | | | sched/rt: Do not try to push tasks if pinned task switches to RTKirill V Tkhai2014-04-181-2/+2
* | | | | sched: Make scale_rt_power() deal with backward clocksPeter Zijlstra2014-04-181-1/+6
| |_|_|/ |/| | |
* | | | sched: Check for stop task appearance when balancing happensKirill Tkhai2014-04-173-5/+16
* | | | sched/numa: Fix task_numa_free() lockdep splatMike Galbraith2014-04-112-6/+16
|/ / /
* | | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-1/+1
|\ \ \
| * | | smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-1/+1
| * | | smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
| | |/ | |/|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-1/+4
|\ \ \
| * | | timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar2014-03-201-1/+4
| |/ /
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-013-21/+11
|\ \ \
| * | | sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker2014-03-132-16/+0
| * | | cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker2014-03-131-5/+11
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-03-311-1/+3
|\ \ \
| * | | sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mmMartin Schwidefsky2014-02-211-1/+3
| |/ /
* | | sched: Clean up the task_hot() functionAlex Shi2014-03-121-2/+2
* | | sched: Remove double calculation in fix_small_imbalance()Vincent Guittot2014-03-121-4/+2
* | | sched: Fix broken setscheduler()Steven Rostedt2014-03-121-1/+9
* | | sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith2014-03-111-2/+0
* | | sched/fair: Fix endless loop in idle_balance()Kirill Tkhai2014-03-111-1/+1
OpenPOWER on IntegriCloud