summaryrefslogtreecommitdiff
path: root/drivers/virtio
Commit message (Expand)AuthorAge
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-04-11
|\
| * virtio_balloon: export hugetlb page allocation countsJonathan Helman2018-04-10
* | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-05
|/
* virtio_ring: fix num_free handling in error caseTiwei Bie2018-03-01
* virtio_pci: don't kfree device on register failureweiping zhang2018-02-01
* virtio: split device_register into device_initialize and device_addweiping zhang2018-02-01
* virtio: make VIRTIO a menuconfig to ease disabling it allVincent Legoll2018-02-01
* virtio: virtio_mmio: make of_device_ids const.Arvind Yadav2018-01-31
* virtio-mmio: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-31
* virtio_balloon: include disk/file caches memory statisticsTomáš Golembiovský2018-01-31
* virtio_mmio: fix devm cleanupMark Rutland2017-12-14
* virtio_mmio: add cleanup for virtio_mmio_removeweiping zhang2017-12-07
* virtio_mmio: add cleanup for virtio_mmio_probeweiping zhang2017-12-07
* virtio_balloon: fix increment of vb->num_pfns in fill_balloon()Jan Stancek2017-12-01
* virtio: release virtio index when fail to device_registerweiping zhang2017-12-01
* virtio_balloon: fix deadlock on OOMMichael S. Tsirkin2017-11-14
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-07
|\
| * scsi: virtio: Reduce BUG if total_sg > virtqueue size to WARN.Richard W.M. Jones2017-08-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-06
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-01
| |\ \ \ | | | |/ | | |/|
| * | | virtio_ring: allow to store zero as the ctxJason Wang2017-07-24
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-04
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/lguest: Remove lguest supportJuergen Gross2017-08-24
| | |/ | |/|
* | | virtio_pci: fix cpu affinity supportChristoph Hellwig2017-08-25
|/ /
* | virtio-balloon: coding format cleanupWei Wang2017-07-25
* | virtio-balloon: deflate via a page listLiang Li2017-07-25
|/
* virtio_balloon: disable VIOMMU supportMichael S. Tsirkin2017-06-18
* virtio: allow extra context per descriptorMichael S. Tsirkin2017-05-02
* virtio: add context flag to find vqsMichael S. Tsirkin2017-05-02
* virtio: wrap find_vqsMichael S. Tsirkin2017-05-02
* virtio-pci: Remove affinity hint before freeing the interruptMarc Zyngier2017-04-11
* Revert "virtio_pci: remove struct virtio_pci_vq_info"Michael S. Tsirkin2017-04-11
* Revert "virtio_pci: use shared interrupts for virtqueues"Michael S. Tsirkin2017-04-11
* Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin2017-04-11
* Revert "virtio_pci: simplify MSI-X setup"Michael S. Tsirkin2017-04-11
* Revert "virtio_pci: fix out of bound access for msix_names"Michael S. Tsirkin2017-04-10
* virtio: allow drivers to validate featuresMichael S. Tsirkin2017-04-07
* virtio_balloon: prevent uninitialized variable useArnd Bergmann2017-03-28
* virtio-balloon: use actual number of stats for stats queue buffersLadi Prosek2017-03-28
* virtio_balloon: init 1st buffer in stats vqLadi Prosek2017-03-28
* virtio_pci: fix out of bound access for msix_namesJason Wang2017-03-28
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03
|\
| * sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-02
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-02
|\ \ | |/ |/|
| * virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig2017-02-27
| * virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-27
| * virtio_pci: simplify MSI-X setupChristoph Hellwig2017-02-27
| * virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig2017-02-27