aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2008-10-06Marker depmod fix core kernel listMathieu Desnoyers
2008-09-29kconfig: readd lost change countzippel@linux-m68k.org
2008-09-29kconfig: fix silentoldconfigzippel@linux-m68k.org
2008-09-23kernel-doc: allow structs whose members are all privateRandy Dunlap
2008-08-21pnp: fix "add acpi:* modalias entries"Kay Sievers
2008-08-06bugfix for scripts/patch-kernel in 2.6 sublevel steppingErkki Lintunen
2008-08-05kernel-doc: skip nested struct/union cleanlyRandy Dunlap
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds
2008-08-04kconfig: drop the ""trying to assign nonexistent symbol" warningSam Ravnborg
2008-08-04kconfig: always write out .configSam Ravnborg
2008-08-02firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done' messagesDavid Woodhouse
2008-07-31kbuild: scripts/ver_linux: don't set PATHAdrian Bunk
2008-07-31kbuild: genksyms: Include extern information in dumpsAndreas Gruenbacher
2008-07-31kbuild: genksyms parser: fix the __attribute__ ruleAndreas Gruenbacher
2008-07-30kbuild: scripts/genksyms/lex.l: add %option noinputAdrian Bunk
2008-07-30kconfig: scripts/kconfig/zconf.l: add %option noinputAdrian Bunk
2008-07-30scripts/mod/modpost.c: fix spelling of module and happensBen Dooks
2008-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds
2008-07-25setlocalversion: do not describe if there is nothing to describeSebastian Siewior
2008-07-25kconfig: make defconfig is no longer chattySam Ravnborg
2008-07-25kconfig: make oldconfig is now less chattySam Ravnborg
2008-07-25kconfig: speed up all*config + randconfigSam Ravnborg
2008-07-25kconfig: set all new symbols automaticallyRoman Zippel
2008-07-25kconfig: add diffconfig utilityTim Bird
2008-07-25kernel-doc: handle/strip __initRandy Dunlap
2008-07-25kbuild: prepare headers_* for arch/$ARCH/includeSam Ravnborg
2008-07-25kbuild: install all headers when arch is changedSam Ravnborg
2008-07-25kbuild: optimize headers_* targetsSam Ravnborg
2008-07-25kbuild: only one call for include/ in make headers_*Sam Ravnborg
2008-07-25kbuild: code refactoring in Makefile.headerinstSam Ravnborg
2008-07-25kbuild: drop support of ALTARCH for headers_*Sam Ravnborg
2008-07-25kbuild: always unifdef files in headers_install*Sam Ravnborg
2008-07-25Merge git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds
2008-07-25firmware: create firmware binaries during 'make modules'.David Woodhouse
2008-07-25fix checkstack.pl arch detectionEric Sandeen
2008-07-25find dynamic stack allocations in checkstack.plEric Sandeen
2008-07-24checkpatch: version 0.21Andy Whitcroft
2008-07-24checkpatch: types cannot start mid word for pointer testsAndy Whitcroft
2008-07-24checkpatch: complex macros need to ignore commentsAndy Whitcroft
2008-07-24checkpatch: variants -- move the main unary/binary operators to use variantsAndy Whitcroft
2008-07-24checkpatch: add checks for question mark and colon spacingAndy Whitcroft
2008-07-24checkpatch: possible modifiers -- handle multiple modifiers and trailingAndy Whitcroft
2008-07-24checkpatch: possible types -- known modifiers cannot be typesAndy Whitcroft
2008-07-24checkpatch: handle return types of pointers to functionsAndy Whitcroft
2008-07-24checkpatch: macro complexity checks are meaningless in linker scriptsAndy Whitcroft
2008-07-24checkpatch: possible modifiers are not being correctly matchedAndy Whitcroft
2008-07-24checkpatch: improve type matcher debugAndy Whitcroft
2008-07-24checkpatch: allow for type modifiers on multiple declarationsAndy Whitcroft
2008-07-24checkpatch: correct spelling in kfree checksWolfram Sang
2008-07-24checkpatch: usb_free_urb() can take NULLGreg Kroah-Hartman