aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2025-04-08sched/fair: Allow decaying util_est when util_avg > CPU capaPierre Gondois1-7/+0
2025-04-08sched/topology: Refinement to topology_span_sane speedupSteve Wahl1-33/+19
2025-04-08sched/topology: improve topology_span_sane speedSteve Wahl1-25/+58
2025-04-08sched: Fix trace_sched_switch(.prev_state)Peter Zijlstra1-2/+4
2025-04-08sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecationTejun Heo1-1/+4
2025-04-08sched_ext: Remove cpu.weight / cpu.idle unimplemented warningsTejun Heo1-40/+1
2025-04-08sched_ext: Use kvzalloc for large exit_dump allocationBreno Leitao1-2/+2
2025-04-07sched_ext: idle: Introduce scx_bpf_select_cpu_and()Andrea Righi2-0/+56
2025-04-07sched_ext: idle: Accept an arbitrary cpumask in scx_select_cpu_dfl()Andrea Righi1-4/+44
2025-04-07sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl()Andrea Righi3-11/+14
2025-04-07sched_ext: idle: Extend topology optimizations to all tasksAndrea Righi1-22/+51
2025-04-06Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-04sched_ext: Drop "ops" from SCX_OPS_TASK_ITER_BATCHTejun Heo1-4/+4
2025-04-04sched_ext: Drop "ops" from scx_ops_{init|exit|enable|disable}[_task]() and fr...Tejun Heo1-46/+46
2025-04-04sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friendsTejun Heo2-102/+93
2025-04-04sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friendsTejun Heo1-35/+34
2025-04-04sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops...Tejun Heo2-24/+23
2025-04-04sched_ext: Drop "ops" from scx_ops_enable_state and friendsTejun Heo1-44/+37
2025-04-03Merge tag 'sched_ext-for-6.15-rc0-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-11/+9
2025-04-03rseq: Eliminate useless task_work on execveMathieu Desnoyers1-1/+0
2025-03-27Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+22
2025-03-26sched_ext: initialize built-in idle state before ops.init()Andrea Righi2-6/+6
2025-03-26sched_ext: create_dsq: Return -EEXIST on duplicate requestJake Hillion1-2/+2
2025-03-26sched_ext: Remove a meaningless conditional goto in scx_select_cpu_dfl()Tejun Heo1-2/+0
2025-03-26sched_ext: idle: Fix return code of scx_select_cpu_dfl()Andrea Righi1-1/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-13/+9
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-259/+257
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2025-03-24Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+3
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-764/+1547
2025-03-24sched: Add sched tracepoints for RV task modelGabriele Monaco1-1/+22
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf1-0/+5
2025-03-21Merge tag 'sched-urgent-2025-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-18/+3
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar7-91/+9
2025-03-19sched/debug: Make 'const_debug' tunables unconditional __read_mostlyIngo Molnar3-13/+8
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar8-62/+56
2025-03-17sched/topology: Stop exposing partition_sched_domains_lockedJuri Lelli1-1/+1
2025-03-17sched/topology: Remove redundant dl_clear_root_domain callJuri Lelli1-14/+1
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli3-8/+13
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli4-12/+17
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli3-8/+16
2025-03-17sched/deadline: Ignore special tasks when rebuilding domainsJuri Lelli1-1/+1
2025-03-17sched: Add a generic function to return the preemption stringSebastian Andrzej Siewior3-4/+54
2025-03-15Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann1-18/+3
2025-03-15sched/uclamp: Optimize sched_uclamp_used static key enablingXuewen Yan3-4/+18
2025-03-15sched/uclamp: Use the uclamp_is_used() helper instead of open-coding itXuewen Yan2-16/+16
2025-03-14Merge tag 'sched-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+6
2025-03-14sched_ext: idle: Refactor scx_select_cpu_dfl()Andrea Righi3-27/+34
2025-03-14sched_ext: idle: Honor idle flags in the built-in idle selection policyAndrea Righi3-13/+32