aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-11sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik1-1/+1
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, to fix XFS performance regressionMel Gorman1-0/+13
2019-12-25sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider1-4/+5
2019-12-25sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider1-7/+7
2019-12-25sched/uclamp: Remove uclamp_util()Valentin Schneider1-9/+0
2019-11-17sched/uclamp: Fix overzealous type replacementValentin Schneider1-1/+1
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra1-2/+2
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra1-15/+3
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra1-0/+3
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra1-3/+27
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers1-0/+34
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar1-2/+2
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi1-1/+1
2019-09-03sched/uclamp: Propagate parent clampsPatrick Bellasi1-0/+2
2019-09-03sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi1-0/+8
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra1-5/+8
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra1-2/+2
2019-08-08sched/fair: Expose newidle_balance()Peter Zijlstra1-0/+4
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra1-3/+4
2019-08-08sched: Rework CPU hotplug task selectionPeter Zijlstra1-0/+1
2019-08-08sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slicesDave Chiluk1-4/+0
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner1-2/+2
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier1-3/+0
2019-07-25sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li1-3/+5
2019-07-25sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar1-1/+2
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