summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2017-07-14Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Rafael J. Wysocki-0/+5
2017-07-12cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() raceVikram Mulukutla-0/+5
2017-07-05sched/fair: Fix load_balance() affinity redo pathJeffrey Hugo-12/+20
2017-07-05sched/cputime: Accumulate vtime on top of nsec clocksourceWanpeng Li-22/+42
2017-07-05sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker-48/+64
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker-15/+15
2017-07-05sched/cputime: Always set tsk->vtime_snap_whence after accounting vtimeFrederic Weisbecker-1/+1
2017-07-05vtime, sched/cputime: Remove vtime_account_user()Frederic Weisbecker-6/+6
2017-07-04Revert "sched/cputime: Refactor the cputime_adjust() code"Ingo Molnar-8/+14
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1553/+2380
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+1
2017-06-30sched/cputime: Refactor the cputime_adjust() codeGustavo A. R. Silva-11/+5
2017-06-30sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira-2/+15
2017-06-29sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner-0/+2
2017-06-24sched/fair: Remove effective_load()Rik van Riel-123/+1
2017-06-24sched/numa: Implement NUMA node level wake_affine()Rik van Riel-59/+71
2017-06-24sched/fair: Simplify wake_affine() for the single socket caseRik van Riel-1/+12
2017-06-24sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel-0/+4
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre-315/+315
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre-340/+364
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre-4/+3
2017-06-22sched/fair: Spare idle load balancing on nohz_full CPUsFrederic Weisbecker-0/+4
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker-25/+26
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar-374/+384
2017-06-20sched/fair: WARN() and refuse to set buddy when !se->on_rqDaniel Axtens-2/+8
2017-06-20sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...Ingo Molnar-2/+2
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar-14/+14
2017-06-20sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar-16/+25
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar-258/+264
2017-06-20sched/wait: Standardize wait_bit_queue namingIngo Molnar-21/+20
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar-21/+20
2017-06-20sched/wait: Standardize internal naming of wait-queue headsIngo Molnar-77/+77
2017-06-20sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar-49/+49
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-23/+23
2017-06-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2017-06-15Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'Rafael J. Wysocki-323/+608
2017-06-12Revert "cpufreq: schedutil: Reduce frequencies slower"Rafael J. Wysocki-3/+0
2017-06-11sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski-1/+1
2017-06-11sched/fair: Fix typo in printk messageMarcin Nowakowski-1/+1
2017-06-08sched: Rely on synchronize_rcu_mult() de-duplicationPaul E. McKenney-7/+1
2017-06-08sched/idle: Add deferrable vmstat_updater backAubrey Li-0/+1
2017-06-08sched/core: Omit building stop_sched_class when !SMPNicolas Pitre-32/+36
2017-06-08sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira-12/+88
2017-06-08sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang-0/+2
2017-06-08sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni-24/+72
2017-06-08sched/deadline: Base GRUB reclaiming on the inactive utilizationLuca Abeni-18/+22
2017-06-08sched/deadline: Track the "total rq utilization" tooLuca Abeni-34/+95
2017-06-08sched/deadline: Make GRUB a task's flagLuca Abeni-2/+4
2017-06-08sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni-1/+30
2017-06-08sched/deadline: Implement GRUB accountingLuca Abeni-2/+21