aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
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/masahiroy/linux-kbuildLinus Torvalds15-122/+143
2020-03-31Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-3/+8
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus 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/kernel/git/tip/tipLinus 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/linuxLinus 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/kernel/git/robh/linuxLinus 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-25kbuild: refactor Makefile.dtbinst moreMasahiro Yamada1-11/+11
2020-03-25kbuild: compute the dtbs_install destination more simplyMasahiro Yamada1-6/+2
2020-03-21scripts: Fix the inclusion order in modpostVincenzo Frascino1-1/+5
2020-03-19Merge tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds5-18/+27
2020-03-19scripts/kallsyms: fix wrong kallsyms_relative_baseMikhail Petrov1-4/+4
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song1-14/+10
2020-03-19modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang1-1/+2
2020-03-18kconfig: Add support for 'as-option'Vincenzo Frascino1-0/+6
2020-03-17modpost: move the namespace field in Module.symvers lastJessica Yu2-13/+13
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-9/+21
2020-03-14kbuild: Disable -Wpointer-to-enum-castNathan Chancellor1-0/+1
2020-03-13bpf_helpers_doc.py: Fix warning when compiling bpftoolCarlos Neira1-0/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+0
2020-03-13kconfig: make 'imply' obey the direct dependencyMasahiro Yamada1-1/+3
2020-03-13kconfig: allow symbols implied by y to become mMasahiro Yamada1-4/+1
2020-03-13modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=nJessica Yu2-10/+19
2020-03-13modpost: rework and consolidate logging interfaceJessica Yu2-43/+40
2020-03-13kbuild: allow to run dt_binding_check without kernel configurationMasahiro Yamada1-2/+3
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira1-0/+1
2020-03-12kconfig: introduce m32-flag and m64-flagMasahiro Yamada1-0/+7
2020-03-10docs: move gcc-plugins to the kbuild manualJonathan Corbet1-1/+1
2020-03-06parse-maintainers: Mark as executableJonathan Neuschäfer1-0/+0
2020-03-04kbuild: Remove debug info from kallsyms linkingKees Cook1-9/+19
2020-03-03kbuild: Always validate DT binding examplesRob Herring1-1/+2
2020-03-03kbuild: generate autoksyms.h earlyQuentin Perret1-1/+2
2020-03-03kbuild: split adjust_autoksyms.sh in two partsQuentin Perret2-32/+55
2020-03-03kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMSQuentin Perret1-0/+12
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada1-4/+0
2020-03-02scripts/sphinx-pre-install: add '-p python3' to virtualenvTim Bird1-1/+16
2020-03-02fixdep: remove redundant null character checkMasahiro Yamada1-1/+1
2020-03-02fixdep: remove unneeded code and comments about *.ver filesMasahiro Yamada1-7/+1
2020-03-02kbuild: remove the owner check in mkcompile_hMasahiro Yamada1-11/+0
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-02-28i3c: Generate aliases for i3c modulesBoris Brezillon2-0/+26