Age | Commit message (Expand) | Author | Files | Lines |
2013-05-03 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2013-03-20 | virtio_rng: use simplified virtqueue accessors. | Rusty Russell | 1 | -1/+1 |
2013-03-08 | virtio: rng: disallow multiple device registrations, fixes crashes | Amit Shah | 1 | -2/+11 |
2013-02-13 | virtio: use module_virtio_driver. | Rusty Russell | 1 | -12/+1 |
2013-01-04 | Drivers: char: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+1 |
2012-11-22 | char: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-07-30 | virtio: rng: s3/s4 support | Amit Shah | 1 | -0/+17 |
2012-07-30 | virtio: rng: split out common code in probe / remove for s3/s4 ops | Amit Shah | 1 | -2/+12 |
2012-07-30 | virtio: rng: don't wait on host when module is going away | Amit Shah | 1 | -0/+1 |
2012-07-30 | virtio: rng: allow tasks to be killed that are waiting for rng input | Amit Shah | 1 | -1/+4 |
2012-01-12 | virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf | Rusty Russell | 1 | -1/+1 |
2011-11-01 | drivers/char: Add module.h to those who were using it implicitly | Paul Gortmaker | 1 | -0/+1 |
2010-05-19 | virtio-rng: use virtqueue_xxx wrappers | Michael S. Tsirkin | 1 | -3/+3 |
2010-01-16 | virtio: fix section mismatch warnings | Jeff Mahoney | 1 | -3/+3 |
2009-12-01 | hwrng: virtio-rng - Convert to new API | Ian Molton | 1 | -51/+27 |
2009-10-22 | move virtrng_remove to .devexit.text | Uwe Kleine-König | 1 | -1/+1 |
2009-10-22 | virtio: let header files include virtio_ids.h | Christian Borntraeger | 1 | -1/+0 |
2009-09-23 | virtio: add virtio IDs file | Fernando Luis Vazquez Cao | 1 | -0/+1 |
2009-09-23 | virtio: make add_buf return capacity remaining | Rusty Russell | 1 | -1/+1 |
2009-06-12 | virtio: handle short buffers in virtio_rng. | Rusty Russell | 1 | -8/+16 |
2009-06-12 | virtio: find_vqs/del_vqs virtio operations | Michael S. Tsirkin | 1 | -3/+3 |
2009-06-12 | virtio: add names to virtqueue struct, mapping from devices to queues. | Rusty Russell | 1 | -1/+1 |
2009-04-25 | virtio-rng: Remove false BUG for spurious callbacks | Christian Borntraeger | 1 | -2/+2 |
2008-05-30 | virtio: An entropy device, as suggested by hpa. | Rusty Russell | 1 | -0/+155 |