summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2017-06-22sched/fair: Spare idle load balancing on nohz_full CPUsFrederic Weisbecker
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar
2017-06-20sched/fair: WARN() and refuse to set buddy when !se->on_rqDaniel Axtens
2017-06-20sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...Ingo Molnar
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar
2017-06-20sched/wait: Standardize wait_bit_queue namingIngo Molnar
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar
2017-06-20sched/wait: Standardize internal naming of wait-queue headsIngo Molnar
2017-06-20sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-06-15Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'Rafael J. Wysocki
2017-06-12Revert "cpufreq: schedutil: Reduce frequencies slower"Rafael J. Wysocki
2017-06-11sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski
2017-06-11sched/fair: Fix typo in printk messageMarcin Nowakowski
2017-06-08sched: Rely on synchronize_rcu_mult() de-duplicationPaul E. McKenney
2017-06-08sched/idle: Add deferrable vmstat_updater backAubrey Li
2017-06-08sched/core: Omit building stop_sched_class when !SMPNicolas Pitre
2017-06-08sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira
2017-06-08sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang
2017-06-08sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni
2017-06-08sched/deadline: Base GRUB reclaiming on the inactive utilizationLuca Abeni
2017-06-08sched/deadline: Track the "total rq utilization" tooLuca Abeni
2017-06-08sched/deadline: Make GRUB a task's flagLuca Abeni
2017-06-08sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni
2017-06-08sched/deadline: Implement GRUB accountingLuca Abeni
2017-06-08sched/deadline: Fix the update of the total -deadline utilizationLuca Abeni
2017-06-08sched/deadline: Improve the tracking of active utilizationLuca Abeni
2017-06-08sched/deadline: Track the active utilizationLuca Abeni
2017-06-08sched/core: Implement new approach to scale select_idle_cpu()Peter Zijlstra
2017-05-24sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()Peter Zijlstra
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner
2017-05-23sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka
2017-05-23sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Dave Kleikamp
2017-05-23sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)
2017-05-23sched/deadline: Remove unnecessary condition in push_dl_task()Byungchul Park
2017-05-23sched/rt: Remove unnecessary condition in push_rt_task()Byungchul Park
2017-05-23sched/core: Use the new llist_for_each_entry_safe() primitiveByungchul Park
2017-05-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-05-22Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki
2017-05-15sched/fair: Fix O(nr_cgroups) in load balance pathTejun Heo
2017-05-15sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqsPeter Zijlstra
2017-05-15sched/topology: Rename sched_group_cpus()Peter Zijlstra
2017-05-15sched/topology: Rename sched_group_mask()Peter Zijlstra
2017-05-15sched/topology: Simplify sched_group_mask() usagePeter Zijlstra
2017-05-15sched/topology: Rewrite get_group()Peter Zijlstra
2017-05-15sched/topology: Add a few commentsPeter Zijlstra