summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
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
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