summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_mmio.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-mmio: fix memory leak of vm_devMaximilian Heyne2023-10-181-5/+14
* virtio-mmio: don't break lifecycle of vm_devWolfram Sang2023-08-101-3/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-04-271-1/+17
|\
| * virtio: add VIRTIO_F_NOTIFICATION_DATA feature supportViktor Prutyanov2023-04-211-1/+17
* | virtio-mmio: Add explicit include for of.hRob Herring2023-04-061-0/+1
|/
* virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin2022-08-161-1/+0
* virtio-mmio: Revert "virtio_mmio: support the arg sizes of find_vqs()"Michael S. Tsirkin2022-08-161-6/+2
* virtio_mmio: support the arg sizes of find_vqs()Xuan Zhuo2022-08-111-2/+6
* virtio: find_vqs() add arg sizesXuan Zhuo2022-08-111-0/+1
* virtio: record the maximum queue num supported by the device.Xuan Zhuo2022-08-111-0/+2
* virtio_mmio: add support to set IRQ of a virtio device as wakeup sourceMinghao Xue2022-08-111-0/+3
* virtio_mmio: Restore guest page size on resumeStephan Gerhold2022-06-271-0/+3
* virtio_mmio: Add missing PM calls to freeze/restoreStephan Gerhold2022-06-271-0/+23
* virtio: Fix all occurences of the "the the" typoBo Liu2022-06-091-1/+1
* virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedchengkaitao2022-06-081-0/+1
* virtio: harden vring IRQJason Wang2022-05-311-0/+5
* virtio-mmio: implement synchronize_cbs()Jason Wang2022-05-311-0/+8
* virtio: Replace long long int with long longSolomon Tan2022-05-311-1/+1
* virtio: Replace unsigned with unsigned intSolomon Tan2022-05-311-6/+6
* virtio-mmio: Use to_virtio_mmio_device() to simply codeTang Bin2021-03-141-2/+1
* virtio_mmio: fix one typoXianting Tian2021-02-231-1/+1
* virtio: Implement get_shm_region for MMIO transportSebastien Boeuf2020-09-101-0/+31
* virtio-mmio: Reject invalid IRQ 0 command line argumentBjorn Helgaas2020-07-221-2/+2
* virtio-mmio: Delete an error message in vm_find_vqs()Markus Elfring2020-06-021-3/+1
* virtio-mmio: convert to devm_platform_ioremap_resourceYangtao Li2020-02-061-12/+3
* virtio-mmio: add error check for platform_get_irqIhor Matushchak2019-07-111-1/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner2019-05-241-5/+1
* virtio: don't allocate vqs when names[i] = NULLWei Wang2019-01-141-2/+7
* virtio: mmio-v1: Validate queue PFNSuzuki K Poulose2018-08-221-2/+18
* virtio: virtio_mmio: make of_device_ids const.Arvind Yadav2018-01-311-1/+1
* virtio-mmio: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-311-3/+1
* virtio_mmio: fix devm cleanupMark Rutland2017-12-141-34/+9
* virtio_mmio: add cleanup for virtio_mmio_removeweiping zhang2017-12-071-0/+6
* virtio_mmio: add cleanup for virtio_mmio_probeweiping zhang2017-12-071-10/+41
* virtio: add context flag to find vqsMichael S. Tsirkin2017-05-021-3/+5
* virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+2
* virtio_mmio: expose header to userspaceMichael S. Tsirkin2017-02-271-1/+1
* virtio_mmio: Set DMA masks appropriatelyRobin Murphy2017-01-251-1/+19
* virtio_mmio: Set dev.release() to avoid warningYuan Liu2016-12-161-0/+2
* virtio_mmio: Use the DMA API if enabledAndy Lutomirski2016-03-021-52/+15
* virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-121-1/+1
* virtio_mmio: add ACPI probingGraeme Gregory2015-09-081-0/+10
* kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* virtio_mmio: support non-legacy balloon devicesMichael S. Tsirkin2015-04-151-8/+0
* virtio_mmio: fix access width for mmioMichael S. Tsirkin2015-03-171-8/+71
* virtio_mmio: generation supportMichael S. Tsirkin2015-03-131-0/+11
* virtio-mmio: Update the device to OASIS spec versionPawel Moll2015-01-231-50/+81
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * virtio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | virtio: allow finalize_features to failMichael S. Tsirkin2014-12-091-1/+3