index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-09-17
1
-301
/
+143
|
\
|
*
sched: Add new wakeup preemption mode: WAKEUP_RUNNING
Peter Zijlstra
2009-09-17
1
-7
/
+10
|
*
sched: Fix TASK_WAKING & loadaverage breakage
Ingo Molnar
2009-09-17
1
-0
/
+4
|
*
sched: Optimize cgroup vs wakeup a bit
Peter Zijlstra
2009-09-16
1
-7
/
+0
|
*
sched: Fix sync wakeups again
Peter Zijlstra
2009-09-15
1
-4
/
+4
|
*
sched: Add WF_FORK
Peter Zijlstra
2009-09-15
1
-1
/
+1
|
*
sched: Rename sync arguments
Peter Zijlstra
2009-09-15
1
-14
/
+16
|
*
sched: Feature to disable APERF/MPERF cpu_power
Peter Zijlstra
2009-09-15
1
-2
/
+10
|
*
sched: Provide arch_scale_freq_power
Peter Zijlstra
2009-09-15
1
-2
/
+19
|
*
sched: Weaken SD_POWERSAVINGS_BALANCE
Peter Zijlstra
2009-09-15
1
-20
/
+20
|
*
sched: Merge select_task_rq_fair() and sched_balance_self()
Peter Zijlstra
2009-09-15
1
-38
/
+3
|
*
sched: Add TASK_WAKING
Peter Zijlstra
2009-09-15
1
-16
/
+15
|
*
sched: Hook sched_balance_self() into sched_class::select_task_rq()
Peter Zijlstra
2009-09-15
1
-7
/
+7
|
*
sched: Move sched_balance_self() into sched_fair.c
Peter Zijlstra
2009-09-15
1
-146
/
+0
|
*
sched: Move code around
Peter Zijlstra
2009-09-15
1
-42
/
+39
|
*
sched: Fix double_rq_lock() compile warning
Peter Zijlstra
2009-09-15
1
-2
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2009-09-15
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'percpu-for-linus' into percpu-for-next
Tejun Heo
2009-08-14
1
-17
/
+44
|
|
\
|
*
|
percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()
Tejun Heo
2009-06-24
1
-2
/
+2
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-09-11
1
-397
/
+702
|
\
\
\
|
*
|
|
sched: Fix dynamic power-balancing crash
Ingo Molnar
2009-09-04
1
-2
/
+5
|
*
|
|
sched: Remove reciprocal for cpu_power
Peter Zijlstra
2009-09-04
1
-67
/
+34
|
*
|
|
sched: Try to deal with low capacity, fix update_sd_power_savings_stats()
Gautham R Shenoy
2009-09-04
1
-1
/
+1
|
*
|
|
sched: Try to deal with low capacity
Peter Zijlstra
2009-09-04
1
-5
/
+28
|
*
|
|
sched: Scale down cpu_power due to RT tasks
Peter Zijlstra
2009-09-04
1
-3
/
+61
|
*
|
|
sched: Implement dynamic cpu_power
Peter Zijlstra
2009-09-04
1
-3
/
+35
|
*
|
|
sched: Add smt_gain
Peter Zijlstra
2009-09-04
1
-1
/
+7
|
*
|
|
sched: Update the cpu_power sum during load-balance
Peter Zijlstra
2009-09-04
1
-4
/
+29
|
*
|
|
sched: Add SD_PREFER_SIBLING
Peter Zijlstra
2009-09-04
1
-1
/
+13
|
*
|
|
sched: Restore __cpu_power to a straight sum of power
Peter Zijlstra
2009-09-04
1
-16
/
+12
|
|
|
|
|
|
\
\
|
*
-
.
\
\
Merge branches 'sched/domains' and 'sched/clock' into sched/core
Ingo Molnar
2009-09-04
1
-245
/
+320
|
|
\
\
\
\
|
|
|
|
|
/
|
|
|
|
/
|
|
|
*
|
|
sched: Consolidate definition of variable sd in __build_sched_domains
Andreas Herrmann
2009-08-18
1
-9
/
+4
|
|
*
|
|
sched: Separate out build of NUMA sched groups from __build_sched_domains
Andreas Herrmann
2009-08-18
1
-63
/
+67
|
|
*
|
|
sched: Separate out build of ALLNODES sched groups from __build_sched_domains
Andreas Herrmann
2009-08-18
1
-5
/
+8
|
|
*
|
|
sched: Separate out build of CPU sched groups from __build_sched_domains
Andreas Herrmann
2009-08-18
1
-9
/
+9
|
|
*
|
|
sched: Separate out build of MC sched groups from __build_sched_domains
Andreas Herrmann
2009-08-18
1
-13
/
+10
|
|
*
|
|
sched: Separate out build of SMT sched groups from __build_sched_domains
Andreas Herrmann
2009-08-18
1
-11
/
+20
|
|
*
|
|
sched: Separate out build of SMT sched domain from __build_sched_domains
Andreas Herrmann
2009-08-18
1
-13
/
+19
|
|
*
|
|
sched: Separate out build of MC sched domain from __build_sched_domains
Andreas Herrmann
2009-08-18
1
-12
/
+18
|
|
*
|
|
sched: Separate out build of CPU sched domain from __build_sched_domains
Andreas Herrmann
2009-08-18
1
-9
/
+17
|
|
*
|
|
sched: Separate out build of NUMA sched domain from __build_sched_domains
Andreas Herrmann
2009-08-18
1
-25
/
+32
|
|
*
|
|
sched: Separate out allocation/free/goto-hell from __build_sched_domains
Andreas Herrmann
2009-08-18
1
-72
/
+99
|
|
*
|
|
sched: Use structure to store local data in __build_sched_domains
Andreas Herrmann
2009-08-18
1
-76
/
+89
|
|
|
/
/
|
*
|
|
sched: Provide iowait counters
Arjan van de Ven
2009-09-02
1
-0
/
+4
|
*
|
|
sched: Rename init_cfs_rq => init_tg_cfs_rq
Anirban Sinha
2009-08-29
1
-5
/
+5
|
*
|
|
sched: Fix division by zero - really
Peter Zijlstra
2009-08-28
1
-21
/
+29
|
*
|
|
sched: Avoid division by zero
Peter Zijlstra
2009-08-21
1
-13
/
+10
|
*
|
|
sched: Use for_each_class macro in move_one_task()
Hiroshi Shimamoto
2009-08-20
1
-1
/
+2
|
*
|
|
sched: Ensure the migration task doesn't go away during use
Peter Zijlstra
2009-08-02
1
-0
/
+4
|
*
|
|
sched: Fully integrate cpus_active_map and root-domain code
Gregory Haskins
2009-08-02
1
-1
/
+1
[next]