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-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-04Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-08-03Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-08-03Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-30random: correct spelling of "overwrites"Jason A. Donenfeld
2022-07-28char: remove VR41XX related char driverThomas Bogendoerfer
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld
2022-07-22hwrng: via - Fix comment typoJason Wang
2022-07-18random: use try_cmpxchg in _credit_init_bitsUros Bizjak
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld
2022-07-16random: cap jitter samples per bit to factor of HZJason A. Donenfeld
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie
2022-07-12Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann
2022-07-11hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang
2022-07-01pm/sleep: Add PM_USERSPACE_AUTOSLEEP KconfigKalesh Singh
2022-07-01Merge tag 'drm-intel-gt-next-2022-06-29' of git://anongit.freedesktop.org/drm...Dave Airlie
2022-06-27apm-emulation: drop unexpected word "the" in the commentsJiang Jian
2022-06-23agp/intel: Rename intel-gtt symbolsLucas De Marchi
2022-06-20random: update comment from copy_to_user() -> copy_to_iter()Jason A. Donenfeld
2022-06-20random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld
2022-06-20random: schedule mix_interrupt_randomness() less oftenJason A. Donenfeld
2022-06-17Merge tag 'char-misc-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-12Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-06-10char: lp: remove redundant initialization of errShreenidhi Shedi
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2022-06-10random: remove rng_has_arch_random()Jason A. Donenfeld
2022-06-10random: credit cpu and bootloader seeds by defaultJason A. Donenfeld
2022-06-10random: do not use jump labels before they are initializedJason A. Donenfeld
2022-06-10random: account for arch randomness in bitsJason A. Donenfeld
2022-06-10random: mark bootloader randomness code as __initJason A. Donenfeld
2022-06-10random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld
2022-06-08virtio-rng: make device ready before making requestJason Wang
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-05-28Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-05-25Merge tag 'for-linus-4.19-1' of https://github.com/cminyard/linux-ipmiLinus 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 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-05-24Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-24Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23tpm: Add field upgrade mode support for Infineon TPM2 modulesStefan Mahnke-Hartmann
2022-05-23tpm: Fix buffer access in tpm2_get_tpm_pt()Stefan Mahnke-Hartmann
2022-05-23char: tpm: cr50_i2c: Suppress duplicated error message in .remove()Uwe Kleine-König
2022-05-23tpm: cr50: Add new device/vendor ID 0x504a6666Jes B. Klinke
2022-05-23tpm: Remove read16/read32/write32 calls from tpm_tis_phy_opsJohannes Holland
2022-05-23tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()Xiu Jianfeng
2022-05-23tpm/tpm_ftpm_tee: Return true/false (not 1/0) from bool functionsHaowen Bai
2022-05-22random: check for signals after page of pool writesJason A. Donenfeld