summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2018-02-28sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski
2018-02-28sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski
2017-12-08sched: Make resched_cpu() unconditionalPaul E. McKenney
2017-11-05sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-07-31sched/topology: Optimize build_group_mask()Lauro Ramos Venancio
2017-07-31sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2016-10-02sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-07-10kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin
2016-04-06sched: Fix crash in sched_init_numa()Raghavendra K T
2015-10-27sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-10-22sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2015-10-22sched: access local runqueue directly in single_task_runningDominik Dingel
2015-09-21sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr
2015-05-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-05-18sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li
2015-05-08sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-04-03sched/core: Drop debugging leftover trace_printk callBorislav Petkov
2015-04-02sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa
2015-03-27sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li
2015-03-27sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot
2015-03-27sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot
2015-03-27sched: Add struct rq::cpu_capacity_origVincent Guittot
2015-03-23x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti
2015-03-23Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2015-03-23sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman
2015-03-19sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel
2015-03-09context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-02-18sched/rt/nohz: Stop scheduler tick if running realtime taskRik van Riel
2015-02-18sched/rt: Avoid obvious configuration failPeter Zijlstra
2015-02-18sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown
2015-02-18sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker
2015-02-18sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra
2015-02-18sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra
2015-02-13sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-02-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-02-04Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar
2015-02-04sched: Pull resched loop to __schedule() callersFrederic Weisbecker
2015-02-04sched: Fix hrtick_start() on UPWanpeng Li
2015-02-04sched/deadline: Avoid pointless __setscheduler()Wanpeng Li