Age | Commit message (Expand) | Author | Files | Lines |
2020-08-05 | ifcvf: implement vdpa_config_ops.get_vq_irq() | Zhu Lingshan | 1 | -2/+16 |
2020-08-05 | vhost_vdpa: implement IRQ offloading in vhost_vdpa | Zhu Lingshan | 2 | -1/+63 |
2020-08-05 | vDPA: add get_vq_irq() in vdpa_config_ops | Zhu Lingshan | 1 | -0/+7 |
2020-08-05 | kvm: detect assigned device via irqbypass manager | Zhu Lingshan | 1 | -2/+10 |
2020-08-05 | vhost: introduce vhost_vring_call | Zhu Lingshan | 3 | -9/+26 |
2020-08-05 | vhost: Use flex_array_size() helper in copy_from_user() | Gustavo A. R. Silva | 1 | -1/+1 |
2020-08-05 | vdpasim: protect concurrent access to iommu iotlb | Max Gurtovoy | 1 | -4/+27 |
2020-08-05 | vhost: vdpa: remove per device feature whitelist | Jason Wang | 1 | -37/+0 |
2020-08-05 | virtio_ring: Avoid loop when vq is broken in virtqueue_poll | Mao Wenan | 1 | -0/+3 |
2020-08-05 | virtio_net: use LE accessors for speed/duplex | Michael S. Tsirkin | 2 | -5/+6 |
2020-08-05 | virtio_config: drop LE option from config space | Michael S. Tsirkin | 1 | -26/+2 |
2020-08-05 | virtio-iommu: convert to LE accessors | Michael S. Tsirkin | 1 | -17/+17 |
2020-08-05 | virtio_mem: convert to LE accessors | Michael S. Tsirkin | 1 | -15/+15 |
2020-08-05 | drm/virtio: convert to LE accessors | Michael S. Tsirkin | 1 | -8/+8 |
2020-08-05 | virtio_pmem: convert to LE accessors | Michael S. Tsirkin | 1 | -2/+2 |
2020-08-05 | virtio_crypto: convert to LE accessors | Michael S. Tsirkin | 1 | -23/+23 |
2020-08-05 | virtio_fs: convert to LE accessors | Michael S. Tsirkin | 1 | -2/+2 |
2020-08-05 | virtio_input: convert to LE accessors | Michael S. Tsirkin | 1 | -16/+16 |
2020-08-05 | virtio_balloon: use LE config space accesses | Michael S. Tsirkin | 1 | -17/+9 |
2020-08-05 | virtio_config: add virtio_cread_le_feature | Michael S. Tsirkin | 1 | -0/+10 |
2020-08-05 | virtio_caif: correct tags for config space fields | Michael S. Tsirkin | 1 | -3/+3 |
2020-08-05 | virtio_config: LE config space accessors | Michael S. Tsirkin | 1 | -0/+65 |
2020-08-05 | virtio_config: disallow native type fields (again) | Michael S. Tsirkin | 1 | -14/+2 |
2020-08-05 | virtio_config: rewrite using _Generic | Michael S. Tsirkin | 1 | -85/+76 |
2020-08-05 | virtio_config: cread/write cleanup | Michael S. Tsirkin | 1 | -12/+19 |
2020-08-05 | vdpa_sim: fix endian-ness of config space | Michael S. Tsirkin | 1 | -5/+28 |
2020-08-05 | virtio_vdpa: legacy features handling | Michael S. Tsirkin | 1 | -6/+3 |
2020-08-05 | vhost/vdpa: switch to new helpers | Michael S. Tsirkin | 1 | -5/+3 |
2020-08-05 | vdpa: make sure set_features is invoked for legacy | Michael S. Tsirkin | 2 | -0/+35 |
2020-08-05 | mlxbf-tmfifo: sparse tags for config access | Michael S. Tsirkin | 1 | -3/+10 |
2020-08-05 | virtio_config: disallow native type fields | Michael S. Tsirkin | 1 | -3/+2 |
2020-08-05 | virtio_scsi: correct tags for config space fields | Michael S. Tsirkin | 2 | -12/+12 |
2020-08-05 | virtio_pmem: correct tags for config space fields | Michael S. Tsirkin | 1 | -2/+2 |
2020-08-05 | virtio_net: correct tags for config space fields | Michael S. Tsirkin | 1 | -4/+4 |
2020-08-05 | virtio_mem: correct tags for config space fields | Michael S. Tsirkin | 1 | -7/+7 |
2020-08-05 | virtio_iommu: correct tags for config space fields | Michael S. Tsirkin | 1 | -6/+6 |
2020-08-05 | virtio_input: correct tags for config space fields | Michael S. Tsirkin | 1 | -9/+9 |
2020-08-05 | virtio_gpu: correct tags for config space fields | Michael S. Tsirkin | 1 | -4/+4 |
2020-08-05 | virtio_fs: correct tags for config space fields | Michael S. Tsirkin | 1 | -1/+1 |
2020-08-05 | virtio_crypto: correct tags for config space fields | Michael S. Tsirkin | 1 | -13/+13 |
2020-08-05 | virtio_console: correct tags for config space fields | Michael S. Tsirkin | 1 | -4/+4 |
2020-08-05 | virtio_blk: correct tags for config space fields | Michael S. Tsirkin | 1 | -13/+13 |
2020-08-05 | virtio_balloon: correct tags for config space fields | Michael S. Tsirkin | 1 | -5/+5 |
2020-08-05 | virtio_9p: correct tags for config space fields | Michael S. Tsirkin | 1 | -2/+2 |
2020-08-05 | virtio: allow __virtioXX, __leXX in config space | Michael S. Tsirkin | 1 | -2/+48 |
2020-08-05 | virtio_ring: sparse warning fixup | Michael S. Tsirkin | 1 | -10/+9 |
2020-08-05 | virtio_balloon: fix sparse warning | Michael S. Tsirkin | 1 | -1/+1 |
2020-08-03 | virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk | Michael S. Tsirkin | 5 | -8/+8 |
2020-08-03 | virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM | Michael S. Tsirkin | 10 | -14/+18 |
2020-08-02 | Linux 5.8v5.8 | Linus Torvalds | 1 | -1/+1 |