aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-7/+7
2020-06-09virtio_mem: convert device block size into 64bitMichael S. Tsirkin1-9/+9
2020-06-08virtio-mem: drop unnecessary initializationMichael S. Tsirkin1-1/+1
2020-06-04virtio-mem: Don't rely on implicit compiler padding for requestsDavid Hildenbrand1-0/+3
2020-06-04virtio-mem: Try to unplug the complete online memory block firstDavid Hildenbrand1-31/+57
2020-06-04virtio-mem: Use -ETXTBSY as error code if the device is busyDavid Hildenbrand1-6/+10
2020-06-04virtio-mem: Unplug subblocks right-to-leftDavid Hildenbrand1-22/+16
2020-06-04virtio-mem: Drop manual check for already present memoryDavid Hildenbrand1-43/+12
2020-06-04virtio-mem: Add parent resource for all added "System RAM"David Hildenbrand1-1/+51
2020-06-04virtio-mem: Better retry handlingDavid Hildenbrand1-3/+8
2020-06-04virtio-mem: Offline and remove completely unplugged memory blocksDavid Hildenbrand1-4/+43
2020-06-04virtio-mem: Allow to offline partially unplugged memory blocksDavid Hildenbrand1-1/+67
2020-06-04virtio-mem: Paravirtualized memory hotunplug part 2David Hildenbrand2-14/+144
2020-06-04virtio-mem: Paravirtualized memory hotunplug part 1David Hildenbrand1-2/+114
2020-06-04virtio-mem: Allow to specify an ACPI PXM as nidDavid Hildenbrand1-2/+37
2020-06-04virtio-mem: Paravirtualized memory hotplugDavid Hildenbrand3-0/+1550
2020-06-04virtio-balloon: Disable free page reporting if page poison reporting is not enabledAlexander Duyck1-1/+8
2020-06-02virtio-mmio: Delete an error message in vm_find_vqs()Markus Elfring1-3/+1
2020-06-02virtio: add VIRTIO_RING_NO_LEGACYMatej Genci1-0/+1
2020-04-17virtio-balloon: Avoid using the word 'report' when referring to free page hintingAlexander Duyck1-1/+1
2020-04-17virtio-balloon: make virtballoon_free_page_report() staticJason Yan1-1/+1
2020-04-17vdpa: make vhost, virtio depend on menuMichael S. Tsirkin1-1/+1
2020-04-17virtio_input: pull in slab.hMichael S. Tsirkin1-0/+1
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-0/+410
2020-04-07virtio-balloon: switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand1-56/+47
2020-04-07virtio-balloon: add support for providing free page reports to hostAlexander Duyck2-0/+65
2020-04-07virtio-balloon: pull page poisoning config out of free page hintingAlexander Duyck1-6/+17
2020-04-07virtio-balloon: Revert "virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM"Michael S. Tsirkin1-44/+63
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin11-1800/+0
2020-04-02virtio: Intel IFC VF driver for VDPAZhu Lingshan6-0/+957
2020-04-02vdpasim: vDPA device simulatorJason Wang4-0/+651
2020-04-01virtio: introduce a vDPA based transportJason Wang3-0/+410
2020-04-01vDPA: introduce vDPA busJason Wang5-0/+192
2020-03-23virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand1-63/+44
2020-03-08virtio_balloon: Adjust label in virtballoon_probeNathan Chancellor1-1/+1
2020-03-08virtio_ring: Fix mem leak with vring_new_virtqueue()Suman Anna1-2/+2
2020-02-06virtio_balloon: Fix memory leaks on errors in virtballoon_probe()David Hildenbrand1-4/+9
2020-02-06virtio-balloon: Fix memory leak when unloading while hinting is in progressDavid Hildenbrand1-0/+4
2020-02-06virtio_balloon: prevent pfn array overflowMichael S. Tsirkin1-0/+2
2020-02-06virtio-pci: check name when counting MSI-X vectorsDaniel Verkamp1-1/+1
2020-02-06virtio-balloon: initialize all vq callbacksDaniel Verkamp1-0/+2
2020-02-06virtio-mmio: convert to devm_platform_ioremap_resourceYangtao Li1-12/+3
2019-12-11virtio_balloon: divide/multiply instead of shiftsMichael S. Tsirkin1-4/+5
2019-12-11virtio_balloon: name cleanupsMichael S. Tsirkin1-12/+12
2019-12-11virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand1-0/+11
2019-11-20virtio_balloon: fix shrinker countWei Wang1-1/+1
2019-11-20virtio_balloon: fix shrinker scan number of pagesMichael S. Tsirkin1-6/+12
2019-11-19virtio_ring: fix return code on DMA mapping failsHalil Pasic1-2/+2
2019-10-28virtio_ring: fix stalls for packed ringsMarvin Liu1-4/+3
2019-09-09virtio_ring: fix unmap of indirect descriptorsMatthias Lange1-2/+6