summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand2020-04-281-0/+10
* virtio_balloon: fix another race between migration and ballooningJiang Biao2018-11-201-0/+2
* virtio: release virtio index when fail to device_registerweiping zhang2018-03-031-0/+2
* virtio_balloon: prevent uninitialized variable useArnd Bergmann2017-07-181-0/+2
* virtio_balloon: init 1st buffer in stats vqLadi Prosek2017-07-181-0/+2
* balloon: check the number of available pages in leak balloonKonstantin Neumoin2016-11-201-0/+2
* mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov2016-06-151-8/+7
* virtio_pci: fix use after free on releaseMichael S. Tsirkin2016-02-171-0/+2
* virtio_balloon: fix race by fill and leakMinchan Kim2016-02-021-1/+1
* virtio: fix memory leak of virtio ida cache layersSuman Anna2016-01-111-0/+1
* virtio_pci: Clear stale cpumask when setting irq affinityJiang Liu2015-06-301-0/+1
* virtio_pci: document why we defer kfreeMichael S. Tsirkin2015-02-191-0/+3
* virtio_pci: defer kfree until release callbackSasha Levin2015-02-191-6/+4
* virtio_pci: fix virtio spec compliance on restoreMichael S. Tsirkin2014-11-171-3/+30
* virtio: virtio_break_device() to mark all virtqueues broken.Rusty Russell2014-04-281-0/+15
* virtio: fail adding buffer on broken queues.Rusty Russell2014-03-131-3/+8
* virtio_balloon: don't crash if virtqueue is broken.Rusty Russell2014-03-131-5/+3
* virtio_balloon: don't softlockup on huge balloon changes.Rusty Russell2014-03-131-0/+6
* virtio: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-03-131-4/+2
* tools/virtio: fix missing kmemleak_ignore symbolJoel Stanley2014-03-131-0/+1
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-222-3/+1
|\
| * drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_...Rashika Kheria2014-01-161-1/+1
| * virtio: pci: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-041-2/+0
* | virtio_balloon: update_balloon_size(): update correct fieldLuiz Capitulino2013-12-051-1/+1
|/
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-154-17/+39
|\
| * virtio: mmio: fix signature checking for BE guestsMarc Zyngier2013-11-071-1/+1
| * virtio_ring: adapt to notify() returning boolHeinz Graalfs2013-11-051-1/+1
| * virtio_ring: add new function virtqueue_is_broken()Heinz Graalfs2013-10-291-0/+8
| * virtio_ring: let virtqueue_{kick()/notify()} return a boolHeinz Graalfs2013-10-291-4/+16
| * virtio_ring: change host notification APIHeinz Graalfs2013-10-293-4/+6
| * virtio: use size-based config accessors.Rusty Russell2013-10-171-6/+4
| * virtio_ring: plug kmemleak false positive.Rusty Russell2013-10-171-0/+2
| * virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-231-2/+2
* | virtio: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-8/+19
|/
* virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-091-2/+2
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-102-3/+5
|\
| * virtio_balloon: leak_balloon(): only tell host if we got pages deflatedLuiz Capitulino2013-07-021-1/+2
| * virtio-pci: fix leaks of msix_affinity_masksAndrew Vagin2013-07-021-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-12/+44
|\ \
| * | virtio: support unlocked queue pollMichael S. Tsirkin2013-07-091-12/+44
* | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-3/+4
|\ \ \ | |_|/ |/| |
| * | mm: correctly update zone->managed_pagesJiang Liu2013-07-031-3/+4
| |/
* / virtio: remove virtqueue_add_buf().Rusty Russell2013-05-201-34/+3
|/
* virtio_balloon: use simplified virtqueue accessors.Rusty Russell2013-03-201-3/+3
* virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf.Rusty Russell2013-03-201-0/+44
* virtio_ring: virtqueue_add_sgs, to add multiple sgs.Rusty Russell2013-03-201-63/+157
* virtio_ring: expose virtio barriers for use in vringh.Rusty Russell2013-03-201-27/+6
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-263-18/+7
|\
| * virtio: use module_virtio_driver.Rusty Russell2013-02-131-12/+1
| * virtio: make pci_device_id constStephen Hemminger2013-02-111-3/+3