index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-16
sched: Disable wakeup balancing
Peter Zijlstra
7
-10
/
+4
2009-09-16
sched: Rename flags to wake_flags
Peter Zijlstra
1
-3
/
+3
2009-09-16
sched: Clean up the load_idx selection in select_task_rq_fair
Peter Zijlstra
1
-19
/
+8
2009-09-16
sched: Optimize cgroup vs wakeup a bit
Peter Zijlstra
3
-22
/
+10
2009-09-16
sched: x86: Name old_perf in a unique way
Peter Zijlstra
1
-2
/
+2
2009-09-16
sched: Implement a gentler fair-sleepers feature
Ingo Molnar
2
-2
/
+16
2009-09-16
sched: Add SD_PREFER_LOCAL
Peter Zijlstra
3
-3
/
+8
2009-09-15
sched: Add a few SYNC hint knobs to play with
Peter Zijlstra
2
-3
/
+21
2009-09-15
sched: Fix sync wakeups again
Peter Zijlstra
1
-4
/
+4
2009-09-15
sched: Add WF_FORK
Peter Zijlstra
3
-2
/
+3
2009-09-15
sched: Rename sync arguments
Peter Zijlstra
6
-24
/
+33
2009-09-15
sched: Rename select_task_rq() argument
Peter Zijlstra
4
-11
/
+11
2009-09-15
sched: Feature to disable APERF/MPERF cpu_power
Peter Zijlstra
2
-2
/
+15
2009-09-15
x86: sched: Provide arch implementations using aperf/mperf
Peter Zijlstra
3
-1
/
+60
2009-09-15
x86: Add generic aperf/mperf code
Peter Zijlstra
2
-70
/
+39
2009-09-15
x86: Move APERF/MPERF into a X86_FEATURE
Peter Zijlstra
3
-7
/
+9
2009-09-15
sched: Provide arch_scale_freq_power
Peter Zijlstra
1
-2
/
+19
2009-09-15
sched: Reduce forkexec_idx
Peter Zijlstra
5
-9
/
+7
2009-09-15
sched: Improve latencies and throughput
Mike Galbraith
6
-9
/
+9
2009-09-15
sched: Fix some domain tunings
Peter Zijlstra
1
-2
/
+2
2009-09-15
sched: Tweak wake_idx
Peter Zijlstra
7
-11
/
+28
2009-09-15
sched: Fix task affinity for select_task_rq_fair
Peter Zijlstra
1
-3
/
+2
2009-09-15
sched: for_each_domain() vs RCU
Peter Zijlstra
1
-2
/
+7
2009-09-15
sched: Weaken SD_POWERSAVINGS_BALANCE
Peter Zijlstra
2
-23
/
+38
2009-09-15
sched: Merge select_task_rq_fair() and sched_balance_self()
Peter Zijlstra
10
-237
/
+84
2009-09-15
sched: Add TASK_WAKING
Peter Zijlstra
2
-16
/
+16
2009-09-15
sched: Hook sched_balance_self() into sched_class::select_task_rq()
Peter Zijlstra
5
-11
/
+20
2009-09-15
sched: Move sched_balance_self() into sched_fair.c
Peter Zijlstra
2
-146
/
+145
2009-09-15
sched: Move code around
Peter Zijlstra
1
-42
/
+39
2009-09-15
sched: Add come comments to the sched features
Peter Zijlstra
1
-8
/
+85
2009-09-15
sched: Complete buddy switches
Mike Galbraith
2
-1
/
+3
2009-09-15
sched: Split WAKEUP_OVERLAP
Peter Zijlstra
2
-3
/
+5
2009-09-15
sched: Fix double_rq_lock() compile warning
Peter Zijlstra
1
-2
/
+2
2009-09-14
Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-40
/
+4
2009-09-14
Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-22
/
+40
2009-09-14
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-39
/
+30
2009-09-14
Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2009-09-14
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-33
/
+61
2009-09-14
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2009-09-14
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
27
-786
/
+1203
2009-09-14
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
28
-1010
/
+1024
2009-09-14
Merge branch 'x86-asm-generic-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
14
-687
/
+15
2009-09-14
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
23
-175
/
+150
2009-09-14
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-311
/
+269
2009-09-12
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
48
-1805
/
+4064
2009-09-12
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
32
-270
/
+946
2009-09-12
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
65
-1286
/
+4106
2009-09-12
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
18
-614
/
+1117
2009-09-12
Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
54
-1405
/
+7110
2009-09-12
Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-403
/
+766
[next]