aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi1-12/+9
2019-06-24sched/uclamp: Add uclamp_util_with()Patrick Bellasi1-1/+20
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi1-0/+23
2019-06-24sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi1-0/+2
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi1-0/+51
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-1/+1
2019-06-17sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com1-4/+4
2019-06-03sched/core: Remove rq->cpu_load[]Dietmar Eggemann1-2/+0
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann1-6/+0
2019-06-03sched/fair: Remove rq->loadDietmar Eggemann1-2/+0
2019-04-03sched/core: Annotate perf_domain pointer with __rcuJoel Fernandes (Google)1-1/+1
2019-04-03sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)1-7/+7
2019-04-03sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcuJoel Fernandes (Google)1-1/+1
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+44
2019-02-11sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argumentDietmar Eggemann1-1/+1
2019-02-04sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri1-3/+3
2019-02-04sched/pelt: Skip updating util_est when utilization is higher than CPU's capacityVincent Guittot1-0/+7
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot1-1/+4
2019-02-04sched/fair: Move the rq_of() helper functionVincent Guittot1-0/+16
2019-01-27sched/core: Give DCE a fighting chancePeter Zijlstra1-5/+13
2019-01-25sched: Replace call_rcu_sched() with call_rcu()Paul E. McKenney1-1/+1
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-3/+3
2018-12-11sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen1-0/+4
2018-12-11sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret1-0/+3
2018-12-11sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret1-0/+4
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret1-3/+1
2018-12-11sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret1-1/+2
2018-12-11sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret1-0/+21
2018-12-11sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret1-0/+30
2018-12-11sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret1-18/+0
2018-12-11sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot1-3/+0
2018-12-03sched: Fix various typos in commentsIngo Molnar1-2/+2
2018-12-03Merge tag 'v4.20-rc5' into sched/core, to pick up fixesIngo Molnar1-3/+1
2018-11-28sched/smt: Expose sched_smt_present static keyThomas Gleixner1-3/+1
2018-11-12sched/core: Clean up the #ifdef block in add_nr_running()Viresh Kumar1-2/+2
2018-11-12sched/core: Create task_has_idle_policy() helperViresh Kumar1-0/+5
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner1-0/+2
2018-10-26sched: introduce this_rq_lock_irq()Johannes Weiner1-0/+12
2018-10-26sched: sched.h: make rq locking and clock functions available in stats.hJohannes Weiner1-82/+82
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+15
2018-10-22x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_startup_entry()Christophe Leroy1-1/+0
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld1-0/+2
2018-10-02sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot1-3/+2
2018-10-02Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-1/+2
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju1-1/+1
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju1-0/+1
2018-09-10sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra1-1/+1
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider1-1/+5
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider1-2/+2