index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ 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/balancing: Fix cfs_rq->task_h_load calculation
Vladimir Davydov
2013-09-20
1
-1
/
+1
*
sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...
Vladimir Davydov
2013-09-20
1
-2
/
+2
*
sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...
Vladimir Davydov
2013-09-20
1
-1
/
+2
*
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-09-18
3
-10
/
+15
|
\
|
*
sched: Fix comment for sched_info_depart
Michael S. Tsirkin
2013-09-16
1
-2
/
+3
|
*
sched/debug: Take PID namespace into account
Peter Zijlstra
2013-09-12
1
-3
/
+3
|
*
sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...
Daisuke Nishimura
2013-09-12
1
-5
/
+9
*
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-09-12
1
-1
/
+1
|
\
\
|
|
/
|
*
sched: Fix load balancing performance regression in should_we_balance()
Joonsoo Kim
2013-09-10
1
-1
/
+1
*
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2013-09-05
1
-8
/
+11
|
\
\
|
*
|
sched/cputime: Do not scale when utime == 0
Stanislaw Gruszka
2013-09-04
1
-8
/
+11
*
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-09-04
1
-15
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
remove sched notifier for cross-cpu migrations
Marcelo Tosatti
2013-07-18
1
-15
/
+0
*
|
|
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-09-04
2
-40
/
+17
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
2013-08-14
2
-40
/
+17
|
|
\
\
|
|
*
|
vtime: Always debug check snapshot source _before_ updating it
Frederic Weisbecker
2013-08-14
1
-2
/
+2
|
|
*
|
vtime: Always scale generic vtime accounting results
Frederic Weisbecker
2013-08-14
1
-6
/
+0
|
|
*
|
vtime: Optimize full dynticks accounting off case with static keys
Frederic Weisbecker
2013-08-14
1
-18
/
+4
|
|
*
|
vtime: Fix racy cputime delta update
Frederic Weisbecker
2013-08-14
1
-1
/
+2
|
|
*
|
vtime: Remove a few unneeded generic vtime state checks
Frederic Weisbecker
2013-08-14
1
-12
/
+1
|
|
*
|
context_tracking: Optimize guest APIs off case with static key
Frederic Weisbecker
2013-08-14
1
-0
/
+2
|
|
*
|
vtime: Update a few comments
Frederic Weisbecker
2013-08-13
1
-0
/
+7
|
|
*
|
sched: Consolidate open coded preemptible() checks
Frederic Weisbecker
2013-08-13
1
-3
/
+1
*
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-09-04
3
-228
/
+302
|
\
\
\
\
|
*
|
|
|
sched/fair: Fix the sd_parent_degenerate() code
Peter Zijlstra
2013-09-02
1
-1
/
+9
|
*
|
|
|
sched/fair: Rework and comment the group_imb code
Peter Zijlstra
2013-09-02
1
-34
/
+89
|
*
|
|
|
sched/fair: Optimize find_busiest_queue()
Peter Zijlstra
2013-09-02
1
-4
/
+1
|
*
|
|
|
sched/fair: Make group power more consistent
Peter Zijlstra
2013-09-02
1
-19
/
+22
|
*
|
|
|
sched/fair: Remove duplicate load_per_task computations
Peter Zijlstra
2013-09-02
1
-11
/
+2
|
*
|
|
|
sched/fair: Shrink sg_lb_stats and play memset games
Peter Zijlstra
2013-09-02
1
-7
/
+26
|
*
|
|
|
sched: Clean-up struct sd_lb_stat
Joonsoo Kim
2013-09-02
1
-115
/
+114
|
*
|
|
|
sched: Factor out code to should_we_balance()
Joonsoo Kim
2013-09-02
1
-54
/
+53
|
*
|
|
|
sched: Remove one division operation in find_busiest_queue()
Joonsoo Kim
2013-09-02
1
-5
/
+9
|
*
|
|
|
sched/cputime: Use this_cpu_add() in task_group_account_field()
Christoph Lameter
2013-08-16
1
-1
/
+1
|
*
|
|
|
cpumask: Fix cpumask leak in partition_sched_domains()
Xiaotian Feng
2013-08-16
1
-2
/
+3
|
*
|
|
|
Merge tag 'v3.11-rc5' into sched/core
Ingo Molnar
2013-08-16
1
-2
/
+2
|
|
\
\
\
\
|
|
|
/
/
/
|
*
|
|
|
sched/fair: Cleanup: remove duplicate variable declaration
Kirill Tkhai
2013-07-22
1
-5
/
+3
|
*
|
|
|
Merge tag 'v3.11-rc2' into sched/core
Ingo Molnar
2013-07-22
2
-7
/
+7
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
sched/__wake_up_sync_key(): Fix nr_exclusive tasks which lead to WF_SYNC clea...
Kirill Tkhai
2013-07-12
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
|
|
|
|
|
\
\
\
*
-
.
\
\
\
Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...
Linus Torvalds
2013-09-04
3
-36
/
+84
|
\
\
\
\
\
|
|
*
\
\
\
Merge branch 'linus' into perf/core
Ingo Molnar
2013-08-29
3
-26
/
+84
|
|
|
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Merge tag 'v3.11-rc5' into perf/core
Ingo Molnar
2013-08-15
1
-2
/
+2
|
|
|
\
\
\
\
|
|
|
|
|
_
|
/
|
|
|
|
/
|
|
|
|
*
|
|
|
sched: Micro-optimize the smart wake-affine logic
Peter Zijlstra
2013-07-23
3
-2
/
+8
|
|
*
|
|
|
sched: Implement smarter wake-affine logic
Michael Wang
2013-07-23
1
-0
/
+47
|
|
*
|
|
|
sched: Move h_load calculation to task_h_load()
Vladimir Davydov
2013-07-23
2
-35
/
+30
|
|
|
|
_
|
/
|
|
|
/
|
|
*
|
|
|
|
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2013-09-03
3
-89
/
+81
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
Tejun Heo
2013-08-08
1
-2
/
+2
|
*
|
|
|
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
Tejun Heo
2013-08-08
2
-50
/
+43
|
*
|
|
|
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
Tejun Heo
2013-08-08
2
-23
/
+25
|
*
|
|
|
cgroup: add css_parent()
Tejun Heo
2013-08-08
2
-15
/
+5
[next]