summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/virtio-rng.c
Commit message (Expand)AuthorAgeFilesLines
* hwrng: virtio - drop extra empty lineMichael S. Tsirkin2015-01-261-1/+0Star
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-181-6/+9
|\
| * virtio-rng: refactor probe error handlingMichael S. Tsirkin2014-10-151-6/+9
* | virtio-rng: skip reading when we start to remove the deviceAmos Kong2014-09-111-0/+5
* | virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong2014-09-111-0/+2
|/
* virtio: rng: add derating factor for use by hwrng coreAmit Shah2014-08-151-0/+1
* Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah2014-07-271-9/+0Star
* virtio: rng: delay hwrng_register() till driver is readyAmit Shah2014-07-271-10/+15
* virtio: rng: re-arrange struct elements for better packingAmit Shah2014-07-271-2/+2
* virtio: rng: remove unused struct elementAmit Shah2014-07-271-1/+0Star
* hwrng: virtio - ensure reads happen after successful probeAmit Shah2014-07-141-0/+10
* virtio-rng: fixes for device registration/unregistrationSasha Levin2014-05-191-18/+23
* virtio-rng: fix boot with virtio-rng deviceSasha Levin2014-05-191-1/+1
* virtio-rng: support multiple virtio-rng devicesAmos Kong2014-05-141-39/+63
* virtio-rng: don't crash if virtqueue is broken.Rusty Russell2014-03-131-2/+1Star
* virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-231-2/+2
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-021-1/+1
|\
| * virtio_rng: use simplified virtqueue accessors.Rusty Russell2013-03-201-1/+1
* | virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah2013-03-081-2/+11
|/
* virtio: use module_virtio_driver.Rusty Russell2013-02-131-12/+1Star
* Drivers: char: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* char: remove use of __devexitBill Pemberton2012-11-211-1/+1
* virtio: rng: s3/s4 supportAmit Shah2012-07-301-0/+17
* virtio: rng: split out common code in probe / remove for s3/s4 opsAmit Shah2012-07-301-2/+12
* virtio: rng: don't wait on host when module is going awayAmit Shah2012-07-301-0/+1
* virtio: rng: allow tasks to be killed that are waiting for rng inputAmit Shah2012-07-301-1/+4
* virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-121-1/+1
* drivers/char: Add module.h to those who were using it implicitlyPaul Gortmaker2011-11-011-0/+1
* virtio-rng: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-3/+3
* virtio: fix section mismatch warningsJeff Mahoney2010-01-161-3/+3
* hwrng: virtio-rng - Convert to new APIIan Molton2009-12-011-51/+27Star
* move virtrng_remove to .devexit.textUwe Kleine-König2009-10-221-1/+1
* virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-221-1/+0Star
* virtio: add virtio IDs fileFernando Luis Vazquez Cao2009-09-231-0/+1
* virtio: make add_buf return capacity remainingRusty Russell2009-09-231-1/+1
* virtio: handle short buffers in virtio_rng.Rusty Russell2009-06-121-8/+16
* virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-121-3/+3
* virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-121-1/+1
* virtio-rng: Remove false BUG for spurious callbacksChristian Borntraeger2009-04-241-2/+2
* virtio: An entropy device, as suggested by hpa.Rusty Russell2008-05-301-0/+155