summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2017-11-11perf: Avoid horrible stack usagePeter Zijlstra (Intel)
2017-10-12sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra
2017-10-12sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2017-10-12sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra
2017-10-12sched/topology: Refactor function build_overlap_sched_groups()Lauro Ramos Venancio
2017-10-12sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang
2017-06-05locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra
2016-11-20sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-11-20sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li
2016-08-22kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin
2016-06-15sched: Allow balance callbacks for check_class_changed()Peter Zijlstra
2016-06-15sched: Replace post_schedule with a balance callback listPeter Zijlstra
2016-05-01sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner
2016-01-05sched/core: Remove false-positive warning from wake_up_process()Sasha Levin
2016-01-05sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang
2015-11-16sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-10-30sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2015-09-28sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr
2015-05-28sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner
2015-05-20sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra
2015-05-05x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti
2015-04-10sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman
2014-11-17sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai
2014-11-17sched: Use dl_bw_of() under RCU read lockKirill Tkhai
2014-09-05sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-12Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar
2014-06-05sched/idle: Optimize try-to-wake-up IPIPeter Zijlstra
2014-06-05sched/idle: Simplify wake_up_idle_cpu()Andy Lutomirski
2014-06-05sched, trace: Add a tracepoint for IPI-less remote wakeupsAndy Lutomirski
2014-06-05sched: Rename capacity related flagsNicolas Pitre
2014-06-05sched: Final power vs. capacity cleanupsNicolas Pitre
2014-06-05sched: Remove remaining dubious usage of "power"Nicolas Pitre
2014-06-05sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter
2014-06-05sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin
2014-06-05sched: Fix sched_policy < 0 comparisonRichard Weinberger
2014-06-04printk: rename printk_sched to printk_deferredJohn Stultz
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-06-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar