summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan2020-08-261-0/+3
* virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand2019-12-211-0/+11
* virtio_ring: fix return code on DMA mapping failsHalil Pasic2019-11-281-1/+1
* virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck2019-04-171-0/+2
* virtio: pci-legacy: Validate queue pfnSuzuki K Poulose2018-09-151-2/+12
* virtio_balloon: fix another race between migration and ballooningJiang Biao2018-08-061-0/+2
* virtio_ring: fix num_free handling in error caseTiwei Bie2018-03-181-2/+0
* virtio_balloon: prevent uninitialized variable useArnd Bergmann2017-12-251-0/+2
* virtio-balloon: use actual number of stats for stats queue buffersLadi Prosek2017-12-251-7/+10
* virtio: release virtio index when fail to device_registerweiping zhang2017-12-141-0/+2
* virtio_balloon: init 1st buffer in stats vqLadi Prosek2017-03-311-0/+2
* mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie2017-03-121-0/+4
* Revert "vring: Force use of DMA API for ARM-based systems with legacy devices"Michael S. Tsirkin2017-02-091-7/+0
* virtio_mmio: Set DMA masks appropriatelyRobin Murphy2017-02-011-1/+19
* vring: Force use of DMA API for ARM-based systems with legacy devicesWill Deacon2017-02-011-0/+7
* virtio_ring: mark vring_dma_dev inlineMichael S. Tsirkin2016-10-311-1/+1
* virtio: remove config.cJuergen Gross2016-10-311-12/+0
* virtio: update balloon size in balloon "probe"Konstantin Neumoin2016-10-311-0/+2
* virtio_ring: Make interrupt suppression spec compliantLadi Prosek2016-10-311-5/+9
* virtio_pci: Limit DMA mask to 44 bits for legacy virtio devicesWill Deacon2016-10-311-4/+12
* virtio: mark vring_dma_dev() staticBaoyou Xie2016-09-091-1/+1
* virtio: fix error handling for debug buildsMichael S. Tsirkin2016-08-091-0/+1
* virtio: fix memory leak in virtqueue_add()Wei Yongjun2016-08-091-0/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-062-1/+16
|\
| * virtio: new feature to detect IOMMU device quirkMichael S. Tsirkin2016-08-011-1/+14
| * balloon: check the number of available pages in leak balloonKonstantin Neumoin2016-08-011-0/+2
* | mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-07-261-1/+1
* | mm: balloon: use general non-lru movable page featureMinchan Kim2016-07-261-6/+48
|/
* virtio_balloon: fix PFN format for virtio-1Michael S. Tsirkin2016-05-221-8/+12
* virtio: Silence uninitialized variable warningDan Carpenter2016-05-011-1/+1
* virtio: virtio 1.0 cs04 spec compliance for resetMichael S. Tsirkin2016-04-071-3/+8
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-03-207-252/+487
|\
| * virtio_balloon: Allow to resize and update the balloon stats in parallelPetr Mladek2016-03-111-15/+21
| * virtio_balloon: Use a workqueue instead of "vballoon" kthreadPetr Mladek2016-03-111-57/+51
| * vring: Use the DMA API on XenAndy Lutomirski2016-03-021-0/+12
| * virtio_pci: Use the DMA API if enabledAndy Lutomirski2016-03-023-76/+33
| * virtio_mmio: Use the DMA API if enabledAndy Lutomirski2016-03-021-52/+15
| * virtio: Add improved queue allocation APIAndy Lutomirski2016-03-021-30/+179
| * virtio_ring: Support DMA APIsAndy Lutomirski2016-03-022-36/+166
| * vring: Introduce vring_use_dma_api()Andy Lutomirski2016-03-021-0/+24
* | virtio_balloon: export 'available' memory to balloon statisticsIgor Redko2016-03-171-0/+6
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-1/+1
|\ \ | |/ |/|
| * PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson2016-03-081-1/+1
* | virtio-pci: read the right virtio_pci_notify_cap fieldLadi Prosek2016-03-021-1/+1
* | virtio_pci: fix use after free on releaseMichael S. Tsirkin2016-01-261-0/+2
|/
* virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-126-7/+7
* virtio_balloon: fix race by fill and leakMinchan Kim2016-01-121-1/+1
* virtio_ring: use virt_store_mbMichael S. Tsirkin2016-01-121-6/+9
* virtio_ring: shadow available ring flags & indexVenkatesh Srinivas2015-12-071-12/+34
* virtio: Do not drop __GFP_HIGH in alloc_indirectMichal Hocko2015-12-071-1/+1