summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
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
2025-01-31sched/debug: Provide slice length for fair tasksChristian Loehle
2025-01-30Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-27sched_ext: Move built-in idle CPU selection policy to a separate fileAndrea Righi
2025-01-27sched_ext: Fix lock imbalance in dispatch_to_local_dsq()Andrea Righi
2025-01-27sched_ext: Fix incorrect autogroup migration detectionTejun Heo
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-24hung_task: add task->flags, blocked by coredump to logOxana Kharitonova
2025-01-24sched_ext: Include task weight in the error state dumpAndrea Righi
2025-01-24sched_ext: Fixes typos in commentsAtul Kumar Pant
2025-01-23Merge tag 'sched_ext-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-23cpufreq/schedutil: Only bind threads if neededChristian Loehle
2025-01-22Merge tag 'pm-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-21Merge tag 'sched-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-01-21sched/fair: Fix inaccurate h_nr_runnable accounting with delayed dequeueK Prateek Nayak
2025-01-20Merge branch 'pm-cpufreq'Rafael J. Wysocki
2025-01-20Merge branches 'pm-sleep', 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki
2025-01-19Merge tag 'sched_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-16Merge back earlier cpufreq material for 6.14Rafael J. Wysocki
2025-01-13lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin
2025-01-13kasan: make kasan_record_aux_stack_noalloc() the default behaviourPeter Zijlstra
2025-01-13sched_ext: fix kernel-doc warningsRandy Dunlap
2025-01-13psi: Fix race when task wakes up before psi_sched_switch() adjusts flagsChengming Zhou