index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: Fix sched::sched_stat_wait tracepoint field
Ingo Molnar
2009-09-10
1
-2
/
+1
*
sched: Disable NEW_FAIR_SLEEPERS for now
Ingo Molnar
2009-09-10
1
-1
/
+1
*
sched: Keep kthreads at default priority
Mike Galbraith
2009-09-09
2
-6
/
+0
*
sched: Re-tune the scheduler latency defaults to decrease worst-case latencies
Mike Galbraith
2009-09-09
1
-6
/
+6
*
sched: Turn off child_runs_first
Mike Galbraith
2009-09-09
2
-10
/
+10
*
sched: Ensure that a child can't gain time over it's parent after fork()
Mike Galbraith
2009-09-08
1
-3
/
+5
*
sched: Deal with low-load in wake_affine()
Peter Zijlstra
2009-09-07
1
-1
/
+11
*
sched: Remove short cut from select_task_rq_fair()
Peter Zijlstra
2009-09-07
1
-2
/
+0
*
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
3
-7
/
+71
*
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: Add wait, sleep and iowait accounting tracepoints
Peter Zijlstra
2009-09-02
1
-1
/
+11
*
|
|
sched: Provide iowait counters
Arjan van de Ven
2009-09-02
3
-0
/
+13
*
|
|
Merge commit 'v2.6.31-rc8' into sched/core
Ingo Molnar
2009-09-02
29
-356
/
+644
|
\
\
\
|
*
|
|
module: workaround duplicate section names
James Bottomley
2009-08-27
1
-1
/
+2
|
*
|
|
module: fix BUG_ON() for powerpc (and other function descriptor archs)
Rusty Russell
2009-08-27
1
-2
/
+4
|
|
|
/
|
|
/
|
|
*
|
clone(): fix race between copy_process() and de_thread()
Oleg Nesterov
2009-08-26
1
-15
/
+5
|
*
|
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2009-08-25
1
-1
/
+1
|
|
\
\
|
|
*
|
perf_counter: Fix typo in read() output generation
Peter Zijlstra
2009-08-21
1
-1
/
+1
|
*
|
|
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2009-08-25
3
-11
/
+14
|
|
\
\
\
|
|
*
|
|
clockevent: Prevent dead lock on clockevents_lock
Suresh Siddha
2009-08-19
2
-10
/
+13
|
|
*
|
|
timers: Drop write permission on /proc/timer_list
Amerigo Wang
2009-08-17
1
-1
/
+1
|
*
|
|
|
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-08-25
2
-16
/
+13
|
|
\
\
\
\
|
|
*
|
|
|
tracing: handle broken names in ftrace filter
Jiri Olsa
2009-08-18
1
-6
/
+11
|
|
*
|
|
|
ftrace: Unify effect of writing to trace_options and option/*
Zhaolei
2009-08-18
1
-10
/
+2
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...
Linus Torvalds
2009-08-19
1
-0
/
+15
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
perf_counter: Fix the PARISC build
Ingo Molnar
2009-08-18
1
-0
/
+4
|
|
*
|
|
perf_counter: Check task on counter read IPI
Paul Mackerras
2009-08-17
1
-0
/
+11
|
|
|
|
/
|
|
|
/
|
|
*
|
|
mm: revert "oom: move oom_adj value"
KOSAKI Motohiro
2009-08-18
1
-1
/
+0
|
*
|
|
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2009-08-18
1
-2
/
+8
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
[next]