summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2015-05-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+1
2015-05-18sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li-4/+1
2015-05-08sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval-16/+12
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner-12/+14
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini-15/+0
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-3/+3
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-46/+50
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+15
2015-04-03sched/core: Drop debugging leftover trace_printk callBorislav Petkov-3/+1
2015-04-02sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli-28/+28
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa-2/+2
2015-03-27sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li-3/+3
2015-03-27sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot-0/+1
2015-03-27sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot-12/+0
2015-03-27sched: Add struct rq::cpu_capacity_origVincent Guittot-1/+1
2015-03-23x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti-0/+15
2015-03-23Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-6/+6
2015-03-23sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman-0/+2
2015-03-19sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel-3/+3
2015-03-09context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker-1/+1
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-83/+30
2015-02-18sched/rt/nohz: Stop scheduler tick if running realtime taskRik van Riel-0/+17
2015-02-18sched/rt: Avoid obvious configuration failPeter Zijlstra-3/+11
2015-02-18sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra-0/+6
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown-19/+12
2015-02-18sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker-1/+1
2015-02-18sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra-76/+0
2015-02-18sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra-0/+16
2015-02-13sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-6/+4
2015-02-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-38/+69
2015-02-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2015-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+31
2015-02-04Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar-3/+2
2015-02-04sched: Pull resched loop to __schedule() callersFrederic Weisbecker-4/+7
2015-02-04sched: Fix hrtick_start() on UPWanpeng Li-0/+5
2015-02-04sched/deadline: Avoid pointless __setscheduler()Wanpeng Li-1/+15
2015-02-04Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar-5/+28
2015-02-04sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra-5/+28
2015-02-01sched: don't cause task state changes in nested sleep debuggingLinus Torvalds-3/+2
2015-01-30sched: Fix missing preemption opportunityFrederic Weisbecker-21/+19
2015-01-30Merge branch 'sched/urgent' into sched/coreIngo Molnar-0/+3
2015-01-28sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith-0/+3
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)-1/+1
2015-01-14sched/core: Rework rq->clock update skipsPeter Zijlstra-4/+8
2015-01-14sched/core: Remove check of p->sched_classYao Dongdong-6/+6
2015-01-14sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai-0/+3
2015-01-14sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa-2/+3
2015-01-14sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen-0/+3
2014-12-23sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton-8/+5