aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hw_random/virtio-rng.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-30virtio: rng: s3/s4 supportGravatar Amit Shah 1-0/+17
2012-07-30virtio: rng: split out common code in probe / remove for s3/s4 opsGravatar Amit Shah 1-2/+12
2012-07-30virtio: rng: don't wait on host when module is going awayGravatar Amit Shah 1-0/+1
2012-07-30virtio: rng: allow tasks to be killed that are waiting for rng inputGravatar Amit Shah 1-1/+4
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufGravatar Rusty Russell 1-1/+1
2011-10-31drivers/char: Add module.h to those who were using it implicitlyGravatar Paul Gortmaker 1-0/+1
2010-05-19virtio-rng: use virtqueue_xxx wrappersGravatar Michael S. Tsirkin 1-3/+3
2010-01-16virtio: fix section mismatch warningsGravatar Jeff Mahoney 1-3/+3
2009-12-01hwrng: virtio-rng - Convert to new APIGravatar Ian Molton 1-51/+27
2009-10-22move virtrng_remove to .devexit.textGravatar Uwe Kleine-König 1-1/+1
2009-10-22virtio: let header files include virtio_ids.hGravatar Christian Borntraeger 1-1/+0
2009-09-23virtio: add virtio IDs fileGravatar Fernando Luis Vazquez Cao 1-0/+1
2009-09-23virtio: make add_buf return capacity remainingGravatar Rusty Russell 1-1/+1
2009-06-12virtio: handle short buffers in virtio_rng.Gravatar Rusty Russell 1-8/+16
2009-06-12virtio: find_vqs/del_vqs virtio operationsGravatar Michael S. Tsirkin 1-3/+3
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Gravatar Rusty Russell 1-1/+1
2009-04-24virtio-rng: Remove false BUG for spurious callbacksGravatar Christian Borntraeger 1-2/+2
2008-05-30virtio: An entropy device, as suggested by hpa.Gravatar Rusty Russell 1-0/+155