summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_mmio.c
AgeCommit message (Expand)Author
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin
2022-08-16virtio-mmio: Revert "virtio_mmio: support the arg sizes of find_vqs()"Michael S. Tsirkin
2022-08-11virtio_mmio: support the arg sizes of find_vqs()Xuan Zhuo
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo
2022-08-11virtio_mmio: add support to set IRQ of a virtio device as wakeup sourceMinghao Xue
2022-06-27virtio_mmio: Restore guest page size on resumeStephan Gerhold
2022-06-27virtio_mmio: Add missing PM calls to freeze/restoreStephan Gerhold
2022-06-09virtio: Fix all occurences of the "the the" typoBo Liu
2022-06-08virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedchengkaitao
2022-05-31virtio: harden vring IRQJason Wang
2022-05-31virtio-mmio: implement synchronize_cbs()Jason Wang
2022-05-31virtio: Replace long long int with long longSolomon Tan
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan
2021-03-14virtio-mmio: Use to_virtio_mmio_device() to simply codeTang Bin
2021-02-23virtio_mmio: fix one typoXianting Tian
2020-09-10virtio: Implement get_shm_region for MMIO transportSebastien Boeuf
2020-07-22virtio-mmio: Reject invalid IRQ 0 command line argumentBjorn Helgaas
2020-06-02virtio-mmio: Delete an error message in vm_find_vqs()Markus Elfring
2020-02-06virtio-mmio: convert to devm_platform_ioremap_resourceYangtao Li
2019-07-11virtio-mmio: add error check for platform_get_irqIhor Matushchak
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner
2019-01-14virtio: don't allocate vqs when names[i] = NULLWei Wang
2018-08-22virtio: mmio-v1: Validate queue PFNSuzuki K Poulose
2018-01-31virtio: virtio_mmio: make of_device_ids const.Arvind Yadav
2018-01-31virtio-mmio: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych
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-05-02virtio: add context flag to find vqsMichael S. Tsirkin
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2017-02-27virtio_mmio: expose header to userspaceMichael S. Tsirkin
2017-01-25virtio_mmio: Set DMA masks appropriatelyRobin Murphy
2016-12-16virtio_mmio: Set dev.release() to avoid warningYuan Liu
2016-03-02virtio_mmio: Use the DMA API if enabledAndy Lutomirski
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi
2015-09-08virtio_mmio: add ACPI probingGraeme Gregory
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2015-04-15virtio_mmio: support non-legacy balloon devicesMichael S. Tsirkin
2015-03-17virtio_mmio: fix access width for mmioMichael S. Tsirkin
2015-03-13virtio_mmio: generation supportMichael S. Tsirkin
2015-01-23virtio-mmio: Update the device to OASIS spec versionPawel Moll
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin
2014-12-09virtio: assert 32 bit features in transportsMichael S. Tsirkin
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin
2014-10-20virtio: drop owner assignment from platform_driversWolfram Sang
2014-10-15virtio: unify config_changed handlingMichael S. Tsirkin
2013-11-07virtio: mmio: fix signature checking for BE guestsMarc Zyngier