aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13virtio-mem: don't special-case ZONE_MOVABLEDavid Hildenbrand1-39/+8
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-58/+51
2020-08-05virtio_pci_modern: Fix the comment of virtio_pci_find_capability()Liao Pingfang1-0/+1
2020-08-05virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan1-0/+3
2020-08-05virtio_mem: convert to LE accessorsMichael S. Tsirkin1-15/+15
2020-08-05virtio_input: convert to LE accessorsMichael S. Tsirkin1-16/+16
2020-08-05virtio_balloon: use LE config space accessesMichael S. Tsirkin1-17/+9
2020-08-05virtio_vdpa: legacy features handlingMichael S. Tsirkin1-6/+3
2020-08-05virtio_balloon: fix sparse warningMichael S. Tsirkin1-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+3
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin1-1/+1
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2-2/+2
2020-07-30virtio-mem: Fix build error due to improper use 'select'Weilong Chen1-1/+1
2020-07-29virtio_balloon: fix up endian-ness for free cmd idMichael S. Tsirkin1-1/+5
2020-07-29virtio-balloon: Document byte ordering of poison_valAlexander Duyck1-0/+5
2020-07-24Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into masterLinus Torvalds1-2/+2
2020-07-22virtio-mmio: Reject invalid IRQ 0 command line argumentBjorn Helgaas1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-06-22virtio-mem: add memory via add_memory_driver_managed()David Hildenbrand1-3/+22
2020-06-22virtio-mem: silence a static checker warningDan Carpenter1-1/+1
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