aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+3
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-46/+50
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+15
2015-04-03sched/core: Drop debugging leftover trace_printk callBorislav Petkov1-3/+1
2015-04-02sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli1-28/+28
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa1-2/+2
2015-03-27sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li1-3/+3
2015-03-27sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot1-0/+1
2015-03-27sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot1-12/+0
2015-03-27sched: Add struct rq::cpu_capacity_origVincent Guittot1-1/+1
2015-03-23x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti1-0/+15
2015-03-23Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new patchesIngo Molnar1-6/+6
2015-03-23sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman1-0/+2
2015-03-19sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel1-3/+3
2015-03-09context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker1-1/+1
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-83/+30
2015-02-18sched/rt/nohz: Stop scheduler tick if running realtime taskRik van Riel1-0/+17
2015-02-18sched/rt: Avoid obvious configuration failPeter Zijlstra1-3/+11
2015-02-18sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra1-0/+6
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown1-19/+12
2015-02-18sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker1-1/+1
2015-02-18sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra1-76/+0
2015-02-18sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra1-0/+16
2015-02-13sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-6/+4
2015-02-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-38/+69
2015-02-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+31
2015-02-04Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar1-3/+2
2015-02-04sched: Pull resched loop to __schedule() callersFrederic Weisbecker1-4/+7
2015-02-04sched: Fix hrtick_start() on UPWanpeng Li1-0/+5
2015-02-04sched/deadline: Avoid pointless __setscheduler()Wanpeng Li1-1/+15
2015-02-04Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new patchesIngo Molnar1-5/+28
2015-02-04sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra1-5/+28
2015-02-01sched: don't cause task state changes in nested sleep debuggingLinus Torvalds1-3/+2
2015-01-30sched: Fix missing preemption opportunityFrederic Weisbecker1-21/+19
2015-01-30Merge branch 'sched/urgent' into sched/coreIngo Molnar1-0/+3
2015-01-28sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith1-0/+3
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)1-1/+1
2015-01-14sched/core: Rework rq->clock update skipsPeter Zijlstra1-4/+8
2015-01-14sched/core: Remove check of p->sched_classYao Dongdong1-6/+6
2015-01-14sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai1-0/+3
2015-01-14sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa1-2/+3
2015-01-14sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen1-0/+3
2014-12-23sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton1-8/+5
2014-12-10sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov1-1/+3
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-56/+185
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-12-08sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski1-2/+7
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski1-2/+6