summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
13 daysMerge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
13 dayssched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval
2025-04-21Merge tag 'sched_ext-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-04-17cpufreq/sched: Set need_freq_update in ignore_dl_rate_limit()Rafael J. Wysocki
2025-04-17cpufreq/sched: Explicitly synchronize limits_changed flag handlingRafael J. Wysocki
2025-04-17cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki
2025-04-08sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecationTejun Heo
2025-04-08sched_ext: Remove cpu.weight / cpu.idle unimplemented warningsTejun Heo
2025-04-08sched_ext: Use kvzalloc for large exit_dump allocationBreno Leitao
2025-04-06Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-03Merge tag 'sched_ext-for-6.15-rc0-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-04-03rseq: Eliminate useless task_work on execveMathieu Desnoyers
2025-03-27Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-26sched_ext: initialize built-in idle state before ops.init()Andrea Righi
2025-03-26sched_ext: create_dsq: Return -EEXIST on duplicate requestJake Hillion
2025-03-26sched_ext: Remove a meaningless conditional goto in scx_select_cpu_dfl()Tejun Heo
2025-03-26sched_ext: idle: Fix return code of scx_select_cpu_dfl()Andrea Righi
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24sched: Add sched tracepoints for RV task modelGabriele Monaco
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf
2025-03-21Merge tag 'sched-urgent-2025-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar
2025-03-19sched/debug: Make 'const_debug' tunables unconditional __read_mostlyIngo Molnar
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar
2025-03-17sched/topology: Stop exposing partition_sched_domains_lockedJuri Lelli
2025-03-17sched/topology: Remove redundant dl_clear_root_domain callJuri Lelli
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli
2025-03-17sched/deadline: Ignore special tasks when rebuilding domainsJuri Lelli
2025-03-17sched: Add a generic function to return the preemption stringSebastian Andrzej Siewior
2025-03-15Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann
2025-03-15sched/uclamp: Optimize sched_uclamp_used static key enablingXuewen Yan
2025-03-15sched/uclamp: Use the uclamp_is_used() helper instead of open-coding itXuewen Yan
2025-03-14Merge tag 'sched-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-14sched_ext: idle: Refactor scx_select_cpu_dfl()Andrea Righi
2025-03-14sched_ext: idle: Honor idle flags in the built-in idle selection policyAndrea Righi
2025-03-13sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()Andrea Righi
2025-03-12Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-03-10sched/clock: Don't define sched_clock_irqtime as static keyYafang Shao
2025-03-06Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar
2025-03-06sched/deadline: Use online cpus for validating runtimeShrikanth Hegde
2025-03-05sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li
2025-03-04sched_ext: Add trace point to track sched_ext core eventsChangwoo Min
2025-03-04sched_ext: Change the event type from u64 to s64Changwoo Min