aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/char/hw_random (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-21crypto: ingenic - Drop kfree for memory allocated with devm_kzallocWei Yongjun1-7/+2
2020-07-31hwrng: core - remove redundant initialization of variable retColin Ian King1-1/+1
2020-07-31crypto: ingenic - Add hardware RNG for Ingenic JZ4780 and X1000周琰杰 (Zhou Yanjie)3-0/+170
2020-07-23hwrng: imx-rngc - enable driver for i.MX6Horia Geantă1-1/+1
2020-07-16hwrng: ks-sa - Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-16hwrng: ba431 - Include kernel.hHerbert Xu1-0/+1
2020-07-09hwrng: virtio - Constify id_table[]Rikard Falkeborn1-1/+1
2020-07-09hwrng: nomadik - Constify nmk_rng_ids[]Rikard Falkeborn1-1/+1
2020-07-09hwrng: bcm2835 - Constify bcm2835_rng_devtype[]Rikard Falkeborn1-1/+1
2020-07-09hwrng: ba431 - HW_RANDOM_BA431 should not default to yGeert Uytterhoeven1-3/+0
2020-07-09hwrng: ba431 - Add dependency on HAS_IOMEMHerbert Xu1-0/+1
2020-07-09hwrng: octeon - Fix sparse warningsHerbert Xu1-3/+3
2020-07-09hwrng: pic32 - Fix W=1 unused variable warningHerbert Xu1-1/+1
2020-07-09hwrng: st - Fix W=1 unused variable warningHerbert Xu1-1/+2
2020-07-09hwrng: bcm2835 - Fix W=1 unused variable warningHerbert Xu1-2/+1
2020-07-09hwrng: hisi - Fix W=1 unused variable warningHerbert Xu1-1/+1
2020-07-09hwrng: omap - Fix W=1 unused variable warningHerbert Xu1-9/+2
2020-07-09hwrng: npcm - Fix W=1 unused variable warningHerbert Xu1-1/+1
2020-06-18hwrng: ba431 - add support for BA431 hwrngOlivier Sobrie3-0/+247
2020-06-15hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu1-0/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-31/+31
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-8/+824
2020-05-08hwrng: cctrng - update help descriptionHadar Gat1-6/+7
2020-05-08hwrng: cctrng - change default to nHadar Gat1-1/+0
2020-05-08hwrng: cctrng - Add dependency on OFHadar Gat1-1/+1
2020-04-30hwrng: cctrng - Make some symbols staticZou Wei1-2/+2
2020-04-30hwrng: optee - Use UUID API for exporting the UUIDAndy Shevchenko1-1/+1
2020-04-30hwrng: cctrng - Remove unnecessary FIPS ifdefHerbert Xu1-3/+1
2020-04-22hwrng: cctrng - Add dependency on HAS_IOMEMHerbert Xu1-0/+1
2020-04-20hwrng: cctrng - add missing include to linux/fips.hHadar Gat1-0/+1
2020-04-17virtio-rng: pull in slab.hMichael S. Tsirkin1-0/+1
2020-04-16hwrng: xgene - Delete an error message in xgene_rng_probe()Markus Elfring1-3/+1
2020-04-16hwrng: omap - Delete an error message in of_get_omap_rng_device_details()Markus Elfring1-4/+1
2020-04-16hwrng: cctrng - introduce Arm CryptoCell driverHadar Gat4-0/+821
2020-04-10change email address for Pali RohárPali Rohár1-2/+2
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-24/+79
2020-03-24hwrng: via_rng: Convert to new X86 CPU match macrosThomas Gleixner1-4/+3
2020-03-12hwrng: imx-rngc - simplify interrupt mask/unmaskMartin Kaiser1-15/+28
2020-03-12hwrng: imx-rngc - check the rng typeMartin Kaiser1-1/+27
2020-03-12hwrng: imx-rngc - (trivial) simplify error printsMartin Kaiser1-2/+2
2020-03-12hwrng: imx-rngc - use automatic seedingMartin Kaiser1-2/+14
2020-03-12hwrng: imx-rngc - fix an error pathMartin Kaiser1-1/+3
2020-03-12hwrng: ks-sa - move TI Keystone driver into the config menu structureRandy Dunlap1-7/+7
2020-02-28hwrng: omap3-rom - Include linux/io.h for virt_to_physHerbert Xu1-0/+1
2020-02-22hwrng: imx-rngc - improve dependenciesUwe Kleine-König1-1/+2
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2-3/+3
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-1/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-3/+3
2019-12-11hwrng: iproc-rng200 - Add support for BCM2711Stefan Wahren2-1/+2
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-9/+9