index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
sched/fair: Return early from update_tg_cfs_load() if delta == 0
Dietmar Eggemann
1
-1
/
+4
2021-06-17
sched/pelt: Check that *_avg are null when *_sum are
Vincent Guittot
1
-0
/
+9
2021-06-14
sched/fair: Correctly insert cfs_rq's to list on unthrottle
Odin Ugedal
1
-19
/
+25
2021-06-14
Revert "cpufreq: CPPC: Add support for frequency invariance"
Viresh Kumar
1
-1
/
+0
2021-06-08
rq-qos: fix missed wake-ups in rq_qos_throttle try two
Jan Kara
1
-2
/
+7
2021-06-08
cgroup: make per-cgroup pressure stall tracking configurable
Suren Baghdasaryan
1
-13
/
+17
2021-06-04
sched/debug: Remove obsolete init_schedstats()
Eric Dumazet
1
-17
/
+2
2021-06-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
1
-9
/
+14
2021-06-03
sched/fair: Fix util_est UTIL_AVG_UNCHANGED handling
Dietmar Eggemann
3
-13
/
+6
2021-06-03
sched/pelt: Ensure that *_sum is always synced with *_avg
Vincent Guittot
1
-2
/
+8
2021-06-01
sched: Don't defer CPU pick to migration_cpu_stop()
Valentin Schneider
1
-8
/
+12
2021-06-01
sched/fair: Fix ascii art by relpacing tabs
Odin Ugedal
1
-4
/
+4
2021-06-01
sched,init: Fix DEBUG_PREEMPT vs early boot
Peter Zijlstra
1
-0
/
+1
2021-05-31
sched/fair: Make sure to update tg contrib for blocked load
Vincent Guittot
1
-1
/
+1
2021-05-31
sched/fair: Keep load_avg and load_sum synced
Vincent Guittot
1
-6
/
+5
2021-05-19
sched: Fix a stale comment in pick_next_task()
Masahiro Yamada
1
-1
/
+1
2021-05-19
sched/uclamp: Fix locking around cpu_util_update_eff()
Qais Yousef
1
-0
/
+7
2021-05-19
sched/uclamp: Fix wrong implementation of cpu.uclamp.min
Qais Yousef
1
-4
/
+17
2021-05-18
sched: Make the idle task quack like a per-CPU kthread
Valentin Schneider
1
-6
/
+15
2021-05-18
sched,stats: Further simplify sched_info
Peter Zijlstra
1
-9
/
+12
2021-05-13
tick/nohz: Call tick_nohz_task_switch() with interrupts disabled
Peter Zijlstra
1
-1
/
+1
2021-05-13
tick/nohz: Kick only _queued_ task whose tick dependency is updated
Marcelo Tosatti
1
-0
/
+5
2021-05-13
sched/isolation: Reconcile rcu_nocbs= and nohz_full=
Paul Gortmaker
1
-3
/
+1
2021-05-12
sched: Make multiple runqueue task counters 32-bit
Alexey Dobriyan
2
-7
/
+7
2021-05-12
sched: Make nr_iowait_cpu() return 32-bit value
Alexey Dobriyan
1
-1
/
+1
2021-05-12
sched: Make nr_iowait() return 32-bit value
Alexey Dobriyan
1
-2
/
+2
2021-05-12
sched: Make nr_running() return 32-bit value
Alexey Dobriyan
1
-2
/
+2
2021-05-12
sched: Fix leftover comment typos
Ingo Molnar
2
-5
/
+5
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
1
-1
/
+1
2021-05-12
sched: prctl() core-scheduling interface
Chris Hyser
1
-0
/
+114
2021-05-12
sched: Inherit task cookie on fork()
Peter Zijlstra
1
-0
/
+6
2021-05-12
sched: Trivial core scheduling cookie management
Peter Zijlstra
4
-3
/
+130
2021-05-12
sched: Migration changes for core scheduling
Aubrey Li
2
-6
/
+96
2021-05-12
sched: Trivial forced-newidle balancer
Peter Zijlstra
3
-1
/
+136
2021-05-12
sched/fair: Snapshot the min_vruntime of CPUs on force idle
Joel Fernandes (Google)
3
-25
/
+117
2021-05-12
sched: Fix priority inversion of cookied task with sibling
Joel Fernandes (Google)
1
-39
/
+26
2021-05-12
sched/fair: Fix forced idle sibling starvation corner case
Vineeth Pillai
3
-8
/
+49
2021-05-12
sched: Add core wide task selection and scheduling
Peter Zijlstra
2
-2
/
+305
2021-05-12
sched: Basic tracking of matching tasks
Peter Zijlstra
3
-50
/
+203
2021-05-12
sched: Introduce sched_class::pick_task()
Peter Zijlstra
6
-9
/
+87
2021-05-12
sched: Allow sched_core_put() from atomic context
Peter Zijlstra
1
-6
/
+27
2021-05-12
sched: Optimize rq_lockp() usage
Peter Zijlstra
4
-19
/
+36
2021-05-12
sched: Core-wide rq->lock
Peter Zijlstra
2
-4
/
+218
2021-05-12
sched: Prepare for Core-wide rq->lock
Peter Zijlstra
2
-33
/
+63
2021-05-12
sched: Wrap rq::lock access
Peter Zijlstra
10
-138
/
+136
2021-05-12
sched: Provide raw_spin_rq_*lock*() helpers
Peter Zijlstra
2
-0
/
+65
2021-05-12
sched/fair: Add a few assertions
Peter Zijlstra
1
-2
/
+9
2021-05-12
sched: Simplify sched_info_on()
Peter Zijlstra
1
-27
/
+10
2021-05-12
sched: Rename sched_info_{queued,dequeued}
Peter Zijlstra
2
-12
/
+12
2021-05-12
sched/fair: Fix negative energy delta in find_energy_efficient_cpu()
Pierre Gondois
1
-12
/
+15
[prev]
[next]