summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2021-06-30virtio-mem: use page_offline_(start|end) when setting PageOffline()David Hildenbrand
2021-06-29virtio_balloon: specify page reporting order if neededGavin Shan
2021-05-04virtio_pci_modern: correct sparse tags for notifyMichael S. Tsirkin
2021-05-04virtio_pci_modern: __force cast the notify mappingMichael S. Tsirkin
2021-05-03virtio-pci library: report resource addressJason Wang
2021-05-03virito_pci libray: hide vp_modern_map_capability()Jason Wang
2021-05-03virtio_pci_modern: hide vp_modern_get_queue_notify_off()Jason Wang
2021-05-03virtio-pci library: switch to use vp_modern_map_vq_notify()Jason Wang
2021-05-03virtio_pci_modern: introduce helper to map vq notify areaJason Wang
2021-05-03virtio-balloon: fix a typo in comment of virtballoon_migratepage()Liu Xiang
2021-03-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-03-14virtio: remove export for virtio_config_{enable, disable}Xianting Tian
2021-03-14virtio-mmio: Use to_virtio_mmio_device() to simply codeTang Bin
2021-02-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-02-26virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplugDavid Hildenbrand
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand
2021-02-23virtio-input: add multi-touch supportMathias Crombez
2021-02-23virtio_mmio: fix one typoXianting Tian
2021-02-23virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT.Colin Xu
2021-02-23virtio_vdpa: don't warn when fail to disable vqJason Wang
2021-02-23virtio-pci: introduce modern device moduleJason Wang
2021-02-23virito-pci-modern: rename map_capability() to vp_modern_map_capability()Jason Wang
2021-02-23virtio-pci-modern: introduce helper to get notification offsetJason Wang
2021-02-23virtio-pci-modern: introduce helper for getting queue numsJason Wang
2021-02-23virtio-pci-modern: introduce helper for setting/geting queue sizeJason Wang
2021-02-23virtio-pci-modern: introduce helper to set/get queue_enableJason Wang
2021-02-23virtio-pci-modern: introduce vp_modern_queue_address()Jason Wang
2021-02-23virtio-pci-modern: introduce vp_modern_set_queue_vector()Jason Wang
2021-02-23virtio-pci-modern: introduce vp_modern_generation()Jason Wang
2021-02-23virtio-pci-modern: introduce helpers for setting and getting featuresJason Wang
2021-02-23virtio-pci-modern: introduce helpers for setting and getting statusJason Wang
2021-02-23virtio-pci-modern: introduce helper to set config vectorJason Wang
2021-02-23virtio-pci-modern: introduce vp_modern_remove()Jason Wang
2021-02-23virtio-pci-modern: factor out modern device initialization logicJason Wang
2021-02-23virtio-pci: split out modern deviceJason Wang
2021-02-23virtio-pci: do not access iomem via struct virtio_pci_device directlyJason Wang
2021-02-23virtio-mem: Assign boolean values to a bool variableJiapeng Zhong
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-12-18virtio_ring: Fix two use after free bugsDan Carpenter
2020-12-18virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed()Dan Carpenter
2020-12-18virtio-mem: Big Block Mode (BBM) - safe memory hotunplugDavid Hildenbrand
2020-12-18virtio-mem: Big Block Mode (BBM) - basic memory hotunplugDavid Hildenbrand
2020-12-18virtio-mem: allow to force Big Block Mode (BBM) and set the big block sizeDavid Hildenbrand
2020-12-18virtio-mem: Big Block Mode (BBM) memory hotplugDavid Hildenbrand
2020-12-18virtio-mem: factor out adding/removing memory from LinuxDavid Hildenbrand
2020-12-18virtio-mem: memory notifier callbacks are specific to Sub Block Mode (SBM)David Hildenbrand
2020-12-18virito-mem: existing (un)plug functions are specific to Sub Block Mode (SBM)David Hildenbrand
2020-12-18virtio-mem: memory block ids are specific to Sub Block Mode (SBM)David Hildenbrand
2020-12-18virtio-mem: nb_sb_per_mb and subblock_size are specific to Sub Block Mode (SBM)David Hildenbrand
2020-12-18virito-mem: subblock states are specific to Sub Block Mode (SBM)David Hildenbrand