summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2012-01-10checkpatch: catch all occurences of type and cast spacing errors per lineAndy Whitcroft-4/+7
2012-01-10checkpatch: typeof may have more complex argumentsAndy Whitcroft-1/+1
2012-01-10checkpatch: ensure cast type is unique in the context parserAndy Whitcroft-1/+1
2012-01-10checkpatch: fix complex macros handling of square bracketsAndy Whitcroft-1/+1
2012-01-10checkpatch: fix 'return is not a function' square bracket handlingAndy Whitcroft-1/+1
2012-01-10checkpatch: complex macro should allow the empty do while loopAndy Whitcroft-1/+1
2012-01-10checkpatch: fix EXPORT_SYMBOL handling following a functionAndy Whitcroft-1/+1
2012-01-10checkpatch: only apply kconfig help checks for options which promptAndy Whitcroft-5/+12
2012-01-10checkpatch: optimise statement scanner when mid-statementAndy Whitcroft-2/+20
2012-01-10checkpatch: ## is not a valid modifierAndy Whitcroft-1/+3
2012-01-10checkpatch: improve memset and min/max with cast checkingJoe Perches-36/+33
2012-01-10checkpatch: check for common memset parameter issues against statmentsAndy Whitcroft-6/+22
2012-01-10checkpatch: correctly track the end of preprocessor commands in contextAndy Whitcroft-51/+39
2012-01-10checkpatch: prefer __printf over __attribute__((format(printf,...)))Joe Perches-0/+6
2012-01-10checkpatch: update signature "might be better as" warningJoe Perches-2/+5
2012-01-10get_maintainers.pl: follow renames when looking up commit signersIan Campbell-1/+1
2012-01-09ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Jochen Friedrich-0/+13
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-01-08kbuild: Fix comment in Makefile.libMichal Marek-3/+3
2012-01-08scripts/genksyms: clean lex/yacc generated filesFernando Luis Vázquez Cao-0/+1
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds-0/+72
2012-01-06recordmcount: Fix handling of elf64 big-endian objects.David Daney-1/+1
2011-12-18ctags: remove struct forward declarationsAlexey Dobriyan-0/+2
2011-12-18kconfig: adapt update-po-config to new UML layoutPaul Bolle-3/+2
2011-12-18kconfig: use xfwrite wrapper function to silence warningsPeter Foley-2/+2
2011-12-11kconfig: fix set but not used warningsPeter Foley-4/+1
2011-12-11kconfig: fix warnings by specifing format argumentsPeter Foley-3/+3
2011-11-22kbuild, headers.sh: Don't make archheaders explicitlyH. Peter Anvin-1/+0
2011-11-22ARM: amba: Auto-generate AMBA driver module aliases during modpostDave Martin-0/+72
2011-11-17checksyscalls: Use arch/x86/syscalls/syscall_32.tbl as sourceH. Peter Anvin-5/+10
2011-11-17kbuild: Add support for an "archheaders" targetH. Peter Anvin-0/+1
2011-11-17kbuild: Add support for installing generated asm headersH. Peter Anvin-2/+8
2011-11-14scripts/tags.sh: Add Page flag function magicStephen Boyd-2/+44
2011-11-13Merge branch 'master' into for-nextJiri Kosina-448/+711
2011-11-06Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-2/+78
2011-11-06Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-112/+173
2011-11-06Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-327/+399
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings-0/+7
2011-10-31checkpatch: add a --strict check for utf-8 in commit logsJoe Perches-4/+26
2011-10-31kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches-3/+3
2011-10-29scripts/package/Makefile: Fix typo: an deb -> a debPaul Menzel-1/+1
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+25
2011-10-11genksyms: Regenerate lexer and parserMichal Marek-306/+358
2011-10-11genksyms: Do not expand internal typesMichal Marek-2/+20
2011-10-11genksyms: Minor parser cleanupMichal Marek-18/+15
2011-09-15Merge branch 'master' into for-nextJiri Kosina-261/+326
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock-2/+2
2011-09-09scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputboxCheng Renquan-0/+8
2011-09-09scripts/kconfig/nconf: fix editing long stringsCheng Renquan-6/+23
2011-09-09scripts/kconfig/nconf: dynamically alloc dialog_input_resultCheng Renquan-17/+26