summaryrefslogtreecommitdiff
path: root/scripts/Makefile.lib
AgeCommit message (Expand)Author
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-04-01objtool: Silence more KCOV warnings, part 2Josh Poimboeuf
2025-03-25objtool: Reduce CONFIG_OBJTOOL_WERROR verbosityJosh Poimboeuf
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-17objtool: Add CONFIG_OBJTOOL_WERRORJosh Poimboeuf
2025-03-17kbuild: Create intermediate vmlinux build with relocations preservedArd Biesheuvel
2025-03-15kbuild: remove EXTRA_*FLAGS supportMasahiro Yamada
2025-03-07ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook
2025-02-06kbuild: fix misspelling in scripts/Makefile.libOleh Zadorozhnyi
2025-02-01kbuild: fix Clang LTO with CONFIG_OBJTOOL=nMasahiro Yamada
2025-02-01kbuild: Strip runtime const RELA sections correctlyArd Biesheuvel
2024-11-28kbuild: switch from lz4c to lz4 for compressionParth Pancholi
2024-11-28kbuild: enable objtool for *.mod.o and additional kernel objectsMasahiro Yamada
2024-11-28kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.libMasahiro Yamada
2024-11-28kbuild: support building external modules in a separate build directoryMasahiro Yamada
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu
2024-11-06kbuild: Add AutoFDO support for Clang buildRong Xu
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-09-16kbuild: rust: Enable KASAN supportMatthew Maurer
2024-09-10kbuild: add mod(name,file)_flags to assembler flags for module objectsKris Van Hees
2024-09-09kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada
2024-09-01xz: fix comments and coding styleLasse Collin
2024-08-06kbuild: clean up code duplication in cmd_fdtoverlayMasahiro Yamada
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-07-16kbuild: avoid build error when single DTB is turned into composite DTBMasahiro Yamada
2024-07-16scripts/make_fit: Support decomposing DTBsChen-Yu Tsai
2024-07-09kbuild: verify dtoverlay files against schemaDmitry Baryshkov
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-14kbuild: provide reasonable defaults for tool coverageMasahiro Yamada
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-10kbuild: use $(obj)/ instead of $(src)/ for common pattern rulesMasahiro Yamada
2024-05-07kbuild: do not add $(srctree) or $(objtree) to header search pathsMasahiro Yamada
2024-05-02dt-bindings: kbuild: Add separate target/dependency for processed-schema.jsonRob Herring
2024-04-12arm64: boot: Support Flat Image TreeSimon Glass
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2024-02-29dtc: Enable dtc interrupt_provider checkRob Herring
2024-02-23kbuild: change DTC_FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada
2024-02-23kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook
2024-02-19kbuild: create a list of all built DTB filesMasahiro Yamada
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao
2023-12-10kbuild: determine base DTB by suffixMasahiro Yamada