summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-04virtio_pci_modern: correct sparse tags for notifyMichael S. Tsirkin2-7/+6
2021-05-04virtio_pci_modern: __force cast the notify mappingMichael S. Tsirkin1-1/+1
2021-05-03vDPA/ifcvf: get_config_size should return dev specific config sizeZhu Lingshan1-1/+18
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPAZhu Lingshan2-2/+25
2021-05-03vDPA/ifcvf: deduce VIRTIO device ID when probeZhu Lingshan2-12/+16
2021-05-03vdpa_sim_blk: add support for vdpa management toolStefano Garzarella1-13/+63
2021-05-03vdpa_sim_blk: handle VIRTIO_BLK_T_GET_IDStefano Garzarella1-0/+15
2021-05-03vdpa_sim_blk: implement ramdisk behaviourStefano Garzarella1-18/+146
2021-05-03vdpa: add vdpa simulator for block deviceMax Gurtovoy3-0/+153
2021-05-03vhost/vdpa: Remove the restriction that only supports virtio-net devicesXie Yongji1-5/+1
2021-05-03vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()Stefano Garzarella1-7/+2
2021-05-03vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella5-0/+33
2021-05-03vdpa_sim: cleanup kiovs in vdpasim_free()Stefano Garzarella1-0/+7
2021-05-03vringh: add vringh_kiov_length() helperStefano Garzarella1-0/+11
2021-05-03vringh: implement vringh_kiov_advance()Stefano Garzarella2-12/+31
2021-05-03vringh: explain more about cleaning riov and wiovStefano Garzarella1-3/+12
2021-05-03vringh: reset kiov 'consumed' field in __vringh_iov()Stefano Garzarella1-2/+2
2021-05-03vringh: add 'iotlb_lock' to synchronize iotlb accessesStefano Garzarella3-3/+15
2021-05-03vdpa_sim: use iova module to allocate IOVA addressesStefano Garzarella3-42/+69
2021-05-03vDPA/ifcvf: deduce VIRTIO device ID from pdev idsZhu Lingshan2-1/+14
2021-05-03vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan3-0/+18
2021-05-03vDPA/ifcvf: fetch device feature bits when probeZhu Lingshan3-2/+14
2021-05-03vDPA/ifcvf: remove the version number stringZhu Lingshan1-2/+0
2021-05-03vDPA/ifcvf: rename original IFCVF dev ids to N3000 idsZhu Lingshan2-8/+8
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPAZhu Lingshan2-0/+10
2021-05-03vDPA/ifcvf: get_vendor_id returns a device specific vendor idZhu Lingshan1-1/+4
2021-05-03vhost-vdpa: fix vm_flags for virtqueue doorbell mappingJason Wang1-0/+1
2021-05-03vp_vdpa: report doorbell addressJason Wang1-1/+17
2021-05-03virtio-pci library: report resource addressJason Wang4-10/+23
2021-05-03virito_pci libray: hide vp_modern_map_capability()Jason Wang2-11/+4
2021-05-03virtio_pci_modern: hide vp_modern_get_queue_notify_off()Jason Wang2-5/+2
2021-05-03vp_vdpa: switch to use vp_modern_map_vq_notify()Jason Wang1-4/+5
2021-05-03virtio-pci library: switch to use vp_modern_map_vq_notify()Jason Wang1-25/+2
2021-05-03virtio_pci_modern: introduce helper to map vq notify areaJason Wang2-0/+37
2021-05-03virtio-net: don't allocate control_buf if not supportedMax Gurtovoy1-3/+7
2021-05-03virtio-balloon: fix a typo in comment of virtballoon_migratepage()Liu Xiang1-1/+1
2021-05-03vdpa: Follow kdoc comment styleParav Pandit1-5/+7
2021-05-03vdpa: Follow kdoc comment styleParav Pandit1-19/+19
2021-05-03vdpa/mlx5: Enable user to add/delete vdpa deviceEli Cohen1-9/+70
2021-05-03vdpa: introduce virtio pci driverJason Wang5-0/+469
2021-04-25Linux 5.12v5.12Linus Torvalds1-1/+1
2021-04-25Merge tag 'perf-tools-fixes-for-v5.12-2021-04-25' of git://git.kernel.org/pub...Linus Torvalds4-6/+10
2021-04-25Merge tag 'perf_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-36/+27
2021-04-25Merge tag 'locking_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2021-04-25Merge tag 'sched_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-04-25Merge tag 'x86_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-04-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-11/+9
2021-04-24Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock"Linus Torvalds2-2/+1
2021-04-23Merge tag 'pinctrl-v5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-9/+11
2021-04-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-29/+27