aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)Author
2023-11-08virtio-mmio: fix memory leak of vm_devMaximilian Heyne
2023-11-08virtio_balloon: Fix endless deflation and inflation on arm64Gavin Shan
2023-08-30virtio-mmio: don't break lifecycle of vm_devWolfram Sang
2023-08-30virtio-mmio: Use to_virtio_mmio_device() to simply codeTang Bin
2023-08-30virtio-mmio: convert to devm_platform_ioremap_resourceYangtao Li
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2022-07-21virtio_mmio: Restore guest page size on resumeStephan Gerhold
2022-07-21virtio_mmio: Add missing PM calls to freeze/restoreStephan Gerhold
2022-06-25virtio-pci: Remove wrong address verification in vp_del_vqs()Murilo Opsfelder Araujo
2022-06-25virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedchengkaitao
2022-03-16virtio: acknowledge all features before accessMichael S. Tsirkin
2022-03-16virtio: unexport virtio_finalize_featuresMichael S. Tsirkin
2021-10-20virtio: write back F_VERSION_1 before validateHalil Pasic
2021-09-03virtio_pci: Support surprise removal of virtio pci deviceParav Pandit
2021-09-03virtio: Improve vq->broken access to avoid any compiler optimizationParav Pandit
2020-08-26virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan
2020-02-24virtio_balloon: prevent pfn array overflowMichael S. Tsirkin
2019-12-17virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand
2019-12-01virtio_ring: fix return code on DMA mapping failsHalil Pasic
2019-05-10virtio_pci: fix a NULL pointer reference in vp_del_vqsLongpeng
2019-04-17virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck
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