summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-10-235-3/+24
|\
| * virtio: let arch advertise guest's memory access restrictionsPierre Morel2020-10-212-0/+21
| * virtio-mem: Constify mem_id_tableRikard Falkeborn2020-10-211-1/+1
| * virtio_input: Constify id_tableRikard Falkeborn2020-10-211-1/+1
| * virtio-balloon: Constify id_tableRikard Falkeborn2020-10-211-1/+1
* | virtio-mem: try to merge system ram resourcesDavid Hildenbrand2020-10-161-1/+2
* | mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-1/+1
* | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-156-0/+228
|\ \
| * \ Merge branch 'virtio-shm' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Maxime Ripard2020-09-162-0/+126
| |\ \
| | * | virtio: Implement get_shm_region for MMIO transportSebastien Boeuf2020-09-101-0/+31
| | * | virtio: Implement get_shm_region for PCI transportSebastien Boeuf2020-09-101-0/+95
| | |/
| * | virtio: fix build for configs without dma-bufsDavid Stevens2020-08-193-1/+12
| * | Merge v5.9-rc1 into drm-misc-nextMaxime Ripard2020-08-186-64/+57
| |\|
| * | virtio: add dma-buf support for exported objectsDavid Stevens2020-08-183-1/+92
* | | virtio-mem: don't special-case ZONE_MOVABLEDavid Hildenbrand2020-10-131-39/+8
| |/ |/|
* | 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