aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hw_random/virtio-rng.c
AgeCommit message (Expand)Author
2015-01-26hwrng: virtio - drop extra empty lineMichael S. Tsirkin
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-15virtio-rng: refactor probe error handlingMichael S. Tsirkin
2014-09-11virtio-rng: skip reading when we start to remove the deviceAmos Kong
2014-09-11virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong
2014-08-15virtio: rng: add derating factor for use by hwrng coreAmit Shah
2014-07-27Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah
2014-07-27virtio: rng: delay hwrng_register() till driver is readyAmit Shah
2014-07-27virtio: rng: re-arrange struct elements for better packingAmit Shah
2014-07-27virtio: rng: remove unused struct elementAmit Shah
2014-07-14hwrng: virtio - ensure reads happen after successful probeAmit Shah
2014-05-19virtio-rng: fixes for device registration/unregistrationSasha Levin
2014-05-19virtio-rng: fix boot with virtio-rng deviceSasha Levin
2014-05-14virtio-rng: support multiple virtio-rng devicesAmos Kong
2014-03-13virtio-rng: don't crash if virtqueue is broken.Rusty Russell
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-03-20virtio_rng: use simplified virtqueue accessors.Rusty Russell
2013-03-08virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah
2013-02-13virtio: use module_virtio_driver.Rusty Russell
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman
2012-11-21char: remove use of __devexitBill Pemberton
2012-07-30virtio: rng: s3/s4 supportAmit Shah
2012-07-30virtio: rng: split out common code in probe / remove for s3/s4 opsAmit Shah
2012-07-30virtio: rng: don't wait on host when module is going awayAmit Shah
2012-07-30virtio: rng: allow tasks to be killed that are waiting for rng inputAmit Shah
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell
2011-10-31drivers/char: Add module.h to those who were using it implicitlyPaul Gortmaker
2010-05-19virtio-rng: use virtqueue_xxx wrappersMichael S. Tsirkin
2010-01-16virtio: fix section mismatch warningsJeff Mahoney
2009-12-01hwrng: virtio-rng - Convert to new APIIan Molton
2009-10-22move virtrng_remove to .devexit.textUwe Kleine-König
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao
2009-09-23virtio: make add_buf return capacity remainingRusty Russell
2009-06-12virtio: handle short buffers in virtio_rng.Rusty Russell
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell
2009-04-24virtio-rng: Remove false BUG for spurious callbacksChristian Borntraeger
2008-05-30virtio: An entropy device, as suggested by hpa.Rusty Russell