summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra2017-10-121-6/+16
* sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-10-121-1/+16
* sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra2017-10-121-1/+1
* sched/topology: Refactor function build_overlap_sched_groups()Lauro Ramos Venancio2017-10-121-19/+43
* sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang2017-10-121-7/+6
* sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming2017-07-181-2/+2
* locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra2017-06-051-4/+2
* sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2017-03-161-0/+3
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-11-201-0/+22
* sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2016-11-202-14/+0
* kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-08-221-2/+4
* sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx2016-08-221-4/+7
* sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra2016-06-151-15/+21
* sched,dl: Remove return value from pull_dl_task()Peter Zijlstra2016-06-151-8/+9
* sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra2016-06-151-16/+19
* sched,rt: Remove return value from pull_rt_task()Peter Zijlstra2016-06-151-10/+10
* sched: Allow balance callbacks for check_class_changed()Peter Zijlstra2016-06-151-1/+23
* sched: Replace post_schedule with a balance callback listPeter Zijlstra2016-06-154-38/+63
* sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen2016-05-011-7/+7
* sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-05-012-0/+14
* sched/core: Remove false-positive warning from wake_up_process()Sasha Levin2016-01-051-1/+0
* sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang2016-01-051-4/+4
* sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-11-161-3/+3
* sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-302-7/+8
* sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr2015-09-281-0/+8
* sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall2015-07-151-11/+14
* sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-281-12/+14
* sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-05-202-5/+7
* x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti2015-05-051-0/+15
* sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman2015-04-101-0/+2
* sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2015-03-041-1/+16
* sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-161-18/+1
* sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-161-3/+3
* sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai2014-11-171-4/+5
* sched: Use dl_bw_of() under RCU read lockKirill Tkhai2014-11-171-0/+10
* sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira2014-09-051-2/+3
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-07-191-1/+1
|\
| * sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik2014-07-161-1/+1
* | rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney2014-06-231-6/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-127-286/+353
|\
| * Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar2014-06-123-4/+20
| |\
| * | sched/deadline: Delete extraneous extern for to_ratio()Paul Gortmaker2014-06-051-2/+0
| * | sched/idle: Optimize try-to-wake-up IPIPeter Zijlstra2014-06-053-9/+61
| * | sched/idle: Simplify wake_up_idle_cpu()Andy Lutomirski2014-06-051-20/+1
| * | sched/idle: Clear polling before descheduling the idle threadAndy Lutomirski2014-06-051-1/+25
| * | sched, trace: Add a tracepoint for IPI-less remote wakeupsAndy Lutomirski2014-06-051-0/+4
| * | sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...)Giedrius Rekasius2014-06-051-2/+1
| * | sched: Rename capacity related flagsNicolas Pitre2014-06-053-15/+15
| * | sched: Final power vs. capacity cleanupsNicolas Pitre2014-06-052-32/+33
| * | sched: Remove remaining dubious usage of "power"Nicolas Pitre2014-06-053-55/+55