summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2025-05-22sched_ext: bpf_iter_scx_dsq_new() should always initialize iteratorTejun Heo
2025-05-02sched_ext: Use kvzalloc for large exit_dump allocationBreno Leitao
2025-05-02sched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval
2025-04-25cpufreq/sched: Explicitly synchronize limits_changed flag handlingRafael J. Wysocki
2025-04-25cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki
2025-04-20sched_ext: create_dsq: Return -EEXIST on duplicate requestJake Hillion
2025-04-20tracing: Disable branch profiling in noinstr codeJosh Poimboeuf
2025-04-10sched/deadline: Rebuild root domain accounting after every updateJuri Lelli
2025-04-10sched/deadline: Generalize unique visiting of root domainsJuri Lelli
2025-04-10sched/topology: Wrappers for sched_domains_mutexJuri Lelli
2025-04-10sched/deadline: Ignore special tasks when rebuilding domainsJuri Lelli
2025-04-10sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasksTianchen Ding
2025-04-10sched: Cancel the slice protection of the idle entityzihan zhou
2025-03-21Merge tag 'sched-urgent-2025-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-15Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann
2025-03-14Merge tag 'sched-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-12Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-03-10sched/clock: Don't define sched_clock_irqtime as static keyYafang Shao
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-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: Fix pick_task_scx() picking non-queued tasks when it's called with...Tejun Heo
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-14Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-02-13sched_ext: Use SCX_CALL_OP_TASK in task_tick_scxChuyi Zhou
2025-02-10sched_ext: Fix incorrect assumption about migration disabled tasks in task_ca...Tejun 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-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: 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