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-05-27modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada
2022-05-27modpost: fix removing numeric suffixesAlexander Lobakin
2022-05-27scripts/kallsyms: update usage message of the kallsyms programYuntao Wang
2022-05-27kbuild: Fix include path in scripts/Makefile.modpostJing Leng
2022-05-27Merge tag 'hardening-v5.19-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-26Merge tag 'checkpatch-new-alloc-check-5.19-rc1' of git://git.kernel.org/pub/s...Linus Torvalds
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-05-24gcc-plugins: use KERNELVERSION for plugin versionMasahiro Yamada
2022-05-24genksyms: adjust the output format to modpostMasahiro Yamada
2022-05-24kbuild: stop merging *.symversionsMasahiro Yamada
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada
2022-05-24Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-05-24Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-05-24bpf: Add verifier support for dynptrsJoanne Koong
2022-05-23modpost: extract symbol versions from *.cmd filesMasahiro Yamada
2022-05-23modpost: add sym_find_with_module() helperMasahiro Yamada
2022-05-23certs: Check that builtin blacklist hashes are validMickaël Salaün
2022-05-21bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-20h8300: remove stale bindings and symlinkArnd Bergmann
2022-05-18locking/atomic: Add generic try_cmpxchg64 supportUros Bizjak
2022-05-17scripts/min-tool-version.sh: raise minimum clang version to 14.0.0 for s390Heiko Carstens
2022-05-17gcc-plugins: randstruct: Remove cast exception handlingKees Cook
2022-05-17af_unix: Silence randstruct GCC plugin warningKees Cook
2022-05-17niu: Silence randstruct warningsKees Cook
2022-05-17big_keys: Use struct for internal payloadKees Cook
2022-05-12scripts/faddr2line: Fix overlapping text section failuresJosh Poimboeuf
2022-05-12scripts: Create objdump-func helper scriptJosh Poimboeuf
2022-05-11modpost: change the license of EXPORT_SYMBOL to bool typeMasahiro Yamada
2022-05-11modpost: remove left-over cross_compile declarationMasahiro Yamada
2022-05-11kbuild: record symbol versions in *.cmd filesMasahiro Yamada
2022-05-11kbuild: generate a list of objects in vmlinuxMasahiro Yamada
2022-05-11modpost: move *.mod.c generation to write_mod_c_files()Masahiro Yamada
2022-05-11modpost: merge add_{intree_flag,retpoline,staging_flag} to add_headerMasahiro Yamada
2022-05-11scripts/prune-kernel: Use kernel-install if availableReza Arbab
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada
2022-05-11gcc-plugins: Change all version strings match kernelKees Cook
2022-05-08randstruct: Enable Clang supportKees Cook
2022-05-08randstruct: Move seed generation into scripts/basic/Kees Cook
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook
2022-05-08sancov: Split plugin build from plugin CFLAGSKees Cook