aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2014-08-06checkpatch.pl: also suggest 'else if' when if follows braceGravatar Rasmus Villemoes 1-1/+1
2014-08-06checkpatch: ignore email headers betterGravatar Joe Perches 1-2/+3
2014-08-06checkpatch: fix function pointers in blank line needed after declarations testGravatar Joe Perches 1-0/+4
2014-08-06checkpatch: fix complex macro false positive for escaped constant charGravatar Joe Perches 1-1/+1
2014-08-06checkpatch: warn on unnecessary else after return or breakGravatar Joe Perches 1-0/+10
2014-08-06checkpatch: attempt to find unnecessary 'out of memory' messagesGravatar Joe Perches 1-0/+17
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-2/+1
2014-08-06Coccinelle: Script to replace if and BUG with BUG_ONGravatar Himangi Saraogi 1-0/+62
2014-08-06Coccinelle: Script to detect incorrect argument to sizeofGravatar Himangi Saraogi 1-0/+76
2014-08-06Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofsGravatar Himangi Saraogi 1-0/+87
2014-08-06Coccinelle: Script to detect cast after memory allocationGravatar Himangi Saraogi 2-67/+72
2014-08-06coccinelle/null: solve parse errorGravatar Himangi Saraogi 1-1/+2
2014-08-05kbuild, LLVMLinux: Supress warnings unless W=1-3Gravatar Behan Webster 1-10/+11
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-90/+0
2014-07-27scripts: modpost: Remove numeric suffix pattern matchingGravatar Rasmus Villemoes 1-39/+10
2014-07-27scripts: modpost: fix compilation warningGravatar Michal Nazarewicz 1-5/+4
2014-07-21Merge 3.16-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 1-3/+12
2014-07-19Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextGravatar James Morris 2-2/+1
2014-07-17Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-1/+21
2014-07-16kbuild: clean-up and bug fix of scripts/Makefile.hostGravatar Masahiro Yamada 1-6/+3
2014-07-16kbuild: clean up scripts/Makefile.hostGravatar Masahiro Yamada 1-7/+3
2014-07-16kbuild: drop shared library support from Makefile.hostGravatar Masahiro Yamada 1-40/+3
2014-07-16kbuild: fix a bug of C++ host program handlingGravatar Masahiro Yamada 1-1/+2
2014-07-16kbuild: fix a typo in scripts/Makefile.hostGravatar Masahiro Yamada 1-1/+1
2014-07-12scripts/kernel-doc: handle object-like macrosGravatar Horia Geanta 1-3/+12
2014-07-08scripts: Teach get_maintainer.pl about the new "R:" tagGravatar Joe Perches 1-1/+21
2014-07-03scripts/Makefile.clean: clean also $(extra-m) and $(extra-)Gravatar Masahiro Yamada 1-2/+2
2014-07-03Merge branch 'component-for-driver' of git://ftp.arm.linux.org.uk/~rmk/linux-...Gravatar Greg Kroah-Hartman 4-15/+21
2014-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-2/+2
2014-06-26recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modulesGravatar Alex Smith 1-2/+2
2014-06-23checkpatch: reduce false positives when checking void function return statementsGravatar Joe Perches 1-5/+10
2014-06-19devres: remove devm_request_and_ioremap()Gravatar Jingoo Han 1-90/+0
2014-06-19kbuild: fix comment in Makefile.modinstGravatar Olaf Hering 1-1/+1
2014-06-18builddeb: fix missing headers in linux-headers packageGravatar Fathi Boudra 1-1/+3
2014-06-18kbuild: Fix tar-pkg with relative $(objtree)Gravatar Michal Marek 1-2/+1
2014-06-18deb-pkg: Fix for relative pathsGravatar Michal Marek 1-5/+5
2014-06-17selinux, kbuild: remove unnecessary $(hostprogs-y) from clean-filesGravatar Masahiro Yamada 2-2/+1
2014-06-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 48-159/+290
2014-06-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 13-109/+106
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2014-06-10decode_stacktrace: make stack dump output useful againGravatar Sasha Levin 1-0/+126
2014-06-10scripts: objdiff: support directories for the augument of record commandGravatar Masahiro Yamada 1-11/+22
2014-06-10scripts: objdiff: fix a commentGravatar Masahiro Yamada 1-1/+1
2014-06-10scripts: objdiff: change the extension of disassembly from .o to .disGravatar Masahiro Yamada 1-2/+3
2014-06-10scripts: objdiff: improve path flexibility for record commandGravatar Masahiro Yamada 1-6/+16
2014-06-10scripts: objdiff: remove unnecessary codeGravatar Masahiro Yamada 1-2/+0
2014-06-10scripts: objdiff: direct error messages to stderrGravatar Masahiro Yamada 1-9/+9
2014-06-10scripts: objdiff: get the path to .tmp_objdiff more simplyGravatar Masahiro Yamada 1-7/+5
2014-06-10deb-pkg: Add automatic support for s390x architectureGravatar Ben Hutchings 1-1/+1
2014-06-10coccicheck: Add unneeded return variable testGravatar Peter Senna Tschudin 1-0/+66