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/debug: Optimize sched_domain sysctl generation
Peter Zijlstra
2017-08-25
3
-14
/
+59
*
sched/topology: Avoid pointless rebuild
Peter Zijlstra
2017-08-25
1
-3
/
+12
*
sched/topology: Improve comments
Peter Zijlstra
2017-08-25
1
-2
/
+3
*
sched/topology: Fix memory leak in __sdt_alloc()
Shu Wang
2017-08-25
1
-9
/
+7
*
sched/completion: Document that reinit_completion() must be called after comp...
Steven Rostedt
2017-08-16
1
-0
/
+8
*
sched/autogroup: Fix error reporting printk text in autogroup_create()
Anshuman Khandual
2017-08-10
1
-2
/
+1
*
sched/fair: Fix wake_affine() for !NUMA_BALANCING
Peter Zijlstra
2017-08-10
1
-68
/
+122
*
sched/debug: Intruduce task_state_to_char() helper function
Xie XiuQi
2017-08-10
2
-18
/
+7
*
sched/debug: Show task state in /proc/sched_debug
Xie XiuQi
2017-08-10
1
-6
/
+12
*
sched/debug: Use task_pid_nr_ns in /proc/$pid/sched
Aleksa Sarai
2017-08-10
1
-2
/
+3
*
sched/core: Remove unnecessary initialization init_idle_bootup_task()
Cheng Jian
2017-08-10
1
-5
/
+0
*
sched/deadline: Change return value of cpudl_find()
Byungchul Park
2017-08-10
2
-16
/
+16
*
sched/deadline: Make find_later_rq() choose a closer CPU in topology
Byungchul Park
2017-08-10
1
-13
/
+14
*
sched/numa: Scale scan period with tasks in group and shared/private
Rik van Riel
2017-08-10
1
-25
/
+86
*
sched/numa: Slow down scan rate if shared faults dominate
Rik van Riel
2017-08-10
1
-14
/
+25
*
sched/pelt: Fix false running accounting
Vincent Guittot
2017-08-10
1
-0
/
+12
*
sched: Mark pick_next_task_dl() and build_sched_domain() as static
Viresh Kumar
2017-08-10
2
-2
/
+2
*
sched/cpupri: Don't re-initialize 'struct cpupri'
Viresh Kumar
2017-08-10
1
-2
/
+0
*
sched/deadline: Don't re-initialize 'struct cpudl'
Viresh Kumar
2017-08-10
1
-1
/
+0
*
sched/topology: Drop memset() from init_rootdomain()
Viresh Kumar
2017-08-10
1
-3
/
+1
*
sched/fair: Drop always true parameter of update_cfs_rq_load_avg()
Viresh Kumar
2017-08-10
1
-8
/
+7
*
sched/fair: Avoid checking cfs_rq->nr_running twice
Viresh Kumar
2017-08-10
1
-7
/
+9
*
sched/fair: Pass 'rq' to weighted_cpuload()
Viresh Kumar
2017-08-10
1
-14
/
+14
*
sched/core: Reuse put_prev_task()
Viresh Kumar
2017-08-10
1
-1
/
+1
*
sched/fair: Call cpufreq update util handlers less frequently on UP
Viresh Kumar
2017-08-10
1
-24
/
+24
*
sched/core: Fix some documentation build warnings
Jonathan Corbet
2017-07-25
1
-1
/
+1
*
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-07-21
2
-9
/
+11
|
\
|
*
sched/deadline: Fix confusing comments about selection of top pi-waiter
Joel Fernandes
2017-07-14
1
-6
/
+8
|
*
sched/cputime: Don't use smp_processor_id() in preemptible context
Wanpeng Li
2017-07-14
1
-3
/
+3
|
|
|
\
*
-
.
\
Merge branches 'pm-cpufreq-sched' and 'intel_pstate'
Rafael J. Wysocki
2017-07-14
1
-0
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() race
Vikram Mulukutla
2017-07-12
1
-0
/
+5
|
|
/
*
|
sched/fair: Fix load_balance() affinity redo path
Jeffrey Hugo
2017-07-05
1
-12
/
+20
*
|
sched/cputime: Accumulate vtime on top of nsec clocksource
Wanpeng Li
2017-07-05
1
-22
/
+42
*
|
sched/cputime: Move the vtime task fields to their own struct
Frederic Weisbecker
2017-07-05
1
-48
/
+64
*
|
sched/cputime: Rename vtime fields
Frederic Weisbecker
2017-07-05
1
-15
/
+15
*
|
sched/cputime: Always set tsk->vtime_snap_whence after accounting vtime
Frederic Weisbecker
2017-07-05
1
-1
/
+1
*
|
vtime, sched/cputime: Remove vtime_account_user()
Frederic Weisbecker
2017-07-05
1
-6
/
+6
*
|
Revert "sched/cputime: Refactor the cputime_adjust() code"
Ingo Molnar
2017-07-04
1
-8
/
+14
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-07-03
16
-1553
/
+2380
|
\
\
|
*
|
sched/cputime: Refactor the cputime_adjust() code
Gustavo A. R. Silva
2017-06-30
1
-11
/
+5
|
*
|
sched/debug: Expose the number of RT/DL tasks that can migrate
Daniel Bristot de Oliveira
2017-06-30
1
-2
/
+15
|
*
|
sched/numa: Hide numa_wake_affine() from UP build
Thomas Gleixner
2017-06-29
1
-0
/
+2
|
*
|
sched/fair: Remove effective_load()
Rik van Riel
2017-06-24
1
-123
/
+1
|
*
|
sched/numa: Implement NUMA node level wake_affine()
Rik van Riel
2017-06-24
1
-59
/
+71
|
*
|
sched/fair: Simplify wake_affine() for the single socket case
Rik van Riel
2017-06-24
1
-1
/
+12
|
*
|
sched/numa: Override part of migrate_degrades_locality() when idle balancing
Rik van Riel
2017-06-24
1
-0
/
+4
|
*
|
sched/rt: Move RT related code from sched/core.c to sched/rt.c
Nicolas Pitre
2017-06-23
3
-315
/
+315
|
*
|
sched/deadline: Move DL related code from sched/core.c to sched/deadline.c
Nicolas Pitre
2017-06-23
3
-340
/
+364
|
*
|
sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled
Nicolas Pitre
2017-06-23
1
-4
/
+3
|
*
|
sched/fair: Spare idle load balancing on nohz_full CPUs
Frederic Weisbecker
2017-06-22
1
-0
/
+4
[next]