summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-091-3/+3
* | sched: Fix odd values in effective_load() calculationsYuyang Du2015-01-091-1/+1
* | sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton2014-12-231-8/+5
|/
* sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov2014-12-101-1/+3
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-0910-182/+660
|\
| * sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski2014-12-081-2/+7
| * sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICKWanpeng Li2014-11-161-4/+4
| * sched/deadline: Remove unnecessary definitions in cpudeadline.hpang.xunlei2014-11-161-3/+0
| * sched/cpupri: Remove unnecessary definitions in cpupri.hpang.xunlei2014-11-161-3/+0
| * sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task()Wanpeng Li2014-11-161-2/+3
| * sched/fair: Fix stale overloaded status in the busiest group finding logicWanpeng Li2014-11-161-1/+3
| * sched: Move p->nr_cpus_allowed check to select_task_rq()Wanpeng Li2014-11-164-10/+2
| * sched/completion: Document when to use wait_for_completion_io_*()Wolfram Sang2014-11-161-2/+3
OpenPOWER on IntegriCloud