aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)Author
2015-01-06virtio_pci: document why we defer kfreeMichael S. Tsirkin
2015-01-06virtio_pci: defer kfree until release callbackSasha Levin
2015-01-06virtio_pci: device-specific release callbackMichael S. Tsirkin
2015-01-06virtio: make del_vqs idempotentMichael S. Tsirkin
2014-12-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2014-12-17Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-17virtio_pci: restore module attributesHerbert Xu
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-14virtio_pci: move probe to common fileMichael S. Tsirkin
2014-12-11virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACYMichael S. Tsirkin
2014-12-11virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restoreMichael S. Tsirkin
2014-12-09virtio_pci: rename virtio_pci -> virtio_pci_commonMichael S. Tsirkin
2014-12-09virtio_pci: update file descriptions and copyrightMichael S. Tsirkin
2014-12-09virtio_pci: split out legacy device supportMichael S. Tsirkin
2014-12-09virtio_pci: setup config vector indirectlyMichael S. Tsirkin
2014-12-09virtio_pci: setup vqs indirectlyMichael S. Tsirkin
2014-12-09virtio_pci: delete vqs indirectlyMichael S. Tsirkin
2014-12-09virtio_pci: use priv for vq notificationMichael S. Tsirkin
2014-12-09virtio_pci: free up vq->privMichael S. Tsirkin
2014-12-09virtio_pci: fix coding style for structsMichael S. Tsirkin
2014-12-09virtio_pci: add isr fieldMichael S. Tsirkin
2014-12-09virtio: drop legacy_only driver flagMichael S. Tsirkin
2014-12-09virtio_balloon: drop legacy_only driver flagMichael S. Tsirkin
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin
2014-12-09virtio: add API to detect legacy devicesMichael S. Tsirkin
2014-12-09virtio: make VIRTIO_F_VERSION_1 a transport bitMichael S. Tsirkin
2014-12-09virtio_balloon: add legacy_only flagMichael S. Tsirkin
2014-12-09virtio: add legacy feature table supportMichael S. Tsirkin
2014-12-09virtio: simplify feature bit handlingMichael S. Tsirkin
2014-12-09virtio: set FEATURES_OKMichael S. Tsirkin
2014-12-09virtio: allow transports to get avail/used addressesCornelia Huck
2014-12-09virtio_ring: switch to new memory access APIsMichael S. Tsirkin
2014-12-09virtio: assert 32 bit features in transportsMichael S. Tsirkin
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin
2014-11-11virtio_balloon: free some memory from balloon on OOMRaushaniya Maksudova
2014-11-11virtio_balloon: return the amount of freed memory from leak_balloon()Raushaniya Maksudova
2014-10-20virtio: drop owner assignment from platform_driversWolfram Sang
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-15virtio_balloon: enable VQs early on restoreMichael S. Tsirkin
2014-10-15virtio: defer config changed notificationsMichael S. Tsirkin
2014-10-15virtio-pci: move freeze/restore to virtio coreMichael S. Tsirkin
2014-10-15virtio: unify config_changed handlingMichael S. Tsirkin
2014-10-15virtio_pci: fix virtio spec compliance on restoreMichael S. Tsirkin
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov
2014-10-09mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov
2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov
2014-09-13virtio_ring: unify direct/indirect code paths.Rusty Russell
2014-09-13virtio_ring: assume sgs are always well-formed.Rusty Russell
2014-07-27virtio: Replace DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine