Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | vhost-vdpa: refine ioctl pre-processing | Jason Wang | 2020-08-06 | 1 | -4/+5 | |
| * | | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Michael S. Tsirkin | 2020-08-06 | 18 | -77/+228 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | vDPA: dont change vq irq after DRIVER_OK | Zhu Lingshan | 2020-08-05 | 2 | -1/+1 | |
| * | | | | | | virtio_pci_modern: Fix the comment of virtio_pci_find_capability() | Liao Pingfang | 2020-08-05 | 1 | -0/+1 | |
| * | | | | | | irqbypass: do not start cons/prod when failed connect | Zhu Lingshan | 2020-08-05 | 1 | -6/+10 | |
| * | | | | | | ifcvf: implement vdpa_config_ops.get_vq_irq() | Zhu Lingshan | 2020-08-05 | 1 | -2/+16 | |
| * | | | | | | vhost_vdpa: implement IRQ offloading in vhost_vdpa | Zhu Lingshan | 2020-08-05 | 2 | -1/+63 | |
| * | | | | | | vDPA: add get_vq_irq() in vdpa_config_ops | Zhu Lingshan | 2020-08-05 | 1 | -0/+7 | |
| * | | | | | | kvm: detect assigned device via irqbypass manager | Zhu Lingshan | 2020-08-05 | 1 | -2/+10 | |
| * | | | | | | vhost: introduce vhost_vring_call | Zhu Lingshan | 2020-08-05 | 3 | -9/+26 | |
| * | | | | | | vhost: Use flex_array_size() helper in copy_from_user() | Gustavo A. R. Silva | 2020-08-05 | 1 | -1/+1 | |
| * | | | | | | vdpasim: protect concurrent access to iommu iotlb | Max Gurtovoy | 2020-08-05 | 1 | -4/+27 | |
| * | | | | | | vhost: vdpa: remove per device feature whitelist | Jason Wang | 2020-08-05 | 1 | -37/+0 | |
| * | | | | | | virtio_ring: Avoid loop when vq is broken in virtqueue_poll | Mao Wenan | 2020-08-05 | 1 | -0/+3 | |
| * | | | | | | virtio_net: use LE accessors for speed/duplex | Michael S. Tsirkin | 2020-08-05 | 2 | -5/+6 | |
| * | | | | | | virtio_config: drop LE option from config space | Michael S. Tsirkin | 2020-08-05 | 1 | -26/+2 | |
| * | | | | | | virtio-iommu: convert to LE accessors | Michael S. Tsirkin | 2020-08-05 | 1 | -17/+17 | |
| * | | | | | | virtio_mem: convert to LE accessors | Michael S. Tsirkin | 2020-08-05 | 1 | -15/+15 | |
| * | | | | | | drm/virtio: convert to LE accessors | Michael S. Tsirkin | 2020-08-05 | 1 | -8/+8 | |
| * | | | | | | virtio_pmem: convert to LE accessors | Michael S. Tsirkin | 2020-08-05 | 1 | -2/+2 | |
| * | | | | | | virtio_crypto: convert to LE accessors | Michael S. Tsirkin | 2020-08-05 | 1 | -23/+23 | |
| * | | | | | | virtio_fs: convert to LE accessors | Michael S. Tsirkin | 2020-08-05 | 1 | -2/+2 | |
| * | | | | | | virtio_input: convert to LE accessors | Michael S. Tsirkin | 2020-08-05 | 1 | -16/+16 | |
| * | | | | | | virtio_balloon: use LE config space accesses | Michael S. Tsirkin | 2020-08-05 | 1 | -17/+9 | |
| * | | | | | | virtio_config: add virtio_cread_le_feature | Michael S. Tsirkin | 2020-08-05 | 1 | -0/+10 | |
| * | | | | | | virtio_caif: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -3/+3 | |
| * | | | | | | virtio_config: LE config space accessors | Michael S. Tsirkin | 2020-08-05 | 1 | -0/+65 | |
| * | | | | | | virtio_config: disallow native type fields (again) | Michael S. Tsirkin | 2020-08-05 | 1 | -14/+2 | |
| * | | | | | | virtio_config: rewrite using _Generic | Michael S. Tsirkin | 2020-08-05 | 1 | -85/+76 | |
| * | | | | | | virtio_config: cread/write cleanup | Michael S. Tsirkin | 2020-08-05 | 1 | -12/+19 | |
| * | | | | | | vdpa_sim: fix endian-ness of config space | Michael S. Tsirkin | 2020-08-05 | 1 | -5/+28 | |
| * | | | | | | virtio_vdpa: legacy features handling | Michael S. Tsirkin | 2020-08-05 | 1 | -6/+3 | |
| * | | | | | | vhost/vdpa: switch to new helpers | Michael S. Tsirkin | 2020-08-05 | 1 | -5/+3 | |
| * | | | | | | vdpa: make sure set_features is invoked for legacy | Michael S. Tsirkin | 2020-08-05 | 2 | -0/+35 | |
| * | | | | | | mlxbf-tmfifo: sparse tags for config access | Michael S. Tsirkin | 2020-08-05 | 1 | -3/+10 | |
| * | | | | | | virtio_config: disallow native type fields | Michael S. Tsirkin | 2020-08-05 | 1 | -3/+2 | |
| * | | | | | | virtio_scsi: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 2 | -12/+12 | |
| * | | | | | | virtio_pmem: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -2/+2 | |
| * | | | | | | virtio_net: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -4/+4 | |
| * | | | | | | virtio_mem: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -7/+7 | |
| * | | | | | | virtio_iommu: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -6/+6 | |
| * | | | | | | virtio_input: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -9/+9 | |
| * | | | | | | virtio_gpu: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -4/+4 | |
| * | | | | | | virtio_fs: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -1/+1 | |
| * | | | | | | virtio_crypto: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -13/+13 | |
| * | | | | | | virtio_console: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -4/+4 | |
| * | | | | | | virtio_blk: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -13/+13 | |
| * | | | | | | virtio_balloon: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -5/+5 | |
| * | | | | | | virtio_9p: correct tags for config space fields | Michael S. Tsirkin | 2020-08-05 | 1 | -2/+2 | |
| * | | | | | | virtio: allow __virtioXX, __leXX in config space | Michael S. Tsirkin | 2020-08-05 | 1 | -2/+48 |