summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAge
* Initial attempt to "connect the wires"Nathan O2019-12-09
* sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra2019-11-08
* sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-25
* Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-16
|\
| * sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner2019-07-31
* | sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi2019-09-03
* | sched/uclamp: Propagate parent clampsPatrick Bellasi2019-09-03
* | sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi2019-09-03
* | sched: Rework pick_next_task() slow-pathPeter Zijlstra2019-08-08
* | sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra2019-08-08
* | sched/fair: Expose newidle_balance()Peter Zijlstra2019-08-08
* | sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra2019-08-08
* | sched: Rework CPU hotplug task selectionPeter Zijlstra2019-08-08
* | sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2019-08-08
* | cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2019-07-25
* | sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li2019-07-25
* | sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar2019-07-25
|/
* sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi2019-06-24
* sched/uclamp: Add uclamp_util_with()Patrick Bellasi2019-06-24
* sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi2019-06-24
* sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi2019-06-24
* sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2019-06-24
* sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-24
* sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com2019-06-17
* sched/core: Remove rq->cpu_load[]Dietmar Eggemann2019-06-03
* sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-03
* sched/fair: Remove rq->loadDietmar Eggemann2019-06-03
* sched/core: Annotate perf_domain pointer with __rcuJoel Fernandes (Google)2019-04-03
* sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)2019-04-03
* sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcuJoel Fernandes (Google)2019-04-03
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-06
|\
| * sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann2019-02-11
| * sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-02-04
| * sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...Vincent Guittot2019-02-04
| * sched/fair: Update scale invariance of PELTVincent Guittot2019-02-04
| * sched/fair: Move the rq_of() helper functionVincent Guittot2019-02-04
| * sched/core: Give DCE a fighting chancePeter Zijlstra2019-01-27
* | sched: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2019-01-25
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-05
* sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen2018-12-11
* sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret2018-12-11
* sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret2018-12-11
* sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret2018-12-11
* sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret2018-12-11
* sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret2018-12-11
* sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret2018-12-11
* sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret2018-12-11
* sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot2018-12-11
* sched: Fix various typos in commentsIngo Molnar2018-12-03
* Merge tag 'v4.20-rc5' into sched/core, to pick up fixesIngo Molnar2018-12-03
|\