aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2022-08-251-3/+3
* hwrng: core - correct error check of kthread_run callMartin Schwidefsky2022-08-251-1/+1
* hwrng: core - don't wait on add_early_randomness()Laurent Vivier2022-08-251-1/+1
* msm_rng: Resolve race condition issuesDinesh K Garg2022-08-252-25/+40
* msm_rng: Enable/ Disable Bus bandwidth for every RNG read callDinesh K Garg2022-08-251-0/+35
* msm_rng: Change long to u32 type for buffers reading from RNG HWDinesh K Garg2022-08-251-4/+4
* hwrng: fetch randomness only after device initnyyu2022-08-251-10/+30
* hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytesStephen Boyd2022-08-251-1/+1
* hw_random: fix sparse warning (NULL vs 0 for pointer)Torsten Duwe2022-08-251-1/+1
* hwrng: create filler threadTorsten Duwe2022-08-251-5/+64
* drivers/char: delete non-required instances of include <linux/init.h>nyyu2022-08-251-1/+0
* hwrng: add randomness to system from rng sourcesKees Cook2022-08-251-0/+7
* hwrng: cleanup in hwrng_register()Dan Carpenter2022-08-251-7/+3
* hw_random: free rng_buffer at module exitSatoru Takeuchi2022-08-251-0/+9
* Merge tag 'v3.4.40' into HEADBruno Martins2017-08-012-5/+27
|\
| * virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah2013-03-201-2/+11
| * hw_random: make buffer usable in scatterlist.Rusty Russell2013-03-141-3/+16
* | Merge tag 'v3.4.10' into HEADBruno Martins2017-08-011-1/+8
|\|
| * hwrng: atmel-rng - fix data valid checkPeter Korsgaard2012-06-221-1/+1
| * hwrng: atmel-rng - fix race condition leading to repeated bitsPeter Korsgaard2012-06-171-0/+7
* | hw_random: msm_rng: fix a null pointer dereferenceDinesh K Garg2014-09-201-2/+2
* | crypto: msm: Add support for FIPS complienceDinesh K Garg2014-07-1010-14/+2070
* | Revert "Revert "kernel: rng: Add IOCTL support to disable bus bandwidth""Divya Sharma2013-12-031-16/+58
* | Revert "kernel: rng: Add IOCTL support to disable bus bandwidth"Abhinay Reddy Vanipally2013-11-251-58/+16
* | kernel: rng: Add IOCTL support to disable bus bandwidthHariprasad Dhalinarasimha2013-11-071-16/+58
* | mms: rng: Add bus bandwidth support to PRNGHariprasad Dhalinarasimha2013-06-131-3/+32
* | Update copyright to The Linux FoundationDuy Truong2013-02-131-2/+2
* | msm: rng: Add support for iface clkHariprasad Dhalinarasimha2012-11-141-1/+6
* | msm-rng: Fix PRNG_LFSR_CFG setupStephen Boyd2012-08-061-3/+3
* | Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4Steve Muckle2012-06-063-0/+280
|\ \ | |/ |/|
| * PRNG: Device tree entry for qrng device.Hariprasad Dhalinarasimha2012-06-051-0/+7
| * prng: Replace clk_enable and clk_disable APIs.Ramesh Masavarapu2012-04-251-4/+4
| * Revert "msm: rng: Disable RNG init on APQ8064"Ramesh Masavarapu2012-02-231-3/+0
| * msm: Removed XPU violations.Ramesh Masavarapu2012-02-211-8/+8
| * msm: rng: Disable RNG init on APQ8064Stepan Moskovchenko2012-02-081-0/+3
| * msm: Removed target specific changes for enabling PRNG h/w.Ramesh Masavarapu2011-10-311-21/+25
| * msm: Add PRNG to MSM9615 device.Ramesh Masavarapu2011-10-191-4/+51
| * msm: clock: Use device names to distinguish between PRNG clocksMatt Wagantall2011-10-031-1/+1
| * hw_random: msm: Remove PRNG hardware configurationMona Hossain2011-10-031-24/+0
| * Initial ContributionBryan Huntsman2011-10-033-0/+246
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-0/+2
|\ \
| * | ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren2012-02-241-0/+2
* | | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-231-12/+1
|\ \ \
| * | | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-161-12/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-03-211-4/+1
|\ \ \ | |/ / |/| |
| * | hwrng: tx4939 - use devm_request_and_ioremapJulia Lawall2012-01-131-4/+1
* | | Merge tag 'to-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-121-1/+1
|\ \ \ | |/ / |/| |
| * | virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-121-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-01-107-80/+7
|\ \ \ | |/ / |/| |
| * | char: hw_random: convert drivers/char/hw_random/* to use module_platform_driv...Axel Lin2011-11-307-80/+7