aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_mmio.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18virtio-mmio: fix memory leak of vm_devGravatar Maximilian Heyne 1-5/+14
2023-08-10virtio-mmio: don't break lifecycle of vm_devGravatar Wolfram Sang 1-3/+2
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+17
2023-04-21virtio: add VIRTIO_F_NOTIFICATION_DATA feature supportGravatar Viktor Prutyanov 1-1/+17
2023-04-06virtio-mmio: Add explicit include for of.hGravatar Rob Herring 1-0/+1
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Gravatar Michael S. Tsirkin 1-1/+0
2022-08-16virtio-mmio: Revert "virtio_mmio: support the arg sizes of find_vqs()"Gravatar Michael S. Tsirkin 1-6/+2
2022-08-11virtio_mmio: support the arg sizes of find_vqs()Gravatar Xuan Zhuo 1-2/+6
2022-08-11virtio: find_vqs() add arg sizesGravatar Xuan Zhuo 1-0/+1
2022-08-11virtio: record the maximum queue num supported by the device.Gravatar Xuan Zhuo 1-0/+2
2022-08-11virtio_mmio: add support to set IRQ of a virtio device as wakeup sourceGravatar Minghao Xue 1-0/+3
2022-06-27virtio_mmio: Restore guest page size on resumeGravatar Stephan Gerhold 1-0/+3
2022-06-27virtio_mmio: Add missing PM calls to freeze/restoreGravatar Stephan Gerhold 1-0/+23
2022-06-09virtio: Fix all occurences of the "the the" typoGravatar Bo Liu 1-1/+1
2022-06-08virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedGravatar chengkaitao 1-0/+1
2022-05-31virtio: harden vring IRQGravatar Jason Wang 1-0/+5
2022-05-31virtio-mmio: implement synchronize_cbs()Gravatar Jason Wang 1-0/+8
2022-05-31virtio: Replace long long int with long longGravatar Solomon Tan 1-1/+1
2022-05-31virtio: Replace unsigned with unsigned intGravatar Solomon Tan 1-6/+6
2021-03-14virtio-mmio: Use to_virtio_mmio_device() to simply codeGravatar Tang Bin 1-2/+1
2021-02-23virtio_mmio: fix one typoGravatar Xianting Tian 1-1/+1
2020-09-10virtio: Implement get_shm_region for MMIO transportGravatar Sebastien Boeuf 1-0/+31
2020-07-22virtio-mmio: Reject invalid IRQ 0 command line argumentGravatar Bjorn Helgaas 1-2/+2
2020-06-02virtio-mmio: Delete an error message in vm_find_vqs()Gravatar Markus Elfring 1-3/+1
2020-02-06virtio-mmio: convert to devm_platform_ioremap_resourceGravatar Yangtao Li 1-12/+3
2019-07-11virtio-mmio: add error check for platform_get_irqGravatar Ihor Matushchak 1-1/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Gravatar Thomas Gleixner 1-5/+1
2019-01-14virtio: don't allocate vqs when names[i] = NULLGravatar Wei Wang 1-2/+7
2018-08-22virtio: mmio-v1: Validate queue PFNGravatar Suzuki K Poulose 1-2/+18
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
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-05-02virtio: add context flag to find vqsGravatar Michael S. Tsirkin 1-3/+5
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-1/+2
2017-02-27virtio_mmio: expose header to userspaceGravatar Michael S. Tsirkin 1-1/+1
2017-01-25virtio_mmio: Set DMA masks appropriatelyGravatar Robin Murphy 1-1/+19
2016-12-16virtio_mmio: Set dev.release() to avoid warningGravatar Yuan Liu 1-0/+2
2016-03-02virtio_mmio: Use the DMA API if enabledGravatar Andy Lutomirski 1-52/+15
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyGravatar Stefan Hajnoczi 1-1/+1
2015-09-08virtio_mmio: add ACPI probingGravatar Graeme Gregory 1-0/+10
2015-05-28kernel/params: constify struct kernel_param_ops usesGravatar Luis R. Rodriguez 1-1/+1
2015-04-15virtio_mmio: support non-legacy balloon devicesGravatar Michael S. Tsirkin 1-8/+0
2015-03-17virtio_mmio: fix access width for mmioGravatar Michael S. Tsirkin 1-8/+71
2015-03-13virtio_mmio: generation supportGravatar Michael S. Tsirkin 1-0/+11
2015-01-23virtio-mmio: Update the device to OASIS spec versionGravatar Pawel Moll 1-50/+81
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-09virtio: allow finalize_features to failGravatar Michael S. Tsirkin 1-1/+3
2014-12-09virtio: assert 32 bit features in transportsGravatar Michael S. Tsirkin 1-0/+3