summaryrefslogtreecommitdiff
path: root/scripts/Makefile.lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * kbuild: add cmd_file_sizeMasahiro Yamada2022-01-141-0/+3
| * kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada2022-01-141-6/+24
| * kbuild: drop $(size_append) from cmd_zstdMasahiro Yamada2022-01-141-1/+1
* | kcsan, kbuild: Add option for barrier instrumentation onlyMarco Elver2021-12-091-0/+5
|/
* Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-11/+0
|\
| * kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada2021-09-221-11/+0
* | kbuild: Enable dtc 'unit_address_format' warning by defaultRob Herring2021-09-211-1/+0
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-6/+12
|\
| * kbuild: clean up objtool_args slightlyMasahiro Yamada2021-09-031-6/+5
| * kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGSami Tolvanen2021-09-031-0/+7
* | kbuild: Enable dtc 'pci_device_reg' warning by defaultRob Herring2021-08-231-2/+1
|/
* kbuild: refactor modname-multi by using suffix-searchMasahiro Yamada2021-05-061-1/+1
* kbuild: refactor fdtoverlay ruleMasahiro Yamada2021-05-061-18/+15
* kbuild: parameterize the .o part of suffix-searchMasahiro Yamada2021-05-061-8/+11
* kbuild: add comment about why cmd_shipped uses 'cat'Masahiro Yamada2021-05-021-0/+3
* Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-8/+8
|\
| * kbuild: move $(strip ) to suffix-search definitionMasahiro Yamada2021-04-251-3/+3