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
2025-04-16
sched/fair: Adhere to place_entity() constraints
Peter Zijlstra
2025-04-16
sched/debug: Print the local group's asym_prefer_cpu
K Prateek Nayak
2025-04-16
sched/topology: Introduce sched_update_asym_prefer_cpu()
K Prateek Nayak
2025-04-16
sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpu
K Prateek Nayak
2025-04-09
sched_ext: Make scx_has_op a bitmap
Tejun Heo
2025-04-09
sched_ext: Remove scx_ops_allow_queued_wakeup static_key
Tejun Heo
2025-04-09
sched_ext: Remove scx_ops_cpu_preempt static_key
Tejun Heo
2025-04-09
sched_ext: Remove scx_ops_enq_* static_keys
Tejun Heo
2025-04-09
sched_ext: Indentation updates
Tejun Heo
2025-04-08
sched_ext: Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
2025-04-08
sched/isolation: Make use of more than one housekeeping cpu
Phil Auld
2025-04-08
sched/rt: Fix race in push_rt_task
Harshit Agarwal
2025-04-08
sched: Add annotations to RT_GROUP_SCHED fields
Michal Koutný
2025-04-08
sched: Add RT_GROUP WARN checks for non-root task_groups
Michal Koutný
2025-04-08
sched: Do not construct nor expose RT_GROUP_SCHED structures if disabled
Michal Koutný
2025-04-08
sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHED
Michal Koutný
2025-04-08
sched: Skip non-root task_groups with disabled RT_GROUP_SCHED
Michal Koutný
2025-04-08
sched: Add commadline option for RT_GROUP_SCHED toggling
Michal Koutný
2025-04-08
sched: Always initialize rt_rq's task_group
Michal Koutný
2025-04-08
sched: Remove unneeed macro wrap
Michal Koutný
2025-04-08
sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditions
Michal Koutný
2025-04-08
sched/fair: Allow decaying util_est when util_avg > CPU capa
Pierre Gondois
2025-04-08
sched/topology: Refinement to topology_span_sane speedup
Steve Wahl
2025-04-08
sched/topology: improve topology_span_sane speed
Steve Wahl
2025-04-08
sched: Fix trace_sched_switch(.prev_state)
Peter Zijlstra
2025-04-08
sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation
Tejun Heo
2025-04-08
sched_ext: Remove cpu.weight / cpu.idle unimplemented warnings
Tejun Heo
2025-04-08
sched_ext: Use kvzalloc for large exit_dump allocation
Breno Leitao
2025-04-07
sched_ext: idle: Introduce scx_bpf_select_cpu_and()
Andrea Righi
2025-04-07
sched_ext: idle: Accept an arbitrary cpumask in scx_select_cpu_dfl()
Andrea Righi
2025-04-07
sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl()
Andrea Righi
2025-04-07
sched_ext: idle: Extend topology optimizations to all tasks
Andrea Righi
2025-04-06
Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-04-04
sched_ext: Drop "ops" from SCX_OPS_TASK_ITER_BATCH
Tejun Heo
2025-04-04
sched_ext: Drop "ops" from scx_ops_{init|exit|enable|disable}[_task]() and fr...
Tejun Heo
2025-04-04
sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friends
Tejun Heo
2025-04-04
sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friends
Tejun Heo
2025-04-04
sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops...
Tejun Heo
2025-04-04
sched_ext: Drop "ops" from scx_ops_enable_state and friends
Tejun Heo
2025-04-03
Merge tag 'sched_ext-for-6.15-rc0-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2025-04-03
rseq: Eliminate useless task_work on execve
Mathieu Desnoyers
2025-03-27
Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-03-26
sched_ext: initialize built-in idle state before ops.init()
Andrea Righi
2025-03-26
sched_ext: create_dsq: Return -EEXIST on duplicate request
Jake Hillion
2025-03-26
sched_ext: Remove a meaningless conditional goto in scx_select_cpu_dfl()
Tejun Heo
2025-03-26
sched_ext: idle: Fix return code of scx_select_cpu_dfl()
Andrea Righi
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-24
Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-03-24
Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
[prev]
[next]