summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-215-99/+148
|\
| * sched/rt: Avoid obvious configuration failPeter Zijlstra2015-02-181-3/+11
| * sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-02-182-5/+7
| * sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai2015-02-181-0/+1
| * sched: Prevent recursion in io_schedule()NeilBrown2015-02-181-19/+12
| * sched/completion: Serialize completion_done() with complete()Oleg Nesterov2015-02-181-2/+17
| * sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker2015-02-181-1/+1
| * sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai2015-02-181-0/+20
| * sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra2015-02-183-85/+79
| * sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra2015-02-181-0/+16
* | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-171-0/+16
|\ \
| * | PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki2015-02-131-0/+16
* | | sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-15/+6
|/ /
* | kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur2015-02-121-0/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-111-1/+1
|\ \ | |/ |/|
| * ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens2015-01-291-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-099-76/+170
|\ \
| * | sched: Pull resched loop to __schedule() callersFrederic Weisbecker2015-02-041-4/+7
| * | sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang2015-02-041-2/+1
| * | sched: Fix hrtick_start() on UPWanpeng Li2015-02-041-0/+5
| * | sched/deadline: Avoid pointless __setscheduler()Wanpeng Li2015-02-041-1/+15
| * | sched/deadline: Fix stale yield statePeter Zijlstra2015-02-041-19/+19
| * | sched/deadline: Fix hrtick for a non-leftmost taskWanpeng Li2015-02-041-1/+7
| * | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2015-02-042-6/+30
| |\ \
| * | | sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang2015-01-303-7/+28
| * | | sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy2015-01-301-1/+2
| * | | sched: Fix missing preemption opportunityFrederic Weisbecker2015-01-301-21/+19
| * | | sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2015-01-301-1/+16
| * | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2015-01-302-1/+4
| |\ \ \
| * | | | sched/debug: Print rq->clock_taskPeter Zijlstra2015-01-141-0/+1
| * | | | sched/core: Rework rq->clock update skipsPeter Zijlstra2015-01-144-10/+28
| * | | | sched/core: Validate rq_clock*() serializationPeter Zijlstra2015-01-142-1/+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-142-1/+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
| * | | | sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang2015-01-141-1/+1
* | | | | 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 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-091-8/+10
|\ \ \ \ \ \
| * | | | | | sched/completion: Add lock-free checking of the blocking caseNicholas Mc Guire2015-02-041-0/+9
| * | | | | | sched/completion: Remove unnecessary ->wait.lock serialization when reading c...Nicholas Mc Guire2015-02-041-8/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-063-7/+34
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra2015-02-042-6/+30
| | |/ / | |/| |
| * | | sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith2015-01-281-0/+3
| * | | sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich2015-01-281-1/+1
| |/ /
* | | sched: don't cause task state changes in nested sleep debuggingLinus Torvalds2015-02-011-3/+2
|/ /
* | sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa2015-01-091-0/+4
* | sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-091-18/+1
OpenPOWER on IntegriCloud