aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2018-11-26virtio_ring: advertize packed ring layoutTiwei Bie
2018-11-26virtio_ring: leverage event idx in packed ringTiwei Bie
2018-11-26virtio_ring: introduce packed ring supportTiwei Bie
2018-11-26virtio_ring: cache whether we will use DMA APITiwei Bie
2018-11-26virtio_ring: extract split ring handling from ring creationTiwei Bie
2018-11-26virtio_ring: allocate desc state for split ring separatelyTiwei Bie
2018-11-26virtio_ring: introduce helper for indirect featureTiwei Bie
2018-11-26virtio_ring: introduce debug helpersTiwei Bie
2018-11-26virtio_ring: put split ring fields in a sub structTiwei Bie
2018-11-26virtio_ring: put split ring functions togetherTiwei Bie
2018-11-26virtio_ring: add _split suffix for split ring functionsTiwei Bie
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISONWei Wang
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-08-22virtio: pci-legacy: Validate queue pfnSuzuki K Poulose
2018-08-22virtio: mmio-v1: Validate queue PFNSuzuki K Poulose
2018-08-22virtio_balloon: replace oom notifier with shrinkerWei Wang
2018-08-22virtio-balloon: kzalloc the vb structWei Wang
2018-08-22virtio-balloon: remove BUG() in init_vqsWei Wang
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto
2018-07-30virtio_balloon: fix another race between migration and ballooningJiang Biao
2018-06-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12virtio_pci: support enabling VFsTiwei Bie
2018-04-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-04-10virtio_balloon: export hugetlb page allocation countsJonathan Helman
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-03-01virtio_ring: fix num_free handling in error caseTiwei Bie
2018-02-01virtio_pci: don't kfree device on register failureweiping zhang
2018-02-01virtio: split device_register into device_initialize and device_addweiping zhang
2018-02-01virtio: make VIRTIO a menuconfig to ease disabling it allVincent Legoll
2018-01-31virtio: virtio_mmio: make of_device_ids const.Arvind Yadav
2018-01-31virtio-mmio: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych
2018-01-31virtio_balloon: include disk/file caches memory statisticsTomáš Golembiovský
2017-12-14virtio_mmio: fix devm cleanupMark Rutland
2017-12-07virtio_mmio: add cleanup for virtio_mmio_removeweiping zhang
2017-12-07virtio_mmio: add cleanup for virtio_mmio_probeweiping zhang
2017-12-01virtio_balloon: fix increment of vb->num_pfns in fill_balloon()Jan Stancek
2017-12-01virtio: release virtio index when fail to device_registerweiping zhang
2017-11-14virtio_balloon: fix deadlock on OOMMichael S. Tsirkin
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-25virtio_pci: fix cpu affinity supportChristoph Hellwig
2017-08-24scsi: virtio: Reduce BUG if total_sg > virtqueue size to WARN.Richard W.M. Jones
2017-08-24x86/lguest: Remove lguest supportJuergen Gross
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller