summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)AuthorLines
2020-07-30virtio-mem: Fix build error due to improper use 'select'Weilong Chen-1/+1
2020-07-29virtio_balloon: fix up endian-ness for free cmd idMichael S. Tsirkin-1/+5
2020-07-29virtio-balloon: Document byte ordering of poison_valAlexander Duyck-0/+5
2020-07-24Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2020-07-22virtio-mmio: Reject invalid IRQ 0 command line argumentBjorn Helgaas-2/+2
2020-06-22virtio-mem: add memory via add_memory_driver_managed()David Hildenbrand-3/+22
2020-06-22virtio-mem: silence a static checker warningDan Carpenter-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-7/+7
2020-06-09virtio_mem: convert device block size into 64bitMichael S. Tsirkin-9/+9
2020-06-08virtio-mem: drop unnecessary initializationMichael S. Tsirkin-1/+1
2020-06-04virtio-mem: Don't rely on implicit compiler padding for requestsDavid Hildenbrand-0/+3
2020-06-04virtio-mem: Try to unplug the complete online memory block firstDavid Hildenbrand-31/+57
2020-06-04virtio-mem: Use -ETXTBSY as error code if the device is busyDavid Hildenbrand-6/+10
2020-06-04virtio-mem: Unplug subblocks right-to-leftDavid Hildenbrand-22/+16
2020-06-04virtio-mem: Drop manual check for already present memoryDavid Hildenbrand-43/+12
2020-06-04virtio-mem: Add parent resource for all added "System RAM"David Hildenbrand-1/+51
2020-06-04virtio-mem: Better retry handlingDavid Hildenbrand-3/+8
2020-06-04virtio-mem: Offline and remove completely unplugged memory blocksDavid Hildenbrand-4/+43
2020-06-04virtio-mem: Allow to offline partially unplugged memory blocksDavid Hildenbrand-1/+67
2020-06-04virtio-mem: Paravirtualized memory hotunplug part 2David Hildenbrand-14/+144
2020-06-04virtio-mem: Paravirtualized memory hotunplug part 1David Hildenbrand-2/+114
2020-06-04virtio-mem: Allow to specify an ACPI PXM as nidDavid Hildenbrand-2/+37
2020-06-04virtio-mem: Paravirtualized memory hotplugDavid Hildenbrand-0/+1550
2020-06-04virtio-balloon: Disable free page reporting if page poison reporting is not e...Alexander Duyck-1/+8
2020-06-02virtio-mmio: Delete an error message in vm_find_vqs()Markus Elfring-3/+1
2020-06-02virtio: add VIRTIO_RING_NO_LEGACYMatej Genci-0/+1
2020-04-17virtio-balloon: Avoid using the word 'report' when referring to free page hin...Alexander Duyck-1/+1
2020-04-17virtio-balloon: make virtballoon_free_page_report() staticJason Yan-1/+1
2020-04-17vdpa: make vhost, virtio depend on menuMichael S. Tsirkin-1/+1
2020-04-17virtio_input: pull in slab.hMichael S. Tsirkin-0/+1
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+410
2020-04-07virtio-balloon: switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand-56/+47
2020-04-07virtio-balloon: add support for providing free page reports to hostAlexander Duyck-0/+65
2020-04-07virtio-balloon: pull page poisoning config out of free page hintingAlexander Duyck-6/+17
2020-04-07virtio-balloon: Revert "virtio-balloon: Switch back to OOM handler for VIRTIO...Michael S. Tsirkin-44/+63
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin-1800/+0
2020-04-02virtio: Intel IFC VF driver for VDPAZhu Lingshan-0/+957
2020-04-02vdpasim: vDPA device simulatorJason Wang-0/+651
2020-04-01virtio: introduce a vDPA based transportJason Wang-0/+410
2020-04-01vDPA: introduce vDPA busJason Wang-0/+192
2020-03-23virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand-63/+44
2020-03-08virtio_balloon: Adjust label in virtballoon_probeNathan Chancellor-1/+1
2020-03-08virtio_ring: Fix mem leak with vring_new_virtqueue()Suman Anna-2/+2
2020-02-06virtio_balloon: Fix memory leaks on errors in virtballoon_probe()David Hildenbrand-4/+9
2020-02-06virtio-balloon: Fix memory leak when unloading while hinting is in progressDavid Hildenbrand-0/+4
2020-02-06virtio_balloon: prevent pfn array overflowMichael S. Tsirkin-0/+2
2020-02-06virtio-pci: check name when counting MSI-X vectorsDaniel Verkamp-1/+1
2020-02-06virtio-balloon: initialize all vq callbacksDaniel Verkamp-0/+2
2020-02-06virtio-mmio: convert to devm_platform_ioremap_resourceYangtao Li-12/+3
2019-12-11virtio_balloon: divide/multiply instead of shiftsMichael S. Tsirkin-4/+5