summaryrefslogtreecommitdiff
path: root/scripts/Makefile.lib
AgeCommit message (Expand)Author
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
2023-11-17kbuild: Move the single quotes for image nameSimon Glass
2023-05-22kbuild: Disallow DTB overlays to built from .dts named source filesAndrew Davis
2023-01-22kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtboMasahiro Yamada
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra
2022-11-01x86: Add prefix symbols for function paddingPeter Zijlstra
2022-10-26Merge branch 'dt/dtbo-rename' into dt/nextRob Herring
2022-10-26kbuild: Allow DTB overlays to built into .dtbo.S filesAndrew Davis
2022-10-26kbuild: Allow DTB overlays to built from .dtso named source filesAndrew Davis
2022-10-21scripts: dtc: only show unique unit address warning for enabled nodesAlexandre Torgue
2022-10-17objtool: Add --hacks=skylakePeter Zijlstra
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko
2022-09-29kbuild: list sub-directories in ./KbuildMasahiro Yamada
2022-09-29kbuild: use objtool-args-y to clean up objtool argumentsMasahiro Yamada
2022-09-28Kbuild: add Rust supportMiguel Ojeda
2022-09-27kbuild: take into account DT_SCHEMA_FILES changes while checking dtbsDmitry Baryshkov
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-06-05Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-06-05kbuild: factor out the common objtool argumentsMasahiro Yamada
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada
2022-05-08kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada
2022-05-08kbuild: reuse suffix-search to refactor multi_dependMasahiro Yamada
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-22kbuild: Fixup the IBT kbuild changesPeter Zijlstra
2022-03-11dt-bindings: kbuild: Use DTB files for validationRob Herring
2022-03-11dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validateRob Herring
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2022-02-14kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds