summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+10
2020-03-25.gitignore: remove too obvious commentsMasahiro Yamada-7/+0
2020-03-25kbuild: refactor Makefile.dtbinst moreMasahiro Yamada-11/+11
2020-03-25kbuild: compute the dtbs_install destination more simplyMasahiro Yamada-6/+2
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman-18/+27
2020-03-21scripts: Fix the inclusion order in modpostVincenzo Frascino-1/+5
2020-03-21asm-generic, atomic-instrumented: Use generic instrumented.hMarco Elver-16/+3
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar-21/+30
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar-1158/+1033
2020-03-19Merge tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-18/+27
2020-03-19scripts/kallsyms: fix wrong kallsyms_relative_baseMikhail Petrov-4/+4
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song-14/+10
2020-03-19bus: mhi: core: Add uevent support for module autoloadingManivannan Sadhasivam-0/+13
2020-03-19modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang-1/+2
2020-03-18kconfig: Add support for 'as-option'Vincenzo Frascino-0/+6
2020-03-17modpost: move the namespace field in Module.symvers lastJessica Yu-13/+13
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-9/+21
2020-03-14kbuild: Disable -Wpointer-to-enum-castNathan Chancellor-0/+1
2020-03-13bpf_helpers_doc.py: Fix warning when compiling bpftoolCarlos Neira-0/+1
2020-03-13scripts/dtc: Update to upstream version v1.6.0-2-g87a656ae5ff9Rob Herring-166/+296
2020-03-13scripts/dtc: Remove unused makefile fragmentsRob Herring-43/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+0
2020-03-13kconfig: make 'imply' obey the direct dependencyMasahiro Yamada-1/+3
2020-03-13kconfig: allow symbols implied by y to become mMasahiro Yamada-4/+1
2020-03-13modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSIN...Jessica Yu-10/+19
2020-03-13modpost: rework and consolidate logging interfaceJessica Yu-43/+40
2020-03-13kbuild: allow to run dt_binding_check without kernel configurationMasahiro Yamada-2/+3
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira-0/+1
2020-03-11scsi: docs: convert scsi_mid_low_api.txt to ReSTMauro Carvalho Chehab-1/+1
2020-03-12kconfig: introduce m32-flag and m64-flagMasahiro Yamada-0/+7
2020-03-10docs: move gcc-plugins to the kbuild manualJonathan Corbet-1/+1
2020-03-09Merge 5.6-rc5 into char-misc-nextGreg Kroah-Hartman-3/+3
2020-03-06parse-maintainers: Mark as executableJonathan Neuschäfer-0/+0
2020-03-04kbuild: Remove debug info from kallsyms linkingKees Cook-9/+19
2020-03-03kbuild: Always validate DT binding examplesRob Herring-1/+2
2020-03-03kbuild: generate autoksyms.h earlyQuentin Perret-1/+2
2020-03-03kbuild: split adjust_autoksyms.sh in two partsQuentin Perret-32/+55
2020-03-03kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMSQuentin Perret-0/+12
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada-4/+0
2020-03-02scripts/sphinx-pre-install: add '-p python3' to virtualenvTim Bird-1/+16
2020-03-02fixdep: remove redundant null character checkMasahiro Yamada-1/+1
2020-03-02fixdep: remove unneeded code and comments about *.ver filesMasahiro Yamada-7/+1
2020-03-02kbuild: remove the owner check in mkcompile_hMasahiro Yamada-11/+0
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+1
2020-02-28i3c: Generate aliases for i3c modulesBoris Brezillon-0/+26
2020-02-27selinux: remove unused initial SIDs and improve handlingStephen Smalley-3/+8
2020-02-27kbuild: remove unneeded semicolon at the end of cmd_dtb_checkMasahiro Yamada-1/+1
2020-02-27kbuild: fix DT binding schema rule to detect command line changesMasahiro Yamada-2/+2
2020-02-26scripts/bpf: Switch to more portable python3 shebangScott Branden-1/+1
2020-02-25docs: add a script to check sysctl docsStephen Kitt-0/+181