aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacementArnaud Lacombe2011-08-311-1/+1
| * | kbuild: prevent make from deleting _shipped filesPeter Foley2011-08-311-0/+4
| |/
* | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings2011-11-071-0/+7
* | checkpatch: add a --strict check for utf-8 in commit logsJoe Perches2011-10-311-4/+26
* | kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches2011-10-311-3/+3
* | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-261-0/+25
|\ \
| * \ Merge 3.1-rc4 into staging-nextGreg Kroah-Hartman2011-08-291-0/+25
| |\ \
| | * | Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_idGreg Kroah-Hartman2011-08-251-2/+2
| | * | Staging: hv: Add code to parse struct hv_vmbus_device_id tableK. Y. Srinivasan2011-08-251-0/+25
| | |/
* | | Merge branch 'master' into for-nextJiri Kosina2011-09-1523-261/+326
|\ \ \ | |/ /
| * | checkpatch: add missing WARN argument for min_t and max_t testsHui Zhu2011-08-251-1/+2
| * | scripts/get_maintainer.pl: update Linus's git repositoryRalf Thielow2011-08-251-1/+1
| |/
| * Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-07-3021-259/+323
| |\
| | * kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek2011-07-291-57/+14
| | * xconfig: Abort close if configuration cannot be savedMichal Marek2011-07-252-4/+11
| | * kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hArnaud Lacombe2011-07-181-5/+21
| | * kconfig/nconf: remove useless conditionnalArnaud Lacombe2011-07-131-4/+1
| | * kconfig/nconf: prevent segfault on empty menuArnaud Lacombe2011-07-131-1/+6
| | * kconfig/nconf: use the generic menu_get_ext_help()Arnaud Lacombe2011-07-131-13/+1
| | * nconfig: Avoid Wunused-but-set warningRaghavendra D Prabhu2011-07-131-2/+0
| | * Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek2011-07-043-22/+39
| | |\
| | | * kconfig/conf: mark xfgets() privateArnaud Lacombe2011-07-022-7/+3
| | | * kconfig: remove pending prototypes for kconfig_load()Arnaud Lacombe2011-07-021-3/+0
| | | * kconfig/conf: add command line options' descriptionArnaud Lacombe2011-07-021-1/+31
| | | * kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe2011-07-021-3/+1
| | | * kconfig: use calloc() for expr allocationArnaud Lacombe2011-07-021-8/+4
| | * | kconfig: introduce specialized printerArnaud Lacombe2011-07-014-128/+266
| | * | kconfig: do not overwrite symbol direct dependency in assignmentArnaud Lacombe2011-06-241-1/+1
| | * | Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek2011-06-0819-112/+26
| | |\ \ | | | |/
| | | * kconfig/gconf: silent missing prototype warningsArnaud Lacombe2011-06-061-1/+2
| | | * kconfig/gconf: kill deadcodeArnaud Lacombe2011-06-061-33/+0
| | | * kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-0617-76/+9
| | | * kconfig: nuke reference to SWIGArnaud Lacombe2011-06-061-3/+0
| | | * kconfig: add missing <stdlib.h> inclusionArnaud Lacombe2011-06-061-0/+1
| | | * kconfig: add missing <ctype.h> inclusionArnaud Lacombe2011-06-061-0/+1
| | | * kconfig: add missing <stdarg.h> inclusionArnaud Lacombe2011-06-063-0/+3
| | | * kconfig: fix return code for invalid boolean symbol in conf_set_sym_val()Arnaud Lacombe2011-06-061-1/+1
| | | * kconfig: annotate non-trivial fall-troughArnaud Lacombe2011-06-064-0/+11
| | * | Merge commit 'v3.0-rc1' into kbuild/kconfigMichal Marek2011-06-0835-214/+519
| | |\ \ | | | |/
| | * | Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfigMichal Marek2011-05-251-3/+2
| | |\ \
| | * | | kconfig: Only generate config_is_xxx for bool and tristate optionsMichal Marek2011-05-251-5/+3
| | * | | Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfigMichal Marek2011-05-242-15/+9
| | |\ \ \
| | * | | | kconfig: autogenerated config_is_xxx macroJean-Christophe PLAGNIOL-VILLARD2011-05-171-0/+29
* | | | | | treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock2011-09-151-2/+2
|/ / / / /
* | | | | Merge 'akpm' patch seriesLinus Torvalds2011-07-252-152/+513
|\ \ \ \ \
| * | | | | checkpatch.pl: update $logFunctionsJoe Perches2011-07-251-3/+3
| * | | | | checkpatch: make utf-8 test --strictJoe Perches2011-07-251-2/+2
| * | | | | checkpatch.pl: add ability to ignore various messagesJoe Perches2011-07-251-143/+355
| * | | | | checkpatch: add a "prefer __aligned" checkJoe Perches2011-07-251-0/+5
| * | | | | checkpatch: validate signature styles and To: and Cc: linesJoe Perches2011-07-251-8/+115