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-11-11Merge tag 's390-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2022-11-09scripts/min-tool-version.sh: raise minimum clang version to 15.0.0 for s390Heiko Carstens
2022-11-02kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada
2022-10-27kbuild: fix typo in modpostWill McVicker
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-14kbuild: add -fno-discard-value-names to cmd_cc_ll_cNick Desaulniers
2022-10-14scripts/clang-tools: Convert clang-tidy args to listGuru Das Srinagesh
2022-10-14modpost: put modpost options before argumentRichard Acayan
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-12kbuild: Stop including vmlinux.bz2 in the rpm'sZack Rusin
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-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-04Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-04Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-04Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2022-10-04Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2022-10-04checkpatch: warn for non-standard fixes tag styleNiklas Söderlund
2022-10-04kmsan: add KMSAN runtime coreAlexander Potapenko
2022-10-03Merge tag 'docs-6.1' of git://git.lwn.net/linuxLinus Torvalds
2022-10-02kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada
2022-10-02kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada
2022-10-02kallsyms: ignore __kstrtab_* and __kstrtabns_* symbolsMasahiro Yamada
2022-10-02kallsyms: take the input file instead of reading stdinMasahiro Yamada
2022-10-02kallsyms: drop duplicated ignore patterns from kallsyms.cMasahiro Yamada
2022-10-02kbuild: reuse mksysmap output for kallsymsMasahiro Yamada
2022-10-02mksysmap: update comment about __crc_*Masahiro Yamada
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-10-01Makefile.extrawarn: Move -Wcast-function-type-strict to W=1Sami Tolvanen
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-29checkpatch: warn on usage of VM_BUG_ON() and other BUG variantsDavid Hildenbrand
2022-09-29docs: move asm-annotations.rst into core-apiJonathan Corbet
2022-09-29kbuild: re-run modpost when it is updatedMasahiro Yamada
2022-09-29kbuild: unify two modpost invocationsMasahiro Yamada
2022-09-28kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada
2022-09-28kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada
2022-09-28kbuild: list sub-directories in ./KbuildMasahiro Yamada
2022-09-28Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers
2022-09-28kbuild: rpm-pkg: fix breakage when V=1 is usedJanis Schoetterl-Glausch
2022-09-28scripts: remove unused argument 'type'Zeng Heng
2022-09-28Kconfig: remove sym_set_choice_valueZeng Heng
2022-09-28kbuild: use objtool-args-y to clean up objtool argumentsMasahiro Yamada
2022-09-28kbuild: fix and refactor single target buildMasahiro Yamada
2022-09-28kbuild: rewrite check-local-export in sh/awkOwen Rafferty
2022-09-28Revert "kbuild: Make scripts/compile.h when sh != bash"Masahiro Yamada
2022-09-28scripts/mkcompile_h: move LC_ALL=C to '$LD -v'Masahiro Yamada
2022-09-28kbuild: build init/built-in.a just onceMasahiro Yamada
2022-09-28kbuild: do not deduplicate modules.orderMasahiro Yamada