aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-1/+648
2016-10-14Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 4-12/+80
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 7-115/+174
2016-10-11scripts/tags.sh: enable code completion in VIMGravatar Mathieu Maret 1-1/+2
2016-10-11checkpatch: improve the octal permissions testsGravatar Joe Perches 1-16/+44
2016-10-11checkpatch: add warning for unnamed function definition argumentsGravatar Joe Perches 1-0/+13
2016-10-11checkpatch: improve MACRO_ARG_PRECEDENCE testGravatar Joe Perches 1-1/+19
2016-10-11checkpatch: add --strict test for precedence challenged macro argumentsGravatar Joe Perches 1-1/+8
2016-10-11checkpatch: add --strict test for macro argument reuseGravatar Joe Perches 1-8/+35
2016-10-11checkpatch: improve the block comment * alignment testGravatar Joe Perches 1-7/+12
2016-10-11checkpatch: speed up checking for filenames in sections marked obsoleteGravatar Joe Perches 1-1/+1
2016-10-11const_structs.checkpatch: add frequently used from Julia Lawall's listGravatar Joe Perches 1-0/+25
2016-10-11checkpatch: externalize the structs that should be constGravatar Joe Perches 2-40/+63
2016-10-11checkpatch: don't test for prefer ether_addr_<foo>Gravatar Joe Perches 1-35/+35
2016-10-11checkpatch: test multiple line block comment alignmentGravatar Joe Perches 1-0/+19
2016-10-11checkpatch: look for symbolic permissions and suggest octal insteadGravatar Joe Perches 1-6/+43
2016-10-11checkpatch: see if modified files are marked obsolete in MAINTAINERSGravatar Joe Perches 1-0/+14
2016-10-11Coccinelle: flag conditions with no effectGravatar Nicholas Mc Guire 1-0/+64
2016-10-11scripts/coccicheck: Update reference for the corresponding documentationGravatar Markus Elfring 1-1/+1
2016-10-10gcc-plugins: Add latent_entropy pluginGravatar Emese Revfy 2-1/+648
2016-10-07spelling.txt: "modeled" is spelt correctlyGravatar Joe Perches 1-1/+0
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 3-1/+3
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+115
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-1/+4
2016-10-04Merge tag 'docs-4.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-16/+32
2016-10-03Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-346/+252
2016-10-01Coccinelle: pm_runtime: ensure relevance of pm_runtime reportsGravatar Julia Lawall 1-7/+11
2016-10-01Coccinelle: limit memdup_user transformation to GFP_KERNEL caseGravatar Julia Lawall 1-4/+4
2016-09-28scripts/recordmcount.c: account for .softirqentry.textGravatar Dmitry Vyukov 2-0/+2
2016-09-23initramfs: Escape colons in depfileGravatar Michal Marek 1-1/+4
2016-09-21ftrace/scripts: Add helper script to bisect function tracing problem functionsGravatar Steven Rostedt (Red Hat) 1-0/+115
2016-09-20ubsan: allow to disable the null sanitizerGravatar Christian Borntraeger 1-1/+4
2016-09-19scripts/faddr2line: improve on base path filtering a bitGravatar Linus Torvalds 1-1/+1
2016-09-19scripts: add script for translating stack dump function offsetsGravatar Josh Poimboeuf 1-0/+177
2016-09-09kbuild: add arch specific post-link MakefileGravatar Nicholas Piggin 1-5/+9
2016-09-09kbuild: allow architectures to use thin archives instead of ld -rGravatar Stephen Rothwell 2-15/+79
2016-09-06docs: Special-case function-pointer parameters in kernel-docGravatar Jonathan Corbet 1-0/+2
2016-09-06docs: make kernel-doc handle varargs properlyGravatar Jonathan Corbet 1-1/+2
2016-09-05Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Gravatar Linus Torvalds 1-1/+3
2016-09-05Merge 4.8-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 3-11/+3
2016-09-01treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEGravatar Joe Perches 2-10/+0
2016-09-01docs-rst: kernel-doc: fix typedef output in RST formatGravatar Mauro Carvalho Chehab 1-10/+24
2016-09-01docs-rst: improve typedef parserGravatar Mauro Carvalho Chehab 1-1/+3
2016-08-31ver_linux: rename ver_linux.awk to ver_linuxGravatar Alexander Kapshuk 1-0/+0
2016-08-31ver_linux: shell implementation removedGravatar Alexander Kapshuk 1-193/+0
2016-08-31ver_linux: complete awk implementationGravatar Alexander Kapshuk 1-0/+89
2016-08-28checkkconfigsymbols: use arglist instead of cmd stringGravatar Valentin Rothberg 1-11/+16
2016-08-28checkkconfigsymblos: consistent symbol terminologyGravatar Valentin Rothberg 1-67/+67
2016-08-28checkkconfigsymbols.py: fix pylint and pep8 warningsGravatar Valentin Rothberg 1-10/+8
2016-08-28checkkconfigsymbols: use ArgumentParserGravatar Valentin Rothberg 1-73/+69