aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
2018-06-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-0/+44
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-3/+4
2018-06-12virtio_pci: support enabling VFsGravatar Tiwei Bie 2-0/+44
2018-04-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+6
2018-04-10virtio_balloon: export hugetlb page allocation countsGravatar Jonathan Helman 1-0/+6
2018-04-05headers: untangle kmemleak.h from mm.hGravatar Randy Dunlap 1-1/+0
2018-03-01virtio_ring: fix num_free handling in error caseGravatar Tiwei Bie 1-2/+0
2018-02-01virtio_pci: don't kfree device on register failureGravatar weiping zhang 1-2/+6
2018-02-01virtio: split device_register into device_initialize and device_addGravatar weiping zhang 1-3/+15
2018-02-01virtio: make VIRTIO a menuconfig to ease disabling it allGravatar Vincent Legoll 1-2/+6
2018-01-31virtio: virtio_mmio: make of_device_ids const.Gravatar Arvind Yadav 1-1/+1
2018-01-31virtio-mmio: Use PTR_ERR_OR_ZERO()Gravatar Vasyl Gomonovych 1-3/+1
2018-01-31virtio_balloon: include disk/file caches memory statisticsGravatar Tomáš Golembiovský 1-0/+4
2017-12-14virtio_mmio: fix devm cleanupGravatar Mark Rutland 1-34/+9
2017-12-07virtio_mmio: add cleanup for virtio_mmio_removeGravatar weiping zhang 1-0/+6
2017-12-07virtio_mmio: add cleanup for virtio_mmio_probeGravatar weiping zhang 1-10/+41
2017-12-01virtio_balloon: fix increment of vb->num_pfns in fill_balloon()Gravatar Jan Stancek 1-2/+1
2017-12-01virtio: release virtio index when fail to device_registerGravatar weiping zhang 1-0/+2
2017-11-14virtio_balloon: fix deadlock on OOMGravatar Michael S. Tsirkin 1-5/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+3
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+7
2017-08-25virtio_pci: fix cpu affinity supportGravatar Christoph Hellwig 1-3/+7
2017-08-24scsi: virtio: Reduce BUG if total_sg > virtqueue size to WARN.Gravatar Richard W.M. Jones 1-2/+3
2017-08-24x86/lguest: Remove lguest supportGravatar Juergen Gross 1-2/+2
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-16/+12
2017-07-25virtio-balloon: coding format cleanupGravatar Wei Wang 1-2/+4
2017-07-25virtio-balloon: deflate via a page listGravatar Liang Li 1-14/+8
2017-07-24virtio_ring: allow to store zero as the ctxGravatar Jason Wang 1-1/+1
2017-06-18virtio_balloon: disable VIOMMU supportGravatar Michael S. Tsirkin 1-0/+7
2017-05-02virtio: allow extra context per descriptorGravatar Michael S. Tsirkin 1-13/+57
2017-05-02virtio: add context flag to find vqsGravatar Michael S. Tsirkin 6-17/+35
2017-05-02virtio: wrap find_vqsGravatar Michael S. Tsirkin 2-4/+2
2017-04-11virtio-pci: Remove affinity hint before freeing the interruptGravatar Marc Zyngier 1-3/+6
2017-04-11Revert "virtio_pci: remove struct virtio_pci_vq_info"Gravatar Michael S. Tsirkin 4-43/+122
2017-04-11Revert "virtio_pci: use shared interrupts for virtqueues"Gravatar Michael S. Tsirkin 2-112/+148
2017-04-11Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Gravatar Michael S. Tsirkin 4-4/+7
2017-04-11Revert "virtio_pci: simplify MSI-X setup"Gravatar Michael S. Tsirkin 1-17/+15
2017-04-10Revert "virtio_pci: fix out of bound access for msix_names"Gravatar Michael S. Tsirkin 1-5/+4
2017-04-07virtio: allow drivers to validate featuresGravatar Michael S. Tsirkin 1-0/+6
2017-03-28virtio_balloon: prevent uninitialized variable useGravatar Arnd Bergmann 1-0/+2
2017-03-28virtio-balloon: use actual number of stats for stats queue buffersGravatar Ladi Prosek 1-7/+10
2017-03-28virtio_balloon: init 1st buffer in stats vqGravatar Ladi Prosek 1-0/+2
2017-03-28virtio_pci: fix out of bound access for msix_namesGravatar Jason Wang 1-4/+5
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 7-279/+184
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Gravatar Ingo Molnar 1-0/+1