index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
sched.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-15
sched/deadline: Fix reset_on_fork reporting of DL tasks
Quentin Perret
1
-0
/
+2
2021-07-20
sched/uclamp: Ignore max aggregation if rq is idle
Xuewen Yan
1
-7
/
+14
2021-05-14
sched/fair: Fix shift-out-of-bounds in load_balance()
Valentin Schneider
1
-0
/
+7
2021-03-07
sched/features: Fix hrtick reprogramming
Juri Lelli
1
-0
/
+1
2020-12-30
sched/deadline: Fix sched_dl_global_validate()
Peng Liu
1
-24
/
+18
2020-10-14
sched/features: Fix !CONFIG_JUMP_LABEL case
Juri Lelli
1
-3
/
+10
2020-10-14
sched: Replace zero-length array with flexible-array
zhuguangqing
1
-1
/
+1
2020-08-06
sched: Fix use of count for nr_running tracepoint
Phil Auld
1
-1
/
+1
2020-08-01
sched: Document arch_scale_*_capacity()
Valentin Schneider
1
-0
/
+10
2020-07-28
sched: Remove duplicated tick_nohz_full_enabled() check
Miaohe Lin
1
-6
/
+1
2020-07-22
sched: Better document ttwu()
Peter Zijlstra
1
-0
/
+10
2020-07-08
sched: Add a tracepoint to track rq->nr_running
Phil Auld
1
-0
/
+10
2020-07-08
sched/uclamp: Protect uclamp fast path code with static key
Qais Yousef
1
-2
/
+45
2020-07-08
sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9
Peter Zijlstra
1
-1
/
+2
2020-07-08
Merge branch 'sched/urgent'
Peter Zijlstra
1
-1
/
+1
2020-06-28
sched/core: s/WF_ON_RQ/WQ_ON_CPU/
Peter Zijlstra
1
-1
/
+1
2020-06-25
sched: Remove struct sched_class::next field
Steven Rostedt (VMware)
1
-1
/
+0
2020-06-25
sched: Have sched_class_highest define by vmlinux.lds.h
Steven Rostedt (VMware)
1
-8
/
+9
2020-06-15
sched/deadline: Make DL capacity-aware
Luca Abeni
1
-0
/
+15
2020-06-15
sched/deadline: Improve admission control for asymmetric CPU capacities
Luca Abeni
1
-3
/
+3
2020-06-15
sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()
Dietmar Eggemann
1
-1
/
+1
2020-05-28
sched: Replace rq::wake_list
Peter Zijlstra
1
-8
/
+0
2020-05-28
sched: Add rq::ttwu_pending
Peter Zijlstra
1
-1
/
+3
2020-05-28
smp: Optimize send_call_function_single_ipi()
Peter Zijlstra
1
-3
/
+4
2020-05-28
sched: Fix smp_call_function_single_async() usage for ILB
Peter Zijlstra
1
-0
/
+1
2020-05-25
sched/core: Offload wakee task activation if it the wakee is descheduling
Mel Gorman
1
-1
/
+2
2020-05-19
sched: Defend cfs and rt bandwidth quota against overflow
Huaixin Chang
1
-0
/
+2
2020-05-19
sched/fair: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-12
sched: Clean up scheduler_ipi()
Peter Zijlstra (Intel)
1
-2
/
+4
2020-04-30
sched: Make newidle_balance() static again
Chen Yu
1
-4
/
+0
2020-04-30
sched/fair: Remove distribute_running from CFS bandwidth
Josh Don
1
-1
/
+0
2020-04-08
sched/core: Remove unused rq::last_load_update_tick
Vincent Donnefort
1
-1
/
+0
2020-04-08
sched/fair: Align rq->avg_idle and rq->avg_scan_cost
Valentin Schneider
1
-0
/
+6
2020-03-30
Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2020-03-30
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-11
/
+58
2020-03-21
sched/swait: Prepare usage in completions
Thomas Gleixner
1
-0
/
+3
2020-03-20
sched: Avoid scale real weight down to zero
Michael Wang
1
-1
/
+7
2020-03-06
sched/core: Remove rq.hrtick_csd_pending
Peter Xu
1
-1
/
+0
2020-03-06
sched/deadline: Make two functions static
Yu Chen
1
-2
/
+0
2020-03-06
sched/fair: Enable tuning of decay period
Thara Gopinath
1
-0
/
+18
2020-03-06
sched/pelt: Add support to track thermal pressure
Thara Gopinath
1
-0
/
+3
2020-02-24
sched/pelt: Add a new runnable average signal
Vincent Guittot
1
-1
/
+21
2020-02-24
sched/pelt: Remove unused runnable load average
Vincent Guittot
1
-5
/
+2
2020-02-24
Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patches
Ingo Molnar
1
-1
/
+14
2020-02-20
sched/core: Remove for_each_lower_domain()
Valentin Schneider
1
-2
/
+0
2020-02-11
sched/core: Annotate curr pointer in rq with __rcu
Madhuparna Bhowmik
1
-1
/
+1
2020-02-10
sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...
Mel Gorman
1
-0
/
+13
2020-01-28
x86, sched: Add support for frequency invariance
Giovanni Gherdovich
1
-0
/
+7
2019-12-25
sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()
Valentin Schneider
1
-4
/
+5
2019-12-25
sched/uclamp: Make uclamp util helpers use and return UL values
Valentin Schneider
1
-7
/
+7
[next]