Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
12782fbe0f77dcc36c48de8b0ab36d336620a3e7
/
kernel
/
sched
992a1a3
Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
642e53e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
4b9fd8a
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
8bf6c67
completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()
by Sebastian Siewior
· 5 years ago
a5c6234
completion: Use simple wait queues
by Thomas Gleixner
· 5 years ago
b3212fe
sched/swait: Prepare usage in completions
by Thomas Gleixner
· 5 years ago
6c8116c
sched/fair: Fix condition of avg_load calculation
by Tao Zhou
· 5 years ago
e94f80f
sched/rt: cpupri_find: Trigger a full search as fallback
by Qais Yousef
· 5 years ago
c32b430
sched/fair: Improve spreading of utilization
by Vincent Guittot
· 5 years ago
26cf522
sched: Avoid scale real weight down to zero
by Michael Wang
· 5 years ago
1066d1b
psi: Move PF_MEMSTALL out of task->flags
by Yafang Shao
· 5 years ago
36b238d
psi: Optimize switching tasks inside shared cgroups
by Johannes Weiner
· 5 years ago
b05e75d
psi: Fix cpu.pressure for cpu.max and competing cgroups
by Johannes Weiner
· 5 years ago
46a87b3
sched/core: Distribute tasks within affinity masks
by Paul Turner
· 5 years ago
fe61468
sched/fair: Fix enqueue_task_fair warning
by Vincent Guittot
· 5 years ago
14533a1
thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to generic scheduler code
by Ingo Molnar
· 5 years ago
fd3eafd
sched/core: Remove rq.hrtick_csd_pending
by Peter Xu
· 5 years ago
d94a9df
sched/rt: Remove unnecessary push for unfit tasks
by Qais Yousef
· 5 years ago
98ca645
sched/rt: Allow pulling unfitting task
by Qais Yousef
· 5 years ago
a1bd02e
sched/rt: Optimize cpupri_find() on non-heterogenous systems
by Qais Yousef
· 5 years ago
b28bc1e
sched/rt: Re-instate old behavior in select_task_rq_rt()
by Qais Yousef
· 5 years ago
d9cb236
sched/rt: cpupri_find: Implement fallback mechanism for !fit case
by Qais Yousef
· 5 years ago
5ab297b
sched/fair: Fix reordering of enqueue/dequeue_task_fair()
by Vincent Guittot
· 5 years ago
6212437
sched/fair: Fix runnable_avg for throttled cfs
by Vincent Guittot
· 5 years ago
ba4f7bc
sched/deadline: Make two functions static
by Yu Chen
· 5 years ago
38502ab
sched/topology: Don't enable EAS on SMT systems
by Valentin Schneider
· 5 years ago
0621df3
sched/numa: Acquire RCU lock for checking idle cores during NUMA balancing
by Mel Gorman
· 5 years ago
76c389a
sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMA
by Valentin Schneider
· 5 years ago
05289b9
sched/fair: Enable tuning of decay period
by Thara Gopinath
· 5 years ago
467b7d0
sched/fair: Update cpu_capacity to reflect thermal pressure
by Thara Gopinath
· 5 years ago
b4eccf5
sched/fair: Enable periodic update of average thermal pressure
by Thara Gopinath
· 5 years ago
7650479
sched/pelt: Add support to track thermal pressure
by Thara Gopinath
· 5 years ago
f1dfdab
sched/vtime: Prevent unstable evaluation of WARN(vtime->state)
by Chris Wilson
· 5 years ago
1b10d38
Merge branch 'linus' into sched/core, to pick up fixes
by Ingo Molnar
· 5 years ago
289de35
sched/fair: Fix statistics for find_idlest_group()
by Vincent Guittot
· 5 years ago
a0f03b6
sched/numa: Stop an exhastive search if a reasonable swap candidate or idle CPU is found
by Mel Gorman
· 5 years ago
88cca72
sched/numa: Bias swapping tasks based on their preferred node
by Mel Gorman
· 5 years ago
5fb52dd
sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA balance
by Mel Gorman
· 5 years ago
ff7db0b
sched/numa: Prefer using an idle CPU as a migration target instead of comparing tasks
by Mel Gorman
· 5 years ago
070f5e8
sched/fair: Take into account runnable_avg to classify group
by Vincent Guittot
· 5 years ago
9f68395
sched/pelt: Add a new runnable average signal
by Vincent Guittot
· 5 years ago
0dacee1
sched/pelt: Remove unused runnable load average
by Vincent Guittot
· 5 years ago
fb86f5b
sched/numa: Use similar logic to the load balancer for moving between domains with spare capacity
by Mel Gorman
· 5 years ago
6499b1b
sched/numa: Replace runnable_load_avg by load_avg
by Vincent Guittot
· 5 years ago
6d4d224
sched/fair: Reorder enqueue/dequeue_task_fair path
by Vincent Guittot
· 5 years ago
b2b2042
sched/numa: Distinguish between the different task_numa_migrate() failure cases
by Mel Gorman
· 5 years ago
f22aef4
sched/numa: Trace when no candidate CPU was found on the preferred node
by Mel Gorman
· 5 years ago
546121b
Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patches
by Ingo Molnar
· 5 years ago
0006196
sched/fair: Remove wake_cap()
by Morten Rasmussen
· 5 years ago
f845919
sched/core: Remove for_each_lower_domain()
by Valentin Schneider
· 5 years ago
a526d46
sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systems
by Morten Rasmussen
· 5 years ago
b7a3316
sched/fair: Add asymmetric CPU capacity wakeup scan
by Morten Rasmussen
· 5 years ago
82e0516
sched/core: Remove duplicate assignment in sched_tick_remote()
by Scott Wood
· 5 years ago
ef78e5b7d
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e9f5490
sched/fair: Fix kernel-doc warning in attach_entity_load_avg()
by Randy Dunlap
· 5 years ago
4104a56
sched/core: Annotate curr pointer in rq with __rcu
by Madhuparna Bhowmik
· 5 years ago
6fcca0f
sched/psi: Fix OOB write when writing 0 bytes to PSI files
by Suren Baghdasaryan
· 5 years ago
52262ee
sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, to fix XFS performance regression
by Mel Gorman
· 5 years ago
97a3253
proc: convert everything to "struct proc_ops"
by Alexey Dobriyan
· 5 years ago
b4fb015
sched/rt: Optimize checking group RT scheduler constraints
by Konstantin Khlebnikov
· 5 years ago
bec2860
sched/fair: Optimize select_idle_core()
by Srikar Dronamraju
· 5 years ago
1567c3e3
x86, sched: Add support for frequency invariance
by Giovanni Gherdovich
· 5 years ago
2a4b03f
sched/fair: Prevent unlimited runtime on throttled group
by Vincent Guittot
· 5 years ago
e938b9c
sched/nohz: Optimize get_nohz_timer_target()
by Wanpeng Li
· 5 years ago
b562d14
sched/uclamp: Reject negative values in cpu_uclamp_write()
by Qais Yousef
· 5 years ago
b396f52
sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domains
by Mel Gorman
· 5 years ago
ebc0f83
timers/nohz: Update NOHZ load in remote tick
by Peter Zijlstra (Intel)
· 5 years ago
488603b
sched/core: Don't skip remote tick for idle CPUs
by Scott Wood
· 5 years ago
c677124
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
11ea68f
genirq, sched/isolation: Isolate from handling managed interrupts
by Ming Lei
· 5 years ago
afa70d9
sched/fair: Define sched_idle_cpu() only for SMP configurations
by Viresh Kumar
· 5 years ago
ccf7412
sched/topology: Assert non-NUMA topology masks don't (partially) overlap
by Valentin Schneider
· 5 years ago
3e0de27
idle: fix spelling mistake "iterrupts" -> "interrupts"
by Hewenliang
· 5 years ago
a4f9a0e
sched/fair: Remove redundant call to cpufreq_update_util()
by Vincent Guittot
· 5 years ago
3d81768
sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when psi enabled
by Wang Long
· 5 years ago
4c58f57
sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAP
by Peng Liu
· 5 years ago
fe71bbb
sched/fair: calculate delta runnable load only when it's needed
by Peng Wang
· 5 years ago
9dec1b6
sched/cputime: move rq parameter in irqtime_account_process_tick
by Alex Shi
· 5 years ago
02d4ac5
sched/debug: Reset watchdog on all CPUs while processing sysrq-t
by Wei Li
· 5 years ago
dcd6dffb
sched/core: Fix size of rq::uclamp initialization
by Li Guanglei
· 5 years ago
7226017
sched/uclamp: Fix a bug in propagating uclamp value in new cgroups
by Qais Yousef
· 5 years ago
323af6d
sched/fair: Load balance aggressively for SCHED_IDLE CPUs
by Viresh Kumar
· 5 years ago
5f68eb1
sched/fair : Improve update_sd_pick_busiest for spare capacity case
by Vincent Guittot
· 5 years ago
804d402
sched/rt: Make RT capacity-aware
by Qais Yousef
· 5 years ago
1d42509
sched/fair: Make EAS wakeup placement consider uclamp restrictions
by Valentin Schneider
· 5 years ago
a7008c07
sched/fair: Make task_fits_capacity() consider uclamp restrictions
by Valentin Schneider
· 5 years ago
d2b58a2
sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()
by Valentin Schneider
· 5 years ago
686516b
sched/uclamp: Make uclamp util helpers use and return UL values
by Valentin Schneider
· 5 years ago
59fe675
sched/uclamp: Remove uclamp_util()
by Valentin Schneider
· 5 years ago
1734645
sched/fair: Make sched-idle CPU selection consistent throughout
by Viresh Kumar
· 5 years ago
53a2336
sched/core: Remove unused variable from set_user_nice()
by Qian Cai
· 5 years ago
1e5f8a3
Merge tag 'v5.5-rc3' into sched/core, to pick up fixes
by Ingo Molnar
· 5 years ago
fd7a6d2
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
d040e07
schied/fair: Skip calculating @contrib without load
by Peng Wang
· 5 years ago
60588bf
sched/fair: Optimize select_idle_cpu
by Cheng Jian
· 5 years ago
cde6519
sched/wait: fix ___wait_var_event(exclusive)
by Oleg Nesterov
· 5 years ago
5443a0b
sched: Use fair:prio_changed() instead of ad-hoc implementation
by Frederic Weisbecker
· 5 years ago
7c2e8bb
sched: Spare resched IPI when prio changes on a single fair task
by Frederic Weisbecker
· 5 years ago
6cf82d5
sched/cfs: fix spurious active migration
by Vincent Guittot
· 5 years ago
7ed735c
sched/fair: Fix find_idlest_group() to handle CPU affinity
by Vincent Guittot
· 5 years ago
Next »