summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-3/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-116-58/+51
|\
| * virtio_pci_modern: Fix the comment of virtio_pci_find_capability()Liao Pingfang2020-08-051-0/+1
| * virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan2020-08-051-0/+3
| * virtio_mem: convert to LE accessorsMichael S. Tsirkin2020-08-051-15/+15
| * virtio_input: convert to LE accessorsMichael S. Tsirkin2020-08-051-16/+16
| * virtio_balloon: use LE config space accessesMichael S. Tsirkin2020-08-051-17/+9
| * virtio_vdpa: legacy features handlingMichael S. Tsirkin2020-08-051-6/+3
| * virtio_balloon: fix sparse warningMichael S. Tsirkin2020-08-051-1/+1
| * virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin2020-08-031-1/+1
| * virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-032-2/+2
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-3/+3
|\ \ | |/ |/|
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-3/+3
* | virtio-mem: Fix build error due to improper use 'select'Weilong Chen2020-07-301-1/+1
* | virtio_balloon: fix up endian-ness for free cmd idMichael S. Tsirkin2020-07-291-1/+5
* | virtio-balloon: Document byte ordering of poison_valAlexander Duyck2020-07-291-0/+5
* | Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-07-241-2/+2
|\ \ | |/ |/|
| * virtio-mmio: Reject invalid IRQ 0 command line argumentBjorn Helgaas2020-07-221-2/+2
* | virtio-mem: add memory via add_memory_driver_managed()David Hildenbrand2020-06-221-3/+22
* | virtio-mem: silence a static checker warningDan Carpenter2020-06-221-1/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-7/+7
* virtio_mem: convert device block size into 64bitMichael S. Tsirkin2020-06-091-9/+9
* virtio-mem: drop unnecessary initializationMichael S. Tsirkin2020-06-081-1/+1
* virtio-mem: Don't rely on implicit compiler padding for requestsDavid Hildenbrand2020-06-041-0/+3
* virtio-mem: Try to unplug the complete online memory block firstDavid Hildenbrand2020-06-041-31/+57
* virtio-mem: Use -ETXTBSY as error code if the device is busyDavid Hildenbrand2020-06-041-6/+10
* virtio-mem: Unplug subblocks right-to-leftDavid Hildenbrand2020-06-041-22/+16
* virtio-mem: Drop manual check for already present memoryDavid Hildenbrand2020-06-041-43/+12
* virtio-mem: Add parent resource for all added "System RAM"David Hildenbrand2020-06-041-1/+51
* virtio-mem: Better retry handlingDavid Hildenbrand2020-06-041-3/+8
* virtio-mem: Offline and remove completely unplugged memory blocksDavid Hildenbrand2020-06-041-4/+43
* virtio-mem: Allow to offline partially unplugged memory blocksDavid Hildenbrand2020-06-041-1/+67
* virtio-mem: Paravirtualized memory hotunplug part 2David Hildenbrand2020-06-042-14/+144
* virtio-mem: Paravirtualized memory hotunplug part 1David Hildenbrand2020-06-041-2/+114
* virtio-mem: Allow to specify an ACPI PXM as nidDavid Hildenbrand2020-06-041-2/+37
* virtio-mem: Paravirtualized memory hotplugDavid Hildenbrand2020-06-043-0/+1550
* virtio-balloon: Disable free page reporting if page poison reporting is not e...Alexander Duyck2020-06-041-1/+8
* virtio-mmio: Delete an error message in vm_find_vqs()Markus Elfring2020-06-021-3/+1
* virtio: add VIRTIO_RING_NO_LEGACYMatej Genci2020-06-021-0/+1
* virtio-balloon: Avoid using the word 'report' when referring to free page hin...Alexander Duyck2020-04-171-1/+1
* virtio-balloon: make virtballoon_free_page_report() staticJason Yan2020-04-171-1/+1
* vdpa: make vhost, virtio depend on menuMichael S. Tsirkin2020-04-171-1/+1
* virtio_input: pull in slab.hMichael S. Tsirkin2020-04-171-0/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-083-0/+410
|\
| * virtio-balloon: Revert "virtio-balloon: Switch back to OOM handler for VIRTIO...Michael S. Tsirkin2020-04-071-44/+63
| * vdpa: move to drivers/vdpaMichael S. Tsirkin2020-04-0211-1800/+0
| * virtio: Intel IFC VF driver for VDPAZhu Lingshan2020-04-026-0/+957
| * vdpasim: vDPA device simulatorJason Wang2020-04-024-0/+651
| * virtio: introduce a vDPA based transportJason Wang2020-04-013-0/+410
| * vDPA: introduce vDPA busJason Wang2020-04-015-0/+192