summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * kbuild: fix scripts/setlocalversion to avoid erroneous -dirty tagTheodore Ts'o2008-01-281-0/+1
| * kbuild: change CONFIG_LOCALVERSION_AUTO to use a git-describe-ish formatTheodore Ts'o2008-01-281-1/+1
| * kbuild: eradicate bashisms in scripts/patch-kernelAndreas Mohr2008-01-281-12/+10
| * FS: Remove dead codeWANG Cong2008-01-281-20/+0
| * FRV: Drop 'TOPDIR' from MakefilesWANG Cong2008-01-281-4/+4
| * INFINIBAND: Remove 'TOPDIR' from MakefilesWANG Cong2008-01-281-2/+1
| * CRIS: Remove 'TOPDIR' from MakefilesWANG Cong2008-01-281-1/+1
| * kbuild: fix installing external modulesSam Ravnborg2008-01-281-1/+1
| * A few corrections to include/linux/KbuildRobert P. J. Day2008-01-281-4/+4
| * kbuild: fixup genksyms usage/getoptMike Frysinger2008-01-281-3/+7
| * kbuild: ignore *.order filesSam Ravnborg2008-01-281-0/+1
| * kbuild: fix buglet in gcc-version.shSam Ravnborg2008-01-281-1/+4
| * Kbuild: Clarify the rpm-related make packaging targetsRobert P. J. Day2008-01-282-4/+2
| * kbuild: support mercurial in setlocalversionAron Griffis2008-01-281-0/+23
| * kconfig: use getopt() in conf.c for handling command line argumentsAndres Salomon2008-01-281-13/+11
| * kbuild: fix a buffer overflow in modpostAndi Kleen2008-01-281-1/+2
| * kbuild: fix format string warnings in modpostAndi Kleen2008-01-281-3/+4
| * kbuild: declare the modpost error functions as printf likeAndi Kleen2008-01-281-3/+5
| * kconfig: if ncurses-devel is missing then say soSam Ravnborg2008-01-282-13/+17
| * kbuild: implement modules.orderTejun Heo2008-01-283-2/+29
| * convert drivers/base/power/Makefile to ccflagsJohannes Berg2008-01-281-6/+2
| * kbuild: Add missing srctree prefix for includecheck and versioncheckGeert Uytterhoeven2008-01-281-2/+2
| * kbuild: document versioncheck in make helpSam Ravnborg2008-01-281-0/+1
| * kbuild: add 'includecheck' help textRandy Dunlap2008-01-281-0/+1
| * kernel-doc: new P directive for DOC: sectionsJohannes Berg2008-01-281-1/+39
| * kernel-doc: use no-doc optionJohannes Berg2008-01-281-1/+3
| * kernel-doc: process functions, not DOC:Johannes Berg2008-01-281-2/+12
| * kernel-doc: single DOC: selectionJohannes Berg2008-01-281-20/+43
| * kernel-doc: init kernel versionJohannes Berg2008-01-281-1/+1
| * kernel-doc: fix xml output modeJohannes Berg2008-01-281-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2008-01-295-56/+90
|\ \
| * | Module: check to see if we have a built in module with the same nameGreg Kroah-Hartman2008-01-291-0/+10
| * | module: add module taint on ndiswrapperJon Masters2008-01-291-1/+1
| * | module: fix the module name length in param_sysfs_builtinDenis Cheng2008-01-291-5/+3
| * | module: make module_address_lookup safeRusty Russell2008-01-293-25/+30
| * | module: better OOPS and lockdep coverage for loading modulesRusty Russell2008-01-291-18/+20
| * | module: Fix gratuitous sprintf in module.cRusty Russell2008-01-291-1/+1
| * | module: wait for dependent modules doing init.Rusty Russell2008-01-291-5/+23
| * | module: Don't report discarded init pages as kernel text.Rusty Russell2008-01-291-1/+2
| |/
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-01-2946-804/+7679
|\ \
| * | jbd2: sparse pointer use of zero as nullMingming Cao2008-01-281-6/+6
| * | jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeupMingming Cao2008-01-281-1/+1
| * | jbd2: Mark jbd2 slabs as SLAB_TEMPORARYMingming Cao2008-01-282-4/+6
| * | jbd2: add lockdep supportMingming Cao2008-01-282-0/+15
| * | ext4: Use the ext4_ext_actual_len() helper functionAneesh Kumar K.V2008-01-281-11/+13
| * | ext4: fix uniniatilized extent splitting errorDmitry Monakhov2008-01-281-2/+3
| * | ext4: Check for return value from sb_set_blocksizeAneesh Kumar K.V2008-01-281-10/+5
| * | ext4: Add stripe= option to /proc/mountsMiklos Szeredi2008-01-281-0/+2
| * | ext4: Enable the multiblock allocator by defaultAneesh Kumar K.V2008-01-281-0/+7
| * | ext4: Add multi block allocator for ext4Alex Tomas2008-01-2913-38/+4900