summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-05virtio_pci_modern: Fix the comment of virtio_pci_find_capability()Liao Pingfang
2020-08-05virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan
2020-08-05virtio_mem: convert to LE accessorsMichael S. Tsirkin
2020-08-05virtio_input: convert to LE accessorsMichael S. Tsirkin
2020-08-05virtio_balloon: use LE config space accessesMichael S. Tsirkin
2020-08-05virtio_vdpa: legacy features handlingMichael S. Tsirkin
2020-08-05virtio_balloon: fix sparse warningMichael S. Tsirkin
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
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-07-16treewide: Remove uninitialized_var() usageKees Cook
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