Age | Commit message (Expand) | Author | Files | Lines |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 1 | -0/+9 |
2022-10-10 | Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux |  Linus Torvalds | 1 | -8/+6 |
2022-10-10 | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -15/+18 |
2022-10-03 | kmsan: add KMSAN runtime core |  Alexander Potapenko | 1 | -0/+9 |
2022-09-29 | kbuild: list sub-directories in ./Kbuild |  Masahiro Yamada | 1 | -0/+2 |
2022-09-29 | kbuild: use objtool-args-y to clean up objtool arguments |  Masahiro Yamada | 1 | -15/+16 |
2022-09-28 | Kbuild: add Rust support |  Miguel Ojeda | 1 | -0/+12 |
2022-09-27 | kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs |  Dmitry Baryshkov | 1 | -8/+6 |
2022-06-29 | x86/retbleed: Add fine grained Kconfig knobs |  Peter Zijlstra | 1 | -0/+1 |
2022-06-05 | Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
2022-06-05 | kbuild: factor out the common objtool arguments |  Masahiro Yamada | 1 | -0/+26 |
2022-05-29 | kbuild: do not create *.prelink.o for Clang LTO or IBT |  Masahiro Yamada | 1 | -7/+0 |
2022-05-08 | kbuild: make multi_depend work with targets in subdirectory |  Masahiro Yamada | 1 | -3/+3 |
2022-05-08 | kbuild: reuse suffix-search to refactor multi_depend |  Masahiro Yamada | 1 | -1/+1 |
2022-03-31 | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -10/+6 |
2022-03-27 | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+2 |
2022-03-22 | kbuild: Fixup the IBT kbuild changes |  Peter Zijlstra | 1 | -2/+2 |
2022-03-11 | dt-bindings: kbuild: Use DTB files for validation |  Rob Herring | 1 | -13/+7 |
2022-03-11 | dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validate |  Rob Herring | 1 | -3/+2 |
2022-02-15 | kbuild: replace $(if A,A,B) with $(or A,B) |  Masahiro Yamada | 1 | -2/+2 |
2022-02-14 | kbuild: unify cmd_copy and cmd_shipped |  Masahiro Yamada | 1 | -8/+4 |
2022-01-19 | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -7/+28 |
2022-01-14 | kbuild: add cmd_file_size |  Masahiro Yamada | 1 | -0/+3 |
2022-01-14 | kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22} |  Masahiro Yamada | 1 | -6/+24 |
2022-01-14 | kbuild: drop $(size_append) from cmd_zstd |  Masahiro Yamada | 1 | -1/+1 |
2021-12-09 | kcsan, kbuild: Add option for barrier instrumentation only |  Marco Elver | 1 | -0/+5 |
2021-11-08 | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -11/+0 |
2021-09-22 | kbuild: move objtool_args back to scripts/Makefile.build |  Masahiro Yamada | 1 | -11/+0 |
2021-09-21 | kbuild: Enable dtc 'unit_address_format' warning by default |  Rob Herring | 1 | -1/+0 |
2021-09-03 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -6/+12 |
2021-09-03 | kbuild: clean up objtool_args slightly |  Masahiro Yamada | 1 | -6/+5 |
2021-09-03 | kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG |  Sami Tolvanen | 1 | -0/+7 |
2021-08-23 | kbuild: Enable dtc 'pci_device_reg' warning by default |  Rob Herring | 1 | -2/+1 |
2021-05-06 | kbuild: refactor modname-multi by using suffix-search |  Masahiro Yamada | 1 | -1/+1 |
2021-05-06 | kbuild: refactor fdtoverlay rule |  Masahiro Yamada | 1 | -18/+15 |
2021-05-06 | kbuild: parameterize the .o part of suffix-search |  Masahiro Yamada | 1 | -8/+11 |
2021-05-02 | kbuild: add comment about why cmd_shipped uses 'cat' |  Masahiro Yamada | 1 | -0/+3 |
2021-04-29 | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -8/+8 |
2021-04-28 | Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux |  Linus Torvalds | 1 | -6/+28 |
2021-04-25 | kbuild: move $(strip ) to suffix-search definition |  Masahiro Yamada | 1 | -3/+3 |
2021-04-25 | kbuild: rename multi-used-* to multi-obj-* |  Masahiro Yamada | 1 | -5/+5 |
2021-03-23 | kbuild: Add generic rule to apply fdtoverlay |  Rob Herring | 1 | -2/+24 |
2021-03-23 | kbuild: Simplify builds with CONFIG_OF_ALL_DTBS |  Viresh Kumar | 1 | -3/+2 |
2021-03-16 | kbuild: Enable DT undocumented compatible checks |  Rob Herring | 1 | -1/+2 |
2021-03-11 | kbuild: remove meaningless parameter to $(call if_changed_rule,dtc) |  Masahiro Yamada | 1 | -1/+1 |
2021-03-11 | kbuild: remove unneeded -O option to dtc |  Masahiro Yamada | 1 | -1/+1 |
2021-02-25 | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -23/+15 |
2021-02-24 | kbuild: remove deprecated 'always' and 'hostprogs-y/m' |  Masahiro Yamada | 1 | -12/+0 |
2021-02-23 | Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux |  Linus Torvalds | 1 | -0/+12 |
2021-02-23 | kbuild: lto: postpone objtool |  Sami Tolvanen | 1 | -0/+12 |