aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
2018-03-01virtio_ring: fix num_free handling in error caseTiwei Bie1-2/+0
2018-02-01virtio_pci: don't kfree device on register failureweiping zhang1-2/+6
2018-02-01virtio: split device_register into device_initialize and device_addweiping zhang1-3/+15
2018-02-01virtio: make VIRTIO a menuconfig to ease disabling it allVincent Legoll1-2/+6
2018-01-31virtio: virtio_mmio: make of_device_ids const.Arvind Yadav1-1/+1
2018-01-31virtio-mmio: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-3/+1
2018-01-31virtio_balloon: include disk/file caches memory statisticsTomáš Golembiovský1-0/+4
2017-12-14virtio_mmio: fix devm cleanupMark Rutland1-34/+9
2017-12-07virtio_mmio: add cleanup for virtio_mmio_removeweiping zhang1-0/+6
2017-12-07virtio_mmio: add cleanup for virtio_mmio_probeweiping zhang1-10/+41
2017-12-01virtio_balloon: fix increment of vb->num_pfns in fill_balloon()Jan Stancek1-2/+1
2017-12-01virtio: release virtio index when fail to device_registerweiping zhang1-0/+2
2017-11-14virtio_balloon: fix deadlock on OOMMichael S. Tsirkin1-5/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+3
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2017-08-25virtio_pci: fix cpu affinity supportChristoph Hellwig1-3/+7
2017-08-24scsi: virtio: Reduce BUG if total_sg > virtqueue size to WARN.Richard W.M. Jones1-2/+3
2017-08-24x86/lguest: Remove lguest supportJuergen Gross1-2/+2
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+12
2017-07-25virtio-balloon: coding format cleanupWei Wang1-2/+4
2017-07-25virtio-balloon: deflate via a page listLiang Li1-14/+8
2017-07-24virtio_ring: allow to store zero as the ctxJason Wang1-1/+1
2017-06-18virtio_balloon: disable VIOMMU supportMichael S. Tsirkin1-0/+7
2017-05-02virtio: allow extra context per descriptorMichael S. Tsirkin1-13/+57
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin6-17/+35
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin2-4/+2
2017-04-11virtio-pci: Remove affinity hint before freeing the interruptMarc Zyngier1-3/+6
2017-04-11Revert "virtio_pci: remove struct virtio_pci_vq_info"Michael S. Tsirkin4-43/+122
2017-04-11Revert "virtio_pci: use shared interrupts for virtqueues"Michael S. Tsirkin2-112/+148
2017-04-11Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin4-4/+7
2017-04-11Revert "virtio_pci: simplify MSI-X setup"Michael S. Tsirkin1-17/+15
2017-04-10Revert "virtio_pci: fix out of bound access for msix_names"Michael S. Tsirkin1-5/+4
2017-04-07virtio: allow drivers to validate featuresMichael S. Tsirkin1-0/+6
2017-03-28virtio_balloon: prevent uninitialized variable useArnd Bergmann1-0/+2
2017-03-28virtio-balloon: use actual number of stats for stats queue buffersLadi Prosek1-7/+10
2017-03-28virtio_balloon: init 1st buffer in stats vqLadi Prosek1-0/+2
2017-03-28virtio_pci: fix out of bound access for msix_namesJason Wang1-4/+5
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds7-279/+184
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar1-0/+1
2017-02-27virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig4-0/+16
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig6-17/+23
2017-02-27virtio_pci: simplify MSI-X setupChristoph Hellwig1-17/+18
2017-02-27virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig4-7/+4
2017-02-27virtio_pci: use shared interrupts for virtqueuesChristoph Hellwig2-145/+106
2017-02-27virtio_pci: remove struct virtio_pci_vq_infoChristoph Hellwig4-115/+39
2017-02-27virtio_mmio: expose header to userspaceMichael S. Tsirkin1-1/+1
2017-02-24mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie1-0/+4
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+0
2017-02-07virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend1-19/+23
2017-02-03Revert "vring: Force use of DMA API for ARM-based systems with legacy devices"Michael S. Tsirkin1-7/+0
2017-01-25vring: Force use of DMA API for ARM-based systems with legacy devicesWill Deacon1-0/+7
2017-01-25virtio_mmio: Set DMA masks appropriatelyRobin Murphy1-1/+19
2016-12-16virtio_mmio: Set dev.release() to avoid warningYuan Liu1-0/+2
2016-12-16virtio_ring: fix description of virtqueue_get_bufFelipe Franciosi1-1/+1
2016-12-16virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig1-40/+57
2016-12-16virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig1-34/+27
2016-12-16virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig1-1/+0
2016-12-16virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2-26/+17
2016-12-16virtio: clean up handling of request_irq failureMichael S. Tsirkin1-3/+1
2016-12-15virtio_ring: fix complaint by sparseGonglei1-2/+2
2016-12-15virtio_pci_modern: fix complaint by sparseGonglei1-4/+4
2016-11-18Merge tag 'v4.9-rc4' into soundJonathan Corbet4-22/+24
2016-10-31virtio_ring: mark vring_dma_dev inlineMichael S. Tsirkin1-1/+1
2016-10-31virtio: remove config.cJuergen Gross1-12/+0
2016-10-31virtio: update balloon size in balloon "probe"Konstantin Neumoin1-0/+2
2016-10-31virtio_ring: Make interrupt suppression spec compliantLadi Prosek1-5/+9
2016-10-31virtio_pci: Limit DMA mask to 44 bits for legacy virtio devicesWill Deacon1-4/+12
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2016-09-09virtio: mark vring_dma_dev() staticBaoyou Xie1-1/+1
2016-08-09virtio: fix error handling for debug buildsMichael S. Tsirkin1-0/+1
2016-08-09virtio: fix memory leak in virtqueue_add()Wei Yongjun1-0/+2
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-1/+16
2016-08-01virtio: new feature to detect IOMMU device quirkMichael S. Tsirkin1-1/+14
2016-08-01balloon: check the number of available pages in leak balloonKonstantin Neumoin1-0/+2
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim1-1/+1
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim1-6/+48
2016-05-22virtio_balloon: fix PFN format for virtio-1Michael S. Tsirkin1-8/+12
2016-05-01virtio: Silence uninitialized variable warningDan Carpenter1-1/+1
2016-04-07virtio: virtio 1.0 cs04 spec compliance for resetMichael S. Tsirkin1-3/+8
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds7-252/+487
2016-03-17virtio_balloon: export 'available' memory to balloon statisticsIgor Redko1-0/+6
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2016-03-11virtio_balloon: Allow to resize and update the balloon stats in parallelPetr Mladek1-15/+21
2016-03-11virtio_balloon: Use a workqueue instead of "vballoon" kthreadPetr Mladek1-57/+51
2016-03-08PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson1-1/+1
2016-03-02vring: Use the DMA API on XenAndy Lutomirski1-0/+12
2016-03-02virtio_pci: Use the DMA API if enabledAndy Lutomirski3-76/+33
2016-03-02virtio_mmio: Use the DMA API if enabledAndy Lutomirski1-52/+15
2016-03-02virtio: Add improved queue allocation APIAndy Lutomirski1-30/+179
2016-03-02virtio_ring: Support DMA APIsAndy Lutomirski2-36/+166
2016-03-02vring: Introduce vring_use_dma_api()Andy Lutomirski1-0/+24
2016-03-02virtio-pci: read the right virtio_pci_notify_cap fieldLadi Prosek1-1/+1
2016-01-26virtio_pci: fix use after free on releaseMichael S. Tsirkin1-0/+2
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi6-7/+7
2016-01-12virtio_balloon: fix race by fill and leakMinchan Kim1-1/+1
2016-01-12virtio_ring: use virt_store_mbMichael S. Tsirkin1-6/+9
2015-12-07virtio_ring: shadow available ring flags & indexVenkatesh Srinivas1-12/+34
2015-12-07virtio: Do not drop __GFP_HIGH in alloc_indirectMichal Hocko1-1/+1
2015-12-07virtio: fix memory leak of virtio ida cache layersSuman Anna1-0/+1
2015-09-08virtio_balloon: do not change memory amount visible via /proc/meminfoDenis V. Lunev1-2/+6
2015-09-08virtio_ballon: change stub of release_pages_by_pfnDenis V. Lunev1-4/+4
2015-09-08virtio_mmio: add ACPI probingGraeme Gregory1-0/+10
2015-08-06virtio-input: reset device and detach unused during removeJason Wang1-0/+4
2015-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-14/+32
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2015-06-24virtio-pci: alloc only resources actually used.Gerd Hoffmann4-14/+32
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2015-06-04virtio_pci: Clear stale cpumask when setting irq affinityJiang Liu1-0/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-05-07virtio_pci: drop pci_msi_off() call during probeMichael S. Tsirkin1-3/+0
2015-04-15virtio: drop virtio_device_is_legacy_onlyMichael S. Tsirkin1-6/+0
2015-04-15virtio_pci: support non-legacy balloon devicesMichael S. Tsirkin1-3/+0
2015-04-15virtio_mmio: support non-legacy balloon devicesMichael S. Tsirkin1-8/+0
2015-04-15virtio: balloon might not be a legacy deviceMichael S. Tsirkin1-1/+1
2015-04-15virtio_balloon: transitional interfaceMichael S. Tsirkin1-6/+15
2015-04-01virtio_pci_modern: switch to type-safe io accessorsMichael S. Tsirkin1-41/+42
2015-04-01virtio_pci_modern: type-safe io accessorsMichael S. Tsirkin1-0/+37
2015-03-29Add virtio-input driver.Gerd Hoffmann3-0/+395
2015-03-17virtio_mmio: fix access width for mmioMichael S. Tsirkin1-8/+71
2015-03-13virtio_mmio: generation supportMichael S. Tsirkin1-0/+11
2015-03-10virtio-balloon: do not call blocking ops when !TASK_RUNNINGMichael S. Tsirkin1-5/+14
2015-03-10virtio_balloon: set DRIVER_OK before using deviceMichael S. Tsirkin1-0/+2
2015-02-17virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice.Rusty Russell1-1/+4
2015-02-11virtio_pci: use 16-bit accessor for queue_enable.Rusty Russell1-2/+2
2015-02-11virtio: Avoid possible kernel panic if DEBUG is enabled.Tetsuo Handa1-3/+3
2015-01-23virtio-mmio: Update the device to OASIS spec versionPawel Moll1-50/+81
2015-01-21virtio_pci_modern: drop an unused functionMichael S. Tsirkin1-8/+0
2015-01-21virtio_pci: add module param to force legacy modeMichael S. Tsirkin1-4/+21
2015-01-21virtio_pci: add an option to disable legacy driverMichael S. Tsirkin3-1/+31
2015-01-21virtio_pci: drop Kconfig warningsMichael S. Tsirkin1-3/+0
2015-01-21virtio_pci: Kconfig grammar fixMichael S. Tsirkin1-1/+1
2015-01-21virtio_ring: coding style fixMichael S. Tsirkin1-2/+1
2015-01-21virtio_balloon: coding style fixesMichael S. Tsirkin1-2/+1
2015-01-21virtio_pci_modern: support devices with no configMichael S. Tsirkin1-2/+19
2015-01-21virtio_pci_modern: reduce number of mappingsMichael S. Tsirkin2-8/+52
2015-01-21virtio_pci: macros for PCI layout offsetsRusty Russell1-1/+59
2015-01-21virtio_pci: modern driverMichael S. Tsirkin4-7/+621
2015-01-21virtio_pci: move probe/remove code to commonMichael S. Tsirkin3-72/+77
2015-01-21virtio_pci: drop useless del_vqs callSasha Levin1-1/+0
2015-01-21virtio/balloon: verify device has config spaceMichael S. Tsirkin1-0/+6
2015-01-06virtio_pci: document why we defer kfreeMichael S. Tsirkin1-0/+3
2015-01-06virtio_pci: defer kfree until release callbackSasha Levin1-6/+4
2015-01-06virtio_pci: device-specific release callbackMichael S. Tsirkin3-10/+9
2015-01-06virtio: make del_vqs idempotentMichael S. Tsirkin1-0/+1
2014-12-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-41/+66
2014-12-17Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+56
2014-12-17virtio_pci: restore module attributesHerbert Xu1-0/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-14virtio_pci: move probe to common fileMichael S. Tsirkin3-26/+38
2014-12-11virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACYMichael S. Tsirkin1-1/+0
2014-12-11virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restoreMichael S. Tsirkin1-14/+23
2014-12-09virtio_pci: rename virtio_pci -> virtio_pci_commonMichael S. Tsirkin4-4/+5
2014-12-09virtio_pci: update file descriptions and copyrightMichael S. Tsirkin3-3/+12
2014-12-09virtio_pci: split out legacy device supportMichael S. Tsirkin3-408/+468
2014-12-09virtio_pci: setup config vector indirectlyMichael S. Tsirkin1-6/+13
2014-12-09virtio_pci: setup vqs indirectlyMichael S. Tsirkin1-23/+46
2014-12-09virtio_pci: delete vqs indirectlyMichael S. Tsirkin1-7/+20
2014-12-09virtio_pci: use priv for vq notificationMichael S. Tsirkin1-3/+2
2014-12-09virtio_pci: free up vq->privMichael S. Tsirkin1-25/+31
2014-12-09virtio_pci: fix coding style for structsMichael S. Tsirkin1-4/+2
2014-12-09virtio_pci: add isr fieldMichael S. Tsirkin1-1/+6
2014-12-09virtio: drop legacy_only driver flagMichael S. Tsirkin1-4/+0
2014-12-09virtio_balloon: drop legacy_only driver flagMichael S. Tsirkin1-1/+0
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin3-9/+20
2014-12-09virtio: add API to detect legacy devicesMichael S. Tsirkin1-0/+7
2014-12-09virtio: make VIRTIO_F_VERSION_1 a transport bitMichael S. Tsirkin2-1/+7
2014-12-09virtio_balloon: add legacy_only flagMichael S. Tsirkin1-0/+1
2014-12-09virtio: add legacy feature table supportMichael S. Tsirkin1-1/+24
2014-12-09virtio: simplify feature bit handlingMichael S. Tsirkin1-4/+6
2014-12-09virtio: set FEATURES_OKMichael S. Tsirkin1-7/+22
2014-12-09virtio: allow transports to get avail/used addressesCornelia Huck1-0/+16
2014-12-09virtio_ring: switch to new memory access APIsMichael S. Tsirkin1-44/+45
2014-12-09virtio: assert 32 bit features in transportsMichael S. Tsirkin2-0/+6
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin3-6/+6
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin4-14/+9
2014-11-11virtio_balloon: free some memory from balloon on OOMRaushaniya Maksudova1-0/+52
2014-11-11virtio_balloon: return the amount of freed memory from leak_balloon()Raushaniya Maksudova1-1/+4
2014-10-20virtio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-35/+110
2014-10-15virtio_balloon: enable VQs early on restoreMichael S. Tsirkin1-0/+2
2014-10-15virtio: defer config changed notificationsMichael S. Tsirkin1-9/+49
2014-10-15virtio-pci: move freeze/restore to virtio coreMichael S. Tsirkin2-52/+56
2014-10-15virtio: unify config_changed handlingMichael S. Tsirkin3-10/+12
2014-10-15virtio_pci: fix virtio spec compliance on restoreMichael S. Tsirkin1-3/+30
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov2-0/+2
2014-10-09mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov1-47/+13
2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov1-8/+7
2014-09-13virtio_ring: unify direct/indirect code paths.Rusty Russell1-76/+52
2014-09-13virtio_ring: assume sgs are always well-formed.Rusty Russell1-49/+19
2014-07-27virtio: Replace DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-04-28virtio: virtio_break_device() to mark all virtqueues broken.Rusty Russell1-0/+15
2014-03-13virtio: fail adding buffer on broken queues.Rusty Russell1-3/+8
2014-03-13virtio_balloon: don't crash if virtqueue is broken.Rusty Russell1-5/+3
2014-03-13virtio_balloon: don't softlockup on huge balloon changes.Rusty Russell1-0/+6
2014-03-13virtio: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-4/+2
2014-03-13tools/virtio: fix missing kmemleak_ignore symbolJoel Stanley1-0/+1