summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio_pci_modern: correct sparse tags for notifyMichael S. Tsirkin2021-05-041-5/+4
* virtio_pci_modern: __force cast the notify mappingMichael S. Tsirkin2021-05-041-1/+1
* virtio-pci library: report resource addressJason Wang2021-05-032-8/+18
* virito_pci libray: hide vp_modern_map_capability()Jason Wang2021-05-031-6/+4
* virtio_pci_modern: hide vp_modern_get_queue_notify_off()Jason Wang2021-05-031-3/+2
* virtio-pci library: switch to use vp_modern_map_vq_notify()Jason Wang2021-05-031-25/+2
* virtio_pci_modern: introduce helper to map vq notify areaJason Wang2021-05-031-0/+35
* virtio-balloon: fix a typo in comment of virtballoon_migratepage()Liu Xiang2021-05-031-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-03-182-6/+3
|\
| * virtio: remove export for virtio_config_{enable, disable}Xianting Tian2021-03-141-4/+2
| * virtio-mmio: Use to_virtio_mmio_device() to simply codeTang Bin2021-03-141-2/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-261-15/+28
|\ \ | |/ |/|
| * virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplugDavid Hildenbrand2021-02-261-14/+27
| * mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand2021-02-261-1/+1
* | virtio-input: add multi-touch supportMathias Crombez2021-02-231-1/+10
* | virtio_mmio: fix one typoXianting Tian2021-02-231-1/+1
* | virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT.Colin Xu2021-02-231-0/+15
* | virtio_vdpa: don't warn when fail to disable vqJason Wang2021-02-231-2/+1
* | virtio-pci: introduce modern device moduleJason Wang2021-02-235-643/+610
* | virito-pci-modern: rename map_capability() to vp_modern_map_capability()Jason Wang2021-02-231-16/+30
* | virtio-pci-modern: introduce helper to get notification offsetJason Wang2021-02-231-5/+16
* | virtio-pci-modern: introduce helper for getting queue numsJason Wang2021-02-231-1/+12
* | virtio-pci-modern: introduce helper for setting/geting queue sizeJason Wang2021-02-231-2/+32
* | virtio-pci-modern: introduce helper to set/get queue_enableJason Wang2021-02-231-6/+31
* | virtio-pci-modern: introduce vp_modern_queue_address()Jason Wang2021-02-231-6/+27
* | virtio-pci-modern: introduce vp_modern_set_queue_vector()Jason Wang2021-02-231-12/+23
* | virtio-pci-modern: introduce vp_modern_generation()Jason Wang2021-02-231-3/+14
* | virtio-pci-modern: introduce helpers for setting and getting featuresJason Wang2021-02-231-10/+33
* | virtio-pci-modern: introduce helpers for setting and getting statusJason Wang2021-02-231-8/+29
* | virtio-pci-modern: introduce helper to set config vectorJason Wang2021-02-231-2/+14
* | virtio-pci-modern: introduce vp_modern_remove()Jason Wang2021-02-231-2/+12
* | virtio-pci-modern: factor out modern device initialization logicJason Wang2021-02-231-14/+36
* | virtio-pci: split out modern deviceJason Wang2021-02-232-79/+105
* | virtio-pci: do not access iomem via struct virtio_pci_device directlyJason Wang2021-02-231-30/+46
* | virtio-mem: Assign boolean values to a bool variableJiapeng Zhong2021-02-231-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-12-242-506/+1291
|\
| * virtio_ring: Fix two use after free bugsDan Carpenter2020-12-181-2/+2
| * virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed()Dan Carpenter2020-12-181-2/+2
| * virtio-mem: Big Block Mode (BBM) - safe memory hotunplugDavid Hildenbrand2020-12-181-2/+95
| * virtio-mem: Big Block Mode (BBM) - basic memory hotunplugDavid Hildenbrand2020-12-181-1/+155
| * virtio-mem: allow to force Big Block Mode (BBM) and set the big block sizeDavid Hildenbrand2020-12-181-3/+28
| * virtio-mem: Big Block Mode (BBM) memory hotplugDavid Hildenbrand2020-12-181-119/+441
| * virtio-mem: factor out adding/removing memory from LinuxDavid Hildenbrand2020-12-181-34/+73
| * virtio-mem: memory notifier callbacks are specific to Sub Block Mode (SBM)David Hildenbrand2020-12-181-14/+15
| * virito-mem: existing (un)plug functions are specific to Sub Block Mode (SBM)David Hildenbrand2020-12-181-47/+43
| * virtio-mem: memory block ids are specific to Sub Block Mode (SBM)David Hildenbrand2020-12-181-23/+23
| * virtio-mem: nb_sb_per_mb and subblock_size are specific to Sub Block Mode (SBM)David Hildenbrand2020-12-181-48/+48
| * virito-mem: subblock states are specific to Sub Block Mode (SBM)David Hildenbrand2020-12-181-63/+69
| * virtio-mem: memory block states are specific to Sub Block Mode (SBM)David Hildenbrand2020-12-181-106/+109
| * virito-mem: document Sub Block Mode (SBM)David Hildenbrand2020-12-181-0/+15