summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch 'message-callback' into kbuild/kconfigMichal Marek2010-10-283-48/+40
| |\ \ \ \ \
| | * | | | | kconfig: Allow frontends to display messages themselvesMichal Marek2010-08-173-48/+40
| * | | | | | Revert "kconfig: Temporarily disable dependency warnings"Michal Marek2010-10-121-2/+0
| * | | | | | Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-1229-100/+972
| |\ \ \ \ \ \
| * | | | | | | kconfig: Use PATH_MAX instead of 128 for path buffer sizes.Will Newton2010-10-041-2/+2
| * | | | | | | kconfig: Fix realloc usage()Michal Marek2010-09-301-1/+1
| * | | | | | | kconfig: Propagate constMichal Marek2010-09-301-6/+9
| * | | | | | | kconfig: Don't go out from read config loop when you read new symbolNaohiro Aota2010-09-301-2/+3
| * | | | | | | Merge branch 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar...Michal Marek2010-09-2717-423/+488
| |\ \ \ \ \ \ \
| | * | | | | | | kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe2010-09-191-1/+1
| | * | | | | | | kconfig: expand file namesArnaud Lacombe2010-09-191-2/+5
| | * | | | | | | kconfig: use the file's name of sourced fileArnaud Lacombe2010-09-191-2/+3
| | * | | | | | | kconfig: constify file nameArnaud Lacombe2010-09-193-3/+3
| | * | | | | | | kconfig: don't emit warning upon rootmenu's prompt redefinitionArnaud Lacombe2010-09-191-1/+1
| | * | | | | | | kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe2010-09-195-26/+11
| | * | | | | | | kconfig: delay gconf window initializationArnaud Lacombe2010-09-191-6/+6
| | * | | | | | | kconfig: expand by default the rootmenu's promptArnaud Lacombe2010-09-191-0/+4
| | * | | | | | | kconfig: add a symbol string expansion helperArnaud Lacombe2010-09-192-0/+50
| | * | | | | | | kconfig: regen parserArnaud Lacombe2010-09-192-267/+287
| | * | | | | | | kconfig: implement the `mainmenu' directiveArnaud Lacombe2010-09-191-3/+11
| | * | | | | | | kconfig: allow PACKAGE to be defined on the compiler's command-lineArnaud Lacombe2010-09-191-0/+3
| | * | | | | | | kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe2010-09-196-54/+45
| | * | | | | | | kconfig: allow build-time definition of the internal config prefixArnaud Lacombe2010-09-196-34/+43
| | * | | | | | | kconfig: rephrase help text not to mention the internal prefixArnaud Lacombe2010-09-192-11/+11
| | * | | | | | | kconfig: replace a `switch()' statement by a more flexible `if()' statementArnaud Lacombe2010-09-191-14/+5
| * | | | | | | | kconfig: fix menuconfig on debian lennyJunio C Hamano2010-09-201-0/+2
| * | | | | | | | scripts/kconfig/gconf.glade Update broken web addresses.Justin P. Mattock2010-09-171-1/+0
| * | | | | | | | kconfig: Simplify Makefile for xconfigMichal Marek2010-09-131-2/+2
| * | | | | | | | Fix QT4 moc, cflags libs detection on dual QT3/Qt4 systemsAlexander Stein2010-09-131-6/+4
| * | | | | | | | nconfig: Fix help for choice menusStephen Boyd2010-09-131-0/+2
| |/ / / / / / /
| * | | | | | | kbuild: fix oldnoconfig to do the right thingKyle McMartin2010-09-081-1/+1
| * | | | | | | xconfig: Change the titlebar if using Qt3Michal Marek2010-09-061-2/+8
| * | | | | | | kconfig qconf: port to QT4Alexander Stein2010-09-013-146/+168
| * | | | | | | kbuild: use getopt_long(), not its _only() variantArnaud Lacombe2010-08-311-1/+1
| * | | | | | | kbuild: don't overwrite HOST_EXTRACFLAGSArnaud Lacombe2010-08-261-4/+2
| * | | | | | | kbuild: fix typoArnaud Lacombe2010-08-171-1/+1
| * | | | | | | kbuild: don't include `check-lxdialog' ldflags in global HOST_LOADLIBESArnaud Lacombe2010-08-171-2/+3
| | |/ / / / / | |/| | | | |
| * | | | | | kbuild: confdata.c explicitly reference errno, thus need <errno.h>Arnaud Lacombe2010-08-171-0/+1
| * | | | | | nconfig: add search supportNir Tzachar2010-08-163-180/+208
* | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-10-285-10/+15
|\ \ \ \ \ \ \
| * | | | | | | initramfs: Fix build break on symbol-prefixed archsMike Frysinger2010-10-281-1/+3
| * | | | | | | scripts/kallsyms: Enable error messages while hush up unnecessary warningsJean Sacren2010-09-291-6/+2
| * | | | | | | Merge branch 'kbuild/clean' into kbuild/kbuildMichal Marek2010-09-131-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | kbuild: Really don't clean bounds.h and asm-offsets.hMichal Marek2010-03-111-0/+2
| * | | | | | | | scripts/setlocalversion: update commentMichael Prokop2010-09-061-2/+4
| * | | | | | | | scripts/mod/modpost.c: fix commentary accordingly to last changesAndy Shevchenko2010-08-261-1/+4
* | | | | | | | | scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches2010-10-261-0/+5
* | | | | | | | | scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches2010-10-261-0/+12
* | | | | | | | | checkpatch: version 0.31Andy Whitcroft2010-10-261-1/+1
* | | | | | | | | checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft2010-10-261-6/+6
OpenPOWER on IntegriCloud