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
2013-04-03
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
Frederic Weisbecker
15
-46
/
+51
2013-04-02
nohz: Unhide full dynticks feature from its dependencies
Frederic Weisbecker
1
-5
/
+14
2013-03-21
nohz: Wake up full dynticks CPUs when a timer gets enqueued
Frederic Weisbecker
3
-9
/
+27
2013-03-21
nohz: Assign timekeeping duty to a CPU outside the full dynticks range
Frederic Weisbecker
3
-4
/
+51
2013-03-21
nohz: Basic full dynticks interface
Frederic Weisbecker
4
-0
/
+94
2013-03-18
sched/tracing: Allow tracing the preemption decision on wakeup
Peter Zijlstra
1
-1
/
+1
2013-03-18
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Ingo Molnar
3
-19
/
+65
2013-03-14
sched: Fix variable name misnomer, add comments
Andrei Epure
1
-4
/
+5
2013-03-13
sched: Lower chances of cputime scaling overflow
Frederic Weisbecker
1
-12
/
+34
2013-03-13
math64: New div64_u64_rem helper
Frederic Weisbecker
2
-7
/
+31
2013-03-11
sched: Spelling fix
Andrei Epure
1
-1
/
+1
2013-03-11
sched: Fix update_group_power() prototype placement to fix build warning when...
Li Zefan
1
-1
/
+2
2013-03-08
Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
10
-133
/
+163
2013-03-07
context_tracking: Enable probes by default for selftesting
Frederic Weisbecker
1
-0
/
+1
2013-03-07
cputime: Dynamically scale cputime for full dynticks accounting
Frederic Weisbecker
3
-77
/
+83
2013-03-07
context_tracking: Restore preempted context state after preempt_schedule_irq()
Frederic Weisbecker
1
-1
/
+5
2013-03-07
context_tracking: Restore correct previous context state on exception exit
Frederic Weisbecker
4
-35
/
+61
2013-03-07
context_tracking: Move exception handling to generic code
Frederic Weisbecker
5
-26
/
+19
2013-03-06
sched: Remove double declaration of root_task_group
Li Zefan
2
-5
/
+4
2013-03-06
sched: Move group scheduling functions out of include/linux/sched.h
Li Zefan
3
-26
/
+17
2013-03-06
sched: Make default_scale_freq_power() static
Li Zefan
2
-6
/
+3
2013-03-06
sched: Move struct sched_class to kernel/sched/sched.h
Li Zefan
2
-59
/
+55
2013-03-06
sched: Move wake flags to kernel/sched/sched.h
Li Zefan
2
-7
/
+7
2013-03-06
sched: Move struct sched_group to kernel/sched/sched.h
Li Zefan
2
-56
/
+58
2013-03-06
sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h
Li Zefan
2
-26
/
+25
2013-03-06
sched: Remove test_sd_parent()
Li Zefan
1
-9
/
+0
2013-03-06
sched: Remove some dummy functions
Li Zefan
1
-12
/
+0
2013-03-04
Linux 3.9-rc1
v3.9-rc1
Linus Torvalds
1
-2
/
+2
2013-03-04
Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhow...
Linus Torvalds
8
-254
/
+284
2013-03-04
Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
5
-49
/
+57
2013-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
26
-171
/
+108
2013-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+1
2013-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
17
-144
/
+172
2013-03-04
Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-13
/
+21
2013-03-04
Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
200
-8
/
+26934
2013-03-03
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
9
-29
/
+36
2013-03-03
Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-8
/
+10
2013-03-03
Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-15
/
+14
2013-03-03
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
31
-856
/
+888
2013-03-03
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
5
-116
/
+127
2013-03-03
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
Linus Torvalds
15
-273
/
+1375
2013-03-03
btrfs/raid56: Add missing #include <linux/vmalloc.h>
Geert Uytterhoeven
1
-0
/
+1
2013-03-03
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
9
-82
/
+79
2013-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-03-03
fix compat_sys_rt_sigprocmask()
Al Viro
1
-1
/
+1
2013-03-03
Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
11
-24
/
+77
2013-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
48
-1019
/
+5443
2013-03-03
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
Linus Torvalds
38
-331
/
+1881
2013-03-03
Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linus
Russell King
239
-1306
/
+2071
2013-03-03
SUNRPC: One line comment fix
Trond Myklebust
1
-1
/
+1
[next]