aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-12-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-2/+14
2016-12-21selinux: use the kernel headers when building scripts/selinuxPaul Moore4-2/+14
2016-12-17Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-18/+129
2016-12-17Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds3-9/+27
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds10-402/+431
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+2
2016-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2016-12-16checkpatch: replace __bitwise__ with __bitwiseMichael S. Tsirkin1-2/+2
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+65
2016-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2016-12-14Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2016-12-14sign-file: Fix inplace signing when src and dst names are both specifiedAlex Yashchenko1-1/+1
2016-12-14treewide: Fix printk() message errorsMasanari Iida2-2/+2
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds3-6/+86
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-34/+74
2016-12-12treewide: Make remaining source files non-executableJoe Perches1-0/+0
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-877/+832
2016-12-12checkpatch: don't emit unified-diff error for rename-only patchesAndrew Jeffery1-0/+1
2016-12-12checkpatch: don't check c99 types like uint8_t under toolsTomas Winkler1-1/+2
2016-12-12checkpatch: avoid multiple line dereferencesJoe Perches1-0/+12
2016-12-12checkpatch: don't check .pl files, improve absolute path commit log testJoe Perches1-15/+15
2016-12-12scripts/checkpatch.pl: fix spellingAndrew Morton1-1/+1
2016-12-12checkpatch: don't try to get maintained status when --no-tree is givenJerome Forissier1-1/+1
2016-12-12get_maintainer: look for arbitrary letter prefixes in sectionsJoe Perches1-3/+9
2016-12-12kasan: turn on -fsanitize-address-use-after-scopeAndrey Ryabinin1-0/+2
2016-12-12scripts/tags.sh: handle OMAP platforms properlySam Protsenko1-2/+17
2016-12-12scripts/bloat-o-meter: compile .NUMBER regexAlexey Dobriyan1-1/+3
2016-12-12scripts/bloat-o-meter: don't use readlines()Alexey Dobriyan1-11/+12
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-13/+23
2016-12-11kbuild: fix scripts/adjust_autoksyms.sh* for the no modules caseNicolas Pitre1-0/+1
2016-12-11xconfig: fix missing suboption and help panels on first runBoris Barbulovski1-4/+12
2016-12-11xconfig: fix 'Show Debug' functionalityBoris Barbulovski1-1/+2
2016-12-11Merge branch 'kbuild/rc-fixes' into kbuild/miscMichal Marek3-8/+77
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-0/+2
2016-12-11scripts/kallsyms: remove last remnants of --page-offset optionArd Biesheuvel1-1/+0
2016-12-11kconfig/nconf: Fix hang when editing symbol with a long promptBen Hutchings1-4/+11
2016-12-11Coccinelle: misc: Add support for devm variant in all modesVaishali Thakkar1-3/+12
2016-12-11Coccinelle: misc: Improve the result given by context modeVaishali Thakkar1-1/+2
2016-12-11Coccinelle: misc: Improve the matching of rulesVaishali Thakkar1-13/+23
2016-12-11kbuild/mkspec: avoid using brace expansionAnton Tikhomirov1-1/+2
2016-12-11Coccinelle: Add misc/boolconv.cocciAndrew F. Davis1-0/+90
2016-12-11kbuild: cmd_export_list: tighten the sed scriptNicolas Pitre1-1/+1
2016-12-05scripts: add a script to check if Documentation/00-INDEX is saneMauro Carvalho Chehab1-0/+66
2016-12-01kbuild: make sure autoksyms.h exists earlyNicolas Pitre1-0/+2
2016-11-29kbuild: minor improvement for thin archives buildNicholas Piggin1-9/+9
2016-11-29kbuild: modpost warn if export version crc is missingNicholas Piggin1-0/+6
2016-11-29kbuild: improve linker compatibility with lib-ksyms.o buildNicholas Piggin1-1/+1
2016-11-29genksyms: Regenerate parserMichal Marek3-381/+387
2016-11-29kbuild/genksyms: handle va_list typeNicholas Piggin2-0/+3
2016-11-29kbuild: thin archives for multi-y targetsNicholas Piggin1-3/+10
2016-11-29kbuild: kallsyms allow 3-pass generation if symbols size has changedNicholas Piggin1-6/+13
2016-11-29scripts/decode_stacktrace.sh: Fix address line detection on x86Josh Poimboeuf1-1/+2
2016-11-29Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warningCheah Kok Cheong1-0/+2
2016-11-26modpost: free allocated memoryHeinrich Schuchardt1-0/+2
2016-11-25builddeb: fix cross-building to arm64 producing host-arch debsAdam Borowski1-1/+1
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar5-7/+84
2016-11-18Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2-7/+76
2016-11-18Merge tag 'v4.9-rc4' into soundJonathan Corbet4-17/+17
2016-11-17Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar7-17/+25
2016-11-16kernel-doc: add support for one line inline struct member doc commentsJani Nikula1-1/+11
2016-11-16Kconfig: Regenerate *.c_shipped files after previous changesNicolas Pitre2-858/+753
2016-11-16Kconfig: Introduce the "imply" keywordNicolas Pitre5-19/+79
2016-11-15locking/mutex, drm: Introduce mutex_trylock_recursive()Peter Zijlstra1-0/+6
2016-11-14recordmcount: arm: Implement make_nopStephen Boyd1-0/+65
2016-11-14Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman7-17/+25
2016-11-14powerpc: Build-time sort the exception tableNicholas Piggin1-0/+2
2016-11-11Merge branch 'maybe-uninitialized' (patches from Arnd)Linus Torvalds2-0/+5
2016-11-11Kbuild: enable -Wmaybe-uninitialized warnings by defaultArnd Bergmann1-2/+0
2016-11-11Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Arnd Bergmann2-0/+7
2016-11-11scripts/bloat-o-meter: fix SIGPIPEAlexey Dobriyan1-0/+3
2016-11-09kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOLNicholas Piggin1-2/+2
2016-11-09scripts/has-stack-protector: add -fno-PIESebastian Andrzej Siewior1-1/+1
2016-11-01kbuild: modversions for EXPORT_SYMBOL() for asmNicholas Piggin1-6/+72
2016-10-31latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook1-10/+9
2016-10-31gcc-plugins: Export symbols needed by gccKees Cook4-7/+8
2016-10-28kernel-doc: better parsing of named variable argumentsSilvio Fricke1-2/+6
2016-10-28checkkconfigsymbols.py: support git's "^" syntaxValentin Rothberg1-1/+1
2016-10-25scripts/faddr2line: Fix "size mismatch" errorJosh Poimboeuf1-12/+21
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-3/+3
2016-10-22kbuild: prevent lib-ksyms.o rebuildsNicholas Piggin1-0/+3
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+648
2016-10-14Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-12/+80
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds7-115/+174
2016-10-11scripts/tags.sh: enable code completion in VIMMathieu Maret1-1/+2
2016-10-11checkpatch: improve the octal permissions testsJoe Perches1-16/+44
2016-10-11checkpatch: add warning for unnamed function definition argumentsJoe Perches1-0/+13
2016-10-11checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches1-1/+19
2016-10-11checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches1-1/+8
2016-10-11checkpatch: add --strict test for macro argument reuseJoe Perches1-8/+35
2016-10-11checkpatch: improve the block comment * alignment testJoe Perches1-7/+12
2016-10-11checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches1-1/+1
2016-10-11const_structs.checkpatch: add frequently used from Julia Lawall's listJoe Perches1-0/+25
2016-10-11checkpatch: externalize the structs that should be constJoe Perches2-40/+63
2016-10-11checkpatch: don't test for prefer ether_addr_<foo>Joe Perches1-35/+35
2016-10-11checkpatch: test multiple line block comment alignmentJoe Perches1-0/+19
2016-10-11checkpatch: look for symbolic permissions and suggest octal insteadJoe Perches1-6/+43
2016-10-11checkpatch: see if modified files are marked obsolete in MAINTAINERSJoe Perches1-0/+14
2016-10-11Coccinelle: flag conditions with no effectNicholas Mc Guire1-0/+64
2016-10-11scripts/coccicheck: Update reference for the corresponding documentationMarkus Elfring1-1/+1
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy2-1/+648
2016-10-07spelling.txt: "modeled" is spelt correctlyJoe Perches1-1/+0
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf3-1/+3
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-0/+115
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+4
2016-10-04Merge tag 'docs-4.9' of git://git.lwn.net/linuxLinus Torvalds1-16/+32
2016-10-03Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-346/+252
2016-10-01Coccinelle: pm_runtime: ensure relevance of pm_runtime reportsJulia Lawall1-7/+11
2016-10-01Coccinelle: limit memdup_user transformation to GFP_KERNEL caseJulia Lawall1-4/+4
2016-09-28scripts/recordmcount.c: account for .softirqentry.textDmitry Vyukov2-0/+2
2016-09-23initramfs: Escape colons in depfileMichal Marek1-1/+4
2016-09-21ftrace/scripts: Add helper script to bisect function tracing problem functionsSteven Rostedt (Red Hat)1-0/+115
2016-09-20ubsan: allow to disable the null sanitizerChristian Borntraeger1-1/+4
2016-09-19scripts/faddr2line: improve on base path filtering a bitLinus Torvalds1-1/+1
2016-09-19scripts: add script for translating stack dump function offsetsJosh Poimboeuf1-0/+177
2016-09-09kbuild: add arch specific post-link MakefileNicholas Piggin1-5/+9
2016-09-09kbuild: allow architectures to use thin archives instead of ld -rStephen Rothwell2-15/+79
2016-09-06docs: Special-case function-pointer parameters in kernel-docJonathan Corbet1-0/+2
2016-09-06docs: make kernel-doc handle varargs properlyJonathan Corbet1-1/+2
2016-09-05Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-1/+3
2016-09-05Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman3-11/+3
2016-09-01treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches2-10/+0
2016-09-01docs-rst: kernel-doc: fix typedef output in RST formatMauro Carvalho Chehab1-10/+24
2016-09-01docs-rst: improve typedef parserMauro Carvalho Chehab1-1/+3
2016-08-31ver_linux: rename ver_linux.awk to ver_linuxAlexander Kapshuk1-0/+0
2016-08-31ver_linux: shell implementation removedAlexander Kapshuk1-193/+0
2016-08-31ver_linux: complete awk implementationAlexander Kapshuk1-0/+89
2016-08-28checkkconfigsymbols: use arglist instead of cmd stringValentin Rothberg1-11/+16
2016-08-28checkkconfigsymblos: consistent symbol terminologyValentin Rothberg1-67/+67
2016-08-28checkkconfigsymbols.py: fix pylint and pep8 warningsValentin Rothberg1-10/+8
2016-08-28checkkconfigsymbols: use ArgumentParserValentin Rothberg1-73/+69
2016-08-28checkkconfigsymbols.py: port to Python 3Valentin Rothberg1-16/+17
2016-08-27checkkconfigsymbols.py: avoid shell injectionValentin Rothberg1-5/+7
2016-08-26get_maintainer: quiet noisy implicit -f vcs_file_exists checkingJoe Perches1-1/+3
2016-08-25kbuild: Regenerate genksyms lexerMichal Marek1-18/+17
2016-08-25kbuild: genksyms fix for typeof handlingNicholas Piggin1-18/+17
2016-08-24docs-rst: kernel-doc: better output struct membersMauro Carvalho Chehab1-1/+1
2016-08-24fixdep: faster CONFIG_ searchAlexey Dobriyan1-58/+28
2016-08-22doc-rst: Revert "kernel-doc: fix handling of address_space tags"Markus Heiser1-3/+0
2016-08-18checkkconfigsymbols.py: add --no-color option, don't print color to non-TTYAndrew Donnellan1-2/+10
2016-08-16builddeb: Skip gcc-plugins when not configuredKees Cook1-1/+3
2016-08-10get_maintainer: Don't check if STDIN exists in a VCS repositoryJoe Perches1-1/+1
2016-08-08gcc-plugins: Add support for plugin subdirectoriesEmese Revfy2-4/+8
2016-08-08gcc-plugins: Automate make rule generationEmese Revfy1-2/+1
2016-08-08gcc-plugins: Add support for passing plugin argumentsEmese Revfy1-1/+1
2016-08-08gcc-plugins: abort builds cleanly when not supportedKees Cook2-9/+39
2016-08-08kbuild: no gcc-plugins during cc-option testsEmese Revfy1-3/+7
2016-08-07[kbuild] handle exports in lib-y objects reliablyAl Viro1-0/+20
2016-08-03Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-1/+8
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-10/+41
2016-08-02kcov: allow more fine-grained coverage instrumentationVegard Nossum1-1/+1
2016-08-02checkpatch: if no filenames then read stdinAllen Hubbe1-2/+2
2016-08-02checkpatch: check signoff when reading stdinAllen Hubbe1-1/+3
2016-08-02checkpatch: improve 'bare use of' signed/unsigned types warningJoe Perches1-1/+1
2016-08-02checkpatch: don't complain about BIT macro in uapiTomas Winkler1-2/+3
2016-08-02checkpatch: yet another commit id improvementJoe Perches1-2/+2
2016-08-02checkpatch: allow c99 style // commentsJoe Perches1-0/+6
2016-08-02checkpatch: skip long lines that use an EFI_GUID macroJoe Perches1-0/+4
2016-08-02get_maintainer.pl: reduce need for command-line option -fJoe Perches1-1/+19
2016-08-02Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds8-20/+162
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds20-11/+2051
2016-08-02ftrace/recordmcount: Work around for addition of metag magic but not relocationsLaura Abbott1-1/+8
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+1214
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-8/+26
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2016-07-27Merge tag 'media/v4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-0/+2659
2016-07-27Disable "maybe-uninitialized" warning globallyLinus Torvalds1-4/+0
2016-07-27Merge branch 'topic/docs-next' into v4l_for_linusMauro Carvalho Chehab2-0/+2659
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+5
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1167/+2474
2016-07-26mm: clean up non-standard page->_mapcount usersVladimir Davydov1-0/+3
2016-07-26scripts/bloat-o-meter: fix percent on <1% changesRiku Voipio1-2/+2
2016-07-26Fix the Debian packaging script on systems with no codenameMarcin Mielniczuk1-1/+2
2016-07-26builddeb: fix file permissions before packagingHenning Schild1-0/+2
2016-07-26Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds1-151/+306
2016-07-25Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+16
2016-07-25Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki1-1167/+2474
2016-07-24Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+16
2016-07-23doc-rst: kernel-doc: fix a change introduced by mistakeMauro Carvalho Chehab1-1/+1
2016-07-23Merge branch 'patchwork' into topic/docs-nextMauro Carvalho Chehab2-1/+2
2016-07-23Merge branch 'docs-next' of git://git.lwn.net/linux into topic/docs-nextMauro Carvalho Chehab1-1/+5
2016-07-22doc-rst: kernel-doc: fix handling of address_space tagsMauro Carvalho Chehab1-0/+4
2016-07-22scripts/dtc: dt_to_config - kernel config options for a devicetreeGaurav Minocha2-1/+1214
2016-07-22scripts: Fix size mismatch of kexec_purgatory_sizeTautschnig, Michael1-1/+2
2016-07-22scripts/coccinelle: require coccinelle >= 1.0.4 on device_node_continue.cocciLuis R. Rodriguez1-0/+3
2016-07-22coccicheck: refer to Documentation/coccinelle.txt and wikiLuis R. Rodriguez1-2/+3
2016-07-22coccicheck: add support for requring a coccinelle versionLuis R. Rodriguez1-0/+14
2016-07-22coccicheck: replace --very-quiet with --quiet when debuggingLuis R. Rodriguez1-0/+21
2016-07-22coccicheck: add support for DEBUG_FILELuis R. Rodriguez1-1/+9
2016-07-22coccicheck: enable parmap supportLuis R. Rodriguez1-3/+32
2016-07-22coccicheck: make SPFLAGS more usefulLuis R. Rodriguez1-1/+4
2016-07-22coccicheck: move spatch binary check upLuis R. Rodriguez1-5/+5
2016-07-19builddeb: really include objtool binary in headers packageWilfried Klaebe1-3/+3
2016-07-18Kbuild: don't add obj tree in additional includesArnd Bergmann2-4/+5
2016-07-18Kbuild: don't add ../../ to include pathArnd Bergmann1-1/+1
2016-07-17kernel-doc: Fix up warning outputDaniel Vetter1-1/+1
2016-07-17[media] extract_xc3028.pl: move it to scripts/dirMauro Carvalho Chehab1-0/+1717
2016-07-17[media] doc-rst: move DVB avulse docs to Documentation/mediaMauro Carvalho Chehab1-0/+942
2016-07-15PM / tools: scripts: AnalyzeSuspend v4.2Todd Brandt1-1167/+2474