summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-26Merge tag 'docs-5.13' of git://git.lwn.net/linuxLinus Torvalds
2021-04-26Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'keys-cve-2020-26541-v3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-25kbuild: deb-pkg: change the source package name to linux-upstreamMasahiro Yamada
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan
2021-04-25kbuild: remove TMPO from try-runMasahiro Yamada
2021-04-25kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song
2021-04-25kbuild: add support for zstd compressed modulesPiotr Gorski
2021-04-25kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada
2021-04-25kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada
2021-04-25kbuild: refactor scripts/Makefile.modinstMasahiro Yamada
2021-04-25kbuild: check module name conflict for external modules as wellMasahiro Yamada
2021-04-25scripts: modpost.c: Fix a few typosBhaskar Chowdhury
2021-04-25kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada
2021-04-25kbuild: do not set -w for vmlinux.o modpostMasahiro Yamada
2021-04-25kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada
2021-04-25kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.shMasahiro Yamada
2021-04-25kbuild: check the minimum assembler version in KconfigMasahiro Yamada
2021-04-25kbuild: collect minimum tool versions into scripts/min-tool-version.shMasahiro Yamada
2021-04-25kbuild: move $(strip ) to suffix-search definitionMasahiro Yamada
2021-04-25kbuild: rename multi-used-* to multi-obj-*Masahiro Yamada
2021-04-25kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes
2021-04-25kbuild: add CONFIG_VMLINUX_MAP expert optionRasmus Villemoes
2021-04-25kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-16kasan: remove redundant config optionWalter Wu
2021-04-16kasan: fix hwasan build for gccArnd Bergmann
2021-04-15docs: sphinx-pre-install: don't barf on beta Sphinx releasesJonathan Corbet
2021-04-15scripts: kernel-doc: improve parsing for kernel-doc comments syntaxAditya Srivastava
2021-04-13bpf: Generate BTF_KIND_FLOAT when linking vmlinuxIlya Leoshkevich
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08module: ensure __cfi_check alignmentSami Tolvanen
2021-04-08add support for Clang CFISami Tolvanen
2021-04-07docs: dt: update writing-schema.rst referencesMauro Carvalho Chehab
2021-04-05Merge 5.12-rc6 into char-misc-nextGreg Kroah-Hartman
2021-04-01kbuild: lto: Merge module sections if and only if CONFIG_LTO_CLANG is enabledSean Christopherson
2021-03-31scripts: get_abi: ignore code blocks for cross-referencesMauro Carvalho Chehab
2021-03-31scripts: get_abi.pl: parse description line per lineMauro Carvalho Chehab
2021-03-31scripts: get_abi.pl: extend xref match to other typesMauro Carvalho Chehab
2021-03-31get_abi.pl: fix xref boundariesMauro Carvalho Chehab
2021-03-31get_abi.pl: seek for all occurrences for Documentation/ABIMauro Carvalho Chehab
2021-03-31scripts: get_abi.pl: better handle escape chars on what:Mauro Carvalho Chehab