aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2017-06-20sched/wait: Move bit_wait_table[] and related functionality from sched/core.c to sched/wait_bit.cIngo Molnar2-16/+25
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h>Ingo Molnar3-258/+264
2017-06-20sched/wait: Standardize wait_bit_queue namingIngo Molnar1-21/+20
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar1-21/+20
2017-06-20sched/wait: Standardize internal naming of wait-queue headsIngo Molnar1-77/+77
2017-06-20sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar1-49/+49
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar3-23/+23
2017-06-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2017-06-15Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'Rafael J. Wysocki9-323/+608
2017-06-12Revert "cpufreq: schedutil: Reduce frequencies slower"Rafael J. Wysocki1-3/+0
2017-06-11sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski1-1/+1
2017-06-11sched/fair: Fix typo in printk messageMarcin Nowakowski1-1/+1
2017-06-08sched: Rely on synchronize_rcu_mult() de-duplicationPaul E. McKenney1-7/+1
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