remarkable-linux/drivers/char/hw_random
Rusty Russell f7f510ec19 virtio: An entropy device, as suggested by hpa.
Note that by itself, having a "hardware" random generator does very
little: you should probably run "rngd" in your guest to feed this into
the kernel entropy pool.

Included:
	virtio_rng: dont use vmalloced addresses for virtio

	If virtio_rng is build as a module, random_data is an address
	in vmalloc space. As virtio expects guest real addresses, this
	can cause any kind of funny behaviour, so lets allocate
	random_data dynamically with kmalloc.

	Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2008-05-30 15:09:44 +10:00
..
amd-rng.c [HWRNG]: move status polling loop to data_present callbacks 2008-01-11 08:16:16 +11:00
core.c PM: Remove destroy_suspended_device() 2008-04-19 19:10:28 -07:00
geode-rng.c [HWRNG]: move status polling loop to data_present callbacks 2008-01-11 08:16:16 +11:00
intel-rng.c [HWRNG]: move status polling loop to data_present callbacks 2008-01-11 08:16:16 +11:00
ixp4xx-rng.c [PATCH] Fix HWRNG built-in initcalls priority 2007-01-11 18:18:21 -08:00
Kconfig virtio: An entropy device, as suggested by hpa. 2008-05-30 15:09:44 +10:00
Makefile virtio: An entropy device, as suggested by hpa. 2008-05-30 15:09:44 +10:00
omap-rng.c [HWRNG] omap: Minor updates 2008-04-21 10:19:34 +08:00
pasemi-rng.c Merge branch 'linux-2.6' 2008-01-31 11:25:51 +11:00
via-rng.c via-rng: enable secondary noise source on CPUs where it is present 2008-02-06 10:41:05 -08:00
virtio-rng.c virtio: An entropy device, as suggested by hpa. 2008-05-30 15:09:44 +10:00