summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
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
2025-03-03sched_ext: Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo
2025-03-03sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()Andrea Righi
2025-02-28Merge tag 'sched-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-02-27sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner
2025-02-26Merge tag 'sched_ext-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-02-25sched_ext: idle: Fix scx_bpf_pick_any_cpu_node() behaviorAndrea Righi
2025-02-25sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called with...Tejun Heo
2025-02-24sched_ext: idle: Introduce scx_bpf_nr_node_ids()Andrea Righi
2025-02-21sched: Add unlikey branch hints to several system callsColin Ian King
2025-02-21sched/core: Remove duplicate included header file stats.hThorsten Blum
2025-02-18sched_ext: idle: Introduce node-aware idle cpu kfunc helpersAndrea Righi
2025-02-18sched: Switch to use hrtimer_setup()Nam Cao
2025-02-18sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers
2025-02-16Merge tag 'sched_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-02-16sched_ext: idle: Per-node idle cpumasksAndrea Righi
2025-02-16sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODEAndrea Righi
2025-02-16sched_ext: idle: Make idle static keys privateAndrea Righi
2025-02-14Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-02-14sched_ext: Provides a sysfs 'events' to expose core event countersChangwoo Min
2025-02-14sched/fair: Refactor can_migrate_task() to elimate loopingI Hsin Cheng
2025-02-14sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasksTianchen Ding
2025-02-14sched: Don't define sched_clock_irqtime as static keyYafang Shao
2025-02-14sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou
2025-02-14sched: Cancel the slice protection of the idle entityzihan zhou
2025-02-13sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUPTejun Heo
2025-02-13sched_ext: Use SCX_CALL_OP_TASK in task_tick_scxChuyi Zhou
2025-02-10Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo
2025-02-10sched_ext: Fix incorrect assumption about migration disabled tasks in task_ca...Tejun Heo
2025-02-10sched_ext: Take NUMA node into account when allocating per-CPU cpumasksLi RongQing
2025-02-08sched_ext: Add SCX_EV_ENQ_SKIP_MIGRATION_DISABLEDTejun Heo
2025-02-08sched_ext: Count SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE in the right spotTejun Heo
2025-02-08Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo
2025-02-08sched_ext: Fix migration disabled handling in targeted dispatchesTejun Heo
2025-02-08sched_ext: Implement auto local dispatching of migration disabled tasksTejun Heo
2025-02-08Merge tag 'sched-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-02-08sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn
2025-02-07sched_ext: Add an event, SCX_EV_ENQ_SLICE_DFLChangwoo Min
2025-02-05sched: update __cond_resched comment about RCU quiescent statesAnkur Arora
2025-02-04sched_ext: Add an event, SCX_EV_BYPASS_DURATIONChangwoo Min
2025-02-04sched_ext: Add an event, SCX_EV_BYPASS_DISPATCHChangwoo Min
2025-02-04sched_ext: Add an event, SCX_EV_BYPASS_ACTIVATEChangwoo Min
2025-02-04sched_ext: Add an event, SCX_EV_ENQ_SKIP_EXITINGChangwoo Min
2025-02-02sched_ext: Add an event, SCX_EV_DISPATCH_KEEP_LASTChangwoo Min
2025-02-02sched_ext: Add an event, SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINEChangwoo Min
2025-02-02sched_ext: Add an event, SCX_EV_SELECT_CPU_FALLBACKChangwoo Min
2025-02-02sched_ext: Implement event counter infrastructureChangwoo Min