Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-11Merge 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-04kmsan: add KMSAN runtime coreAlexander Potapenko
2022-09-28kbuild: list sub-directories in ./KbuildMasahiro Yamada
2022-09-28kbuild: 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-07kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada
2022-05-07kbuild: 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
2022-01-13kbuild: add cmd_file_sizeMasahiro Yamada
2022-01-13kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada
2022-01-13kbuild: drop $(size_append) from cmd_zstdMasahiro Yamada
2021-12-10kcsan, kbuild: Add option for barrier instrumentation onlyMarco Elver
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-22kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada
2021-09-21kbuild: Enable dtc 'unit_address_format' warning by defaultRob Herring
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-03kbuild: clean up objtool_args slightlyMasahiro Yamada
2021-09-03kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGSami Tolvanen
2021-08-23kbuild: Enable dtc 'pci_device_reg' warning by defaultRob Herring
2021-05-05kbuild: refactor modname-multi by using suffix-searchMasahiro Yamada
2021-05-05kbuild: refactor fdtoverlay ruleMasahiro Yamada
2021-05-05kbuild: parameterize the .o part of suffix-searchMasahiro Yamada
2021-05-01kbuild: add comment about why cmd_shipped uses 'cat'Masahiro Yamada
2021-04-30Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-04-29Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-24kbuild: move $(strip ) to suffix-search definitionMasahiro Yamada
2021-04-24kbuild: rename multi-used-* to multi-obj-*Masahiro Yamada
2021-03-24kbuild: Add generic rule to apply fdtoverlayRob Herring
2021-03-24kbuild: Simplify builds with CONFIG_OF_ALL_DTBSViresh Kumar
2021-03-16kbuild: Enable DT undocumented compatible checksRob Herring
2021-03-11kbuild: remove meaningless parameter to $(call if_changed_rule,dtc)Masahiro Yamada
2021-03-11kbuild: remove unneeded -O option to dtcMasahiro Yamada
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-24kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada
2021-02-24Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-23kbuild: lto: postpone objtoolSami Tolvanen