summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2013-12-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+17
2013-12-18sched: numa: skip inaccessible VMAsMel Gorman-0/+7
2013-12-17sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai-0/+14
2013-12-17sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman-2/+3
2013-12-11sched/fair: Rework sched_fair time accountingPeter Zijlstra-80/+64
2013-12-11sched: Initialize power_orig for overlapping groupsPeter Zijlstra-0/+1
2013-11-27sched: Expose preempt_schedule_irq()Thomas Gleixner-2/+1
2013-11-19sched: Fix a trivial typo in commentsShigeru Yoshida-1/+1
2013-11-19sched: Avoid NULL dereference on sd_busyPeter Zijlstra-1/+2
2013-11-19sched: Check sched_domain before computing group powerSrikar Dronamraju-3/+24
2013-11-13sched/fair: Avoid integer overflowMichal Nazarewicz-1/+1
2013-11-13sched: Optimize task_sched_runtime()Peter Zijlstra-0/+14
2013-11-13sched/numa: Cure update_numa_stats() vs. hotplugPeter Zijlstra-1/+14
2013-11-13sched/numa: Fix NULL pointer dereference in task_numa_migrate()Rik van Riel-1/+13
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy-18/+28
2013-11-06sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan-1/+1
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra-285/+300
2013-11-06sched: Move wait code from core.c to wait.cPeter Zijlstra-105/+105
2013-11-06sched: Move wait.c into kernel/sched/Peter Zijlstra-0/+402
2013-10-29sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall-0/+10
2013-10-29sched: Guarantee new group-entities always have weightPaul Turner-1/+2
2013-10-29sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall-4/+11
2013-10-29sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall-3/+11
2013-10-29sched: Fix race on toggling cfs_bandwidth_usedBen Segall-9/+19
2013-10-28sched: Remove extra put_online_cpus() inside sched_setaffinity()Michael wang-1/+0
2013-10-26sched/rt: Fix task_tick_rt() commentLi Bin-2/+2
2013-10-16sched: Remove get_online_cpus() usagePeter Zijlstra-10/+10
2013-10-16sched: Fix race in migrate_swap_stop()Peter Zijlstra-9/+22
2013-10-16sched/rt: Add missing rmb()Peter Zijlstra-1/+9
2013-10-14sched/fair: Fix trivial typos in commentsKamalesh Babulal-2/+2
2013-10-12sched: Remove bogus parameter in structured commentRamkumar Ramachandra-1/+0
2013-10-09sched/numa: Reflow task_numa_group() to avoid a compiler warningPeter Zijlstra-7/+11
2013-10-09sched/numa: Retry task_numa_migrate() periodicallyRik van Riel-9/+13
2013-10-09sched/numa: Use unsigned longs for numa group fault statsMel Gorman-29/+20
2013-10-09sched/numa: Skip some page migrations after a shared faultRik van Riel-0/+8
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel-26/+1
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman-18/+1
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel-25/+87
2013-10-09sched/numa: Take false sharing into account when adapting scan rateMel Gorman-2/+6
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel-5/+11
2013-10-09sched/numa: Avoid migrating tasks that are placed on their preferred nodePeter Zijlstra-12/+142
2013-10-09sched/numa: Fix task or group comparisonRik van Riel-7/+25
2013-10-09sched/numa: Decide whether to favour task or group weights based on swap cand...Rik van Riel-23/+36
2013-10-09sched/numa: Add debuggingIngo Molnar-3/+62
2013-10-09sched/numa: Prevent parallel updates to group stats during placementMel Gorman-12/+23
2013-10-09sched/numa: Call task_numa_free() from do_execve()Rik van Riel-6/+8
2013-10-09sched/numa: Use group fault statistics in numa placementMel Gorman-17/+107
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel-5/+9
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra-2/+3
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman-0/+7