summaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-12-156-22/+77
|\
| * sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)2024-12-131-6/+9
| * sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)2024-12-132-2/+11
| * sched/eevdf: More PELT vs DELAYED_DEQUEUEPeter Zijlstra2024-12-094-8/+54
| * sched/fair: Fix sched_can_stop_tick() for fair tasksVincent Guittot2024-12-091-1/+1
| * sched/fair: Fix NEXT_BUDDYK Prateek Nayak2024-12-091-5/+2
* | Merge tag 'sched_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-12-094-5/+6
|\|
| * sched/deadline: Fix warning in migrate_enable for boosted tasksWander Lairson Costa2024-12-021-0/+1
| * sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak2024-12-021-1/+1
| * sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak2024-12-021-1/+1
| * sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak2024-12-021-1/+1
| * sched: fix warning in sched_setaffinityJosh Don2024-12-021-1/+1
| * sched/deadline: Fix replenish_dl_new_period dl_server conditionJuri Lelli2024-12-021-1/+1
* | sched/numa: fix memory leak due to the overwritten vma->numab_stateAdrian Huang2024-12-061-3/+9
|/
* Merge tag 'sched_ext-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-201-294/+674
|\
| * sched_ext: Replace scx_next_task_picked() with switch_class() in commentZhao Mengmeng2024-11-151-2/+2
| * sched_ext: Rename scx_bpf_dispatch[_vtime]_from_dsq*() -> scx_bpf_dsq_move[_v...Tejun Heo2024-11-111-29/+68
| * sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()Tejun Heo2024-11-111-17/+28
| * sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()Tejun Heo2024-11-111-46/+65
| * sched_ext: scx_bpf_dispatch_from_dsq_set_*() are allowed from unlocked contextTejun Heo2024-11-091-0/+2
| * sched_ext: add a missing rcu_read_lock/unlock pair at scx_select_cpu_dfl()Changwoo Min2024-11-091-0/+9
| * sched_ext: Clarify sched_ext_ops table for userland schedulerChangwoo Min2024-11-091-2/+4
| * sched_ext: Enable the ops breather and eject BPF scheduler on softlockupTejun Heo2024-11-081-0/+45
| * sched_ext: Avoid live-locking bypass mode switchingTejun Heo2024-11-081-3/+52
| * Merge branch 'for-6.12-fixes' into for-6.13Tejun Heo2024-11-083-117/+156
| |\
| * | sched_ext: Fix incorrect use of bitwise ANDAndrea Righi2024-11-081-1/+1
| * | sched_ext: Do not enable LLC/NUMA optimizations when domains overlapAndrea Righi2024-11-081-13/+72
| * | sched_ext: Introduce NUMA awareness to the default idle selection policyAndrea Righi2024-10-291-17/+119
| * | sched_ext: Replace set_arg_maybe_null() with __nullable CFI stub tagsTejun Heo2024-10-241-64/+2
| * | sched_ext: Rename CFI stubs to names that are recognized by BPFTejun Heo2024-10-241-66/+66
| * | sched_ext: Introduce LLC awareness to the default idle selection policyAndrea Righi2024-10-231-0/+60
| * | sched_ext: Clarify ops.select_cpu() for single-CPU tasksAndrea Righi2024-10-231-0/+5
| * | sched_ext: improve WAKE_SYNC behavior for default idle CPU selectionAndrea Righi2024-10-181-13/+33
| * | sched_ext: Use btf_ids to resolve task_structTianchen Ding2024-10-171-9/+2
| * | sched/ext: Use tg_cgroup() to elieminate duplicate codeZhang Qiao2024-09-271-9/+2
| * | sched/ext: Fix unmatch trailing comment of CONFIG_EXT_GROUP_SCHEDZhang Qiao2024-09-271-1/+1
| * | sched_ext: Factor out move_task_between_dsqs() from scx_dispatch_from_dsq()Tejun Heo2024-09-271-41/+75
* | | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-201-2/+2
|\ \ \
| * | | sched/idle: Switch to use hrtimer_setup_on_stack()Nam Cao2024-11-071-2/+2
* | | | Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-11-1913-293/+460
|\ \ \ \
| * | | | sched: Enable PREEMPT_DYNAMIC for PREEMPT_RTPeter Zijlstra2024-11-052-2/+4
| * | | | sched: Add Lazy preemption modelPeter Zijlstra2024-11-054-7/+85
| * | | | sched: Add TIF_NEED_RESCHED_LAZY infrastructurePeter Zijlstra2024-11-051-13/+21
| * | | | sched/ext: Remove sched_fork() hackThomas Gleixner2024-11-051-6/+1
| * | | | sched: Initialize idle tasks only onceThomas Gleixner2024-11-051-7/+5
| * | | | sched: psi: pass enqueue/dequeue flags to psi callbacks directlyJohannes Weiner2024-10-263-44/+53
| * | | | sched/uclamp: Fix unnused variable warningChristian Loehle2024-10-261-1/+1
| * | | | Merge tag 'v6.12-rc4' into sched/core, to resolve conflictIngo Molnar2024-10-213-104/+138
| |\ \ \ \
| * | | | | sched: Split scheduler and execution contextsPeter Zijlstra2024-10-147-80/+114
| * | | | | sched: Split out __schedule() deactivate task logic into a helperJohn Stultz2024-10-141-27/+40