index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-19
sched/fair: Remove sched_feat(START_DEBIT)
Peter Zijlstra
2
-26
/
+1
2023-07-19
sched/fair: Add cfs_rq::avg_vruntime
Peter Zijlstra
3
-20
/
+154
2023-07-19
Merge tag 'v6.5-rc2' into sched/core, to pick up fixes
Ingo Molnar
2
-9
/
+22
2023-07-17
sched: add a few helpers to wake up tasks on the current cpu
Andrei Vagin
4
-13
/
+28
2023-07-17
sched: add WF_CURRENT_CPU and externise ttwu
Peter Oskolkov
3
-7
/
+13
2023-07-13
sched/fair: Stabilize asym cpu capacity system idle cpu selection
Vincent Guittot
1
-1
/
+1
2023-07-13
sched/debug: Dump domains' sched group flags
Peter Zijlstra
1
-0
/
+1
2023-07-13
sched/fair: Consider the idle state of the whole core for load balance
Ricardo Neri
1
-1
/
+15
2023-07-13
sched/fair: Implement prefer sibling imbalance calculation between asymmetric...
Tim C Chen
1
-4
/
+37
2023-07-13
sched/topology: Record number of cores in sched group
Tim C Chen
2
-1
/
+12
2023-07-13
sched/fair: Determine active load balance for SMT sched groups
Tim C Chen
1
-3
/
+77
2023-07-13
sched/psi: make psi_cgroups_enabled static
Miaohe Lin
1
-1
/
+1
2023-07-13
sched/core: introduce sched_core_idle_cpu()
Cruz Zhao
1
-0
/
+13
2023-07-13
sched: add throttled time stat for throttled children
Josh Don
3
-1
/
+66
2023-07-13
sched: don't account throttle time for empty groups
Josh Don
1
-3
/
+15
2023-07-10
sched/psi: use kernfs polling functions for PSI trigger polling
Suren Baghdasaryan
1
-8
/
+21
2023-07-10
sched/fair: Use recent_used_cpu to test p->cpus_ptr
Miaohe Lin
1
-1
/
+1
2023-06-27
Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-37
/
+73
2023-06-27
Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-0
/
+3
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2023-06-27
Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-363
/
+471
2023-06-16
sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()
Hao Jia
2
-0
/
+40
2023-06-16
sched/core: Avoid double calling update_rq_clock() in __balance_push_cpu_stop()
Hao Jia
1
-3
/
+4
2023-06-16
sched/core: Fixed missing rq clock update before calling set_rq_offline()
Hao Jia
2
-4
/
+4
2023-06-16
sched/deadline: Fix bandwidth reclaim equation in GRUB
Vineeth Pillai
2
-27
/
+29
2023-06-16
sched/wait: Fix a kthread_park race with wait_woken()
Arve Hjønnevåg
1
-6
/
+1
2023-06-16
sched/topology: Mark set_sched_topology() __init
Miaohe Lin
1
-1
/
+1
2023-06-16
sched/fair: Rename variable cpu_util eff_util
Tom Rix
1
-3
/
+3
2023-06-05
sched/fair, cpufreq: Introduce 'runnable boosting'
Dietmar Eggemann
3
-9
/
+33
2023-06-05
sched/fair: Refactor CPU utilization functions
Dietmar Eggemann
2
-60
/
+50
2023-06-05
sched/clock: Provide local_clock_noinstr()
Peter Zijlstra
1
-6
/
+13
2023-06-05
sched: Consider task_struct::saved_state in wait_task_inactive()
Peter Zijlstra
1
-11
/
+48
2023-06-05
sched: Unconditionally use full-fat wait_task_inactive()
Peter Zijlstra
1
-108
/
+108
2023-06-05
sched/fair: Don't balance task to its current running CPU
Yicong Yang
1
-1
/
+1
2023-06-05
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
1
-1
/
+1
2023-05-30
sched/deadline: remove unused dl_bandwidth
Miaohe Lin
2
-14
/
+0
2023-05-30
sched/fair: Move unused stub functions to header
Arnd Bergmann
2
-5
/
+3
2023-05-30
sched: Make task_vruntime_update() prototype visible
Arnd Bergmann
1
-0
/
+1
2023-05-30
sched/fair: Hide unused init_cfs_bandwidth() stub
Arnd Bergmann
1
-2
/
+1
2023-05-30
sched: Add schedule_user() declaration
Arnd Bergmann
1
-0
/
+1
2023-05-30
sched: Hide unused sched_update_scaling()
Arnd Bergmann
1
-1
/
+2
2023-05-20
sched/psi: Avoid resetting the min update period when it is unnecessary
Yang Yang
1
-5
/
+10
2023-05-17
workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVE
Tejun Heo
1
-0
/
+3
2023-05-08
cgroup/cpuset: Free DL BW in case can_attach() fails
Dietmar Eggemann
1
-15
/
+2
2023-05-08
sched/deadline: Create DL BW alloc, free & check overflow interface
Dietmar Eggemann
3
-16
/
+43
2023-05-08
sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
Juri Lelli
1
-0
/
+14
2023-05-08
sched/cpuset: Bring back cpuset_mutex
Juri Lelli
1
-7
/
+15
2023-05-08
sched/debug: Correct printing for rq->nr_uninterruptible
晏艳(采苓)
1
-1
/
+1
2023-05-08
sched/topology: Propagate SMT flags when removing degenerate domain
Tim C Chen
1
-1
/
+6
2023-05-08
psi: remove 500ms min window size limitation for triggers
Suren Baghdasaryan
1
-3
/
+1
[prev]
[next]