summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-221-4/+1
|\
| * sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-181-4/+1
* | sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval2015-05-081-16/+12
* | sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-081-12/+14
|/
* x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-271-15/+0
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-141-1/+1
|\
| * context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker2015-03-091-1/+1
* | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-04-131-3/+3
|\ \
| * | sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel2015-03-191-3/+3
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-131-46/+50
|\ \
| * | sched/core: Drop debugging leftover trace_printk callBorislav Petkov2015-04-031-3/+1
| * | sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli2015-04-021-28/+28
| * | sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa2015-04-021-2/+2
| * | sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li2015-03-271-3/+3
| * | sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot2015-03-271-0/+1
| * | sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot2015-03-271-12/+0
| * | sched: Add struct rq::cpu_capacity_origVincent Guittot2015-03-271-1/+1
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-03-231-6/+6
| |\ \
| * | | sched/rt/nohz: Stop scheduler tick if running realtime taskRik van Riel2015-02-181-0/+17
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-131-0/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti2015-03-231-0/+15
| | |/ | |/|
* | | sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman2015-03-231-0/+2
|/ /
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-211-83/+30
|\ \ | |/
| * sched/rt: Avoid obvious configuration failPeter Zijlstra2015-02-181-3/+11
| * sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-02-181-0/+6
| * sched: Prevent recursion in io_schedule()NeilBrown2015-02-181-19/+12
| * sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker2015-02-181-1/+1
| * sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra2015-02-181-76/+0
| * sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra2015-02-181-0/+16
* | sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-6/+4
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-091-38/+69
|\
| * sched: Pull resched loop to __schedule() callersFrederic Weisbecker2015-02-041-4/+7
| * sched: Fix hrtick_start() on UPWanpeng Li2015-02-041-0/+5
| * sched/deadline: Avoid pointless __setscheduler()Wanpeng Li2015-02-041-1/+15
| * Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2015-02-041-5/+28
| |\
| * | sched: Fix missing preemption opportunityFrederic Weisbecker2015-01-301-21/+19
| * | Merge branch 'sched/urgent' into sched/coreIngo Molnar2015-01-301-0/+3
| |\ \
| * | | sched/core: Rework rq->clock update skipsPeter Zijlstra2015-01-141-4/+8
| * | | sched/core: Remove check of p->sched_classYao Dongdong2015-01-141-6/+6
| * | | sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai2015-01-141-0/+3
| * | | sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa2015-01-141-2/+3
| * | | sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen2015-01-141-0/+3
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-091-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar2015-02-041-3/+2
| |\ \ \ \
| * | | | | perf: Avoid horrible stack usagePeter Zijlstra (Intel)2015-01-141-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-061-5/+31
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra2015-02-041-5/+28
| | |/ | |/|
| * | sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith2015-01-281-0/+3
| |/
* | sched: don't cause task state changes in nested sleep debuggingLinus Torvalds2015-02-011-3/+2
|/
* sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton2014-12-231-8/+5
OpenPOWER on IntegriCloud