index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
libfs: make simple attributes interruptible
Christoph Hellwig
2008-02-08
1
-2
/
+8
*
libfs: allow error return from simple attributes
Christoph Hellwig
2008-02-08
7
-47
/
+69
*
Nuke duplicate header from sysctl.c
Jesper Juhl
2008-02-08
1
-1
/
+0
*
Nuke a duplicate include from profile.c
Jesper Juhl
2008-02-08
1
-1
/
+0
*
Nuke duplicate include from printk.c
Jesper Juhl
2008-02-08
1
-1
/
+0
*
write_inode_now(): avoid unnecessary synchronous write
Mike Galbraith
2008-02-08
1
-1
/
+1
*
Allow executables larger than 2GB
Andi Kleen
2008-02-08
1
-2
/
+3
*
asm-*/posix_types.h: scrub __GLIBC__
Mike Frysinger
2008-02-08
16
-81
/
+27
*
ufs: fix symlink creation on ufs2
Evgeniy Dushistov
2008-02-08
1
-2
/
+4
*
ext2: remove unused ext2_put_inode prototype
Christoph Hellwig
2008-02-08
1
-1
/
+0
*
aio: negative offset should return -EINVAL
Rusty Russell
2008-02-08
1
-0
/
+4
*
aio: partial write should not return error code
Rusty Russell
2008-02-08
1
-0
/
+7
*
Fix container_of() usage
Alexey Dobriyan
2008-02-08
2
-2
/
+2
*
ext3: replace all adds to little endians variables with le*_add_cpu
Marcin Slusarz
2008-02-08
5
-26
/
+13
*
byteorder: move le32_add_cpu & friends from OCFS2 to core
Marcin Slusarz
2008-02-08
6
-78
/
+30
*
Use pgoff_t instead of unsigned long
Jan Kara
2008-02-08
2
-2
/
+3
*
aoe: statically initialise devlist_lock
Andrew Morton
2008-02-08
1
-3
/
+1
*
aoe: update copyright date
Ed L. Cashin
2008-02-08
7
-7
/
+7
*
aoe: make error messages more specific
Ed L. Cashin
2008-02-08
1
-8
/
+7
*
aoe: the aoeminor doesn't need a long format
Ed L. Cashin
2008-02-08
2
-5
/
+7
*
aoe: add module parameter for users who need more outstanding I/O
Ed L. Cashin
2008-02-08
1
-3
/
+7
*
aoe: only install new AoE device once
Ed L. Cashin
2008-02-08
1
-0
/
+2
*
aoe: dynamically allocate a capped number of skbs when necessary
Ed L. Cashin
2008-02-08
3
-41
/
+133
*
aoe: user can ask driver to forget previously detected devices
Ed L. Cashin
2008-02-08
5
-19
/
+77
*
aoe: eliminate goto and improve readability
Ed L. Cashin
2008-02-08
1
-35
/
+34
*
aoe: clean up udev configuration example
Ed L. Cashin
2008-02-08
2
-8
/
+12
*
aoe: mac_addr: avoid 64-bit arch compiler warnings
Ed L. Cashin
2008-02-08
4
-10
/
+9
*
aoe: handle multiple network paths to AoE device
Ed L. Cashin
2008-02-08
6
-335
/
+653
*
aoe: bring driver version number to 47
Ed L. Cashin
2008-02-08
1
-1
/
+1
*
constify tables in kernel/sysctl_check.c
Jan Beulich
2008-02-08
1
-76
/
+75
*
misc: removal of final callers using fastcall
Harvey Harrison
2008-02-08
3
-5
/
+5
*
asm-generic: remove fastcall
Harvey Harrison
2008-02-08
3
-22
/
+22
*
Remove fastcall from linux/include
Harvey Harrison
2008-02-08
6
-20
/
+20
*
lib: remove fastcall from lib/*
Harvey Harrison
2008-02-08
3
-28
/
+28
*
kernel: remove fastcall in kernel/*
Harvey Harrison
2008-02-08
12
-68
/
+67
*
fs: remove fastcall, it is always empty
Harvey Harrison
2008-02-08
6
-27
/
+26
*
rd: support XIP
Nick Piggin
2008-02-08
2
-2
/
+47
*
rewrite rd
Nick Piggin
2008-02-08
6
-549
/
+556
*
mn10300: add platform MTD support for the ASB2303 board
David Howells
2008-02-08
3
-2
/
+105
*
mn10300: add the MN10300/AM33 architecture to the kernel
David Howells
2008-02-08
234
-7
/
+27906
*
mn10300: allocate serial port UART IDs for on-chip serial ports
David Howells
2008-02-08
1
-0
/
+4
*
usb: net2280 can't have a function called show_registers()
David Howells
2008-02-08
1
-3
/
+3
*
aout: remove unnecessary inclusions of {asm, linux}/a.out.h
David Howells
2008-02-08
30
-31
/
+0
*
aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT
David Howells
2008-02-08
25
-257
/
+423
*
aout: mark arches that support A.OUT format
David Howells
2008-02-08
14
-2
/
+42
*
aout: move STACK_TOP[_MAX] to asm/processor.h
David Howells
2008-02-08
39
-160
/
+121
*
time: fix typo in comments
Li Zefan
2008-02-08
7
-16
/
+16
*
timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres
Li Zefan
2008-02-08
3
-4
/
+4
*
clockevent: simplify list operations
Li Zefan
2008-02-08
1
-7
/
+4
*
clocksource: remove redundant code
Li Zefan
2008-02-08
1
-1
/
+0
[next]