summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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-03-15kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada
2021-03-13kbuild: fix ld-version.sh to not be affected by localeMasahiro Yamada
2021-03-11kbuild: remove meaningless parameter to $(call if_changed_rule,dtc)Masahiro Yamada
2021-03-11kbuild: remove unneeded -O option to dtcMasahiro Yamada
2021-03-11kbuild: dummy-tools: adjust to scripts/cc-version.shMasahiro Yamada
2021-03-11kbuild: dummy-tools: support MPROFILE_KERNEL checks for ppcJiri Slaby
2021-03-11kbuild: rebuild GCC plugins when the compiler is upgradedMasahiro Yamada
2021-03-10kbuild: Fix ld-version.sh script if LLD was built with LLD_VENDORBernhard Rosenkränzer
2021-03-10kbuild: dummy-tools: fix inverted tests for gccJiri Slaby
2021-03-05Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-05Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-03-02ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcountChen Jun
2021-03-01gcc-plugins: latent_entropy: remove unneeded semicolonJason Yan
2021-03-01gcc-plugins: structleak: remove unneeded variable 'ret'Jason Yan
2021-02-28kbuild: do not include include/config/auto.conf from adjust_autoksyms.shMasahiro Yamada
2021-02-28kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTOMasahiro Yamada
2021-02-27kbuild: lto: add _mcount to list of used symbolsArnd Bergmann
2021-02-26Merge tag 'docs-5.12-2' of git://git.lwn.net/linuxLinus Torvalds
2021-02-26ubsan: remove overflow checksAndrey Ryabinin
2021-02-26scripts/gdb: fix list_for_eachGeorge Prekas
2021-02-26checkpatch: do not apply "initialise globals to 0" check to BPF progsSong Liu
2021-02-26checkpatch: don't warn about colon termination in linker scriptsChris Down
2021-02-26checkpatch: add kmalloc_array_node to unnecessary OOM message checkJoe Perches
2021-02-26checkpatch: add warning for avoiding .L prefix symbols in assembly filesAditya Srivastava
2021-02-26checkpatch: improve TYPECAST_INT_CONSTANT test messageJoe Perches
2021-02-26checkpatch: prefer ftrace over function entry/exit printksJoe Perches
2021-02-26checkpatch: trivial style fixesDwaipayan Ray
2021-02-26checkpatch: ignore warning designated initializers using NR_CPUSPeng Wang
2021-02-26checkpatch: improve blank line after declaration testJoe Perches
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds