summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2015-02-13sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-02-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-02-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-02-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-02-04Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar
2015-02-04sched/completion: Add lock-free checking of the blocking caseNicholas Mc Guire
2015-02-04sched/completion: Remove unnecessary ->wait.lock serialization when reading c...Nicholas Mc Guire
2015-02-04sched: Pull resched loop to __schedule() callersFrederic Weisbecker
2015-02-04sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang
2015-02-04sched: Fix hrtick_start() on UPWanpeng Li
2015-02-04sched/deadline: Avoid pointless __setscheduler()Wanpeng Li
2015-02-04sched/deadline: Fix stale yield statePeter Zijlstra
2015-02-04sched/deadline: Fix hrtick for a non-leftmost taskWanpeng Li
2015-02-04Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar
2015-02-04sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra
2015-02-01sched: don't cause task state changes in nested sleep debuggingLinus Torvalds
2015-01-30sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang
2015-01-30sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy
2015-01-30sched: Fix missing preemption opportunityFrederic Weisbecker
2015-01-30sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen
2015-01-30Merge branch 'sched/urgent' into sched/coreIngo Molnar
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens
2015-01-28sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith
2015-01-28sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)
2015-01-14sched/debug: Print rq->clock_taskPeter Zijlstra
2015-01-14sched/core: Rework rq->clock update skipsPeter Zijlstra
2015-01-14sched/core: Validate rq_clock*() serializationPeter Zijlstra
2015-01-14sched/core: Remove check of p->sched_classYao Dongdong
2015-01-14sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai
2015-01-14sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa
2015-01-14sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen
2015-01-14sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang
2015-01-09sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa
2015-01-09sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni
2015-01-09sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni
2015-01-09sched: Fix odd values in effective_load() calculationsYuyang Du
2014-12-23sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton
2014-12-10sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-08sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski
2014-11-23sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-11-16sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICKWanpeng Li
2014-11-16sched/deadline: Remove unnecessary definitions in cpudeadline.hpang.xunlei