aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-207-374/+384
|\
| * sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-202-14/+14
| * sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar2017-06-202-16/+25
| * sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-203-258/+264
| * sched/wait: Standardize wait_bit_queue namingIngo Molnar2017-06-201-21/+20
| * sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar2017-06-201-21/+20
| * sched/wait: Standardize internal naming of wait-queue headsIngo Molnar2017-06-201-77/+77
| * sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar2017-06-201-49/+49
| * sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-203-23/+23
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-06-182-2/+2
| |\
| | * sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-06-111-1/+1
| | * sched/fair: Fix typo in printk messageMarcin Nowakowski2017-06-111-1/+1
| | |
| | \
| *-. | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'Rafael J. Wysocki2017-06-159-323/+608
| |\ \|
| * | | Revert "cpufreq: schedutil: Reduce frequencies slower"Rafael J. Wysocki2017-06-121-3/+0
* | | | sched/fair: WARN() and refuse to set buddy when !se->on_rqDaniel Axtens2017-06-201-2/+8
* | | | sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...Ingo Molnar2017-06-201-2/+2
* | | | sched/idle: Add deferrable vmstat_updater backAubrey Li2017-06-081-0/+1
* | | | sched/core: Omit building stop_sched_class when !SMPNicolas Pitre2017-06-083-32/+36
* | | | sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2017-06-082-12/+88
* | | | sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang2017-06-081-0/+2
* | | | sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni2017-06-083-24/+72
* | | | sched/deadline: Base GRUB reclaiming on the inactive utilizationLuca Abeni2017-06-081-18/+22
* | | | sched/deadline: Track the "total rq utilization" tooLuca Abeni2017-06-082-34/+95
* | | | sched/deadline: Make GRUB a task's flagLuca Abeni2017-06-082-2/+4
* | | | sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni2017-06-083-1/+30
* | | | sched/deadline: Implement GRUB accountingLuca Abeni2017-06-083-2/+21
* | | | sched/deadline: Fix the update of the total -deadline utilizationLuca Abeni2017-06-082-39/+27
* | | | sched/deadline: Improve the tracking of active utilizationLuca Abeni2017-06-083-15/+259
* | | | sched/deadline: Track the active utilizationLuca Abeni2017-06-082-4/+67
* | | | sched/core: Implement new approach to scale select_idle_cpu()Peter Zijlstra2017-06-082-5/+17
* | | | sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()Peter Zijlstra2017-05-241-1/+8
* | | | sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner2017-05-231-1/+3
* | | | sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka2017-05-231-1/+2
* | | | sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Dave Kleikamp2017-05-231-0/+11
* | | | sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)2017-05-231-2/+2
* | | | sched/deadline: Remove unnecessary condition in push_dl_task()Byungchul Park2017-05-231-1/+1
* | | | sched/rt: Remove unnecessary condition in push_rt_task()Byungchul Park2017-05-231-1/+1
* | | | sched/core: Use the new llist_for_each_entry_safe() primitiveByungchul Park2017-05-231-12/+3
* | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-05-231-4/+3
|\ \ \ \ | | |_|/ | |/| |
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki2017-05-221-4/+3
| |\ \ \ \ \ | | | | |/ / | | | |/| |
| | | | * | cpufreq: schedutil: use now as reference when aggregating shared policy requestsJuri Lelli2017-05-051-4/+3
* | | | | | sched/fair: Fix O(nr_cgroups) in load balance pathTejun Heo2017-05-151-8/+34
* | | | | | sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqsPeter Zijlstra2017-05-151-5/+25
* | | | | | sched/topology: Rename sched_group_cpus()Peter Zijlstra2017-05-153-31/+31
* | | | | | sched/topology: Rename sched_group_mask()Peter Zijlstra2017-05-153-25/+19
* | | | | | sched/topology: Simplify sched_group_mask() usagePeter Zijlstra2017-05-152-6/+6
* | | | | | sched/topology: Rewrite get_group()Peter Zijlstra2017-05-151-24/+22
* | | | | | sched/topology: Add a few commentsPeter Zijlstra2017-05-151-7/+193
* | | | | | sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra2017-05-151-6/+16
* | | | | | sched/topology: Add sched_group_capacity debuggingPeter Zijlstra2017-05-152-10/+19