summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik2020-02-111-1/+1
* sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman2020-02-101-0/+13
* sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider2019-12-251-4/+5
* sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider2019-12-251-7/+7
* sched/uclamp: Remove uclamp_util()Valentin Schneider2019-12-251-9/+0
* sched/uclamp: Fix overzealous type replacementValentin Schneider2019-11-171-1/+1
* sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra2019-11-111-2/+2
* sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra2019-11-111-15/+3
* sched/core: Optimize pick_next_task()Peter Zijlstra2019-11-111-0/+3
* sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra2019-11-081-3/+27
* sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-251-0/+34
* Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-161-2/+2
|\
| * sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner2019-07-311-2/+2
* | sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi2019-09-031-1/+1
* | sched/uclamp: Propagate parent clampsPatrick Bellasi2019-09-031-0/+2
* | sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi2019-09-031-0/+8
* | sched: Rework pick_next_task() slow-pathPeter Zijlstra2019-08-081-5/+8
* | sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra2019-08-081-2/+2
* | sched/fair: Expose newidle_balance()Peter Zijlstra2019-08-081-0/+4
* | sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra2019-08-081-3/+4
* | sched: Rework CPU hotplug task selectionPeter Zijlstra2019-08-081-0/+1
* | sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2019-08-081-4/+0
* | cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2019-07-251-3/+0
* | sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li2019-07-251-3/+5
* | sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar2019-07-251-1/+2
|/
* sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi2019-06-241-12/+9
* sched/uclamp: Add uclamp_util_with()Patrick Bellasi2019-06-241-1/+20
* sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi2019-06-241-0/+23
* sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi2019-06-241-0/+2
* sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2019-06-241-0/+51
* sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-241-1/+1
* sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com2019-06-171-4/+4
* sched/core: Remove rq->cpu_load[]Dietmar Eggemann2019-06-031-2/+0
* sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-031-6/+0
* sched/fair: Remove rq->loadDietmar Eggemann2019-06-031-2/+0
* sched/core: Annotate perf_domain pointer with __rcuJoel Fernandes (Google)2019-04-031-1/+1
* sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)2019-04-031-7/+7
* sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcuJoel Fernandes (Google)2019-04-031-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-061-10/+44
|\
| * sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann2019-02-111-1/+1
| * sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-02-041-3/+3
| * sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...Vincent Guittot2019-02-041-0/+7
| * sched/fair: Update scale invariance of PELTVincent Guittot2019-02-041-1/+4
| * sched/fair: Move the rq_of() helper functionVincent Guittot2019-02-041-0/+16
| * sched/core: Give DCE a fighting chancePeter Zijlstra2019-01-271-5/+13
* | sched: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2019-01-251-1/+1
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-3/+3
* sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen2018-12-111-0/+4
* sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret2018-12-111-0/+3
* sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret2018-12-111-0/+4
OpenPOWER on IntegriCloud