aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into nextLinus Torvalds2-0/+12
2014-06-04scripts/checkpatch.pl: device_initcall is not the only __initcall substituteFabian Frederick1-2/+2
2014-06-04checkpatch: check stable email addressJoe Perches1-0/+6
2014-06-04checkpatch: warn on unnecessary void function return statementsJoe Perches1-0/+7
2014-06-04checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar);Joe Perches1-0/+21
2014-06-04checkpatch: add warning for kmalloc/kzalloc with multiplyJoe Perches1-0/+24
2014-06-04checkpatch: warn on #defines ending in semicolonJoe Perches1-0/+11
2014-06-04checkpatch: make --strict a default for files in drivers/net and net/Joe Perches1-0/+13
2014-06-04checkpatch: always warn on missing blank line after variable declaration blockJoe Perches1-10/+34
2014-06-04checkpatch: fix wildcard DT compatible string checkingRob Herring1-2/+4
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-1/+1
2014-05-29ftrace: Add arm64 support to recordmcountAKASHI Takahiro2-0/+12
2014-05-20scripts/checksyscalls.sh: Make renameat optionalJames Hogan1-1/+4
2014-05-05Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-0/+5
2014-05-05modpost: Fix comment typo "Modules.symvers"Paul Bolle1-1/+1
2014-04-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds5-117/+192
2014-04-09kbuild: LLVMLinux: Fix LINUX_COMPILER definition script for compilation with clangJan-Simon Möller1-1/+1
2014-04-09kbuild: LLVMLinux: Adapt warnings for compilation with clangJan-Simon Möller1-1/+11
2014-04-08scripts/coccinelle: Use PTR_ERR_OR_ZEROSachin Kamat1-7/+7
2014-04-08scripts/bootgraph.pl: Add graphic headerFabian Frederick1-2/+40
2014-04-08scripts: objdiff: detect object code changes between two commitsJason Cooper1-0/+141
2014-04-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds3-7/+4
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett6-6/+20
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-26/+66
2014-04-03checkpatch: don't warn on bitfield spaces around :Joe Perches1-2/+5
2014-04-03checkpatch: expand parenthesis alignment test to declarations, functions and assignmentsJoe Perches1-4/+6
2014-04-03checkpatch.pl: add check for Change-IdChristopher Covington1-0/+6
2014-04-03scripts/checkpatch.pl: __GFP_NOFAIL isn't going awayAndrew Morton1-6/+0
2014-04-03checkpatch: net and drivers/net: warn on missing blank line after variable declarationJoe Perches1-0/+15
2014-04-03checkpatch: improve the compatible vendor matchFlorian Vaussard1-5/+5
2014-04-03checkpatch: check compatible strings in .c and .h tooFlorian Vaussard1-2/+4
2014-04-03checkpatch: fix spurious vendor compatible warningsFlorian Vaussard1-2/+2
2014-04-03checkpatch: check vendor compatible with dashesFlorian Vaussard1-1/+1
2014-04-03checkpatch: improve octal permissions test speedJoe Perches1-20/+31
2014-04-03checkpatch.pl: modify warning message for printk usageYogesh Chaudhari1-1/+1
2014-04-03checkpatch: make "return is not a function" test quieterJoe Perches1-7/+15
2014-04-03checkpatch: ignore networking block comment style first lines in fileJoe Perches1-1/+2
2014-04-03checkpatch: use a more consistent function argument styleJoe Perches1-9/+20
2014-04-03checkpatch: add test for char * arrays that could be static constJoe Perches1-0/+7
2014-04-03checkpatch: fix jiffies comparison and othersJoe Perches1-1/+1
2014-04-03checkpatch: avoid sscanf test duplicated messagesJoe Perches1-1/+1
2014-04-03checkpatch: update octal permissions warningJoe Perches1-2/+4
2014-04-03checkpatch: warn on uses of __constant_<foo> functionsJoe Perches1-0/+13
2014-04-03checkpatch: add checks for constant non-octal permissionsJoe Perches1-2/+34
2014-04-03checkpatch: don't warn on some function pointer return stylesJoe Perches1-10/+21
2014-04-03checkpatch: add test for long udelayJoe Perches1-3/+8
2014-04-03genksyms: fix typeof() handlingJan Beulich7-384/+498
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds10-365/+582
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-5/+18
2014-04-02xtensa: enable sorting extable at build timeMax Filippov1-0/+5