summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2025-09-03sched_ext: deprecation warn for scx_bpf_cpu_rq()Christian Loehle-0/+10
2025-09-03sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle-0/+14
2025-09-03sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle-0/+23
2025-09-03sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operationsTejun Heo-56/+14
2025-09-03sched_ext: Put event_stats_cpu in struct scx_sched_pcpuTejun Heo-16/+19
2025-09-03sched_ext: Move internal type and accessor definitions to ext_internal.hTejun Heo-1057/+1062
2025-09-03sched_ext: Keep bypass on between enable failure and scx_disable_workfn()Tejun Heo-1/+1
2025-09-03sched_ext: Make explicit scx_task_iter_relock() calls unnecessaryTejun Heo-20/+23
2025-09-03sched: Fix sched_numa_find_nth_cpu() if mask offlineChristian Loehle-0/+2
2025-09-03sched/fair: Get rid of throttled_lb_pair()Aaron Lu-31/+4
2025-09-03sched/fair: Task based throttle time accountingAaron Lu-25/+32
2025-09-03sched/fair: Switch to task based throttle modelValentin Schneider-167/+181
2025-09-03sched/fair: Implement throttle task work and related helpersValentin Schneider-0/+65
2025-09-03sched/fair: Add related data structure for task based throttleValentin Schneider-0/+19
2025-09-03sched: Move STDL_INIT() functions out-of-linePeter Zijlstra-0/+45
2025-09-03sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra-18/+10
2025-09-03sched/deadline: Fix race in push_dl_task()Harshit Agarwal-24/+49
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster-5/+5
2025-08-26sched/deadline: Don't count nr_running for dl_server proxy tasksYicong Yang-2/+6
2025-08-26sched/deadline: Fix RT task potential starvation when expiry time passedkuyo chang-3/+5
2025-08-26sched/deadline: Always stop dl-server before changing parametersJuri Lelli-4/+2
2025-08-26sched/deadline: Fix dl_server_stopped()Huacai Chen-1/+1
2025-08-11sched/ext: Fix invalid task state transitions on class switchAndrea Righi-0/+4
2025-08-04sched/psi: Fix psi_seq initializationPeter Zijlstra-5/+1
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-190/+175
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+20
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-3/+10
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1245/+1054
2025-07-29Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-2/+20
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco-3/+10
2025-07-20Merge tag 'sched-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2025-07-19Merge tag 'sched_ext-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-5/+9
2025-07-17sched_ext: idle: Handle migration-disabled tasks in idle selectionAndrea Righi-1/+1
2025-07-17sched_ext: Fix scx_bpf_reenqueue_local() referenceChristian Loehle-1/+1
2025-07-16sched/ext: Prevent update_locked_rq() calls with NULL rqBreno Leitao-4/+8
2025-07-14sched: Start blocked_on chain processing in find_proxy_task()Peter Zijlstra-25/+133
2025-07-14sched: Fix proxy/current (push,pull)abilityValentin Schneider-0/+37
2025-07-14sched: Add an initial sketch of the find_proxy_task() functionJohn Stultz-6/+121
2025-07-14sched: Fix runtime accounting w/ split exec & sched contextsJohn Stultz-14/+28
2025-07-14sched: Move update_curr_task logic into update_curr_seJohn Stultz-17/+9
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz-0/+41
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra-27/+30
2025-07-14sched/topology: Remove sched_domain_topology_level::flagsK Prateek Nayak-12/+13
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen-16/+8
2025-07-14sched/deadline: Fix accounting after global limits changeJuri Lelli-1/+9
2025-07-14sched/deadline: Reset extra_bw to max_bw when clearing root domainsJuri Lelli-0/+7
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli-18/+33
2025-07-14sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna-2/+2
2025-07-09Revert "sched/numa: add statistics of numa balance task"Chen Yu-11/+2