summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
| * | | | | checkpatch: add __rcu as a sparse modifierSven Eckelmann2011-07-251-1/+2
| * | | | | checkpatch: suggest using min_t or max_tJoe Perches2011-07-251-0/+35
| * | | | | get_maintainers.pl: improve .mailmap parsingJoe Perches2011-07-251-4/+5
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---. \ \ \ \ \ Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/s...Linus Torvalds2011-07-2528-1049/+386
|\ \ \ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * / | | | | package: Makefile: fix perf target bugmatt mooney2011-06-241-3/+5
| | |/ / / / /
| * | | | | | genksyms: Use same type in loop comparisonJesper Juhl2011-07-251-1/+1
| * | | | | | kbuild: silence generated makefile messagePeter Foley2011-07-201-1/+8
| * | | | | | headers_install: fix __packed in exported kernel headersMarkus Trippelsdorf2011-06-241-0/+1
| * | | | | | Merge branch 'kbuild-implicit-parser-rule' of git://github.com/lacombar/linux...Michal Marek2011-06-2323-1043/+370
| |\ \ \ \ \ \
| | * | | | | | dtc: regen parserArnaud Lacombe2011-06-093-161/+25
| | * | | | | | dtc: migrate parser to implicit rulesArnaud Lacombe2011-06-091-27/+1
| | * | | | | | kconfig: regen parserArnaud Lacombe2011-06-094-173/+200
| | * | | | | | kconfig: migrate parser to implicit rulesArnaud Lacombe2011-06-093-27/+5
| | * | | | | | kconfig/zconf.l: do not ask to generate backupArnaud Lacombe2011-06-091-2/+2
| | * | | | | | kconfig: kill no longer needed reference to YYDEBUGArnaud Lacombe2011-06-092-10/+0
| | * | | | | | kconfig: constify `kconf_id_lookup'Arnaud Lacombe2011-06-094-8/+8
| | * | | | | | genksym: regen parserArnaud Lacombe2011-06-094-586/+74
| | * | | | | | genksyms: migrate parser to implicit rulesArnaud Lacombe2011-06-093-48/+9
| | * | | | | | genksyms: drop -Wno-uninitialized from HOSTCFLAGS_parse.tab.oArnaud Lacombe2011-06-091-1/+1
| | * | | | | | genksyms: pass hash and lookup functions name and target language though the ...Arnaud Lacombe2011-06-091-0/+3
| | * | | | | | kbuild: simplify the %_shipped ruleArnaud Lacombe2011-06-091-1/+1
| | * | | | | | kbuild: add implicit rules for parser generationArnaud Lacombe2011-06-091-0/+38
| | * | | | | | kbuild: add `baseprereq'Arnaud Lacombe2011-06-091-0/+4
| | |/ / / / /
| * | | | | | Merge commit 'v3.0-rc1' into kbuild/kbuildMichal Marek2011-06-0733-230/+471
| |\| | | | |