- 63ba842 sched/deadline: Introduce deadline servers by Peter Zijlstra · 1 year, 4 months ago
- 2f7a0f5 sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entity by Peter Zijlstra · 1 year, 4 months ago
- 9e07d45 sched/deadline: Collect sched_dl_entity initialization by Peter Zijlstra · 1 year, 4 months ago
- 5d69eca sched: Unify runtime accounting across classes by Peter Zijlstra · 1 year, 4 months ago
- f0498d2 sched: Fix stop_one_cpu_nowait() vs hotplug by Peter Zijlstra · 1 year, 5 months ago
- 7bc2638 sched/topology: Consolidate and clean up access to a CPU's max compute capacity by Vincent Guittot · 1 year, 5 months ago
- 5fe7765 sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloaded by Valentin Schneider · 1 year, 5 months ago
- e23edc8 sched/fair: Rename check_preempt_curr() to wakeup_preempt() by Ingo Molnar · 1 year, 6 months ago
- 6e2332e0 Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 1 year, 9 months ago
- 6a9d623 sched/deadline: Fix bandwidth reclaim equation in GRUB by Vineeth Pillai · 1 year, 10 months ago
- 3f4bf7a sched/deadline: remove unused dl_bandwidth by Miaohe Lin · 1 year, 10 months ago
- 8598910 sched/deadline: Create DL BW alloc, free & check overflow interface by Dietmar Eggemann · 1 year, 10 months ago
- 6c24849 sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets by Juri Lelli · 1 year, 10 months ago
- feffe5b sched/rt: Fix bad task migration for rt tasks by Schspa Shi · 2 years, 7 months ago
- 530bfad sched/core: Avoid selecting the task that is throttled to run when core-sched enable by Hao Jia · 2 years ago
- 7ea98df sched/deadline: Add more reschedule cases to prio_changed_dl() by Valentin Schneider · 2 years, 1 month ago
- 713a2e2 sched: Introduce affinity_context by Waiman Long · 2 years, 6 months ago
- 8e5bad7 sched: Introduce struct balance_callback to avoid CFI mismatches by Kees Cook · 2 years, 5 months ago
- 0b9d46f sched: Rename task_running() to task_on_cpu() by Peter Zijlstra · 2 years, 6 months ago
- 33f9352 sched/deadline: Move __dl_clear_params out of dl_bw lock by Shang XiaoJing · 2 years, 7 months ago
- 96458e7 sched/deadline: Add replenish_dl_new_period helper by Shang XiaoJing · 2 years, 7 months ago
- 973bee4 sched/deadline: Add dl_task_is_earliest_deadline helper by Shang XiaoJing · 2 years, 7 months ago
- 53aa930 Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conversion commit by Ingo Molnar · 2 years, 6 months ago
- 5531ecf sched: Add update_current_exec_runtime helper by Shang XiaoJing · 2 years, 7 months ago
- 09348d7 sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE() by Ingo Molnar · 2 years, 7 months ago
- 6092478 sched/deadline: Make dl_cpuset_cpumask_can_shrink() capacity-aware by Dietmar Eggemann · 2 years, 8 months ago
- 740cf8a sched/core: Introduce sched_asym_cpucap_active() by Dietmar Eggemann · 2 years, 8 months ago
- b167fdf Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 7 months ago
- ddfc710 sched/deadline: Fix BUG_ON condition for deboosted tasks by Juri Lelli · 2 years, 8 months ago
- 2ed81e7 sched/deadline: Use proc_douintvec_minmax() limit minimum value by Yajun Deng · 2 years, 9 months ago
- 44d3572 Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 2 years, 10 months ago
- 734387e sched/deadline: Remove superfluous rq clock update in push_dl_task() by Hao Jia · 2 years, 11 months ago
- 2679a83 sched/core: Avoid obvious double update_rq_clock warning by Hao Jia · 2 years, 11 months ago
- d664e39 sched: Fix missing prototype warnings by Thomas Gleixner · 2 years, 11 months ago
- 84227c1 sched: Move deadline_period sysctls to deadline.c by Zhen Ni · 3 years, 1 month ago
- ccacfe5 Merge branch 'sched/fast-headers' into sched/core by Ingo Molnar · 3 years ago
- 821aecd sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() by Dietmar Eggemann · 3 years ago
- 71d2974 sched/deadline,rt: Remove unused functions for !CONFIG_SMP by Dietmar Eggemann · 3 years ago
- f4478e7 sched/deadline: Use __node_2_[pdl|dle]() and rb_first_cached() consistently by Dietmar Eggemann · 3 years ago
- 772b6539 sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy() by Dietmar Eggemann · 3 years ago
- f1304ec sched/deadline: Move bandwidth mgmt and reclaim functions into sched class source file by Dietmar Eggemann · 3 years ago
- eb77cf1 sched/deadline: Remove unused def_dl_bandwidth by Dietmar Eggemann · 3 years ago
- 49bef33 sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race by Valentin Schneider · 3 years, 1 month ago
- f96eca4 sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c files there by Ingo Molnar · 3 years, 1 month ago
- b5eb4a5 sched/dl: Support schedstats for deadline sched class by Yafang Shao · 3 years, 6 months ago
- 95fd58e sched/dl: Support sched_stat_runtime tracepoint for deadline sched class by Yafang Shao · 3 years, 6 months ago
- ceeadb8 sched: Make struct sched_statistics independent of fair sched class by Yafang Shao · 3 years, 6 months ago
- b4da13a sched/deadline: Fix missing clock update in migrate_task_rq_dl() by Dietmar Eggemann · 3 years, 7 months ago
- f950915 sched/deadline: Fix reset_on_fork reporting of DL tasks by Quentin Perret · 3 years, 8 months ago
- d7d60709 sched/rt: Fix Deadline utilization tracking during policy change by Vincent Donnefort · 3 years, 9 months ago
- 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 9 months ago
- 21f56ffe sched: Introduce sched_class::pick_task() by Peter Zijlstra · 4 years, 4 months ago
- 9ef7e7e sched: Optimize rq_lockp() usage by Peter Zijlstra · 4 years ago
- 5cb9eaa sched: Wrap rq::lock access by Peter Zijlstra · 4 years, 4 months ago
- 3b03706 sched: Fix various typos by Ingo Molnar · 4 years ago
- e0ee463 sched/features: Distinguish between NORMAL and DEADLINE hrtick by Juri Lelli · 4 years, 1 month ago
- de40f33 sched/deadline: Reduce rq lock contention in dl_add_task_root_domain() by Dietmar Eggemann · 4 years, 2 months ago
- 8ecca39 rbtree, sched/deadline: Use rb_add_cached() by Peter Zijlstra · 4 years, 11 months ago
- 65bcf07 sched: Use task_current() instead of 'rq->curr == p' by Hui Su · 4 years, 4 months ago
- a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 3 months ago
- f4b936f Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
- 2279f54 sched/deadline: Fix priority inheritance with multiple scheduling classes by Juri Lelli · 4 years, 4 months ago
- 3aef1551 sched: Remove select_task_rq()'s sd_flag parameter by Valentin Schneider · 4 years, 4 months ago
- 12fa97c Merge branch 'sched/migrate-disable' by Peter Zijlstra · 4 years, 4 months ago
- a7c8155 sched: Fix migrate_disable() vs rt/dl balancing by Peter Zijlstra · 4 years, 5 months ago
- 95158a8 sched,rt: Use the full cpumask for balancing by Peter Zijlstra · 4 years, 5 months ago
- 14e292f8 sched,rt: Use cpumask_any*_distribute() by Peter Zijlstra · 4 years, 5 months ago
- 9cfc3e1 sched: Massage set_cpus_allowed() by Peter Zijlstra · 4 years, 6 months ago
- 120455c5 sched: Fix hotplug vs CPU bandwidth control by Peter Zijlstra · 4 years, 6 months ago
- 43c31ac sched: Remove relyance on STRUCT_ALIGNMENT by Peter Zijlstra · 4 years, 5 months ago
- b13772f sched/cpupri: Add CPUPRI_HIGHER by Peter Zijlstra · 4 years, 5 months ago
- a57415f sched/deadline: Fix sched_dl_global_validate() by Peng Liu · 4 years, 5 months ago
- 2676242 sched/deadline: Optimize sched_dl_global_validate() by Peng Liu · 4 years, 5 months ago
- 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 5 months ago
- feff2e6 sched/deadline: Unthrottle PI boosted threads while enqueuing by Daniel Bristot de Oliveira · 4 years, 6 months ago
- 46fcc4b sched/deadline: Fix stale throttling on de-/boosted tasks by Lucas Stach · 4 years, 6 months ago
- faa2fd7 Merge branch 'sched/urgent' by Peter Zijlstra · 4 years, 8 months ago
- ce9bc3b sched/deadline: Initialize ->dl_boosted by Juri Lelli · 4 years, 9 months ago
- a87e749 sched: Remove struct sched_class::next field by Steven Rostedt (VMware) · 5 years ago
- 590d697 sched: Force the address order of each sched class descriptor by Steven Rostedt (VMware) · 5 years ago
- c496941 sched/deadline: Fix a typo in a comment by Christophe JAILLET · 4 years, 9 months ago
- b411898 sched/deadline: Make DL capacity-aware by Luca Abeni · 4 years, 10 months ago
- 60ffd5e sched/deadline: Improve admission control for asymmetric CPU capacities by Luca Abeni · 4 years, 10 months ago
- fc9dc69 sched/deadline: Add dl_bw_capacity() by Dietmar Eggemann · 4 years, 10 months ago
- c81b893 sched/deadline: Optimize dl_bw_cpus() by Dietmar Eggemann · 4 years, 10 months ago
- b4098bf sched/deadline: Impose global limits on sched_attr::sched_period by Peter Zijlstra · 6 years ago
- ba4f7bc sched/deadline: Make two functions static by Yu Chen · 5 years ago
- a0e813f sched/core: Further clarify sched_class::set_next_task() by Peter Zijlstra · 5 years ago
- 98c2f70 sched/core: Simplify sched_class::pick_next_task() by Peter Zijlstra · 5 years ago
- 6e2df05 sched: Fix pick_next_task() vs 'change' pattern race by Peter Zijlstra · 5 years ago
- 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 6769243 sched: Rework pick_next_task() slow-path by Peter Zijlstra · 6 years ago
- 5f2a45f sched: Allow put_prev_task() to drop rq->lock by Peter Zijlstra · 6 years ago
- 03b7fad sched: Add task_struct pointer to sched_class::set_curr_task by Peter Zijlstra · 6 years ago
- f95d4ea sched/{rt,deadline}: Fix set_next_task vs pick_next_task by Peter Zijlstra · 6 years ago
- f490481 sched/deadline: Fix double accounting of rq/running bw in push & pull by Dietmar Eggemann · 6 years ago
- 850377a sched/deadline: Ensure inactive_timer runs in hardirq context by Juri Lelli · 6 years ago
- d5096aa sched: Mark hrtimers to expire in hard interrupt context by Sebastian Andrzej Siewior · 6 years ago
- 59d06ce sched/deadline: Fix bandwidth accounting at all levels after offline migration by Juri Lelli · 6 years ago