index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
2019-08-12
sched/fair: Use rq_lock/unlock in online_fair_sched_group
Phil Auld
2019-08-08
sched: Rework pick_next_task() slow-path
Peter Zijlstra
2019-08-08
sched: Allow put_prev_task() to drop rq->lock
Peter Zijlstra
2019-08-08
sched/fair: Expose newidle_balance()
Peter Zijlstra
2019-08-08
sched: Add task_struct pointer to sched_class::set_curr_task
Peter Zijlstra
2019-08-08
sched/fair: Fix low cpu usage with high throttling by removing expiration of ...
Dave Chiluk
2019-07-25
sched/fair: Introduce fits_capacity()
Viresh Kumar
2019-07-25
sched/fair: Fall back to sched-idle CPU if idle CPU isn't found
Viresh Kumar
2019-07-25
sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rq
Viresh Kumar
2019-07-25
sched/fair: Fix imbalance due to CPU affinity
Vincent Guittot
2019-07-25
sched/fair: Change task_numa_work() storage to static
Valentin Schneider
2019-07-25
sched/fair: Move task_numa_work() init to init_numa_balancing()
Valentin Schneider
2019-07-25
sched/fair: Move init_numa_balancing() below task_numa_work()
Valentin Schneider
2019-07-25
sched/fair: Use RCU accessors consistently for ->numa_group
Jann Horn
2019-07-25
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
2019-07-08
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-06-24
sched/uclamp: Add uclamp support to energy_compute()
Patrick Bellasi
2019-06-24
sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasks
Patrick Bellasi
2019-06-24
sched/fair: Rename weighted_cpuload() to cpu_runnable_load()
Dietmar Eggemann
2019-06-24
sched/debug: Add sched_overutilized tracepoint
Qais Yousef
2019-06-24
sched/debug: Add new tracepoint to track PELT at se level
Qais Yousef
2019-06-24
sched/debug: Add new tracepoints to track PELT at rq level
Qais Yousef
2019-06-24
sched/debug: Add a new sched_trace_*() helper functions
Qais Yousef
2019-06-24
sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()
Vincent Guittot
2019-06-17
x86/percpu, sched/fair: Avoid local_clock()
Peter Zijlstra
2019-06-17
sched/fair: Don't push cfs_bandwith slack timers forward
bsegall@google.com
2019-06-17
sched/fair: Clean up definition of NOHZ blocked load functions
Valentin Schneider
2019-06-03
sched/fair: Remove sgs->sum_weighted_load
Dietmar Eggemann
2019-06-03
sched/fair: Replace source_load() & target_load() with weighted_cpuload()
Dietmar Eggemann
2019-06-03
sched/fair: Remove the rq->cpu_load[] update code
Dietmar Eggemann
2019-06-03
sched/fair: Remove rq->load
Dietmar Eggemann
2019-06-03
sched/core: Provide a pointer to the valid CPU mask
Sebastian Andrzej Siewior
2019-05-03
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2019-04-29
sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs
Nicholas Piggin
2019-04-25
sched/numa: Fix a possible divide-by-zero
Xie XiuQi
2019-04-18
sched/core: Make some functions static
YueHaibing
2019-04-16
sched/core: Unify p->on_rq updates
Peter Zijlstra
2019-04-16
sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup
Phil Auld
2019-04-16
sched/fair: Remove unneeded prototype of capacity_of()
Valentin Schneider
2019-04-03
sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() static
YueHaibing
2019-04-03
sched/fair: Do not re-read ->h_load_next during hierarchical load calculation
Mel Gorman
2019-03-24
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-03-19
sched/fair: Skip LLC NOHZ logic for asymmetric systems
Valentin Schneider
2019-03-19
sched/fair: Tune down misfit NOHZ kicks
Valentin Schneider
2019-03-19
sched/fair: Comment some nohz_balancer_kick() kick conditions
Valentin Schneider
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-03-05
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
2019-02-13
sched/fair: Use non-atomic cpumask_{set,clear}_cpu()
Viresh Kumar
2019-02-11
sched/fair: Remove unused 'sd' parameter from select_idle_smt()
Viresh Kumar
2019-02-11
sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment block
Valentin Schneider
[next]