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
2023-10-09
sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.h
Ingo Molnar
2023-10-09
sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on...
Shrikanth Hegde
2023-10-09
sched/psi: Change update_triggers() to a 'void' function
Yang Yang
2023-10-09
sched/topology: Remove the EM_MAX_COMPLEXITY limit
Pierre Gondois
2023-10-09
sched/topology: Consolidate and clean up access to a CPU's max compute capacity
Vincent Guittot
2023-10-09
sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...
Yajun Deng
2023-10-09
sched/nohz: Remove unnecessarily complex error handling pattern from find_new...
Ingo Molnar
2023-10-09
sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()
Ingo Molnar
2023-10-09
sched/nohz: Update idle load-balancing (ILB) comments
Ingo Molnar
2023-10-09
sched/eevdf: Fix pick_eevdf()
Benjamin Segall
2023-10-09
sched/eevdf: Fix min_deadline heap integrity
Peter Zijlstra
2023-10-07
sched/debug: Print 'tgid' in sched_show_task()
Yajun Deng
2023-10-07
sched/core: Update stale comment in try_to_wake_up()
Ingo Molnar
2023-10-07
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
2023-10-06
cpufreq: Rebuild sched-domains when removing cpufreq driver
Pierre Gondois
2023-10-06
cpufreq: schedutil: Merge initialization code of sg_cpu in single loop
Liao Chang
2023-10-05
cpufreq: schedutil: Update next_freq when cpufreq_limits change
Xuewen Yan
2023-10-03
sched/headers: Remove duplicate header inclusions
Yu Liao
2023-10-03
sched/eevdf: Fix avg_vruntime()
Peter Zijlstra
2023-10-03
sched/eevdf: Also update slice on placement
Peter Zijlstra
2023-10-02
sched/rt: Disallow writing invalid values to sched_rt_period_us
Cyril Hrubis
2023-09-29
sched/debug: Add new tracepoint to track compute energy computation
Qais Yousef
2023-09-29
sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0
Qais Yousef
2023-09-29
sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0
Qais Yousef
2023-09-29
sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloaded
Valentin Schneider
2023-09-28
sched/rt: Fix live lock between select_fallback_rq() and RT push
Joel Fernandes (Google)
2023-09-25
sched/rt: Make rt_rq->pushable_tasks updates drive rto_mask
Valentin Schneider
2023-09-24
sched/core: Refactor the task_flags check for worker sleeping in sched_submit...
Wang Jinchao
2023-09-24
sched/fair: Fix warning in bandwidth distribution
Josh Don
2023-09-24
sched/fair: Make cfs_rq->throttled_csd_list available on !SMP
Josh Don
2023-09-22
sched/debug: Avoid checking in_atomic_preempt_off() twice in schedule_debug()
Liming Wu
2023-09-21
sched/debug: Update stale reference to sched_debug.c
Sebastian Andrzej Siewior
2023-09-21
sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctl
Sebastian Andrzej Siewior
2023-09-20
sched: Provide rt_mutex specific scheduler helpers
Peter Zijlstra
2023-09-20
sched: Extract __schedule_loop()
Thomas Gleixner
2023-09-20
sched: Constrain locks in sched_submit_work()
Peter Zijlstra
2023-09-19
kernel/sched: Modify initial boot task idle setup
Liam R. Howlett
2023-09-19
sched/fair: Rename check_preempt_curr() to wakeup_preempt()
Ingo Molnar
2023-09-19
sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()
Ingo Molnar
2023-09-18
sched/headers: Remove duplicated includes in kernel/sched/sched.h
GUO Zihua
2023-09-18
sched/fair: Ratelimit update to tg->load_avg
Aaron Lu
2023-09-18
freezer,sched: Use saved_state to reduce some spurious wakeups
Elliot Berman
2023-09-18
sched/core: Remove ifdeffery for saved_state
Elliot Berman
2023-09-15
sched/core: Use do-while instead of for loop in set_nr_if_polling()
Uros Bizjak
2023-09-15
sched/fair: Fix cfs_rq_is_decayed() on !SMP
Chengming Zhou
2023-09-15
sched/topology: Fix sched_numa_find_nth_cpu() comment
Yury Norov
2023-09-15
sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()
Yury Norov
2023-09-15
sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case
Yury Norov
2023-09-15
sched/fair: Fix open-coded numa_nearest_node()
Yury Norov
2023-09-13
sched/fair: Fix SMT4 group_smt_balance handling
Tim Chen
[prev]
[next]