summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-10/+16
|\
| * kbuild: change DTC_FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2024-02-231-1/+1
| * kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada2024-02-231-8/+8
| * kbuild: create a list of all built DTB filesMasahiro Yamada2024-02-191-0/+6
* | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-1/+4
|\ \
| * | ubsan: Reintroduce signed overflow sanitizerKees Cook2024-02-201-0/+3
| * | ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook2024-02-061-1/+1
| |/
* | Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2024-03-121-2/+1
|\ \
| * | dtc: Enable dtc interrupt_provider checkRob Herring2024-02-291-2/+1
| |/
* | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-4/+4
|\ \ | |/ |/|
| * x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao2024-01-101-1/+1
| * x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao2024-01-101-1/+1
| * x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1
| * x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao2024-01-101-1/+1
* | kbuild: determine base DTB by suffixMasahiro Yamada2023-12-101-2/+2
|/
* kbuild: Move the single quotes for image nameSimon Glass2023-11-171-2/+2
* kbuild: Disallow DTB overlays to built from .dts named source filesAndrew Davis2023-05-221-3/+0
* kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtboMasahiro Yamada2023-01-221-30/+15
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-191-0/+3
|\
| * objtool: Add --mnop as an option to --mcountSathvika Vasireddy2022-11-181-0/+3
* | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+3
|\ \
| * | x86/ibt: Implement FineIBTPeter Zijlstra2022-11-011-0/+1
| * | x86: Add prefix symbols for function paddingPeter Zijlstra2022-11-011-0/+1
| * | objtool: Add --hacks=skylakePeter Zijlstra2022-10-171-0/+1
| |/
* | Merge branch 'dt/dtbo-rename' into dt/nextRob Herring2022-10-261-1/+22
|\ \
| * | kbuild: Allow DTB overlays to built into .dtbo.S filesAndrew Davis2022-10-261-1/+19
| * | kbuild: Allow DTB overlays to built from .dtso named source filesAndrew Davis2022-10-261-0/+3
| |/
* / scripts: dtc: only show unique unit address warning for enabled nodesAlexandre Torgue2022-10-211-4/+8
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+9
|\
| * kmsan: add KMSAN runtime coreAlexander Potapenko2022-10-031-0/+9
* | Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-101-8/+6
|\ \
| * | kbuild: take into account DT_SCHEMA_FILES changes while checking dtbsDmitry Baryshkov2022-09-271-8/+6
| |/
* | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-15/+18
|\ \
| * | kbuild: list sub-directories in ./KbuildMasahiro Yamada2022-09-291-0/+2
| * | kbuild: use objtool-args-y to clean up objtool argumentsMasahiro Yamada2022-09-291-15/+16
| |/
* / Kbuild: add Rust supportMiguel Ojeda2022-09-281-0/+12
|/
* x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra2022-06-291-0/+1
* Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-051-1/+1
|\
* | kbuild: factor out the common objtool argumentsMasahiro Yamada2022-06-051-0/+26
* | kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada2022-05-291-7/+0
|/
* kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada2022-05-081-3/+3
* kbuild: reuse suffix-search to refactor multi_dependMasahiro Yamada2022-05-081-1/+1
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-10/+6
|\
| * kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-2/+2
| * kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada2022-02-141-8/+4
* | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-2/+2
|\ \
| * | kbuild: Fixup the IBT kbuild changesPeter Zijlstra2022-03-221-2/+2
| |/
* | dt-bindings: kbuild: Use DTB files for validationRob Herring2022-03-111-13/+7
* | dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validateRob Herring2022-03-111-3/+2
|/
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-7/+28
|\