summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()Oleg Nesterov2016-09-301-43/+21
* sched/wait: Avoid abort_exclusive_wait() in ___wait_event()Oleg Nesterov2016-09-301-10/+25
* sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()Oleg Nesterov2016-09-301-5/+3
* sched/fair: Fix fixed point arithmetic width for shares and effective loadDietmar Eggemann2016-09-301-2/+2
* sched/core, x86/topology: Fix NUMA in package topology bugTim Chen2016-09-301-0/+3
* sched/debug: Hide printk() by defaultPeter Zijlstra2016-09-221-1/+3
* sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasksSrivatsa Vaddagiri2016-09-221-1/+1
* sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra2016-09-221-0/+2
* sched/core: Optimize __schedule()Peter Zijlstra2016-09-221-11/+27
* stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao2016-09-221-2/+6
* sched/core: Remove unnecessary initialization in sched_init()Cheng Chao2016-09-221-5/+0
* Revert "sched/fair: Make update_min_vruntime() more readable"Peter Zijlstra2016-09-101-4/+7
* sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf2016-09-053-144/+136
* sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()'Josh Poimboeuf2016-09-052-3/+5
* sched/debug: Clean up schedstat macrosJosh Poimboeuf2016-09-055-46/+46
* sched/debug: Rename and move enqueue_sleeper()Josh Poimboeuf2016-09-051-69/+73
* sched/deadline: Fix the intention to re-evalute tick dependency for offline CPUWanpeng Li2016-09-051-28/+18
* schedcore: Remove duplicated init_task's preempt_notifiers initseokhoon.yoon2016-09-051-4/+0
* sched/fair: Fix load_above_capacity fixed point arithmetic widthDietmar Eggemann2016-09-051-1/+1
* sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()Tommaso Cucinotta2016-09-053-22/+40
* sched/deadline: Make CPU heap faster avoiding real swaps on heapifyTommaso Cucinotta2016-09-051-21/+45
* sched/deadline: Refactor CPU heap codeTommaso Cucinotta2016-09-051-27/+23
* sched/fair: Make update_min_vruntime() more readableByungchul Park2016-09-051-10/+7
* Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-09-051-0/+22
|\
| * sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-09-051-0/+22
* | sched/cputime: Improve scalability by not accounting thread group tasks pendi...Stanislaw Gruszka2016-08-181-1/+32
* | sched/fair: Let asymmetric CPU configurations balance at wake-upMorten Rasmussen2016-08-181-1/+34
* | sched/core: Store maximum per-CPU capacity in root domainDietmar Eggemann2016-08-182-0/+14
* | sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systemsMorten Rasmussen2016-08-181-0/+7
* | sched/core: Pass child domain into sd_init()Morten Rasmussen2016-08-181-3/+4
* | sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flagMorten Rasmussen2016-08-181-0/+4
* | sched/core: Remove unnecessary NULL-pointer checkMorten Rasmussen2016-08-181-2/+0
* | sched/core: Clarify SD_flags commentPeter Zijlstra2016-08-181-6/+12
* | Merge branch 'sched/urgent' into sched/core, to pick up dependenciesIngo Molnar2016-08-181-8/+33
|\ \ | |/
| * sched/cputime: Resync steal time when guest & host lose syncWanpeng Li2016-08-181-3/+15
| * sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra2016-08-181-5/+10
| * sched/cputime: Fix omitted ticks passed in parameterFrederic Weisbecker2016-08-111-1/+2
| * sched/cputime: Fix steal time accountingWanpeng Li2016-08-111-2/+9
* | sched: Remove struct rq::nohz_stampRik van Riel2016-08-181-1/+0
* | sched/debug: Add taint on "BUG: Sleeping function called from invalid context"Vegard Nossum2016-08-101-0/+1
* | sched/debug: Make the "Preemption disabled at ..." message more usefulVegard Nossum2016-08-101-8/+13
* | sched/deadline: Remove useless parameter from setup_new_dl_entity()Juri Lelli2016-08-101-6/+16
* | sched/core: Add documentation for 'cookie' argumentLuis de Bethencourt2016-08-101-0/+1
* | sched/fair: Optimize find_idlest_cpu() when there is no choiceMorten Rasmussen2016-08-101-0/+4
* | sched/fair: Make the use of prev_cpu consistent in the wakeup pathMorten Rasmussen2016-08-101-11/+13
* | sched/fair: Improve PELT stuff some morePeter Zijlstra2016-08-101-19/+25
* | sched/core: Fix one typoLeo Yan2016-08-101-1/+1
* | sched/fair: Remove 'cpu_busy' parameter from update_next_balance()Leo Yan2016-08-101-5/+6
|/
* sched/deadline: Fix lock pinning warning during CPU hotplugWanpeng Li2016-08-101-1/+4
* sched/cputime: Mitigate performance regression in times()/clock_gettime()Giovanni Gherdovich2016-08-101-0/+19
OpenPOWER on IntegriCloud