summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2011-11-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2011-11-06module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings
2011-11-01checkpatch: add a --strict check for utf-8 in commit logsJoe Perches
2011-11-01kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-10-11genksyms: Regenerate lexer and parserMichal Marek
2011-10-11genksyms: Do not expand internal typesMichal Marek
2011-10-11genksyms: Minor parser cleanupMichal Marek
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock
2011-09-09fixdep: fix extraneous dependenciesPeter Foley
2011-08-31scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacementArnaud Lacombe
2011-08-31kbuild: prevent make from deleting _shipped filesPeter Foley
2011-08-29Merge 3.1-rc4 into staging-nextGreg Kroah-Hartman
2011-08-25checkpatch: add missing WARN argument for min_t and max_t testsHui Zhu
2011-08-25scripts/get_maintainer.pl: update Linus's git repositoryRalf Thielow
2011-08-25Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_idGreg Kroah-Hartman
2011-08-25Staging: hv: Add code to parse struct hv_vmbus_device_id tableK. Y. Srinivasan
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-07-29kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek
2011-07-26Merge 'akpm' patch seriesLinus Torvalds
2011-07-26checkpatch.pl: update $logFunctionsJoe Perches
2011-07-26checkpatch: make utf-8 test --strictJoe Perches
2011-07-26checkpatch.pl: add ability to ignore various messagesJoe Perches
2011-07-26checkpatch: add a "prefer __aligned" checkJoe Perches
2011-07-26checkpatch: validate signature styles and To: and Cc: linesJoe Perches
2011-07-26checkpatch: add __rcu as a sparse modifierSven Eckelmann
2011-07-26checkpatch: suggest using min_t or max_tJoe Perches
2011-07-26get_maintainers.pl: improve .mailmap parsingJoe Perches
2011-07-26Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/s...Linus Torvalds
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-25xconfig: Abort close if configuration cannot be savedMichal Marek
2011-07-25genksyms: Use same type in loop comparisonJesper Juhl
2011-07-24modpost: Fix modpost's license checking V3Alessio Igor Bogani
2011-07-20kbuild: silence generated makefile messagePeter Foley
2011-07-18kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hArnaud Lacombe
2011-07-13Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds
2011-07-13kconfig/nconf: remove useless conditionnalArnaud Lacombe
2011-07-13kconfig/nconf: prevent segfault on empty menuArnaud Lacombe
2011-07-13kconfig/nconf: use the generic menu_get_ext_help()Arnaud Lacombe
2011-07-13nconfig: Avoid Wunused-but-set warningRaghavendra D Prabhu
2011-07-12kbuild: Do not write to builddir in modules_installMichal Marek
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-07-04Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek
2011-07-02kconfig/conf: mark xfgets() privateArnaud Lacombe
2011-07-02kconfig: remove pending prototypes for kconfig_load()Arnaud Lacombe
2011-07-02kconfig/conf: add command line options' descriptionArnaud Lacombe
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe
2011-07-02kconfig: use calloc() for expr allocationArnaud Lacombe
2011-07-01kconfig: introduce specialized printerArnaud Lacombe