aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISONWei Wang1-0/+10
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang1-33/+331
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-62/+97
2018-08-22virtio: pci-legacy: Validate queue pfnSuzuki K Poulose1-2/+12
2018-08-22virtio: mmio-v1: Validate queue PFNSuzuki K Poulose1-2/+18
2018-08-22virtio_balloon: replace oom notifier with shrinkerWei Wang1-51/+59
2018-08-22virtio-balloon: kzalloc the vb structWei Wang1-4/+1
2018-08-22virtio-balloon: remove BUG() in init_vqsWei Wang1-3/+7
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto2-5/+4
2018-07-30virtio_balloon: fix another race between migration and ballooningJiang Biao1-0/+2
2018-06-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-0/+44
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+4
2018-06-12virtio_pci: support enabling VFsTiwei Bie2-0/+44
2018-04-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+6
2018-04-10virtio_balloon: export hugetlb page allocation countsJonathan Helman1-0/+6
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
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/git/tip/tipLinus 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