summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2025-03-24sched: Add sched tracepoints for RV task modelGabriele Monaco-1/+22
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf-0/+5
2025-03-21Merge tag 'sched-urgent-2025-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+3
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar-91/+9
2025-03-19sched/debug: Make 'const_debug' tunables unconditional __read_mostlyIngo Molnar-13/+8
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar-62/+56
2025-03-17sched/topology: Stop exposing partition_sched_domains_lockedJuri Lelli-1/+1
2025-03-17sched/topology: Remove redundant dl_clear_root_domain callJuri Lelli-14/+1
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli-8/+13
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli-12/+17
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli-8/+16
2025-03-17sched/deadline: Ignore special tasks when rebuilding domainsJuri Lelli-1/+1
2025-03-17sched: Add a generic function to return the preemption stringSebastian Andrzej Siewior-4/+54
2025-03-15Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann-18/+3
2025-03-15sched/uclamp: Optimize sched_uclamp_used static key enablingXuewen Yan-4/+18
2025-03-15sched/uclamp: Use the uclamp_is_used() helper instead of open-coding itXuewen Yan-16/+16
2025-03-14Merge tag 'sched-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+6
2025-03-14sched_ext: idle: Refactor scx_select_cpu_dfl()Andrea Righi-27/+34
2025-03-14sched_ext: idle: Honor idle flags in the built-in idle selection policyAndrea Righi-13/+32
2025-03-13sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()Andrea Righi-1/+5
2025-03-12Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+3
2025-03-10sched/clock: Don't define sched_clock_irqtime as static keyYafang Shao-6/+6
2025-03-06Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar-58/+123
2025-03-06sched/deadline: Use online cpus for validating runtimeShrikanth Hegde-1/+1
2025-03-05sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li-2/+4
2025-03-04sched_ext: Add trace point to track sched_ext core eventsChangwoo Min-0/+2
2025-03-04sched_ext: Change the event type from u64 to s64Changwoo Min-10/+10
2025-03-03sched_ext: Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo-7/+13
2025-03-03sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()Andrea Righi-0/+3
2025-02-28Merge tag 'sched-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2025-02-27sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner-1/+1
2025-02-26Merge tag 'sched_ext-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-4/+7
2025-02-25sched_ext: idle: Fix scx_bpf_pick_any_cpu_node() behaviorAndrea Righi-3/+7
2025-02-25sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called with...Tejun Heo-4/+7
2025-02-24sched_ext: idle: Introduce scx_bpf_nr_node_ids()Andrea Righi-0/+11
2025-02-21sched: Add unlikey branch hints to several system callsColin Ian King-5/+5
2025-02-21sched/core: Remove duplicate included header file stats.hThorsten Blum-1/+0
2025-02-18sched_ext: idle: Introduce node-aware idle cpu kfunc helpersAndrea Righi-0/+182
2025-02-18sched: Switch to use hrtimer_setup()Nam Cao-13/+9
2025-02-18sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers-3/+22
2025-02-16Merge tag 'sched_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+3
2025-02-16sched_ext: idle: Per-node idle cpumasksAndrea Righi-55/+233
2025-02-16sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODEAndrea Righi-11/+43
2025-02-16sched_ext: idle: Make idle static keys privateAndrea Righi-28/+32
2025-02-14Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-45/+85
2025-02-14sched_ext: Provides a sysfs 'events' to expose core event countersChangwoo Min-1/+26
2025-02-14sched/fair: Refactor can_migrate_task() to elimate loopingI Hsin Cheng-6/+5
2025-02-14sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasksTianchen Ding-0/+4
2025-02-14sched: Don't define sched_clock_irqtime as static keyYafang Shao-6/+6
2025-02-14sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou-3/+3