summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi2019-06-241-12/+9Star
* 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/+0Star
* sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-031-6/+0Star
* sched/fair: Remove rq->loadDietmar Eggemann2019-06-031-2/+0Star
* 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-261-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
* sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret2018-12-111-3/+1Star
* sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret2018-12-111-1/+2
* sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret2018-12-111-0/+21
* sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret2018-12-111-0/+30
* sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret2018-12-111-18/+0Star
* sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot2018-12-111-3/+0Star
* sched: Fix various typos in commentsIngo Molnar2018-12-031-2/+2
* Merge tag 'v4.20-rc5' into sched/core, to pick up fixesIngo Molnar2018-12-031-3/+1Star
|\
| * sched/smt: Expose sched_smt_present static keyThomas Gleixner2018-11-281-3/+1Star
* | sched/core: Clean up the #ifdef block in add_nr_running()Viresh Kumar2018-11-121-2/+2
* | sched/core: Create task_has_idle_policy() helperViresh Kumar2018-11-121-0/+5
|/
* psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-271-0/+2
* sched: introduce this_rq_lock_irq()Johannes Weiner2018-10-271-0/+12
* sched: sched.h: make rq locking and clock functions available in stats.hJohannes Weiner2018-10-271-82/+82
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-231-1/+0Star
|\
| * x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...Christophe Leroy2018-10-221-1/+0Star
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-10-231-8/+15
|\ \
| * | sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-10-021-3/+2Star
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-10-021-1/+2
| |\ \
| * | | sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra2018-09-101-1/+1
| * | | sched/fair: Set rq->rd->overload when misfitValentin Schneider2018-09-101-1/+5
| * | | sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider2018-09-101-2/+2
| * | | sched/core: Change root_domain->overload type to intValentin Schneider2018-09-101-2/+2
| * | | sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen2018-09-101-0/+1
| * | | sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen2018-09-101-0/+2