summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2025-02-08Merge tag 'sched-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
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-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-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
2025-01-13sched, psi: Don't account irq time if sched_clock_irqtime is disabledYafang Shao
2025-01-13sched: Don't account irq time if sched_clock_irqtime is disabledYafang Shao
2025-01-13sched: Define sched_clock_irqtime as static keyYafang Shao
2025-01-13sched/fair: Do not compute overloaded status unnecessarily during lbK Prateek Nayak
2025-01-13sched/fair: Do not compute NUMA Balancing stats unnecessarily during lbK Prateek Nayak
2025-01-13sched/core: Prioritize migrating eligible tasks in sched_balance_rq()Hao Jia
2025-01-13sched/debug: Change need_resched warnings to pr_errDavid Rientjes
2025-01-13sched/fair: Encapsulate set custom slice in a __setparam_fair() functionVincent Guittot
2025-01-13sched: Fix race between yield_to() and try_to_wake_up()Tianchen Ding
2025-01-13sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUEPeter Zijlstra
2025-01-12delayacct: add delay min to record delay peakWang Yaxin
2025-01-12delayacct: add delay max to record delay peakWang Yaxin
2025-01-10Merge tag 'sched_ext-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-01-10sched_ext: idle: Refresh idle masks during idle-to-idle transitionsAndrea Righi
2025-01-10sched_ext: Implement scx_bpf_now()Changwoo Min
2025-01-10sched_ext: Relocate scx_enabled() related codeChangwoo Min
2025-01-09sched/fair: Fix EEVDF entity placement bug causing scheduling lagPeter Zijlstra
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
2025-01-08sched,arm64: Handle CPU isolation on last resort fallback rq selectionFrederic Weisbecker
2025-01-08sched_ext: switch class when preempted by higher priority schedulerHonglei Wang
2025-01-08sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass()Changwoo Min
2025-01-08sched_ext: keep running prev when prev->scx.slice != 0Henry Huang
2025-01-06sched_ext: Include remaining task time slice in error state dumpAndrea Righi
2025-01-06sched_ext: update scx_bpf_dsq_insert() doc for SCX_DSQ_LOCAL_ONAndrea Righi
2025-01-06sched_ext: idle: small CPU iteration refactoringAndrea Righi
2025-01-03Merge tag 'sched_ext-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-12-29sched_ext: idle: introduce check_builtin_idle_enabled() helperAndrea Righi
2024-12-29sched_ext: idle: clarify commentsAndrea Righi
2024-12-29sched_ext: idle: use assign_cpu() to update the idle cpumaskAndrea Righi