summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | 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
* | | | | | | | | checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft2010-10-261-1/+10
* | | | | | | | | checkpatch: clean up structure definition macro handlineAndy Whitcroft2010-10-261-2/+2
* | | | | | | | | checkpatch: update copyright datesAndy Whitcroft2010-10-261-1/+1
* | | | | | | | | checkpatch: Add additional attribute #definesJoe Perches2010-10-261-0/+14
* | | | | | | | | checkpatch: check for incorrect permissionsRabin Vincent2010-10-261-1/+13
* | | | | | | | | checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft2010-10-261-5/+21
* | | | | | | | | checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft2010-10-261-10/+5
* | | | | | | | | checkpatch: add check for space after struct, union, and enumAndy Whitcroft2010-10-261-0/+10
* | | | | | | | | checkpatch: returning errno typically should be negativeAndy Whitcroft2010-10-261-0/+7
* | | | | | | | | checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft2010-10-261-0/+5
* | | | | | | | | checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft2010-10-261-3/+4
* | | | | | | | | checkpatch: suggest cleanpatch and cleanfile when appropriateAndy Whitcroft2010-10-261-0/+13
* | | | | | | | | checkpatch: types may sit on a line on their ownAndy Whitcroft2010-10-261-1/+1
* | | | | | | | | checkpatch: fix regressions in "fix handling of leading spaces"Andy Whitcroft2010-10-261-3/+6
* | | | | | | | | scripts/get_maintainer.pl: don't deduplicate unnamed addresses ie: mailing listsJoe Perches2010-10-261-3/+3
* | | | | | | | | scripts/get_maintainer.pl: use mailmap in name deduplication and other updatesJoe Perches2010-10-261-84/+148
* | | | | | | | | scripts/get_maintainer.pl: correct indentation in a few placesJoe Perches2010-10-261-78/+78
* | | | | | | | | scripts/get_maintainer.pl: fix mailmap handlingFlorian Mickler2010-10-261-38/+109
* | | | | | | | | scripts/get_maintainer.pl: use case insensitive name de-duplicationJoe Perches2010-10-261-34/+101
* | | | | | | | | scripts/get_maintainer.pl: improve --interactive UIJoe Perches2010-10-261-275/+596
* | | | | | | | | scripts/get_maintainer.pl: add interactive modeFlorian Mickler2010-10-261-5/+141
* | | | | | | | | scripts/get_maintainer.pl: use .get_maintainer.conf from . then $HOME then sc...Joe Perches2010-10-261-3/+17
* | | | | | | | | scripts/get_maintainer.pl: add default --git-fallback, remove default --gitJoe Perches2010-10-261-2/+9
* | | | | | | | | scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emailsJoe Perches2010-10-261-1/+1