summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
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-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
2025-01-13sched: Don't account irq time if sched_clock_irqtime is disabledYafang Shao
2025-01-10sched_ext: Implement scx_bpf_now()Changwoo Min
2025-01-08sched,arm64: Handle CPU isolation on last resort fallback rq selectionFrederic Weisbecker
2024-12-09sched/fair: Rename h_nr_running into h_nr_queuedVincent Guittot
2024-12-09Merge branch 'sched/urgent'Peter Zijlstra
2024-12-09sched/fair: Fix sched_can_stop_tick() for fair tasksVincent Guittot
2024-12-02sched: Unify HK_TYPE_{TIMER|TICK|MISC} to HK_TYPE_KERNEL_NOISEWaiman Long
2024-12-02sched/deadline: Check bandwidth overflow earlier for hotplugJuri Lelli
2024-12-02sched/deadline: Correctly account for allocated bandwidth during hotplugJuri Lelli
2024-12-02sched: Don't try to catch up excess steal time.Suleiman Souhlal
2024-12-02sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak
2024-12-02sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak
2024-11-19Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-11-11Merge tag 'sched_ext-for-6.12-rc7-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-11-09sched_ext: Handle cases where pick_task_scx() is called without preceding bal...Tejun Heo
2024-11-05sched: Enable PREEMPT_DYNAMIC for PREEMPT_RTPeter Zijlstra
2024-11-05sched: Add Lazy preemption modelPeter Zijlstra
2024-11-05sched: Add TIF_NEED_RESCHED_LAZY infrastructurePeter Zijlstra
2024-11-05sched: Initialize idle tasks only onceThomas Gleixner
2024-10-29sched: Pass correct scheduling policy to __setscheduler_classAboorva Devarajan
2024-10-26sched: psi: pass enqueue/dequeue flags to psi callbacks directlyJohannes Weiner
2024-10-26sched/uclamp: Fix unnused variable warningChristian Loehle
2024-10-21Merge tag 'v6.12-rc4' into sched/core, to resolve conflictIngo Molnar
2024-10-17Merge branch 'linus' into sched/urgent, to resolve conflictIngo Molnar
2024-10-14sched: Split scheduler and execution contextsPeter Zijlstra
2024-10-14sched: Split out __schedule() deactivate task logic into a helperJohn Stultz
2024-10-14sched: Add move_queued_task_locked helperConnor O'Brien
2024-10-14sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloadsMathieu Desnoyers
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra
2024-10-14sched/psi: Fix mistaken CPU pressure indication after corrupted task state bugJohannes Weiner
2024-10-11sched/core: Dequeue PSI signals for blocked tasks that are delayedPeter Zijlstra
2024-10-11sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra
2024-10-11sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long
2024-10-07sched/core: Add ENQUEUE_RQ_SELECTED to indicate whether ->select_task_rq() wa...Tejun Heo
2024-10-07sched/core: Make select_task_rq() take the pointer to wake_flags instead of v...Tejun Heo
2024-09-23sched, sched_ext: Disable SM_IDLE/rq empty path when scx_enabled()Pat Somaru
2024-09-21Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-11Merge branch 'tip/sched/core' into sched_ext/for-6.12Tejun Heo