summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds-6/+86
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-34/+74
2016-12-12treewide: Make remaining source files non-executableJoe Perches-0/+0
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-877/+832
2016-12-12checkpatch: don't emit unified-diff error for rename-only patchesAndrew Jeffery-0/+1
2016-12-12checkpatch: don't check c99 types like uint8_t under toolsTomas Winkler-1/+2
2016-12-12checkpatch: avoid multiple line dereferencesJoe Perches-0/+12
2016-12-12checkpatch: don't check .pl files, improve absolute path commit log testJoe Perches-15/+15
2016-12-12scripts/checkpatch.pl: fix spellingAndrew Morton-1/+1
2016-12-12checkpatch: don't try to get maintained status when --no-tree is givenJerome Forissier-1/+1
2016-12-12get_maintainer: look for arbitrary letter prefixes in sectionsJoe Perches-3/+9
2016-12-12kasan: turn on -fsanitize-address-use-after-scopeAndrey Ryabinin-0/+2
2016-12-12scripts/tags.sh: handle OMAP platforms properlySam Protsenko-2/+17
2016-12-12scripts/bloat-o-meter: compile .NUMBER regexAlexey Dobriyan-1/+3
2016-12-12scripts/bloat-o-meter: don't use readlines()Alexey Dobriyan-11/+12
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-13/+23
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-0/+2
2016-12-05scripts: add a script to check if Documentation/00-INDEX is saneMauro Carvalho Chehab-0/+66
2016-12-01kbuild: make sure autoksyms.h exists earlyNicolas Pitre-0/+2
2016-11-29scripts/decode_stacktrace.sh: Fix address line detection on x86Josh Poimboeuf-1/+2
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-7/+84
2016-11-18Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds-7/+76
2016-11-18Merge tag 'v4.9-rc4' into soundJonathan Corbet-17/+17
2016-11-17Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar-17/+25
2016-11-16kernel-doc: add support for one line inline struct member doc commentsJani Nikula-1/+11
2016-11-16Kconfig: Regenerate *.c_shipped files after previous changesNicolas Pitre-858/+753
2016-11-16Kconfig: Introduce the "imply" keywordNicolas Pitre-19/+79
2016-11-15locking/mutex, drm: Introduce mutex_trylock_recursive()Peter Zijlstra-0/+6
2016-11-11Merge branch 'maybe-uninitialized' (patches from Arnd)Linus Torvalds-0/+5
2016-11-11Kbuild: enable -Wmaybe-uninitialized warnings by defaultArnd Bergmann-2/+0
2016-11-11Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Arnd Bergmann-0/+7
2016-11-11scripts/bloat-o-meter: fix SIGPIPEAlexey Dobriyan-0/+3
2016-11-09kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOLNicholas Piggin-2/+2
2016-11-09scripts/has-stack-protector: add -fno-PIESebastian Andrzej Siewior-1/+1
2016-11-01kbuild: modversions for EXPORT_SYMBOL() for asmNicholas Piggin-6/+72
2016-10-31latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook-10/+9
2016-10-31gcc-plugins: Export symbols needed by gccKees Cook-7/+8
2016-10-28kernel-doc: better parsing of named variable argumentsSilvio Fricke-2/+6
2016-10-25scripts/faddr2line: Fix "size mismatch" errorJosh Poimboeuf-12/+21
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab-3/+3
2016-10-22kbuild: prevent lib-ksyms.o rebuildsNicholas Piggin-0/+3
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+648
2016-10-14Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-12/+80
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-115/+174
2016-10-11scripts/tags.sh: enable code completion in VIMMathieu Maret-1/+2
2016-10-11checkpatch: improve the octal permissions testsJoe Perches-16/+44
2016-10-11checkpatch: add warning for unnamed function definition argumentsJoe Perches-0/+13
2016-10-11checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches-1/+19
2016-10-11checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches-1/+8
2016-10-11checkpatch: add --strict test for macro argument reuseJoe Perches-8/+35