summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-141-125/+92
|\
| * modpost: use linker section to generate table.Rusty Russell2012-01-131-45/+61
| * modpost: use a table rather than a giant if/else statement.Rusty Russell2012-01-131-119/+73
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2012-01-131-0/+13
|\ \ | |/ |/|
| * ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Jochen Friedrich2012-01-091-0/+13
* | checkpatch: catch all occurences of type and cast spacing errors per lineAndy Whitcroft2012-01-101-4/+7
* | checkpatch: typeof may have more complex argumentsAndy Whitcroft2012-01-101-1/+1
* | checkpatch: ensure cast type is unique in the context parserAndy Whitcroft2012-01-101-1/+1
* | checkpatch: fix complex macros handling of square bracketsAndy Whitcroft2012-01-101-1/+1
* | checkpatch: fix 'return is not a function' square bracket handlingAndy Whitcroft2012-01-101-1/+1
* | checkpatch: complex macro should allow the empty do while loopAndy Whitcroft2012-01-101-1/+1
* | checkpatch: fix EXPORT_SYMBOL handling following a functionAndy Whitcroft2012-01-101-1/+1
* | checkpatch: only apply kconfig help checks for options which promptAndy Whitcroft2012-01-101-5/+12
* | checkpatch: optimise statement scanner when mid-statementAndy Whitcroft2012-01-101-2/+20
* | checkpatch: ## is not a valid modifierAndy Whitcroft2012-01-101-1/+3
* | checkpatch: improve memset and min/max with cast checkingJoe Perches2012-01-101-36/+33
* | checkpatch: check for common memset parameter issues against statmentsAndy Whitcroft2012-01-101-6/+22
* | checkpatch: correctly track the end of preprocessor commands in contextAndy Whitcroft2012-01-101-51/+39
* | checkpatch: prefer __printf over __attribute__((format(printf,...)))Joe Perches2012-01-101-0/+6
* | checkpatch: update signature "might be better as" warningJoe Perches2012-01-101-2/+5
* | get_maintainers.pl: follow renames when looking up commit signersIan Campbell2012-01-101-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2011-11-1324-448/+711
| |\ \
| * | | scripts/package/Makefile: Fix typo: an deb -> a debPaul Menzel2011-10-291-1/+1
* | | | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2012-01-061-0/+72
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: amba: Auto-generate AMBA driver module aliases during modpostDave Martin2011-11-221-0/+72
| | |/ | |/|
* | | kconfig: adapt update-po-config to new UML layoutPaul Bolle2011-12-181-3/+2
|/ /
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2011-11-063-2/+78
|\ \
| * | script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGSArnaud Lacombe2011-08-311-0/+14
| * | tags, powerpc: Update tags.sh to support _GLOBAL symbolsIan Munsie2011-08-311-2/+2
| * | scripts: add extract-vmlinuxCorentin Chary2011-08-311-0/+62
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-11-069-112/+173
|\ \ \
| * | | scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputboxCheng Renquan2011-09-091-0/+8
| * | | scripts/kconfig/nconf: fix editing long stringsCheng Renquan2011-09-091-6/+23
| * | | scripts/kconfig/nconf: dynamically alloc dialog_input_resultCheng Renquan2011-09-093-17/+26
| * | | scripts/kconfig/nconf: fix memmove's length argCheng Renquan2011-09-091-1/+1
| * | | scripts/kconfig/nconf: fix typo: unknow => unknownCheng Renquan2011-09-091-1/+1
| * | | Merge branch 'kconfig/for-next' of git://github.com/lacombar/linux-2.6 into k...Michal Marek2011-08-313-49/+89
| |\ \ \
| | * | | kconfig: fix set but not used variablesLucas De Marchi2011-08-291-2/+1
| | * | | kconfig: handle SIGINT in menuconfigDavidlohr Bueso2011-08-291-34/+52
| | * | | kconfig: fix __enabled_ macros definition for invisible and un-selected symbolsArnaud Lacombe2011-08-291-13/+36
| | |/ /
| * | | Merge branch 'master/kconfig-localmodconfig' of git://github.com/lacombar/lin...Michal Marek2011-08-192-29/+21
| |\ \ \
| | * | | kconfig/streamline_config.pl: merge local{mod,yes}configArnaud Lacombe2011-08-081-17/+1
| | * | | kconfig/streamline_config.pl: use options to determine operating modeArnaud Lacombe2011-08-082-3/+15
| | * | | kconfig/streamline_config.pl: directly access LSMOD from the environmentArnaud Lacombe2011-08-082-12/+8
| | |/ /
| * | | kconfig: factor code in menu_get_ext_help()Arnaud Lacombe2011-08-081-6/+4
| * | | kbuild: Fix help text not displayed in choice option.Srinivas Kandagatla2011-08-081-4/+3
| * | | kconfig/nconf: nuke unreferenced `nohelp_text'Arnaud Lacombe2011-08-081-2/+0
| |/ /
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-11-0610-327/+399
|\ \ \
| * | | genksyms: Regenerate lexer and parserMichal Marek2011-10-113-306/+358
OpenPOWER on IntegriCloud