aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn1-39/+81
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-4/+20
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-404/+219
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi1-6/+34
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi1-0/+4
2019-06-24sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann1-21/+21
2019-06-24sched/debug: Add sched_overutilized tracepointQais Yousef1-2/+8
2019-06-24sched/debug: Add new tracepoint to track PELT at se levelQais Yousef1-0/+1
2019-06-24sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef1-0/+6
2019-06-24sched/debug: Add a new sched_trace_*() helper functionsQais Yousef1-0/+99
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-3/+3
2019-06-17x86/percpu, sched/fair: Avoid local_clock()Peter Zijlstra1-2/+3
2019-06-17sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com1-0/+7
2019-06-17sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider1-10/+16
2019-06-03sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann1-3/+1
2019-06-03sched/fair: Replace source_load() & target_load() with weighted_cpuload()Dietmar Eggemann1-86/+4
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann1-255/+0
2019-06-03sched/fair: Remove rq->loadDietmar Eggemann1-5/+2
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-17/+17
2019-05-03Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+29
2019-04-29sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin1-6/+10
2019-04-25sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-04-18sched/core: Make some functions staticYueHaibing1-1/+1
2019-04-16sched/core: Unify p->on_rq updatesPeter Zijlstra1-2/+0
2019-04-16sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld1-0/+25
2019-04-16sched/fair: Remove unneeded prototype of capacity_of()Valentin Schneider1-1/+0
2019-04-03sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() staticYueHaibing1-2/+2
2019-04-03sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman1-3/+3
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+63
2019-03-19sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider1-28/+37
2019-03-19sched/fair: Tune down misfit NOHZ kicksValentin Schneider1-1/+25
2019-03-19sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider1-2/+11
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+8
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-7/+8
2019-02-13sched/fair: Use non-atomic cpumask_{set,clear}_cpu()Viresh Kumar1-3/+3
2019-02-11sched/fair: Remove unused 'sd' parameter from select_idle_smt()Viresh Kumar1-3/+3
2019-02-11sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment blockValentin Schneider1-9/+2
2019-02-11sched/fair: Explain LLC nohz kick conditionValentin Schneider1-2/+7
2019-02-11sched/fair: Simplify nohz_balancer_kick()Valentin Schneider1-6/+2
2019-02-11sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argumentDietmar Eggemann1-22/+16
2019-02-11sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot1-9/+34
2019-02-11sched/fair: Optimize update_blocked_averages()Vincent Guittot1-5/+21
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar1-0/+1
2019-02-04sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot1-5/+28
2019-02-04sched/fair: Add tmp_alone_branch assertionPeter Zijlstra1-55/+71
2019-02-04sched/pelt: Skip updating util_est when utilization is higher than CPU's capacityVincent Guittot1-5/+9
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot1-21/+24
2019-02-04sched/fair: Move the rq_of() helper functionVincent Guittot1-13/+0
2019-02-04sched/fair: Convert numa_group.refcount to refcount_tElena Reshetova1-6/+6
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf1-0/+1