- 5b78f2d sched/fair: Trivial correction of the newidle_balance() comment by Barry Song · 4 years, 3 months ago
- 13d5a5e sched/fair: Clear SMT siblings after determining the core is not idle by Mel Gorman · 4 years, 3 months ago
- 59a74b1 sched: Fix kernel-doc markup by Mauro Carvalho Chehab · 4 years, 3 months ago
- a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 4 months ago
- 23e6082 sched: Limit the amount of NUMA imbalance that can exist at fork time by Mel Gorman · 4 years, 4 months ago
- 7d2b5dd sched/numa: Allow a floating imbalance between NUMA nodes by Mel Gorman · 4 years, 4 months ago
- 5c33900 sched: Avoid unnecessary calculation of load imbalance at clone time by Mel Gorman · 4 years, 4 months ago
- abeae76a sched/numa: Rename nr_running and break out the magic number by Mel Gorman · 4 years, 4 months ago
- f4b936f Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
- 8e1ac42 sched/fair: Fix overutilized update in enqueue_task_fair() by Quentin Perret · 4 years, 4 months ago
- d0a37fd Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
- dc824eb8 sched/fair: Dissociate wakeup decisions from SD flag value by Valentin Schneider · 4 years, 4 months ago
- 3aef155 sched: Remove select_task_rq()'s sd_flag parameter by Valentin Schneider · 4 years, 4 months ago
- cdb3104 sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer() by Hui Su · 4 years, 4 months ago
- b4c9c9f sched/fair: Prefer prev cpu in asymmetric wakeup path by Vincent Guittot · 4 years, 5 months ago
- 16b0a7a sched/fair: Ensure tasks spreading in LLC during LB by Vincent Guittot · 4 years, 4 months ago
- b6d37a7 sched/fair: Reorder throttle_cfs_rq() path by Peng Wang · 4 years, 4 months ago
- d8fcb81 sched/fair: Check for idle core in wake_affine by Julia Lawall · 4 years, 5 months ago
- 43c31ac sched: Remove relyance on STRUCT_ALIGNMENT by Peter Zijlstra · 4 years, 5 months ago
- 45da7a2 sched/fair: Exclude the current CPU from find_new_ilb() by Peter Zijlstra · 4 years, 7 months ago
- b9c88f7 sched/fair: Improve the accuracy of sched_stat_wait statistics by jun qian · 4 years, 5 months ago
- 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 5 months ago
- 91989c7 task_work: cleanup notification modes by Jens Axboe · 4 years, 5 months ago
- 51cf18c sched/debug: Add new tracepoint to track cpu_capacity by Vincent Donnefort · 4 years, 7 months ago
- 9abb897 sched/fair: Tweak pick_next_entity() by Peter Oskolkov · 4 years, 5 months ago
- 233e7ac sched/fair: Use dst group while checking imbalance for NUMA balancer by Barry Song · 4 years, 6 months ago
- e4d32e4 sched/fair: Minimize concurrent LBs between domain level by Vincent Guittot · 4 years, 6 months ago
- 5a7f555 sched/fair: Relax constraint on task's load during load balance by Vincent Guittot · 4 years, 6 months ago
- fe74915 sched/fair: Remove the force parameter of update_tg_load_avg() by Xianting Tian · 4 years, 6 months ago
- df3cb4e sched/fair: Fix wrong cpu selecting from isolated domain by Xunlei Pang · 4 years, 6 months ago
- 8e0e0ed sched/numa: Use runnable_avg to classify node by Vincent Guittot · 4 years, 6 months ago
- 1724b95 sched/fair: Simplify the work when reweighting entity by Jiang Biao · 4 years, 7 months ago
- da0777d sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu() by Lukasz Luba · 4 years, 7 months ago
- ec73240 sched/fair: Ignore cache hotness for SMT migration by Josh Don · 4 years, 7 months ago
- 0408497 Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
- 5b56420 Merge branches 'pm-em' and 'pm-core' by Rafael J. Wysocki · 4 years, 7 months ago
- 3edecfe sched/fair: update_pick_idlest() Select group with lowest group_util when idle_cpus are equal by Peter Puhov · 4 years, 8 months ago
- 015dc08 Merge branch 'sched/urgent' by Peter Zijlstra · 4 years, 8 months ago
- 01cfcde sched/fair: handle case of task_h_load() returning 0 by Vincent Guittot · 4 years, 8 months ago
- 9d24605 sched: Add a tracepoint to track rq->nr_running by Phil Auld · 4 years, 9 months ago
- faa2fd7 Merge branch 'sched/urgent' by Peter Zijlstra · 4 years, 8 months ago
- e21cf43 sched/cfs: change initial value of runnable_avg by Vincent Guittot · 4 years, 9 months ago
- 423d02e sched/fair: Optimize dequeue_task_fair() by Peng Wang · 4 years, 9 months ago
- a87e749 sched: Remove struct sched_class::next field by Steven Rostedt (VMware) · 5 years ago
- 590d697 sched: Force the address order of each sched class descriptor by Steven Rostedt (VMware) · 5 years ago
- f0b5694 PM / EM: change name of em_pd_energy to em_cpu_energy by Lukasz Luba · 4 years, 10 months ago
- 87e867b sched/pelt: Cleanup PELT divider by Vincent Guittot · 4 years, 9 months ago
- 3ea2f09 sched/fair: Fix NOHZ next idle balance by Vincent Guittot · 4 years, 9 months ago
- 4581bea sched/debug: Add new tracepoints to track util_est by Vincent Donnefort · 4 years, 10 months ago
- 1ca2034 sched/fair: Remove unused 'sd' parameter from scale_rt_capacity() by Dietmar Eggemann · 4 years, 9 months ago
- 0900acf sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task() by Dietmar Eggemann · 4 years, 9 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 9 months ago
- cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 9 months ago
- 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
- 126c209 sched: Add rq::ttwu_pending by Peter Zijlstra · 4 years, 10 months ago
- 19a1f5e sched: Fix smp_call_function_single_async() usage for ILB by Peter Zijlstra · 4 years, 10 months ago
- 498bdcd Merge branch 'sched/urgent' into sched/core, to pick up fix by Ingo Molnar · 4 years, 10 months ago
- 18f855e sched/fair: Don't NUMA balance for kthreads by Jens Axboe · 4 years, 10 months ago
- 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
- 04f5c36 sched/fair: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
- 95d6859 sched/pelt: Sync util/runnable_sum with PELT window when propagating by Vincent Guittot · 4 years, 10 months ago
- 7d148be sched/fair: Optimize enqueue_task_fair() by Vincent Guittot · 4 years, 10 months ago
- 9013196 Merge branch 'sched/urgent' by Peter Zijlstra · 4 years, 10 months ago
- 39f23ce sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list by Vincent Guittot · 4 years, 10 months ago
- b34cb07 sched/fair: Fix enqueue_task_fair() warning some more by Phil Auld · 4 years, 10 months ago
- 90b5363 sched: Clean up scheduler_ipi() by Peter Zijlstra (Intel) · 5 years ago
- 17c891a sched/fair: Use __this_cpu_read() in wake_wide() by Muchun Song · 5 years ago
- f38f12d sched/fair: Mark sched_init_granularity __init by Muchun Song · 5 years ago
- 5a6d6a6 sched/fair: Refill bandwidth before scaling by Huaixin Chang · 5 years ago
- d91cecc sched: Make newidle_balance() static again by Chen Yu · 5 years ago
- e669ac8 sched: Remove checks against SD_LOAD_BALANCE by Valentin Schneider · 5 years ago
- 45da277 sched/fair: find_idlest_group(): Remove unused sd_flag parameter by Valentin Schneider · 5 years ago
- 64297f2 sched/fair: Simplify the code of should_we_balance() by Peng Wang · 5 years ago
- ab93a4b sched/fair: Remove distribute_running from CFS bandwidth by Josh Don · 5 years ago
- e98fa02c sched/fair: Eliminate bandwidth race between throttling and distribution by Paul Turner · 5 years ago
- 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 11 months ago
- 111688c sched/fair: Fix negative imbalance in imbalance calculation by Aubrey Li · 5 years ago
- 26a8b12 sched/fair: Fix race between runtime distribution and assignment by Huaixin Chang · 5 years ago
- d76343c sched/fair: Align rq->avg_idle and rq->avg_scan_cost by Valentin Schneider · 5 years ago
- 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 5 years ago
- 6c8116c sched/fair: Fix condition of avg_load calculation by Tao Zhou · 5 years ago
- c32b430 sched/fair: Improve spreading of utilization by Vincent Guittot · 5 years ago
- fe61468 sched/fair: Fix enqueue_task_fair warning by Vincent Guittot · 5 years ago
- 5ab297b sched/fair: Fix reordering of enqueue/dequeue_task_fair() by Vincent Guittot · 5 years ago
- 6212437 sched/fair: Fix runnable_avg for throttled cfs by Vincent Guittot · 5 years ago
- 0621df3 sched/numa: Acquire RCU lock for checking idle cores during NUMA balancing by Mel Gorman · 5 years ago
- 76c389a sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMA by Valentin Schneider · 5 years ago
- 05289b9 sched/fair: Enable tuning of decay period by Thara Gopinath · 5 years ago
- 467b7d0 sched/fair: Update cpu_capacity to reflect thermal pressure by Thara Gopinath · 5 years ago
- b4eccf5 sched/fair: Enable periodic update of average thermal pressure by Thara Gopinath · 5 years ago
- 1b10d38 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
- 289de35 sched/fair: Fix statistics for find_idlest_group() by Vincent Guittot · 5 years ago
- a0f03b6 sched/numa: Stop an exhastive search if a reasonable swap candidate or idle CPU is found by Mel Gorman · 5 years ago
- 88cca72 sched/numa: Bias swapping tasks based on their preferred node by Mel Gorman · 5 years ago
- 5fb52dd sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA balance by Mel Gorman · 5 years ago
- ff7db0b sched/numa: Prefer using an idle CPU as a migration target instead of comparing tasks by Mel Gorman · 5 years ago
- 070f5e8 sched/fair: Take into account runnable_avg to classify group by Vincent Guittot · 5 years ago
- 9f68395 sched/pelt: Add a new runnable average signal by Vincent Guittot · 5 years ago
- 0dacee1 sched/pelt: Remove unused runnable load average by Vincent Guittot · 5 years ago
- fb86f5b sched/numa: Use similar logic to the load balancer for moving between domains with spare capacity by Mel Gorman · 5 years ago