summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)Author
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka
2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-10-21virtio: let arch advertise guest's memory access restrictionsPierre Morel
2020-10-21virtio-mem: Constify mem_id_tableRikard Falkeborn
2020-10-21virtio_input: Constify id_tableRikard Falkeborn
2020-10-21virtio-balloon: Constify id_tableRikard Falkeborn
2020-10-16virtio-mem: try to merge system ram resourcesDavid Hildenbrand
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-13virtio-mem: don't special-case ZONE_MOVABLEDavid Hildenbrand
2020-09-16Merge branch 'virtio-shm' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Maxime Ripard
2020-09-10virtio: Implement get_shm_region for MMIO transportSebastien Boeuf
2020-09-10virtio: Implement get_shm_region for PCI transportSebastien Boeuf
2020-08-19virtio: fix build for configs without dma-bufsDavid Stevens
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard
2020-08-18virtio: add dma-buf support for exported objectsDavid Stevens
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