aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAge
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-09
|\
| * sched: Pull resched loop to __schedule() callersFrederic Weisbecker2015-02-04
| * sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang2015-02-04
| * sched: Fix hrtick_start() on UPWanpeng Li2015-02-04
| * sched/deadline: Avoid pointless __setscheduler()Wanpeng Li2015-02-04
| * sched/deadline: Fix stale yield statePeter Zijlstra2015-02-04
| * sched/deadline: Fix hrtick for a non-leftmost taskWanpeng Li2015-02-04
| * Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2015-02-04
| |\
| * | sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang2015-01-30
| * | sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy2015-01-30
| * | sched: Fix missing preemption opportunityFrederic Weisbecker2015-01-30
| * | sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2015-01-30
| * | Merge branch 'sched/urgent' into sched/coreIngo Molnar2015-01-30
| |\ \
| * | | sched/debug: Print rq->clock_taskPeter Zijlstra2015-01-14
| * | | sched/core: Rework rq->clock update skipsPeter Zijlstra2015-01-14
| * | | sched/core: Validate rq_clock*() serializationPeter Zijlstra2015-01-14
| * | | sched/core: Remove check of p->sched_classYao Dongdong2015-01-14
| * | | sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai2015-01-14
| * | | sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa2015-01-14
| * | | sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen2015-01-14
| * | | sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang2015-01-14
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-09
|\ \ \ \
| * \ \ \ Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar2015-02-04
| |\ \ \ \
| * | | | | perf: Avoid horrible stack usagePeter Zijlstra (Intel)2015-01-14
| | |/ / / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-09
|\ \ \ \ \
| * | | | | sched/completion: Add lock-free checking of the blocking caseNicholas Mc Guire2015-02-04
| * | | | | sched/completion: Remove unnecessary ->wait.lock serialization when reading c...Nicholas Mc Guire2015-02-04
| | |/ / / | |/| | |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-06
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra2015-02-04
| | |/ | |/|
| * | sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith2015-01-28
| * | sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich2015-01-28
| |/
* / sched: don't cause task state changes in nested sleep debuggingLinus Torvalds2015-02-01
|/
* sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa2015-01-09
* sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-09
* sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-09
* sched: Fix odd values in effective_load() calculationsYuyang Du2015-01-09
* sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton2014-12-23
* sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov2014-12-10
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-10
|\
| * sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski2014-12-08
| * sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICKWanpeng Li2014-11-16
| * sched/deadline: Remove unnecessary definitions in cpudeadline.hpang.xunlei2014-11-16
| * sched/cpupri: Remove unnecessary definitions in cpupri.hpang.xunlei2014-11-16
| * sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task()Wanpeng Li2014-11-16
| * sched/fair: Fix stale overloaded status in the busiest group finding logicWanpeng Li2014-11-16
| * sched: Move p->nr_cpus_allowed check to select_task_rq()Wanpeng Li2014-11-16
| * sched/completion: Document when to use wait_for_completion_io_*()Wolfram Sang2014-11-16
| * sched/fair: Kill task_struct::numa_entry and numa_group::task_listKirill Tkhai2014-11-16
| * Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2014-11-16
| |\
| * | sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda2014-11-04