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-03-24Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-14hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin
2022-03-03hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing
2022-03-03hwrng: atmel - remove extra lineClaudiu Beznea
2022-03-03hwrng: atmel - add runtime pm supportClaudiu Beznea
2022-03-03hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea
2022-03-03hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea
2022-03-03hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea
2022-03-03hwrng: atmel - disable trng on failure pathClaudiu Beznea
2022-03-03hwrng: atmel - add wait for ready support on readClaudiu Beznea
2022-02-21random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld
2022-02-18hwrng: core - introduce rng_quality sysfs attributeDominik Brodowski
2022-02-18hwrng: core - use per-rng quality value instead of global settingDominik Brodowski
2022-02-18hwrng: core - start and stop in-kernel rngd in separate functionDominik Brodowski
2022-02-18hwrng: core - do not bother to order list of devices by qualityDominik Brodowski
2022-02-16hwrng: optee-rng: use tee_shm_alloc_kernel_buf()Jens Wiklander
2022-02-05hwrng: core - credit entropy for low quality sources of randomnessDominik Brodowski
2022-02-05hwrng: core - break out of hwrng_fillfn if current rng is not trustedDominik Brodowski
2022-02-05hwrng: core - only set cur_rng_set_by_user if it is workingDominik Brodowski
2022-02-05hwrng: core - use rng_fillbuf in add_early_randomness()Dominik Brodowski
2022-02-05hwrng: core - read() callback must be called for size of 32 or more bytesDominik Brodowski
2022-02-05hwrng: core - explicit ordering of initcallsDominik Brodowski
2022-01-31hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-15hwrng: virtio - unregister device before resetMichael S. Tsirkin
2022-01-15virtio: wrap config->reset callsMichael S. Tsirkin
2022-01-14Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2022-01-02MIPS: TXX9: Remove TX4939 SoC supportThomas Bogendoerfer
2021-12-24hwrng: cn10k - Add random number generator supportSunil Goutham
2021-11-20hwrng: cavium - Check health status while reading random dataSunil Goutham
2021-11-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-11-01hwrng: virtio - always add a pending requestLaurent Vivier
2021-11-01hwrng: virtio - don't waste entropyLaurent Vivier
2021-11-01hwrng: virtio - don't wait on cleanupLaurent Vivier
2021-11-01hwrng: virtio - add an internal bufferLaurent Vivier
2021-10-22hwrng: s390 - replace snprintf in show functions with sysfs_emitQing Wang
2021-10-08hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann
2021-10-01hwrng: meson - Improve error handling for core clockUwe Kleine-König
2021-09-17hwrng: ixp4xx - Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing
2021-09-17hwrng: Kconfig - Add helper dependency on COMPILE_TESTCai Huoqing
2021-08-06hwrng: Add Arm SMCCC TRNG based driverAndre Przywara
2021-07-16hwrng: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-17hw_random: ixp4xx: Add OF supportLinus Walleij
2021-06-17hw_random: ixp4xx: Turn into a moduleLinus Walleij
2021-06-17hw_random: ixp4xx: Use SPDX license tagLinus Walleij
2021-06-17hw_random: ixp4xx: enable compile-testingArnd Bergmann
2021-06-03hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open codingTian Tao