summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2017-08-10sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar2-2/+2
2017-08-10sched/cpupri: Don't re-initialize 'struct cpupri'Viresh Kumar1-2/+0
2017-08-10sched/deadline: Don't re-initialize 'struct cpudl'Viresh Kumar1-1/+0
2017-08-10sched/topology: Drop memset() from init_rootdomain()Viresh Kumar1-3/+1
2017-08-10sched/fair: Drop always true parameter of update_cfs_rq_load_avg()Viresh Kumar1-8/+7
2017-08-10sched/fair: Avoid checking cfs_rq->nr_running twiceViresh Kumar1-7/+9
2017-08-10sched/fair: Pass 'rq' to weighted_cpuload()Viresh Kumar1-14/+14
2017-08-10sched/core: Reuse put_prev_task()Viresh Kumar1-1/+1
2017-08-10sched/fair: Call cpufreq update util handlers less frequently on UPViresh Kumar1-24/+24
2017-08-10cpufreq: Return 0 from ->fast_switch() on errorsViresh Kumar1-1/+1
2017-08-01sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar5-18/+35
2017-07-28sched: Allow migrating kthreads into online but inactive CPUsTejun Heo1-2/+7
2017-07-26cpufreq: schedutil: Use unsigned int for iowait boostJoel Fernandes1-3/+3
2017-07-26cpufreq: schedutil: Make iowait boost more energy efficientJoel Fernandes1-6/+32
2017-07-26cpufreq: schedutil: Set dynamic_switching to trueViresh Kumar1-0/+1
2017-07-25sched/core: Fix some documentation build warningsJonathan Corbet1-1/+1
2017-07-22cpufreq: Use transition_delay_us for legacy governors as wellViresh Kumar1-10/+1
2017-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-9/+11
2017-07-14Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Rafael J. Wysocki1-0/+5
2017-07-14sched/deadline: Fix confusing comments about selection of top pi-waiterJoel Fernandes1-6/+8
2017-07-14sched/cputime: Don't use smp_processor_id() in preemptible contextWanpeng Li1-3/+3
2017-07-12cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() raceVikram Mulukutla1-0/+5
2017-07-05sched/fair: Fix load_balance() affinity redo pathJeffrey Hugo1-12/+20
2017-07-05sched/cputime: Accumulate vtime on top of nsec clocksourceWanpeng Li1-22/+42
2017-07-05sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker1-48/+64
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker1-15/+15
2017-07-05sched/cputime: Always set tsk->vtime_snap_whence after accounting vtimeFrederic Weisbecker1-1/+1
2017-07-05vtime, sched/cputime: Remove vtime_account_user()Frederic Weisbecker1-6/+6
2017-07-04Revert "sched/cputime: Refactor the cputime_adjust() code"Ingo Molnar1-8/+14
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-1553/+2380
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+1
2017-06-30sched/cputime: Refactor the cputime_adjust() codeGustavo A. R. Silva1-11/+5
2017-06-30sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira1-2/+15
2017-06-29sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner1-0/+2
2017-06-24sched/fair: Remove effective_load()Rik van Riel1-123/+1
2017-06-24sched/numa: Implement NUMA node level wake_affine()Rik van Riel1-59/+71
2017-06-24sched/fair: Simplify wake_affine() for the single socket caseRik van Riel1-1/+12
2017-06-24sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel1-0/+4
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre3-315/+315
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre3-340/+364
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre1-4/+3
2017-06-22sched/fair: Spare idle load balancing on nohz_full CPUsFrederic Weisbecker1-0/+4
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker1-25/+26
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar7-374/+384
2017-06-20sched/fair: WARN() and refuse to set buddy when !se->on_rqDaniel Axtens1-2/+8
2017-06-20sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...Ingo Molnar1-2/+2
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2-14/+14
2017-06-20sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar2-16/+25
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar3-258/+264
2017-06-20sched/wait: Standardize wait_bit_queue namingIngo Molnar1-21/+20