summaryrefslogtreecommitdiff
path: root/scripts/Makefile.lib
AgeCommit message (Expand)AuthorFilesLines
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-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-5/+5
2024-05-09kbuild: 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-22Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-10/+16
2024-03-13Merge 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-21ubsan: 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
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao1-1/+1
2023-12-10kbuild: determine base DTB by suffixMasahiro Yamada1-2/+2
2023-11-17kbuild: Move the single quotes for image nameSimon Glass1-2/+2
2023-05-22kbuild: Disallow DTB overlays to built from .dts named source filesAndrew Davis1-3/+0
2023-01-22kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtboMasahiro Yamada1-30/+15
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+3
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy1-0/+3
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra1-0/+1
2022-11-01x86: Add prefix symbols for function paddingPeter Zijlstra1-0/+1
2022-10-26Merge branch 'dt/dtbo-rename' into dt/nextRob Herring1-1/+22
2022-10-26kbuild: Allow DTB overlays to built into .dtbo.S filesAndrew Davis1-1/+19
2022-10-26kbuild: Allow DTB overlays to built from .dtso named source filesAndrew Davis1-0/+3
2022-10-22scripts: dtc: only show unique unit address warning for enabled nodesAlexandre Torgue1-4/+8
2022-10-17objtool: Add --hacks=skylakePeter Zijlstra1-0/+1
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+9
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+6
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-15/+18
2022-10-04kmsan: add KMSAN runtime coreAlexander Potapenko1-0/+9
2022-09-28kbuild: list sub-directories in ./KbuildMasahiro Yamada1-0/+2
2022-09-28kbuild: use objtool-args-y to clean up objtool argumentsMasahiro Yamada1-15/+16
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-0/+12
2022-09-27kbuild: take into account DT_SCHEMA_FILES changes while checking dtbsDmitry Baryshkov1-8/+6
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra1-0/+1
2022-06-05Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-06-05kbuild: factor out the common objtool argumentsMasahiro Yamada1-0/+26
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada1-7/+0
2022-05-07kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada1-3/+3
2022-05-07kbuild: reuse suffix-search to refactor multi_dependMasahiro Yamada1-1/+1
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+6