Age | Commit message (Expand) | Author |
2024-07-11 | Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the... | Ingo Molnar |
2024-07-04 | sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t... | Tejun Heo |
2024-07-01 | sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath | John Stultz |
2024-06-05 | sched/headers: Move struct pre-declarations to the beginning of the header | Ingo Molnar |
2024-06-05 | sched/core: Clean up kernel/sched/sched.h a bit | Ingo Molnar |
2024-05-27 | sched: Fix spelling in comments | Ingo Molnar |
2024-05-27 | sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.c | Ingo Molnar |
2024-05-13 | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2024-04-24 | sched/pelt: Remove shift of thermal clock | Vincent Guittot |
2024-04-24 | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu... | Vincent Guittot |
2024-04-16 | sched: Add missing memory barrier in switch_mm_cid | Mathieu Desnoyers |
2024-03-29 | sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded... | Ingo Molnar |
2024-03-28 | sched/fair: Rename SG_OVERLOAD to SG_OVERLOADED | Ingo Molnar |
2024-03-28 | sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd_overloaded() | Ingo Molnar |
2024-03-28 | sched/fair: Rename root_domain::overload to ::overloaded | Ingo Molnar |
2024-03-28 | sched/fair: Use helper functions to access root_domain::overload | Shrikanth Hegde |
2024-03-25 | sched/topology: Remove root_domain::max_cpu_capacity | Qais Yousef |
2024-03-25 | sched/topology: Export asym_cap_list | Qais Yousef |
2024-03-12 | sched/balancing: Rename rebalance_domains() => sched_balance_domains() | Ingo Molnar |
2024-03-12 | sched/balancing: Rename trigger_load_balance() => sched_balance_trigger() | Ingo Molnar |
2024-02-28 | sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irq | Shrikanth Hegde |
2024-01-09 | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-12-10 | sched: fair: move unused stub functions to header | Arnd Bergmann |
2023-11-23 | sched/cpufreq: Rework iowait boost | Vincent Guittot |
2023-11-23 | sched/cpufreq: Rework schedutil governor performance estimation | Vincent Guittot |
2023-11-15 | sched/deadline: Introduce deadline servers | Peter Zijlstra |
2023-11-15 | sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entity | Peter Zijlstra |
2023-11-15 | sched/deadline: Collect sched_dl_entity initialization | Peter Zijlstra |
2023-11-15 | sched: Unify runtime accounting across classes | Peter Zijlstra |
2023-11-15 | sched/eevdf: Sort the rbtree by virtual deadline | Abel Wu |
2023-10-24 | sched/fair: Remove SIS_PROP | Peter Zijlstra |
2023-10-24 | sched/fair: Scan cluster before scanning LLC in wake-up path | Barry Song |
2023-10-24 | sched: Add cpus_share_resources API | Barry Song |
2023-10-10 | sched/headers: Remove comment referring to rq::cpu_load, since this has been ... | Colin Ian King |
2023-10-09 | sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.h | Ingo Molnar |
2023-10-09 | sched/topology: Consolidate and clean up access to a CPU's max compute capacity | Vincent Guittot |
2023-10-09 | sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ... | Yajun Deng |
2023-09-29 | sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloaded | Valentin Schneider |
2023-09-25 | sched/rt: Make rt_rq->pushable_tasks updates drive rto_mask | Valentin Schneider |
2023-09-24 | sched/fair: Make cfs_rq->throttled_csd_list available on !SMP | Josh Don |
2023-09-21 | sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctl | Sebastian Andrzej Siewior |
2023-09-19 | sched/fair: Rename check_preempt_curr() to wakeup_preempt() | Ingo Molnar |
2023-09-18 | sched/headers: Remove duplicated includes in kernel/sched/sched.h | GUO Zihua |
2023-09-18 | sched/fair: Ratelimit update to tg->load_avg | Aaron Lu |
2023-09-13 | sched: Simplify set_user_nice() | Peter Zijlstra |
2023-08-28 | Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-08-28 | Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-08-14 | sched: Simplify wake_up_if_idle() | Peter Zijlstra |
2023-08-14 | sched: Simplify: migrate_swap_stop() | Peter Zijlstra |
2023-08-10 | Merge branch 'sched/eevdf' into sched/core | Ingo Molnar |