summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2025-04-16sched/topology: Introduce sched_update_asym_prefer_cpu()K Prateek Nayak-0/+58
2025-04-16sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpuK Prateek Nayak-2/+3
2025-04-09sched_ext: Make scx_has_op a bitmapTejun Heo-12/+10
2025-04-09sched_ext: Remove scx_ops_allow_queued_wakeup static_keyTejun Heo-12/+8
2025-04-09sched_ext: Remove scx_ops_cpu_preempt static_keyTejun Heo-5/+8
2025-04-09sched_ext: Remove scx_ops_enq_* static_keysTejun Heo-17/+5
2025-04-09sched_ext: Indentation updatesTejun Heo-10/+10
2025-04-08sched_ext: Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo-42/+7
2025-04-08sched/isolation: Make use of more than one housekeeping cpuPhil Auld-2/+2
2025-04-08sched/rt: Fix race in push_rt_taskHarshit Agarwal-28/+26
2025-04-08sched: Add annotations to RT_GROUP_SCHED fieldsMichal Koutný-4/+4
2025-04-08sched: Add RT_GROUP WARN checks for non-root task_groupsMichal Koutný-2/+12
2025-04-08sched: Do not construct nor expose RT_GROUP_SCHED structures if disabledMichal Koutný-12/+33
2025-04-08sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHEDMichal Koutný-3/+8
2025-04-08sched: Skip non-root task_groups with disabled RT_GROUP_SCHEDMichal Koutný-4/+14
2025-04-08sched: Add commadline option for RT_GROUP_SCHED togglingMichal Koutný-0/+42
2025-04-08sched: Always initialize rt_rq's task_groupMichal Koutný-5/+4
2025-04-08sched: Remove unneeed macro wrapMichal Koutný-2/+0
2025-04-08sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditionsMichal Koutný-7/+5
2025-04-08sched/fair: Allow decaying util_est when util_avg > CPU capaPierre Gondois-7/+0
2025-04-08sched/topology: Refinement to topology_span_sane speedupSteve Wahl-33/+19
2025-04-08sched/topology: improve topology_span_sane speedSteve Wahl-25/+58
2025-04-08sched: Fix trace_sched_switch(.prev_state)Peter Zijlstra-2/+4
2025-04-08sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecationTejun Heo-1/+4
2025-04-08sched_ext: Remove cpu.weight / cpu.idle unimplemented warningsTejun Heo-40/+1
2025-04-08sched_ext: Use kvzalloc for large exit_dump allocationBreno Leitao-2/+2
2025-04-07sched_ext: idle: Introduce scx_bpf_select_cpu_and()Andrea Righi-0/+56
2025-04-07sched_ext: idle: Accept an arbitrary cpumask in scx_select_cpu_dfl()Andrea Righi-4/+44
2025-04-07sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl()Andrea Righi-11/+14
2025-04-07sched_ext: idle: Extend topology optimizations to all tasksAndrea Righi-22/+51
2025-04-06Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-04-04sched_ext: Drop "ops" from SCX_OPS_TASK_ITER_BATCHTejun Heo-4/+4
2025-04-04sched_ext: Drop "ops" from scx_ops_{init|exit|enable|disable}[_task]() and fr...Tejun Heo-46/+46
2025-04-04sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friendsTejun Heo-102/+93
2025-04-04sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friendsTejun Heo-35/+34
2025-04-04sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops...Tejun Heo-24/+23
2025-04-04sched_ext: Drop "ops" from scx_ops_enable_state and friendsTejun Heo-44/+37
2025-04-03Merge tag 'sched_ext-for-6.15-rc0-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-11/+9
2025-04-03rseq: Eliminate useless task_work on execveMathieu Desnoyers-1/+0
2025-03-27Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+22
2025-03-26sched_ext: initialize built-in idle state before ops.init()Andrea Righi-6/+6
2025-03-26sched_ext: create_dsq: Return -EEXIST on duplicate requestJake Hillion-2/+2
2025-03-26sched_ext: Remove a meaningless conditional goto in scx_select_cpu_dfl()Tejun Heo-2/+0
2025-03-26sched_ext: idle: Fix return code of scx_select_cpu_dfl()Andrea Righi-1/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-13/+9
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-259/+257
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+5
2025-03-24Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-1/+3
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-764/+1547