summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2025-07-09Revert "sched/numa: add statistics of numa balance task"Chen Yu
2025-07-01sched/core: Fix migrate_swap() vs. hotplugPeter Zijlstra
2025-07-01sched: Fix preemption string of preempt_dynamic_noneThomas Weißschuh
2025-06-17sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...Tejun Heo
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-31sched/numa: add statistics of numa balance taskChen Yu
2025-05-26Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-21sched/uclamp: Align uclamp and util_est and call before freq updateXuewen Yan
2025-05-14sched,livepatch: Untangle cond_resched() and live-patchingPeter Zijlstra
2025-04-30sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasksJohn Stultz
2025-04-08sched: Do not construct nor expose RT_GROUP_SCHED structures if disabledMichal Koutný
2025-04-08sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHEDMichal Koutný
2025-04-08sched: Skip non-root task_groups with disabled RT_GROUP_SCHEDMichal Koutný
2025-04-08sched: Add commadline option for RT_GROUP_SCHED togglingMichal Koutný
2025-04-08sched: Fix trace_sched_switch(.prev_state)Peter Zijlstra
2025-04-03rseq: Eliminate useless task_work on execveMathieu Desnoyers
2025-03-27Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-24Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24sched: Add sched tracepoints for RV task modelGabriele Monaco
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar
2025-03-19sched/debug: Make 'const_debug' tunables unconditional __read_mostlyIngo Molnar
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli
2025-03-17sched: Add a generic function to return the preemption stringSebastian Andrzej Siewior
2025-03-15Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann
2025-03-15sched/uclamp: Optimize sched_uclamp_used static key enablingXuewen Yan
2025-03-15sched/uclamp: Use the uclamp_is_used() helper instead of open-coding itXuewen Yan
2025-03-06Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar
2025-02-27sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner
2025-02-21sched/core: Remove duplicate included header file stats.hThorsten Blum
2025-02-18sched: Switch to use hrtimer_setup()Nam Cao
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: Implement SCX_OPS_ALLOW_QUEUED_WAKEUPTejun Heo
2025-02-08sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn
2025-02-05sched: update __cond_resched comment about RCU quiescent statesAnkur Arora
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
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-23Merge tag 'sched_ext-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
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-13psi: Fix race when task wakes up before psi_sched_switch() adjusts flagsChengming Zhou