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