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.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-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
*
kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()
Michal Marek
2011-07-29
3
-58
/
+47
*
xconfig: Abort close if configuration cannot be saved
Michal Marek
2011-07-25
2
-4
/
+11
*
kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.h
Arnaud Lacombe
2011-07-18
1
-5
/
+21
*
kconfig/nconf: remove useless conditionnal
Arnaud Lacombe
2011-07-13
1
-4
/
+1
*
kconfig/nconf: prevent segfault on empty menu
Arnaud Lacombe
2011-07-13
1
-1
/
+6
*
kconfig/nconf: use the generic menu_get_ext_help()
Arnaud Lacombe
2011-07-13
1
-13
/
+1
*
nconfig: Avoid Wunused-but-set warning
Raghavendra D Prabhu
2011-07-13
1
-2
/
+0
*
Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...
Michal Marek
2011-07-04
3
-22
/
+39
|
\
|
*
kconfig/conf: mark xfgets() private
Arnaud Lacombe
2011-07-02
2
-7
/
+3
|
*
kconfig: remove pending prototypes for kconfig_load()
Arnaud Lacombe
2011-07-02
1
-3
/
+0
|
*
kconfig/conf: add command line options' description
Arnaud Lacombe
2011-07-02
1
-1
/
+31
|
*
kconfig/conf: reduce the scope of `defconfig_file'
Arnaud Lacombe
2011-07-02
1
-3
/
+1
|
*
kconfig: use calloc() for expr allocation
Arnaud Lacombe
2011-07-02
1
-8
/
+4
*
|
kconfig: introduce specialized printer
Arnaud Lacombe
2011-07-01
4
-128
/
+266
*
|
kconfig: do not overwrite symbol direct dependency in assignment
Arnaud Lacombe
2011-06-24
1
-1
/
+1
*
|
Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...
Michal Marek
2011-06-08
19
-112
/
+26
|
\
|
|
*
kconfig/gconf: silent missing prototype warnings
Arnaud Lacombe
2011-06-06
1
-1
/
+2
|
*
kconfig/gconf: kill deadcode
Arnaud Lacombe
2011-06-06
1
-33
/
+0
|
*
kconfig: nuke LKC_DIRECT_LINK cruft
Arnaud Lacombe
2011-06-06
17
-76
/
+9
|
*
kconfig: nuke reference to SWIG
Arnaud Lacombe
2011-06-06
1
-3
/
+0
|
*
kconfig: add missing <stdlib.h> inclusion
Arnaud Lacombe
2011-06-06
1
-0
/
+1
|
*
kconfig: add missing <ctype.h> inclusion
Arnaud Lacombe
2011-06-06
1
-0
/
+1
|
*
kconfig: add missing <stdarg.h> inclusion
Arnaud Lacombe
2011-06-06
3
-0
/
+3
|
*
kconfig: fix return code for invalid boolean symbol in conf_set_sym_val()
Arnaud Lacombe
2011-06-06
1
-1
/
+1
|
*
kconfig: annotate non-trivial fall-trough
Arnaud Lacombe
2011-06-06
4
-0
/
+11
*
|
Merge commit 'v3.0-rc1' into kbuild/kconfig
Michal Marek
2011-06-08
9563
-439502
/
+524986
|
\
|
|
*
Linux 3.0-rc1
v3.0-rc1
Linus Torvalds
2011-05-29
1
-5
/
+5
|
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...
Linus Torvalds
2011-05-29
6
-263
/
+220
|
|
\
|
|
*
eCryptfs: Remove ecryptfs_header_cache_2
Tyler Hicks
2011-05-29
3
-13
/
+6
|
|
*
eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()
Tyler Hicks
2011-05-29
3
-105
/
+88
|
|
*
eCryptfs: Return useful code from contains_ecryptfs_marker
Tyler Hicks
2011-05-29
1
-16
/
+10
|
|
*
eCryptfs: Fix new inode race condition
Tyler Hicks
2011-05-29
5
-28
/
+30
|
|
*
eCryptfs: Cleanup inode initialization code
Tyler Hicks
2011-05-29
2
-68
/
+69
|
|
*
eCryptfs: Consolidate inode functions into inode.c
Tyler Hicks
2011-05-29
4
-107
/
+91
|
*
|
Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
2011-05-29
32
-279
/
+3907
|
|
\
\
|
|
*
|
pnfs-obj: pg_test check for max_io_size
Boaz Harrosh
2011-05-29
1
-1
/
+18
|
|
*
|
NFSv4.1: define nfs_generic_pg_test
Boaz Harrosh
2011-05-29
1
-24
/
+20
|
|
*
|
NFSv4.1: use pnfs_generic_pg_test directly by layout driver
Benny Halevy
2011-05-29
4
-19
/
+17
|
|
*
|
NFSv4.1: change pg_test return type to bool
Benny Halevy
2011-05-29
6
-23
/
+22
|
|
*
|
NFSv4.1: unify pnfs_pageio_init functions
Benny Halevy
2011-05-29
5
-54
/
+27
|
|
*
|
pnfs-obj: objlayout_encode_layoutcommit implementation
Boaz Harrosh
2011-05-29
3
-0
/
+61
|
|
*
|
pnfs: encode_layoutcommit
Benny Halevy
2011-05-29
2
-3
/
+17
|
|
*
|
pnfs-obj: report errors and .encode_layoutreturn Implementation.
Boaz Harrosh
2011-05-29
3
-2
/
+297
|
|
*
|
pnfs: encode_layoutreturn
Andy Adamson
2011-05-29
2
-2
/
+11
|
|
*
|
pnfs: layoutret_on_setattr
Benny Halevy
2011-05-29
3
-0
/
+26
|
|
*
|
pnfs: layoutreturn
Benny Halevy
2011-05-29
7
-7
/
+274
|
|
*
|
pnfs-obj: osd raid engine read/write implementation
Boaz Harrosh
2011-05-29
3
-0
/
+901
|
|
*
|
pnfs: support for non-rpc layout drivers
Benny Halevy
2011-05-29
5
-4
/
+62
|
|
*
|
pnfs-obj: define per-inode private structure
Benny Halevy
2011-05-29
3
-0
/
+46
|
|
*
|
pnfs: alloc and free layout_hdr layoutdriver methods
Benny Halevy
2011-05-29
2
-3
/
+22
[next]