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.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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-06
idle_regs() must be __cpuinit
Adrian Bunk
2
-2
/
+2
2008-02-06
calibrate_delay() must be __cpuinit
Adrian Bunk
12
-24
/
+5
2008-02-06
get rid of NR_OPEN and introduce a sysctl_nr_open
Eric Dumazet
5
-5
/
+8
2008-02-06
alpha/parisc: remove config variable DEBUG_RWLOCK
Jiri Olsa
4
-20
/
+0
2008-02-06
read_current_timer() cleanups
Andrew Morton
4
-3
/
+14
2008-02-06
scheduled OSS driver removal
Adrian Bunk
1
-81
/
+0
2008-02-06
proper show_interrupts() prototype
Adrian Bunk
1
-0
/
+1
2008-02-06
cleanup after APUS removal
Adrian Bunk
1
-2
/
+0
2008-02-06
remove support for un-needed _extratext section
Robin Getz
1
-5
/
+0
2008-02-06
Remove pointless casts from void pointers
Jeff Garzik
4
-6
/
+6
2008-02-06
Remove inclusions of <linux/autoconf.h>
Ralf Baechle
2
-2
/
+0
2008-02-06
taskstats scaled time cleanup
Michael Neuling
1
-6
/
+6
2008-02-06
timerfd: fix remaining architectures
Andrew Morton
4
-4
/
+4
2008-02-06
Fix timerfd breakage on avr32
Haavard Skinnemoen
1
-1
/
+1
2008-02-06
stop c_p_a corrupting the pds
Hugh Dickins
1
-1
/
+0
2008-02-05
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
20
-332
/
+411
2008-02-05
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
12
-46
/
+108
2008-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
1
-3
/
+3
2008-02-05
Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2008-02-05
uml: make mconsole_stack namespace-aware
Jeff Dike
1
-17
/
+18
2008-02-05
uml: redo the calculation of NR_syscalls
Jeff Dike
6
-19
/
+25
2008-02-05
uml: defconfig tweaks
Jeff Dike
1
-3
/
+3
2008-02-05
uml: port mutex conversion
Daniel Walker
1
-3
/
+4
2008-02-05
uml: mconsole mutex conversion
Daniel Walker
1
-3
/
+4
2008-02-05
uml: LDT mutex conversion
Daniel Walker
1
-7
/
+7
2008-02-05
uml: use of a public MAC is a warning, not an error
Jeff Dike
1
-5
/
+4
2008-02-05
uml: fix infinite mconsole loop
Karol Swietlicki
1
-1
/
+3
2008-02-05
uml: remove map_cb
Jeff Dike
1
-7
/
+1
2008-02-05
uml: remove TOPDIR
WANG Cong
2
-13
/
+13
2008-02-05
uml: remove unused fields from mm_context
Jeff Dike
1
-4
/
+0
2008-02-05
uml: move register initialization
Jeff Dike
1
-3
/
+7
2008-02-05
uml: add newlines to printks
Jeff Dike
1
-4
/
+4
2008-02-05
uml: style fixes in arch/um/sys-x86_64
Jeff Dike
8
-106
/
+65
2008-02-05
uml: add back CONFIG_HZ
Jeff Dike
1
-0
/
+4
2008-02-05
uml: DEBUG_SHIRQ fixes
Jeff Dike
2
-4
/
+12
2008-02-05
uml: remove fakehd
Jeff Dike
1
-16
/
+4
2008-02-05
uml: implement O_APPEND
Jeff Dike
1
-0
/
+2
2008-02-05
uml: SMP locking commentary
Jeff Dike
4
-10
/
+17
2008-02-05
uml: remove init_irq_signals
Jeff Dike
3
-13
/
+4
2008-02-05
uml: signal handling tidying
Jeff Dike
1
-21
/
+12
2008-02-05
uml: style fixes in arch/um/kernel
Jeff Dike
14
-133
/
+122
2008-02-05
uml: clean up sig_handler_common_skas
Jeff Dike
1
-45
/
+18
2008-02-05
uml: move sig_handler_common_skas
Jeff Dike
4
-79
/
+65
2008-02-05
uml: don't allow processes to call into stub
Jeff Dike
1
-0
/
+3
2008-02-05
uml: get rid of syscall counters
Jeff Dike
3
-7
/
+0
2008-02-05
uml: don't kill pid 0
Jeff Dike
1
-1
/
+13
2008-02-05
uml: tidy helper code
Jeff Dike
7
-50
/
+36
2008-02-05
uml: use barrier() instead of mb()
Jeff Dike
1
-20
/
+8
2008-02-05
uml: install panic notifier earlier
Jeff Dike
4
-32
/
+42
2008-02-05
uml: eliminate setjmp_wrapper
Jeff Dike
3
-62
/
+27
[next]