index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
2024-12-09
sched/fair: Mark m*_vruntime() with __maybe_unused
Andy Shevchenko
2024-12-09
sched/fair: Fix variable declaration position
Vincent Guittot
2024-12-09
sched/fair: Do not try to migrate delayed dequeue task
Vincent Guittot
2024-12-09
sched/fair: Rename cfs_rq.nr_running into nr_queued
Vincent Guittot
2024-12-09
sched/fair: Remove unused cfs_rq.idle_nr_running
Vincent Guittot
2024-12-09
sched/fair: Rename cfs_rq.idle_h_nr_running into h_nr_idle
Vincent Guittot
2024-12-09
sched/fair: Removed unsued cfs_rq.h_nr_delayed
Vincent Guittot
2024-12-09
sched/fair: Use the new cfs_rq.h_nr_runnable
Vincent Guittot
2024-12-09
sched/fair: Add new cfs_rq.h_nr_runnable
Vincent Guittot
2024-12-09
sched/fair: Rename h_nr_running into h_nr_queued
Vincent Guittot
2024-12-09
Merge branch 'sched/urgent'
Peter Zijlstra
2024-12-09
sched/eevdf: More PELT vs DELAYED_DEQUEUE
Peter Zijlstra
2024-12-09
sched/fair: Fix sched_can_stop_tick() for fair tasks
Vincent Guittot
2024-12-09
sched/fair: Fix NEXT_BUDDY
K Prateek Nayak
2024-12-05
sched/numa: fix memory leak due to the overwritten vma->numab_state
Adrian Huang
2024-12-04
sched_ext: Use the NUMA scheduling domain for NUMA optimizations
Andrea Righi
2024-12-02
sched: Unify HK_TYPE_{TIMER|TICK|MISC} to HK_TYPE_KERNEL_NOISE
Waiman Long
2024-12-02
sched/isolation: Consolidate housekeeping cpumasks that are always identical
Waiman Long
2024-12-02
sched/isolation: Make "isolcpus=nohz" equivalent to "nohz_full"
Waiman Long
2024-12-02
sched/core: Remove HK_TYPE_SCHED
Waiman Long
2024-12-02
sched/fair: Remove CONFIG_CFS_BANDWIDTH=n definition of cfs_bandwidth_used()
Valentin Schneider
2024-12-02
sched/deadline: Consolidate Timer Cancellation
Wander Lairson Costa
2024-12-02
sched/deadline: Check bandwidth overflow earlier for hotplug
Juri Lelli
2024-12-02
sched/deadline: Correctly account for allocated bandwidth during hotplug
Juri Lelli
2024-12-02
sched/deadline: Restore dl_server bandwidth on non-destructive root domain ch...
Juri Lelli
2024-12-02
sched: add READ_ONCE to task_on_rq_queued
Harshit Agarwal
2024-12-02
sched: Don't try to catch up excess steal time.
Suleiman Souhlal
2024-12-02
sched/deadline: Fix warning in migrate_enable for boosted tasks
Wander Lairson Costa
2024-12-02
sched/core: Prevent wakeup of ksoftirqd during idle load balance
K Prateek Nayak
2024-12-02
sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...
K Prateek Nayak
2024-12-02
sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()
K Prateek Nayak
2024-12-02
sched: fix warning in sched_setaffinity
Josh Don
2024-12-02
sched/deadline: Fix replenish_dl_new_period dl_server condition
Juri Lelli
2024-11-20
Merge tag 'sched_ext-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-19
Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-11-19
Merge tag 'pm-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.usercopy' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-11-15
Merge tag 'sched_ext-for-6.12-rc7-fixes-2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2024-11-14
sched_ext: Replace scx_next_task_picked() with switch_class() in comment
Zhao Mengmeng
2024-11-14
sched_ext: ops.cpu_acquire() should be called with SCX_KF_REST
Tejun Heo
2024-11-12
sched/cpufreq: Ensure sd is rebuilt for EAS check
Christian Loehle
2024-11-11
Merge tag 'sched_ext-for-6.12-rc7-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-11-11
sched_ext: Rename scx_bpf_dispatch[_vtime]_from_dsq*() -> scx_bpf_dsq_move[_v...
Tejun Heo
2024-11-11
sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()
Tejun Heo
2024-11-11
sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()
Tejun Heo
2024-11-09
sched_ext: Handle cases where pick_task_scx() is called without preceding bal...
Tejun Heo
2024-11-09
sched_ext: scx_bpf_dispatch_from_dsq_set_*() are allowed from unlocked context
Tejun Heo
2024-11-09
sched_ext: add a missing rcu_read_lock/unlock pair at scx_select_cpu_dfl()
Changwoo Min
2024-11-08
sched_ext: Clarify sched_ext_ops table for userland scheduler
Changwoo Min
[prev]
[next]