summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-84/+0
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2025-05-31kcov: rust: add flags for KCOV with RustAlice Ryhl1-0/+3
2025-05-25kbuild: move kbuild syntax processing to scripts/Makefile.buildMasahiro Yamada1-84/+0
2025-05-08gcc-plugins: Force full rebuild when plugins changeKees Cook1-0/+18
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-8/+0
2025-04-01objtool: Silence more KCOV warnings, part 2Josh Poimboeuf1-1/+1
2025-03-25objtool: Reduce CONFIG_OBJTOOL_WERROR verbosityJosh Poimboeuf1-1/+1
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2025-03-17objtool: Add CONFIG_OBJTOOL_WERRORJosh Poimboeuf1-0/+1
2025-03-17kbuild: Create intermediate vmlinux build with relocations preservedArd Biesheuvel1-3/+0
2025-03-15kbuild: remove EXTRA_*FLAGS supportMasahiro Yamada1-5/+0
2025-03-07ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook1-2/+2
2025-02-06kbuild: fix misspelling in scripts/Makefile.libOleh Zadorozhnyi1-1/+1
2025-02-01kbuild: fix Clang LTO with CONFIG_OBJTOOL=nMasahiro Yamada1-4/+6
2025-02-01kbuild: Strip runtime const RELA sections correctlyArd Biesheuvel1-0/+3
2024-11-28kbuild: switch from lz4c to lz4 for compressionParth Pancholi1-2/+2
2024-11-28kbuild: enable objtool for *.mod.o and additional kernel objectsMasahiro Yamada1-1/+25
2024-11-28kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.libMasahiro Yamada1-0/+12
2024-11-28kbuild: support building external modules in a separate build directoryMasahiro Yamada1-2/+0
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu1-0/+10
2024-11-06kbuild: Add AutoFDO support for Clang buildRong Xu1-0/+10
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+3
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-117/+2
2024-09-16kbuild: rust: Enable KASAN supportMatthew Maurer1-0/+3
2024-09-10kbuild: add mod(name,file)_flags to assembler flags for module objectsKris Van Hees1-2/+2
2024-09-09kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada1-115/+0
2024-09-01xz: fix comments and coding styleLasse Collin1-5/+8
2024-08-06kbuild: clean up code duplication in cmd_fdtoverlayMasahiro Yamada1-18/+10
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+7
2024-07-16kbuild: avoid build error when single DTB is turned into composite DTBMasahiro Yamada1-1/+5
2024-07-16scripts/make_fit: Support decomposing DTBsChen-Yu Tsai1-0/+1
2024-07-09kbuild: verify dtoverlay files against schemaDmitry Baryshkov1-1/+8
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-15/+19
2024-05-14kbuild: provide reasonable defaults for tool coverageMasahiro Yamada1-8/+12
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-5/+5
2024-05-10kbuild: use $(obj)/ instead of $(src)/ for common pattern rulesMasahiro Yamada1-1/+1
2024-05-07kbuild: do not add $(srctree) or $(objtree) to header search pathsMasahiro Yamada1-3/+3
2024-05-02dt-bindings: kbuild: Add separate target/dependency for processed-schema.jsonRob Herring1-1/+1
2024-04-12arm64: boot: Support Flat Image TreeSimon Glass1-0/+16
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-10/+16
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+4
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+1
2024-02-29dtc: Enable dtc interrupt_provider checkRob Herring1-2/+1
2024-02-23kbuild: change DTC_FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada1-1/+1
2024-02-23kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada1-8/+8
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook1-0/+3
2024-02-19kbuild: create a list of all built DTB filesMasahiro Yamada1-0/+6
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar1-4/+4
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook1-1/+1