index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/numa: Use group_weights to identify if migration degrades locality
Srikar Dronamraju
2018-07-25
1
-8
/
+9
*
sched/numa: Update the scan period without holding the numa_group lock
Srikar Dronamraju
2018-07-25
1
-2
/
+2
*
sched/numa: Remove numa_has_capacity()
Srikar Dronamraju
2018-07-25
1
-33
/
+3
*
sched/numa: Modify migrate_swap() to accept additional parameters
Srikar Dronamraju
2018-07-25
3
-5
/
+10
*
sched/numa: Remove unused task_capacity from 'struct numa_stats'
Srikar Dronamraju
2018-07-25
1
-5
/
+3
*
sched/numa: Skip nodes that are at 'hoplimit'
Srikar Dronamraju
2018-07-25
1
-1
/
+1
*
sched/debug: Reverse the order of printing faults
Srikar Dronamraju
2018-07-25
1
-2
/
+2
*
sched/numa: Use task faults only if numa_group is not yet set up
Srikar Dronamraju
2018-07-25
1
-10
/
+10
*
sched/numa: Set preferred_node based on best_cpu
Srikar Dronamraju
2018-07-25
1
-6
/
+4
*
sched/numa: Simplify load_too_imbalanced()
Srikar Dronamraju
2018-07-25
1
-18
/
+2
*
sched/numa: Evaluate move once per node
Srikar Dronamraju
2018-07-25
1
-71
/
+57
*
sched/debug: Show the sum wait time of a task group
Yun Wang
2018-07-25
1
-0
/
+10
*
sched/fair: Remove #ifdefs from scale_rt_capacity()
Vincent Guittot
2018-07-25
4
-15
/
+23
*
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
2018-07-25
3
-3
/
+20
|
\
|
*
sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE
Hailong Liu
2018-07-25
1
-0
/
+2
|
*
sched/deadline: Update rq_clock of later_rq when pushing a task
Daniel Bristot de Oliveira
2018-07-25
1
-1
/
+7
|
*
sched/topology: Check variable group before dereferencing it
Yi Wang
2018-07-25
1
-1
/
+1
|
*
sched/deadline: Fix switched_from_dl() warning
Juri Lelli
2018-07-15
1
-1
/
+10
*
|
sched/core: Remove get_cpu() from sched_fork()
Sebastian Andrzej Siewior
2018-07-16
1
-9
/
+4
*
|
sched/cpufreq: Clarify sugov_get_util()
Peter Zijlstra
2018-07-16
1
-21
/
+54
*
|
sched/sysctl: Remove unused sched_time_avg_ms sysctl
Vincent Guittot
2018-07-16
2
-9
/
+0
*
|
sched/core: Remove the rt_avg code
Vincent Guittot
2018-07-16
3
-45
/
+0
*
|
sched/core: Use PELT for scale_rt_capacity()
Vincent Guittot
2018-07-16
4
-27
/
+23
*
|
sched/cpufreq: Remove sugov_aggregate_util()
Vincent Guittot
2018-07-15
2
-30
/
+16
*
|
cpufreq/schedutil: Take time spent in interrupts into account
Vincent Guittot
2018-07-15
2
-4
/
+34
*
|
sched/irq: Add IRQ utilization tracking
Vincent Guittot
2018-07-15
5
-4
/
+72
*
|
cpufreq/schedutil: Use DL utilization tracking
Vincent Guittot
2018-07-15
2
-7
/
+23
*
|
sched/dl: Add dl_rq utilization tracking
Vincent Guittot
2018-07-15
5
-3
/
+44
*
|
cpufreq/schedutil: Use RT utilization tracking
Vincent Guittot
2018-07-15
1
-1
/
+8
*
|
sched/rt: Add rt_rq utilization tracking
Vincent Guittot
2018-07-15
5
-1
/
+66
*
|
sched/pelt: Move PELT related code in a dedicated file
Vincent Guittot
2018-07-15
5
-333
/
+375
*
|
sched/fair: Fix util_avg of new tasks for asymmetric systems
Quentin Perret
2018-07-15
1
-4
/
+6
*
|
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
2018-07-03
5
-67
/
+74
|
\
\
|
|
/
|
*
kthread, sched/core: Fix kthread_parkme() (again...)
Peter Zijlstra
2018-07-03
1
-20
/
+11
|
*
sched/util_est: Fix util_est_dequeue() for throttled cfs_rq
Vincent Guittot
2018-07-03
1
-12
/
+4
|
*
sched/fair: Advance global expiration when period timer is restarted
Xunlei Pang
2018-07-03
1
-5
/
+10
|
*
sched/fair: Fix bandwidth timer clock drift condition
Xunlei Pang
2018-07-03
2
-8
/
+12
|
*
sched/rt: Fix call to cpufreq_update_util()
Vincent Guittot
2018-07-03
3
-7
/
+16
|
*
sched/nohz: Skip remote tick on idle task entirely
Frederic Weisbecker
2018-07-03
1
-15
/
+21
*
|
sched/fair: Remove stale tg_unthrottle_up() comments
Li RongQing
2018-06-21
1
-1
/
+0
*
|
sched/debug: Use match_string() helper instead of open-coded logic
Yisheng Xie
2018-06-21
1
-16
/
+15
*
|
sched/swait: Rename to exclusive
Peter Zijlstra
2018-06-20
1
-5
/
+5
*
|
sched/swait: Switch to full exclusive mode
Peter Zijlstra
2018-06-20
1
-5
/
+17
*
|
sched/swait: Remove __prepare_to_swait
Peter Zijlstra
2018-06-20
1
-1
/
+1
|
/
*
sched/core / kcov: avoid kcov_area during task switch
Mark Rutland
2018-06-15
1
-0
/
+4
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
2
-4
/
+4
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
*
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-06-10
1
-0
/
+2
|
\
|
*
rseq: Introduce restartable sequences system call
Mathieu Desnoyers
2018-06-06
1
-0
/
+2
*
|
Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2018-06-05
1
-83
/
+179
|
\
\
|
|
/
|
/
|
[next]