aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2018-08-22sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig1-0/+2
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+1
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2018-08-20sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki1-1/+1
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-18/+13
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-20/+40
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-72/+62
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner6-68/+84
2018-08-03signal: Add calculate_sigpending()Eric W. Biederman1-0/+2
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)1-1/+1
2018-07-30sched/clock: Disable interrupts when calling generic_sched_clock_init()Pavel Tatashin1-0/+2
2018-07-25sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()Srikar Dronamraju1-6/+3
2018-07-25sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju1-8/+9
2018-07-25sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju1-2/+2
2018-07-25sched/numa: Remove numa_has_capacity()Srikar Dronamraju1-33/+3
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju3-5/+10
2018-07-25sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju1-5/+3
2018-07-25sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju1-1/+1
2018-07-25sched/debug: Reverse the order of printing faultsSrikar Dronamraju1-2/+2
2018-07-25sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju1-10/+10
2018-07-25sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju1-6/+4
2018-07-25sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju1-18/+2
2018-07-25sched/numa: Evaluate move once per nodeSrikar Dronamraju1-71/+57
2018-07-25sched/debug: Show the sum wait time of a task groupYun Wang1-0/+10
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot4-15/+23
2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar3-3/+20
2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu1-0/+2
2018-07-25sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira1-1/+7
2018-07-25sched/topology: Check variable group before dereferencing itYi Wang1-1/+1
2018-07-20sched/clock: Close a hole in sched_clock_init()Peter Zijlstra1-10/+6
2018-07-20sched/clock: Use static key for sched_clock_runningPavel Tatashin2-10/+8
2018-07-20sched/clock: Enable sched clock earlyPavel Tatashin1-1/+19
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin2-11/+17
2018-07-17sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri3-26/+20
2018-07-17locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri1-20/+21
2018-07-17sched/core: Use smp_mb() in wake_woken_function()Andrea Parri1-26/+21
2018-07-16sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior1-9/+4
2018-07-16sched/cpufreq: Clarify sugov_get_util()Peter Zijlstra1-21/+54
2018-07-16sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot2-9/+0
2018-07-16sched/core: Remove the rt_avg codeVincent Guittot3-45/+0
2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot4-27/+23
2018-07-15sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2-30/+16
2018-07-15cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot2-4/+34
2018-07-15sched/irq: Add IRQ utilization trackingVincent Guittot5-4/+72
2018-07-15cpufreq/schedutil: Use DL utilization trackingVincent Guittot2-7/+23
2018-07-15sched/dl: Add dl_rq utilization trackingVincent Guittot5-3/+44
2018-07-15cpufreq/schedutil: Use RT utilization trackingVincent Guittot1-1/+8
2018-07-15sched/rt: Add rt_rq utilization trackingVincent Guittot5-1/+66
2018-07-15sched/pelt: Move PELT related code in a dedicated fileVincent Guittot5-333/+375
2018-07-15sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret1-4/+6
2018-07-15sched/deadline: Fix switched_from_dl() warningJuri Lelli1-1/+10
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar5-67/+74
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra1-20/+11
2018-07-03sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot1-12/+4
2018-07-03sched/fair: Advance global expiration when period timer is restartedXunlei Pang1-5/+10
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2-8/+12
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot3-7/+16
2018-07-03sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker1-15/+21
2018-06-21sched/fair: Remove stale tg_unthrottle_up() commentsLi RongQing1-1/+0
2018-06-21sched/debug: Use match_string() helper instead of open-coded logicYisheng Xie1-16/+15
2018-06-21sched/smt: Update sched_smt_present at runtimePeter Zijlstra2-18/+13
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra1-5/+5
2018-06-20sched/swait: Switch to full exclusive modePeter Zijlstra1-5/+17
2018-06-20sched/swait: Remove __prepare_to_swaitPeter Zijlstra1-1/+1
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland1-0/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-0/+2
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-83/+179
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-68/+111
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-41/+2
2018-06-04Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'Rafael J. Wysocki1-83/+179
2018-05-31sched/headers: Fix typoDavidlohr Bueso1-1/+1
2018-05-31sched/deadline: Fix missing clock updateJuri Lelli1-3/+3
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton1-2/+1
2018-05-31sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra1-12/+30
2018-05-25sched/fair: Update util_est before updating schedutilPatrick Bellasi1-1/+8
2018-05-25sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi1-9/+8
2018-05-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar4-8/+5
2018-05-25sched/topology: Clarify root domain(s) debug stringJuri Lelli1-1/+1
2018-05-24cpufreq: schedutil: Avoid missing updates for one-CPU policiesRafael J. Wysocki1-23/+47
2018-05-23schedutil: Allow cpufreq requests to be made even when kthread kickedJoel Fernandes (Google)1-8/+26
2018-05-23cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar1-1/+1
2018-05-22cpufreq: schedutil: Cleanup and document iowait boostPatrick Bellasi1-45/+107
2018-05-22cpufreq: schedutil: Fix iowait boost resetPatrick Bellasi1-8/+10
2018-05-18sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre1-1/+1
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre3-6/+3
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-14/+0
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig2-41/+2
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney1-14/+0
2018-05-15cpufreq: schedutil: Don't set next_freq to UINT_MAXViresh Kumar1-12/+6
2018-05-15Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...Dietmar Eggemann1-5/+1
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain2-10/+24
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman3-21/+48
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar4-73/+14
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-31/+34
2018-05-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-56/+1
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman1-56/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki1-1/+2
2018-05-09cpufreq: schedutil: remove stale commentJuri Lelli1-13/+0
2018-05-05sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra1-2/+5
2018-05-05sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra1-1/+6
2018-05-04sched/core: Don't schedule threads on pre-empted vCPUsRohit Jain1-0/+3
2018-05-04sched/fair: Avoid calling sync_entity_load_avg() unnecessarilyViresh Kumar1-9/+7
2018-05-04sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar1-21/+16
2018-05-04sched/core: Introduce set_special_state()Peter Zijlstra1-16/+1
2018-05-03kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra1-11/+21
2018-05-03sched/fair: Fix the update of blocked load when newly idleVincent Guittot1-1/+1
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-11/+19
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-6/+28
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki1-3/+8
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki1-1/+3
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland1-0/+1
2018-04-05sched: idle: Do not stop the tick before cpuidle_idle_call()Rafael J. Wysocki1-4/+15
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki1-3/+6
2018-04-05time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki1-0/+1
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso5-9/+16
2018-04-05sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso1-0/+2
2018-04-05Merge branch 'linus' into sched/urgent, to pick up fixes and updatesIngo Molnar32-1580/+2055
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+6
2018-04-02Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-84/+26
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds32-1497/+2026
2018-04-02sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()Dominik Brodowski1-2/+6
2018-03-31sched/cpufreq/schedutil: Fix error path mutex unlockJules Maselbas1-2/+1
2018-03-27sched/core: Update preempt_notifier_key to modern APIDavidlohr Bueso1-6/+6
2018-03-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-12/+17
2018-03-23sched/cpufreq: Rate limits for SCHED_DEADLINEClaudio Scordino1-0/+14
2018-03-20sched/debug: Adjust newlines for better alignmentJoe Lawrence1-11/+16
2018-03-20sched/debug: Fix per-task line continuation for console outputJoe Lawrence1-1/+1
2018-03-20sched/wait: Improve __var_waitqueue() code generationPeter Zijlstra1-6/+1
2018-03-20sched/wait: Remove the wait_on_atomic_t() APIPeter Zijlstra1-101/+0
2018-03-20sched/wait: Introduce wait_var_event()Peter Zijlstra1-0/+48
2018-03-20sched/fair: Update util_est only on util_avg updatesPatrick Bellasi2-5/+39
2018-03-20sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi1-1/+8
2018-03-20sched/fair: Use util_est in LB and WU pathsPatrick Bellasi1-14/+70
2018-03-20sched/fair: Add util_est on top of PELTPatrick Bellasi3-6/+125
2018-03-20Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-5/+10
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+10
2018-03-09sched/completions: Use bool in try_wait_for_completion()gaurav jindal1-3/+3
2018-03-09sched/fair: Update blocked load when newly idleVincent Guittot1-18/+87
2018-03-09sched/fair: Move idle_balance()Peter Zijlstra1-114/+114
2018-03-09sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra1-6/+4
2018-03-09sched/fair: Move rebalance_domains()Peter Zijlstra1-118/+118
2018-03-09sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra1-5/+4
2018-03-09sched/fair: Reduce the periodic update durationVincent Guittot1-4/+17
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot2-20/+97
2018-03-09sched/cpufreq: Provide migration hintPeter Zijlstra1-12/+19
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra3-43/+43
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra3-6/+45
2018-03-09sched/fair: Add NOHZ stats balancingPeter Zijlstra1-12/+19
2018-03-09sched/fair: Restructure nohz_balance_kick()Peter Zijlstra1-107/+111
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra3-19/+41
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra3-16/+24
2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra2-43/+40
2018-03-09cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra1-2/+2
2018-03-09sched/fair: Add ';' after label attributesNorbert Manthey1-1/+1
2018-03-04sched/core: Undefine tracepoint creation at the end of core.cIngo Molnar1-0/+2
2018-03-04sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Ingo Molnar2-15/+15
2018-03-04sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.cIngo Molnar3-120/+125
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar28-213/+94
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar28-710/+706
2018-03-03sched/deadline: Clean up various coding style detailsMario Leinweber1-1/+4
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker3-40/+1
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker8-1/+136
2018-02-21sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker1-1/+2
2018-02-21sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker1-3/+3
2018-02-21sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...Mel Gorman1-1/+56
2018-02-21sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman1-0/+12
2018-02-21sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra1-1/+1
2018-02-21sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman1-1/+10
2018-02-21sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...Mel Gorman1-1/+1
2018-02-21sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman1-3/+2
2018-02-21Merge tag 'v4.16-rc2' into sched/core, to pick up fixesIngo Molnar4-16/+22
2018-02-13sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan1-2/+0
2018-02-13sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra1-11/+16
2018-02-13sched/rt: Make update_curr_rt() more accurateWen Yang1-1/+2
2018-02-13sched/deadline: Make update_curr_dl() more accurateWen Yang1-2/+4
2018-02-13sched/fair: Remove stray space in #ifdefVincent Guittot1-2/+2
2018-02-12sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo1-5/+10
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan1-1/+1
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar1-3/+2
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman2-2/+21
2018-02-06sched/fair: Do not migrate if the prev_cpu is idleMel Gorman1-1/+7
2018-02-06sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman1-18/+17
2018-02-06sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman1-5/+3
2018-02-06sched/rt: Make update_curr_rt() more accurateWen Yang1-2/+3
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)3-2/+22
2018-02-06sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)1-7/+8
2018-02-06sched/core: Optimize update_stats_*()Peter Zijlstra2-16/+20
2018-02-06sched/core: Optimize ttwu_stat()Peter Zijlstra2-8/+10
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers2-17/+54
2018-02-05membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers1-8/+112
2018-02-05membarrier: Document scheduler barrier requirementsMathieu Desnoyers1-11/+26
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers2-10/+8
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-3/+2