| Commit message (Expand) | Author | Age | Files | Lines |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | virtio: add context flag to find vqs | Michael S. Tsirkin | 2017-05-02 | 1 | -3/+15 |
* | virtio: wrap find_vqs | Michael S. Tsirkin | 2017-05-02 | 1 | -0/+9 |
* | virtio: provide a method to get the IRQ affinity mask for a virtqueue | Christoph Hellwig | 2017-02-27 | 1 | -0/+3 |
* | virtio: allow drivers to request IRQ affinity when creating VQs | Christoph Hellwig | 2017-02-27 | 1 | -4/+5 |
* | virtio: new feature to detect IOMMU device quirk | Michael S. Tsirkin | 2016-08-01 | 1 | -0/+13 |
* | virtio: make find_vqs() checkpatch.pl-friendly | Stefan Hajnoczi | 2016-01-12 | 1 | -1/+1 |
* | virtio: add explicit big-endian support to memory accessors | Greg Kurz | 2015-06-01 | 1 | -1/+2 |
* | virtio: introduce virtio_is_little_endian() helper | Greg Kurz | 2015-06-01 | 1 | -6/+11 |
* | virtio: drop a useless config read | Michael S. Tsirkin | 2015-04-01 | 1 | -1/+0 |
* | virtio_config: reorder functions | Michael S. Tsirkin | 2015-04-01 | 1 | -8/+7 |
* | virtio: core support for config generation | Michael S. Tsirkin | 2014-12-14 | 1 | -4/+28 |
* | virtio_config: fix virtio_cread_bytes | Michael S. Tsirkin | 2014-12-11 | 1 | -1/+4 |
* | virtio: allow finalize_features to fail | Michael S. Tsirkin | 2014-12-09 | 1 | -1/+2 |
* | virtio_config: endian conversion for v1.0 | Michael S. Tsirkin | 2014-12-09 | 1 | -3/+6 |
* | virtio: memory access APIs | Michael S. Tsirkin | 2014-12-09 | 1 | -0/+32 |
* | virtio: add support for 64 bit features. | Michael S. Tsirkin | 2014-12-09 | 1 | -10/+10 |
* | virtio: use u32, not bitmap for features | Michael S. Tsirkin | 2014-12-09 | 1 | -3/+3 |
* | virtio: add low-level APIs for feature bits | Michael S. Tsirkin | 2014-12-09 | 1 | -3/+50 |
* | virtio: add API to enable VQs early | Michael S. Tsirkin | 2014-10-15 | 1 | -0/+17 |
* | virtio_config: remove virtio_config_val | Rusty Russell | 2013-10-17 | 1 | -27/+0 |
* | virtio_config: introduce size-based accessors. | Rusty Russell | 2013-10-17 | 1 | -0/+134 |
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -52/+1 |
* | virtio: support reserved vqs | Michael S. Tsirkin | 2012-09-28 | 1 | -0/+2 |
* | virtio: introduce an API to set affinity for a virtqueue | Jason Wang | 2012-09-28 | 1 | -0/+21 |
* | virtio: fix typo in comment | Chen Baozi | 2012-05-22 | 1 | -10/+1 |
* | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 2012-03-04 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-02 | 1 | -0/+2 |
|\ |
|
| * | virtio-pci: make reset operation safer | Michael S. Tsirkin | 2011-11-24 | 1 | -0/+2 |
* | | enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs | Rick Jones | 2011-11-16 | 1 | -0/+14 |
|/ |
|
* | virtio_config: Add virtio_config_val_len() | Sasha Levin | 2011-11-02 | 1 | -0/+3 |
* | virtio: add full three-clause BSD text to headers. | Rusty Russell | 2011-05-30 | 1 | -1/+24 |
* | Remove MAYBE_BUILD_BUG_ON | Rusty Russell | 2011-01-24 | 1 | -1/+4 |
* | BUILD_BUG_ON(): fix it and a couple of bogus uses of it | Jan Beulich | 2009-09-23 | 1 | -2/+1 |
* | lguest and virtio: cleanup struct definitions to Linux style. | Rusty Russell | 2009-07-30 | 1 | -2/+1 |
* | virtio: teach virtio_has_feature() about transport features | Mark McLoughlin | 2009-06-12 | 1 | -1/+3 |
* | virtio: find_vqs/del_vqs virtio operations | Michael S. Tsirkin | 2009-06-12 | 1 | -11/+36 |
* | virtio: add names to virtqueue struct, mapping from devices to queues. | Rusty Russell | 2009-06-12 | 1 | -2/+4 |
* | virtio: Rename set_features to finalize_features | Rusty Russell | 2008-07-25 | 1 | -3/+4 |
* | virtio: Formally reserve bits 28-31 to be 'transport' features. | Rusty Russell | 2008-07-25 | 1 | -0/+6 |
* | virtio: clarify that ABI is usable by any implementations | Rusty Russell | 2008-07-25 | 1 | -0/+3 |
* | virtio: force callback on empty. | Rusty Russell | 2008-05-30 | 1 | -0/+4 |
* | virtio_config: fix len calculation of config elements | Christian Borntraeger | 2008-05-30 | 1 | -1/+1 |
* | virtio: explicit advertisement of driver features | Rusty Russell | 2008-05-02 | 1 | -7/+29 |
* | virtio: change config to guest endian. | Rusty Russell | 2008-05-02 | 1 | -31/+16 |
* | virtio: reset function | Rusty Russell | 2008-02-04 | 1 | -0/+4 |
* | virtio: explicit enable_cb/disable_cb rather than callback return. | Rusty Russell | 2008-02-04 | 1 | -1/+1 |
* | virtio: simplify config mechanism. | Rusty Russell | 2008-02-04 | 1 | -52/+46 |
* | Virtio interface | Rusty Russell | 2007-10-23 | 1 | -0/+111 |