aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+2
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+2
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds3-8/+8
2020-06-12Merge tag 'devicetree-fixes-for-5.8-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2020-06-12Merge branch 'dt/schema-cleanups' into dt/linusRob Herring46-676/+1006
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-5/+44
2020-06-11Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds21-84/+84
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+11
2020-06-11kcsan: Pass option tsan-instrument-read-before-write to ClangMarco Elver1-0/+1
2020-06-11kcsan: Support distinguishing volatile accessesMarco Elver1-1/+4
2020-06-11kcsan: Avoid inserting __tsan_func_entry/exit if possibleMarco Elver1-1/+10
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner5-5/+31
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov3-8/+8
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra21-65/+63
2020-06-11asm-generic/atomic: Use __always_inline for fallback wrappersMarco Elver20-19/+21
2020-06-10checkpatch: correct check for kernel parameters docTim Froidcoeur1-2/+2
2020-06-10scripts/spelling: add a few more typosSeongJae Park1-0/+9
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-06-10Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-06-09scripts: Require pahole v1.16 when generating BTFLorenz Bauer1-2/+2
2020-06-08scripts/dtc: use pkg-config to include <yaml.h> in non-standard pathMasahiro Yamada1-0/+3
2020-06-08Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov1-1/+1
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds1-3/+0
2020-06-06Merge tag 'kconfig-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds10-84/+46
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds21-454/+483
2020-06-06Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2020-06-06kbuild: add variables for compression toolsDenis Efremov4-14/+14
2020-06-06mksysmap: Fix the mismatch of '.L' symbols in System.mapashimida1-1/+1
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada2-6/+5
2020-06-06modpost: remove is_vmlinux() helperMasahiro Yamada1-15/+1
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada2-10/+12
2020-06-06modpost: set have_vmlinux in new_module()Masahiro Yamada1-5/+3
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada2-7/+3
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada2-9/+11
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada1-12/+8
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada2-13/+2
2020-06-06modpost: move -d option in scripts/Makefile.modpostMasahiro Yamada1-3/+1
2020-06-06modpost: remove -s optionMasahiro Yamada2-9/+3
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada2-39/+2
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada2-17/+14
2020-06-06modpost: avoid false-positive file open errorMasahiro Yamada1-4/+3
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada1-17/+11
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada2-0/+51
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada1-21/+24
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada3-73/+0
2020-06-06modpost: show warning if any of symbol dump files is missingMasahiro Yamada1-1/+4
2020-06-06modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada1-2/+7
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada2-15/+37
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada2-5/+4
2020-06-06modpost: refactor -i option calculationMasahiro Yamada1-4/+2
2020-06-06modpost: print symbol dump file as the build target in short logMasahiro Yamada1-13/+20
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada2-2/+8
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada1-13/+14
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada2-9/+2
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada2-10/+6
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu1-0/+2
2020-06-04Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2020-06-04checkpatch: use patch subject when reading from stdinGeert Uytterhoeven1-0/+1
2020-06-04checkpatch: disallow --git and --file/--fixJoe Perches1-2/+4
2020-06-04checkpatch: look for c99 comments in ctx_locate_commentJoe Perches1-1/+9
2020-06-04checkpatch: additional MAINTAINER section entry ordering checksJoe Perches1-8/+37
2020-06-04get_maintainer: fix unexpected behavior for path/to//file (double slashes)Joe Perches1-0/+2
2020-06-04get_maintainer: add email addresses from .yaml filesJoe Perches1-15/+29
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-0/+95
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada1-8/+8
2020-06-03modpost: pass -N option only for modules modpostMasahiro Yamada1-1/+4
2020-06-03modpost: move -T option close to the modpost commandMasahiro Yamada1-2/+2
2020-06-03modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada1-1/+6
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada2-21/+27
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2-89/+243
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+24
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-06-01sh: remove sh5 supportArnd Bergmann1-3/+0
2020-06-01kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}Masahiro Yamada1-13/+12
2020-06-01kbuild: refactor subdir-ym calculationMasahiro Yamada1-9/+4
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+9
2020-05-31checkpatch/coding-style: deprecate 80-column warningJoe Perches1-5/+9
2020-05-29modpost: refactor sech_name()Masahiro Yamada1-12/+11
2020-05-29modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada1-9/+9
2020-05-29kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada1-1/+1
2020-05-26kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada2-4/+8
2020-05-26kbuild: rename subdir-obj-y to subdir-builtinMasahiro Yamada1-4/+5
2020-05-26kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada2-5/+2
2020-05-26kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada1-1/+1
2020-05-26kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada1-8/+2
2020-05-26kbuild: make module name conflict fatal errorMasahiro Yamada1-3/+13
2020-05-26gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada1-1/+1
2020-05-26scripts/checkstack.pl: fix arm sp regexManinder Singh1-1/+1
2020-05-26scripts/checkstack.pl: add arm push handling for stack usageManinder Singh1-1/+27
2020-05-26scripts/checkstack.pl: Add argument to print stacks greather than value.Maninder Singh1-3/+8
2020-05-26scripts/checkstack.pl: don't display $dre as different entityManinder Singh1-27/+27
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-3/+3
2020-05-26scripts: headers_install: Exit with error on config leakSiddharth Gupta1-5/+6
2020-05-26kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada1-5/+4
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner1-1/+1
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar8-9/+16
2020-05-17kbuild: add infrastructure to build userspace programsMasahiro Yamada3-1/+52
2020-05-17kbuild: warn if always, hostprogs-y, or hostprogs-m is usedMasahiro Yamada1-1/+11
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+3
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+8
2020-05-13streamline_config.pl: add LMC_KEEP to preserve some kconfigsChangbin Du2-0/+23
2020-05-12kbuild: determine the output format of DTC by the target suffixMasahiro Yamada1-3/+3
2020-05-12kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macroMasahiro Yamada1-2/+1
2020-05-12kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada3-7/+7
2020-05-12kconfig: allow only 'config', 'comment', and 'if' inside 'choice'Masahiro Yamada1-14/+16
2020-05-12kconfig: tests: remove randconfig test for choice in choiceMasahiro Yamada5-63/+0
2020-05-12kconfig: do not assign a variable in the return statementMasahiro Yamada1-1/+2
2020-05-12kconfig: do not use OR-assignment for zero-cleared structureMasahiro Yamada1-1/+1
2020-05-11checkpatch: warn about uses of ENOTSUPPJakub Kicinski1-0/+11
2020-05-11bpf: Minor fixes to BPF helpers documentationQuentin Monnet1-0/+6
2020-05-09bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song1-0/+2
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner1-0/+8
2020-05-07scripts/gdb: repair rb_first() and rb_last()Aymeric Agon-Rambosson1-2/+2
2020-05-07scripts/decodecode: fix trapping instruction formattingIvan Delalande1-1/+1
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller1-0/+75
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-4/+8
2020-05-06checkpatch: Warn about data_race() without commentMarco Elver1-0/+8
2020-05-04docs: dt: convert submitting-patches.txt to ReST formatMauro Carvalho Chehab1-1/+1
2020-05-04Merge tag 'gcc-plugins-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+7
2020-05-04gcc-10 warnings: fix low-hanging fruitLinus Torvalds1-1/+1
2020-04-28scripts: sphinx-pre-install: change the output orderMauro Carvalho Chehab1-7/+10
2020-04-28scripts: sphinx-pre-install: fix a bug when using with venvMauro Carvalho Chehab1-0/+20
2020-04-28scripts: sphinx-pre-install: change recommendation text if venv existsMauro Carvalho Chehab1-12/+22
2020-04-28scripts: sphinx-pre-install: change the warning for version < 2.4.4Mauro Carvalho Chehab1-5/+14
2020-04-28scripts: sphinx-pre-install: only ask to activate valid venvsMauro Carvalho Chehab1-16/+37
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-6/+9
2020-04-24Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+5
2020-04-23kbuild: fix DT binding schema rule again to avoid needless rebuildsMasahiro Yamada1-1/+1
2020-04-23scripts/config: allow colons in option strings for sedJeremie Francois (on alpha)1-1/+4
2020-04-22kbuild/objtool: Add objtool-vmlinux.o passPeter Zijlstra1-0/+24
2020-04-21kernel/module: Hide vermagic header file from general useLeon Romanovsky1-0/+1
2020-04-21checkpatch: fix a typo in the regex for $allocFunctionsChristophe JAILLET1-1/+1
2020-04-20scripts: kernel-doc: accept blank lines on parameter descriptionMauro Carvalho Chehab1-12/+23
2020-04-20scripts: kernel-doc: accept negation like !@varMauro Carvalho Chehab1-1/+3
2020-04-20scripts: kernel-doc: proper handle @foo->bar()Mauro Carvalho Chehab1-0/+2
2020-04-20scripts: sphinx-pre-install: add support for python -m venvMauro Carvalho Chehab1-38/+75
2020-04-20scripts: sphinx-pre-install: add support for OpenMandrivaMauro Carvalho Chehab1-4/+21
2020-04-20scripts: sphinx-pre-install: address some issues with GentooMauro Carvalho Chehab1-3/+4
2020-04-20scripts: sphinx-pre-install: fix a dependency hint with Ubuntu 16.04Mauro Carvalho Chehab1-1/+2
2020-04-20scripts: sphinx-pre-install: improve openSuse Tumbleweed checkMauro Carvalho Chehab1-1/+3
2020-04-20scripts: sphinx-pre-install: improve distro detection checkMauro Carvalho Chehab1-0/+18
2020-04-17Merge tag 'docs-fixes' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2020-04-17kbuild: check libyaml installation for 'make dt_binding_check'Masahiro Yamada1-1/+1
2020-04-15scripts: documentation-file-ref-check: Add line break before exitTiezhu Yang1-1/+1
2020-04-15scripts/kernel-doc: Add missing close-paren in c:function directivesPeter Maydell1-1/+1
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon1-1/+1
2020-04-13gcc-common.h: Update for GCC 10Frédéric Pierret (fepitre)2-0/+5
2020-04-13gcc-plugins/stackleak: Avoid assignment for unused macro argumentKees Cook1-3/+2
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar63-577/+1138
2020-04-09kbuild: add dummy toolchains to enable all cc-option etc. in KconfigMasahiro Yamada4-0/+123
2020-04-09kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=yMasahiro Yamada1-17/+0
2020-04-09kbuild: remove -I$(srctree)/tools/include from scripts/MakefileMasahiro Yamada1-4/+0
2020-04-09kbuild: mkcompile_h: Include $LD version in /proc/versionKees Cook1-1/+5
2020-04-09kconfig: qconf: Fix a few alignment issuesMauro Carvalho Chehab1-6/+7
2020-04-09kconfig: qconf: remove some old bogus TODOsMauro Carvalho Chehab1-2/+1
2020-04-09kconfig: qconf: fix support for the split view modeMauro Carvalho Chehab2-7/+28
2020-04-09kconfig: qconf: fix the content of the main widgetMauro Carvalho Chehab1-6/+17
2020-04-09kconfig: qconf: Change title for the item windowMauro Carvalho Chehab1-1/+9
2020-04-09kconfig: qconf: clean deprecated warningsMauro Carvalho Chehab1-4/+4
2020-04-09gcc-plugins: drop support for GCC <= 4.7Masahiro Yamada7-103/+14
2020-04-09kbuild: Enable -Wtautological-compareNathan Chancellor1-0/+1
2020-04-07ubsan: split "bounds" checker from other optionsKees Cook1-1/+6
2020-04-07ubsan: add trap instrumentation optionKees Cook1-2/+7
2020-04-07checkpatch: avoid warning about uninitialized_var()Joe Perches1-5/+9
2020-04-07checkpatch: check proper licensing of Devicetree bindingsLubomir Rintel1-0/+11
2020-04-07checkpatch: improve Gerrit Change-Id: testJoe Perches1-3/+10
2020-04-07checkpatch: add command-line option for TAB sizeAntonio Borneo1-10/+16
2020-04-07checkpatch: fix multiple const * typesAntonio Borneo1-2/+2
2020-04-07checkpatch: fix minor typo and mixed space+tab in indentationAntonio Borneo1-4/+4
2020-04-07checkpatch: prefer fallthrough; over fallthrough commentsJoe Perches1-0/+36
2020-04-07checkpatch: support "base-commit:" formatJohn Hubbard1-1/+1
2020-04-07checkpatch: check SPDX tags in YAML filesLubomir Rintel1-1/+1
2020-04-07checkpatch: remove email address comment from email address comparisonsJoe Perches1-10/+29
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-17/+20
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-7/+10
2020-04-02Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-208/+298
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-04-02scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-1/+19
2020-04-02scripts/spelling.txt: add syfs/sysfs patternJonathan Neuschäfer1-0/+1
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-19/+27
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds15-122/+143
2020-03-31Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+8
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+6
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-14/+10
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+5
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds4-4/+207
2020-03-30Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2-0/+26
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+27
2020-03-30kbuild: deb-pkg: fix warning when CONFIG_DEBUG_INFO is unsetReinhard Karcher1-0/+5
2020-03-29kbuild: add -Wall to KBUILD_HOSTCXXFLAGSMasahiro Yamada1-1/+1
2020-03-29kconfig: remove unused variable in qconf.ccMasahiro Yamada1-2/+0
2020-03-27Merge tag 'devicetree-fixes-for-5.6-4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2020-03-27scripts/dtc: Remove redundant YYLOC global declarationDirk Mueller1-1/+0
2020-03-26parse-maintainers: Do not sort section content by defaultJoe Perches1-4/+27
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-18/+27
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada10-0/+10
2020-03-25.gitignore: remove too obvious commentsMasahiro Yamada3-7/+0
2020-03-25kbuild: refactor Makefile.dtbinst moreMasahiro Yamada1-11/+11
2020-03-25kbuild: compute the dtbs_install destination more simplyMasahiro Yamada1-6/+2
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman5-18/+27