summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
...
* | virtio: set FEATURES_OKMichael S. Tsirkin2014-12-091-7/+22
* | virtio: allow transports to get avail/used addressesCornelia Huck2014-12-091-0/+16
* | virtio_ring: switch to new memory access APIsMichael S. Tsirkin2014-12-091-44/+45
* | virtio: assert 32 bit features in transportsMichael S. Tsirkin2014-12-092-0/+6
* | virtio: add support for 64 bit features.Michael S. Tsirkin2014-12-093-6/+6
* | virtio: use u32, not bitmap for featuresMichael S. Tsirkin2014-12-094-14/+9
|/
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-184-35/+110
|\
| * virtio_balloon: enable VQs early on restoreMichael S. Tsirkin2014-10-151-0/+2
| * virtio: defer config changed notificationsMichael S. Tsirkin2014-10-151-9/+49
| * virtio-pci: move freeze/restore to virtio coreMichael S. Tsirkin2014-10-152-52/+56
| * virtio: unify config_changed handlingMichael S. Tsirkin2014-10-153-10/+12
| * virtio_pci: fix virtio spec compliance on restoreMichael S. Tsirkin2014-10-151-3/+30
* | mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov2014-10-092-0/+2
* | mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov2014-10-091-47/+13
* | mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov2014-10-091-8/+7
* | virtio_ring: unify direct/indirect code paths.Rusty Russell2014-09-131-76/+52
* | virtio_ring: assume sgs are always well-formed.Rusty Russell2014-09-131-49/+19
|/
* virtio: Replace DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-07-271-1/+1
* 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
OpenPOWER on IntegriCloud