aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+25
2011-09-15Merge branch 'master' into for-nextGravatar Jiri Kosina 23-261/+326
2011-09-15treewide: remove extra semicolons from various parts of the kernelGravatar Justin P. Mattock 1-2/+2
2011-08-29Merge 3.1-rc4 into staging-nextGravatar Greg Kroah-Hartman 1-0/+25
2011-08-25checkpatch: add missing WARN argument for min_t and max_t testsGravatar Hui Zhu 1-1/+2
2011-08-25scripts/get_maintainer.pl: update Linus's git repositoryGravatar Ralf Thielow 1-1/+1
2011-08-25Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_idGravatar Greg Kroah-Hartman 1-2/+2
2011-08-25Staging: hv: Add code to parse struct hv_vmbus_device_id tableGravatar K. Y. Srinivasan 1-0/+25
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 21-259/+323
2011-07-29kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Gravatar Michal Marek 1-57/+14
2011-07-25Merge 'akpm' patch seriesGravatar Linus Torvalds 2-152/+513
2011-07-25checkpatch.pl: update $logFunctionsGravatar Joe Perches 1-3/+3
2011-07-25checkpatch: make utf-8 test --strictGravatar Joe Perches 1-2/+2
2011-07-25checkpatch.pl: add ability to ignore various messagesGravatar Joe Perches 1-143/+355
2011-07-25checkpatch: add a "prefer __aligned" checkGravatar Joe Perches 1-0/+5
2011-07-25checkpatch: validate signature styles and To: and Cc: linesGravatar Joe Perches 1-8/+115
2011-07-25checkpatch: add __rcu as a sparse modifierGravatar Sven Eckelmann 1-1/+2
2011-07-25checkpatch: suggest using min_t or max_tGravatar Joe Perches 1-0/+35
2011-07-25get_maintainers.pl: improve .mailmap parsingGravatar Joe Perches 1-4/+5
2011-07-25Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 28-1049/+386
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-14/+7
2011-07-25xconfig: Abort close if configuration cannot be savedGravatar Michal Marek 2-4/+11
2011-07-25genksyms: Use same type in loop comparisonGravatar Jesper Juhl 1-1/+1
2011-07-24modpost: Fix modpost's license checking V3Gravatar Alessio Igor Bogani 1-1/+28
2011-07-20kbuild: silence generated makefile messageGravatar Peter Foley 1-1/+8
2011-07-18kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hGravatar Arnaud Lacombe 1-5/+21
2011-07-13Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Gravatar Linus Torvalds 1-4/+6
2011-07-13kconfig/nconf: remove useless conditionnalGravatar Arnaud Lacombe 1-4/+1
2011-07-13kconfig/nconf: prevent segfault on empty menuGravatar Arnaud Lacombe 1-1/+6
2011-07-13kconfig/nconf: use the generic menu_get_ext_help()Gravatar Arnaud Lacombe 1-13/+1
2011-07-13nconfig: Avoid Wunused-but-set warningGravatar Raghavendra D Prabhu 1-2/+0
2011-07-12kbuild: Do not write to builddir in modules_installGravatar Michal Marek 1-4/+6
2011-07-11Merge branch 'master' into for-nextGravatar Jiri Kosina 1-0/+5
2011-07-04Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Gravatar Michal Marek 3-22/+39
2011-07-02kconfig/conf: mark xfgets() privateGravatar Arnaud Lacombe 2-7/+3
2011-07-02kconfig: remove pending prototypes for kconfig_load()Gravatar Arnaud Lacombe 1-3/+0
2011-07-02kconfig/conf: add command line options' descriptionGravatar Arnaud Lacombe 1-1/+31
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Gravatar Arnaud Lacombe 1-3/+1
2011-07-02kconfig: use calloc() for expr allocationGravatar Arnaud Lacombe 1-8/+4
2011-07-01kconfig: introduce specialized printerGravatar Arnaud Lacombe 4-128/+266
2011-06-24kconfig: do not overwrite symbol direct dependency in assignmentGravatar Arnaud Lacombe 1-1/+1
2011-06-24headers_install: fix __packed in exported kernel headersGravatar Markus Trippelsdorf 1-0/+1
2011-06-24package: Makefile: fix perf target bugGravatar matt mooney 1-3/+5
2011-06-23Merge branch 'kbuild-implicit-parser-rule' of git://github.com/lacombar/linux...Gravatar Michal Marek 23-1043/+370
2011-06-16docproc: cleanup brace placementGravatar Jesper Juhl 1-12/+5
2011-06-16scripts/gcc-goto.sh: fix a typo ("suport")Gravatar Jonathan Neuschäfer 1-1/+1
2011-06-15checkpatch: add warning for uses of printk_ratelimitGravatar Joe Perches 1-0/+5
2011-06-13bootgraph.pl: relax timing information requirementsGravatar Andrew Murray 1-1/+1
2011-06-09kbuild: Hack for depmod not handling X.Y versionsGravatar Michal Marek 1-1/+24
2011-06-09kbuild: Move depmod call to a separate scriptGravatar Michal Marek 1-0/+25