summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2016-05-19sched: Remove lockdep check in sched_move_task()Kirill Tkhai1-2/+6
2016-04-11sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2-0/+14
2016-04-11sched: Fix race between task_group and sched_task_groupKirill Tkhai1-0/+6
2016-03-03sched/core: Remove false-positive warning from wake_up_process()Sasha Levin1-1/+0
2016-03-03sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang1-3/+3
2016-03-03sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra1-16/+19
2016-03-03sched,rt: Remove return value from pull_rt_task()Peter Zijlstra1-7/+8
2016-03-03sched: Allow balance callbacks for check_class_changed()Peter Zijlstra1-1/+23
2016-03-03sched: Replace post_schedule with a balance callback listPeter Zijlstra3-25/+57
2016-03-03sched: Clean up idle task SMP logicPeter Zijlstra1-8/+1
2015-10-28sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2-7/+8
2015-10-07sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr1-0/+8
2015-04-22sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman1-1/+4
2014-08-19printk: rename printk_sched to printk_deferredJohn Stultz2-2/+2
2014-07-29sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik1-1/+1
2014-06-27sched: Make scale_rt_power() deal with backward clocksPeter Zijlstra1-1/+6
2014-06-23Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot1-7/+1
2014-06-20sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan1-1/+0
2014-06-20sched: Sanitize irq accounting madnessThomas Gleixner1-16/+16
2014-06-20sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)1-2/+1
2014-03-22sched: Fix double normalization of vruntimeGeorge McCollister1-4/+4
2014-03-12sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer1-2/+1
2014-03-12sched/rt: Add missing rmb()Peter Zijlstra1-1/+9
2014-03-12sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman1-2/+3
2014-03-12sched: Initialize power_orig for overlapping groupsPeter Zijlstra1-0/+1
2014-03-12sched: Avoid NULL dereference on sd_busyPeter Zijlstra1-1/+2
2014-03-12sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy3-18/+28
2014-03-12sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan1-1/+1
2014-01-15sched: Guarantee new group-entities always have weightPaul Turner1-1/+2
2014-01-15sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall1-4/+11
2014-01-15sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall1-3/+11
2014-01-15sched: Fix race on toggling cfs_bandwidth_usedBen Segall3-9/+19
2014-01-09sched: numa: skip inaccessible VMAsMel Gorman1-0/+7
2014-01-09sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai1-0/+14
2013-12-20sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2-0/+10
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov1-1/+1
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov1-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov1-1/+2
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-10/+15
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin1-2/+3
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra1-3/+3
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura1-5/+9
2013-09-10sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim1-1/+1
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+11
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+0
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-40/+17
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-228/+302
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds3-36/+84
2013-09-04sched/cputime: Do not scale when utime == 0Stanislaw Gruszka1-8/+11