summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* deb-pkg: Add automatic support for s390x architectureBen Hutchings2014-06-101-1/+1
* coccicheck: Add unneeded return variable testPeter Senna Tschudin2014-06-101-0/+66
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-1019-91/+89
* kbuild: trivial - remove trailing empty linesMasahiro Yamada2014-06-1026-30/+0
* coccinelle: Check for missing NULL terminators in of_device_id tablesStephen Boyd2014-06-091-0/+62
* scripts/tags.sh: ignore symlink'ed source filesYann Droneaud2014-06-091-4/+6
* scripts/tags.sh: add regular expression replacement pattern for memcgJianyu Zhan2014-05-141-0/+8
* builddeb: add arm64 in the supported architecturesFathi Boudra2014-04-241-0/+2
* builddeb: use $OBJCOPY variable instead of objcopyFathi Boudra2014-04-241-3/+3
* scripts/tags.sh: ignore code of user space toolsKonstantin Khlebnikov2014-04-241-0/+3
* scripts/tags.sh: add pattern for DEFINE_HASHTABLEJianyu Zhan2014-04-161-2/+4
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-04-125-117/+192
|\
| * scripts/coccinelle: Use PTR_ERR_OR_ZEROSachin Kamat2014-04-081-7/+7
| * scripts/bootgraph.pl: Add graphic headerFabian Frederick2014-04-081-2/+40
| * scripts: objdiff: detect object code changes between two commitsJason Cooper2014-04-081-0/+141
| * Coccicheck: Remove memcpy to struct assignment testPeter Senna Tschudin2014-03-291-103/+0
| * scripts/tags.sh: Ignore *.mod.cPrarit Bhargava2014-02-061-5/+4
* | kbuild: LLVMLinux: Fix LINUX_COMPILER definition script for compilation with ...Jan-Simon Möller2014-04-091-1/+1
* | kbuild: LLVMLinux: Adapt warnings for compilation with clangJan-Simon Möller2014-04-091-1/+11
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-04-073-7/+4
|\ \
| * | kbuild: move "quote" to Kbuild.include to be consistentMasahiro Yamada2014-03-292-4/+1
| * | kbuild: specify build_docproc as a phony targetMasahiro Yamada2014-03-141-3/+3
| |/
* | kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett2014-04-076-6/+20
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-063-26/+66
|\ \
| * | kallsyms: fix percpu vars on x86-64 with relocation.Rusty Russell2014-03-172-0/+25
| * | kallsyms: generalize address range checkingKees Cook2014-03-171-21/+32
| * | module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen2014-03-131-5/+9
* | | checkpatch: don't warn on bitfield spaces around :Joe Perches2014-04-031-2/+5
* | | checkpatch: expand parenthesis alignment test to declarations, functions and ...Joe Perches2014-04-031-4/+6
* | | checkpatch.pl: add check for Change-IdChristopher Covington2014-04-031-0/+6
* | | scripts/checkpatch.pl: __GFP_NOFAIL isn't going awayAndrew Morton2014-04-031-6/+0
* | | checkpatch: net and drivers/net: warn on missing blank line after variable de...Joe Perches2014-04-031-0/+15
* | | checkpatch: improve the compatible vendor matchFlorian Vaussard2014-04-031-5/+5
* | | checkpatch: check compatible strings in .c and .h tooFlorian Vaussard2014-04-031-2/+4
* | | checkpatch: fix spurious vendor compatible warningsFlorian Vaussard2014-04-031-2/+2
* | | checkpatch: check vendor compatible with dashesFlorian Vaussard2014-04-031-1/+1
* | | checkpatch: improve octal permissions test speedJoe Perches2014-04-031-20/+31
* | | checkpatch.pl: modify warning message for printk usageYogesh Chaudhari2014-04-031-1/+1
* | | checkpatch: make "return is not a function" test quieterJoe Perches2014-04-031-7/+15
* | | checkpatch: ignore networking block comment style first lines in fileJoe Perches2014-04-031-1/+2
* | | checkpatch: use a more consistent function argument styleJoe Perches2014-04-031-9/+20
* | | checkpatch: add test for char * arrays that could be static constJoe Perches2014-04-031-0/+7
* | | checkpatch: fix jiffies comparison and othersJoe Perches2014-04-031-1/+1
* | | checkpatch: avoid sscanf test duplicated messagesJoe Perches2014-04-031-1/+1
* | | checkpatch: update octal permissions warningJoe Perches2014-04-031-2/+4
* | | checkpatch: warn on uses of __constant_<foo> functionsJoe Perches2014-04-031-0/+13
* | | checkpatch: add checks for constant non-octal permissionsJoe Perches2014-04-031-2/+34
* | | checkpatch: don't warn on some function pointer return stylesJoe Perches2014-04-031-10/+21
* | | checkpatch: add test for long udelayJoe Perches2014-04-031-3/+8
* | | genksyms: fix typeof() handlingJan Beulich2014-04-037-384/+498
OpenPOWER on IntegriCloud