aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-08sched/idle: Add deferrable vmstat_updater backAubrey Li1-0/+1
2017-06-08sched/core: Omit building stop_sched_class when !SMPNicolas Pitre3-32/+36
2017-06-08sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2-12/+88
2017-06-08sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang1-0/+2
2017-06-08sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni3-24/+72
2017-06-08sched/deadline: Base GRUB reclaiming on the inactive utilizationLuca Abeni1-18/+22
2017-06-08sched/deadline: Track the "total rq utilization" tooLuca Abeni2-34/+95
2017-06-08sched/deadline: Make GRUB a task's flagLuca Abeni2-2/+4
2017-06-08sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni3-1/+30
2017-06-08sched/deadline: Implement GRUB accountingLuca Abeni3-2/+21
2017-06-08sched/deadline: Fix the update of the total -deadline utilizationLuca Abeni2-39/+27
2017-06-08sched/deadline: Improve the tracking of active utilizationLuca Abeni3-15/+259
2017-06-08sched/deadline: Track the active utilizationLuca Abeni2-4/+67
2017-06-08sched/core: Implement new approach to scale select_idle_cpu()Peter Zijlstra2-5/+17
2017-05-24sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()Peter Zijlstra1-1/+8
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner1-1/+3
2017-05-23sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka1-1/+2
2017-05-23sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Dave Kleikamp1-0/+11
2017-05-23sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)1-2/+2
2017-05-23sched/deadline: Remove unnecessary condition in push_dl_task()Byungchul Park1-1/+1
2017-05-23sched/rt: Remove unnecessary condition in push_rt_task()Byungchul Park1-1/+1
2017-05-23sched/core: Use the new llist_for_each_entry_safe() primitiveByungchul Park1-12/+3
2017-05-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-4/+3
2017-05-22Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki1-4/+3
2017-05-15sched/fair: Fix O(nr_cgroups) in load balance pathTejun Heo1-8/+34
2017-05-15sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqsPeter Zijlstra1-5/+25
2017-05-15sched/topology: Rename sched_group_cpus()Peter Zijlstra3-31/+31
2017-05-15sched/topology: Rename sched_group_mask()Peter Zijlstra3-25/+19
2017-05-15sched/topology: Simplify sched_group_mask() usagePeter Zijlstra2-6/+6
2017-05-15sched/topology: Rewrite get_group()Peter Zijlstra1-24/+22
2017-05-15sched/topology: Add a few commentsPeter Zijlstra1-7/+193
2017-05-15sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra1-6/+16
2017-05-15sched/topology: Add sched_group_capacity debuggingPeter Zijlstra2-10/+19
2017-05-15sched/topology: Small cleanupPeter Zijlstra3-8/+7
2017-05-15sched/topology: Fix overlapping sched_group_maskPeter Zijlstra1-1/+17
2017-05-15sched/topology: Remove FORCE_SD_OVERLAPPeter Zijlstra2-2/+1
2017-05-15sched/topology: Move comment about asymmetric node setupsLauro Ramos Venancio1-9/+10
2017-05-15sched/topology: Optimize build_group_mask()Lauro Ramos Venancio1-2/+2
2017-05-15sched/topology: Verify the first group matches the child domainPeter Zijlstra1-0/+6
2017-05-15sched/debug: Print the scheduler topology group maskPeter Zijlstra1-1/+11
2017-05-15sched/topology: Simplify build_overlap_sched_groups()Peter Zijlstra1-11/+2
2017-05-15sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra1-1/+1
2017-05-15sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra1-41/+4
2017-05-15sched/topology: Refactor function build_overlap_sched_groups()Lauro Ramos Venancio1-19/+43
2017-05-15sched/clock: Print a warning recommending 'tsc=unstable'Peter Zijlstra1-0/+1
2017-05-15sched/clock: Use late_initcall() instead of sched_init_smp()Peter Zijlstra2-3/+9
2017-05-15cpuidle: Fix idle time trackingPeter Zijlstra1-2/+9
2017-05-15sched/clock: Remove watchdog touchingPeter Zijlstra1-1/+0
2017-05-15sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()Peter Zijlstra1-2/+2
2017-05-15x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable sync pointsPeter Zijlstra1-9/+27