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