summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2014-07-25kernel: build bin2c based on config option CONFIG_BUILD_BIN2CVivek Goyal
2014-07-25bin2c: move bin2c in scripts/basicVivek Goyal
2014-07-25Merge branch 'akpm-current/current'Stephen Rothwell
2014-07-25Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2014-07-25Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2014-07-25Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell
2014-07-25Merge remote-tracking branch 'security/next'Stephen Rothwell
2014-07-25Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell
2014-07-23scripts/checkstack.pl: automatically handle 32-bit and 64-bit mode for ARCH=x86Konstantin Khlebnikov
2014-07-23scripts/tags.sh: include compat_sys_* symbols in the generated tagsCatalin Marinas
2014-07-23scripts/coccinelle/free/ifnullfree.cocci: add copyright informationFabian Frederick
2014-07-23scripts/coccinelle/free: add NULL test before freeing functionsFabian Frederick
2014-07-23checkpatch: fix false positive MISSING_BREAK warnings with --fileJoe Perches
2014-07-23checkpatch: add test for native c90 types in unusual orderJoe Perches
2014-07-23checkpatch: add signed generic typesJoe Perches
2014-07-23checkpatch: add short int to c variable typesJoe Perches
2014-07-23checkpatch: add for_each tests to indentation and brace testsJoe Perches
2014-07-23checkpatch: fix brace style misuses of else and whileJoe Perches
2014-07-23checkpatch: add --fix option for a couple OPEN_BRACE misusesJoe Perches
2014-07-23checkpatch: use the correct indentation for which()Joe Perches
2014-07-23checkpatch: add fix_insert_line and fix_delete_line helpersJoe Perches
2014-07-23checkpatch: add ability to insert and delete lines to patch/fileJoe Perches
2014-07-23checkpatch: add an index variable for fixed linesJoe Perches
2014-07-23checkpatch: warn on break after goto or return with same tab indentationJoe Perches
2014-07-23checkpatch: emit a warning on file add/move/deleteJoe Perches
2014-07-23checkpatch: add test for commit id formatting style in commit logJoe Perches
2014-07-23checkpatch: emit fewer kmalloc_array/kcalloc conversion warningsJoe Perches
2014-07-23checkpatch: improve "no space after cast" testJoe Perches
2014-07-23checkpatch: allow multiple const * typesJoe Perches
2014-07-23checkpatch: warn on unnecessary parentheses around references of foo->barJoe Perches
2014-07-23checkpatch: quiet Kconfig help message checkingJoe Perches
2014-07-23checkpatch: change blank line after declaration type to "LINE_SPACING"Joe Perches
2014-07-23checkpatch: add a multiple blank lines testJoe Perches
2014-07-23checkpatch: add test for blank lines after function/struct/union/enum declara...Joe Perches
2014-07-23checkpatch: add test for blank lines after function/struct/union/enumJoe Perches
2014-07-23checkpatch.pl: also suggest 'else if' when if follows braceRasmus Villemoes
2014-07-23checkpatch: Ignore email headers betterJoe Perches
2014-07-23checkpatch: fix function pointers in blank line needed after declarations testJoe Perches
2014-07-23checkpatch: fix complex macro false positive for escaped constant charJoe Perches
2014-07-23checkpatch: warn on unnecessary else after return or breakJoe Perches
2014-07-23checkpatch: attempt to find unnecessary 'out of memory' messagesJoe Perches
2014-07-21Merge 3.16-rc6 into driver-core-nextGreg Kroah-Hartman
2014-07-19Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris
2014-07-16Merge branches 'kbuild/misc' and 'kbuild/kbuild' into kbuild/for-nextMichal Marek
2014-07-16kbuild: clean-up and bug fix of scripts/Makefile.hostMasahiro Yamada
2014-07-16kbuild: clean up scripts/Makefile.hostMasahiro Yamada
2014-07-16kbuild: drop shared library support from Makefile.hostMasahiro Yamada
2014-07-16kbuild: fix a bug of C++ host program handlingMasahiro Yamada
2014-07-16kbuild: fix a typo in scripts/Makefile.hostMasahiro Yamada
2014-07-12scripts/kernel-doc: handle object-like macrosHoria Geanta