summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorLines
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+8
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-3/+4
2020-12-13um: random: Register random as hwrng-core deviceChristopher Obbard-8/+8
2020-12-04hwrng: ks-sa - Add dependency on IOMEM and OFHerbert Xu-0/+1
2020-11-27hwrng: hisi - remove HiSilicon TRNG driverWeili Qian-113/+0
2020-11-09s390/trng: set quality to 1024Christian Borntraeger-3/+4
2020-11-06hwrng: imx-rngc - irq already prints an errorNigel Christian-3/+1
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-27/+364
2020-10-02hwrng: mxc-rnga - use semicolons rather than commas to separate statementsJulia Lawall-3/+3
2020-10-02hwrng: iproc-rng200 - use semicolons rather than commas to separate statementsJulia Lawall-4/+4
2020-10-02hwrng: stm32 - use semicolons rather than commas to separate statementsJulia Lawall-4/+4
2020-10-02hwrng: npcm - modify readl to readbTomer Maimon-7/+7
2020-09-25hwrng: ingenic - Add hardware TRNG for Ingenic X1830周琰杰 (Zhou Yanjie)-0/+176
2020-09-11hwrng: xiphera-trng: add support for XIP8001B hwrngAtte Tommiska-0/+161
2020-09-11hwrng: imx-rngc - add quality to use it as kernel entropy poolMarco Felsch-0/+1
2020-09-04hwrng: cctrn - Simplify with dev_err_probe()Krzysztof Kozlowski-5/+4
2020-08-21hwrng: intel - cleanup initializationTom Rix-1/+1
2020-08-21hwrng: optee - fix wait use caseJorge Ramirez-Ortiz-2/+2
2020-08-21hwrng: optee - handle unlimited data ratesJorge Ramirez-Ortiz-1/+1
2020-08-21crypto: ingenic - Drop kfree for memory allocated with devm_kzallocWei Yongjun-7/+2
2020-07-31hwrng: core - remove redundant initialization of variable retColin Ian King-1/+1
2020-07-31crypto: ingenic - Add hardware RNG for Ingenic JZ4780 and X1000周琰杰 (Zhou Yanjie)-0/+170
2020-07-23hwrng: imx-rngc - enable driver for i.MX6Horia Geantă-1/+1
2020-07-16hwrng: ks-sa - Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-07-16hwrng: ba431 - Include kernel.hHerbert Xu-0/+1
2020-07-09hwrng: virtio - Constify id_table[]Rikard Falkeborn-1/+1
2020-07-09hwrng: nomadik - Constify nmk_rng_ids[]Rikard Falkeborn-1/+1
2020-07-09hwrng: bcm2835 - Constify bcm2835_rng_devtype[]Rikard Falkeborn-1/+1
2020-07-09hwrng: ba431 - HW_RANDOM_BA431 should not default to yGeert Uytterhoeven-3/+0
2020-07-09hwrng: ba431 - Add dependency on HAS_IOMEMHerbert Xu-0/+1
2020-07-09hwrng: octeon - Fix sparse warningsHerbert Xu-3/+3
2020-07-09hwrng: pic32 - Fix W=1 unused variable warningHerbert Xu-1/+1
2020-07-09hwrng: st - Fix W=1 unused variable warningHerbert Xu-1/+2
2020-07-09hwrng: bcm2835 - Fix W=1 unused variable warningHerbert Xu-2/+1
2020-07-09hwrng: hisi - Fix W=1 unused variable warningHerbert Xu-1/+1
2020-07-09hwrng: omap - Fix W=1 unused variable warningHerbert Xu-9/+2
2020-07-09hwrng: npcm - Fix W=1 unused variable warningHerbert Xu-1/+1
2020-06-18hwrng: ba431 - add support for BA431 hwrngOlivier Sobrie-0/+247
2020-06-15hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu-0/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-31/+31
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-8/+824
2020-05-08hwrng: cctrng - update help descriptionHadar Gat-6/+7
2020-05-08hwrng: cctrng - change default to nHadar Gat-1/+0
2020-05-08hwrng: cctrng - Add dependency on OFHadar Gat-1/+1
2020-04-30hwrng: cctrng - Make some symbols staticZou Wei-2/+2
2020-04-30hwrng: optee - Use UUID API for exporting the UUIDAndy Shevchenko-1/+1
2020-04-30hwrng: cctrng - Remove unnecessary FIPS ifdefHerbert Xu-3/+1
2020-04-22hwrng: cctrng - Add dependency on HAS_IOMEMHerbert Xu-0/+1
2020-04-20hwrng: cctrng - add missing include to linux/fips.hHadar Gat-0/+1
2020-04-17virtio-rng: pull in slab.hMichael S. Tsirkin-0/+1