index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
virtio
/
virtio_mmio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-01
virtio-mmio: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-18
virtio-mmio: fix memory leak of vm_dev
Maximilian Heyne
1
-5
/
+14
2023-08-10
virtio-mmio: don't break lifecycle of vm_dev
Wolfram Sang
1
-3
/
+2
2023-04-28
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+17
2023-04-21
virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
Viktor Prutyanov
1
-1
/
+17
2023-04-06
virtio-mmio: Add explicit include for of.h
Rob Herring
1
-0
/
+1
2022-08-16
virtio: Revert "virtio: find_vqs() add arg sizes"
Michael S. Tsirkin
1
-1
/
+0
2022-08-16
virtio-mmio: Revert "virtio_mmio: support the arg sizes of find_vqs()"
Michael S. Tsirkin
1
-6
/
+2
2022-08-11
virtio_mmio: support the arg sizes of find_vqs()
Xuan Zhuo
1
-2
/
+6
2022-08-11
virtio: find_vqs() add arg sizes
Xuan Zhuo
1
-0
/
+1
2022-08-11
virtio: record the maximum queue num supported by the device.
Xuan Zhuo
1
-0
/
+2
2022-08-11
virtio_mmio: add support to set IRQ of a virtio device as wakeup source
Minghao Xue
1
-0
/
+3
2022-06-27
virtio_mmio: Restore guest page size on resume
Stephan Gerhold
1
-0
/
+3
2022-06-27
virtio_mmio: Add missing PM calls to freeze/restore
Stephan Gerhold
1
-0
/
+23
2022-06-09
virtio: Fix all occurences of the "the the" typo
Bo Liu
1
-1
/
+1
2022-06-08
virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed
chengkaitao
1
-0
/
+1
2022-05-31
virtio: harden vring IRQ
Jason Wang
1
-0
/
+5
2022-05-31
virtio-mmio: implement synchronize_cbs()
Jason Wang
1
-0
/
+8
2022-05-31
virtio: Replace long long int with long long
Solomon Tan
1
-1
/
+1
2022-05-31
virtio: Replace unsigned with unsigned int
Solomon Tan
1
-6
/
+6
2021-03-14
virtio-mmio: Use to_virtio_mmio_device() to simply code
Tang Bin
1
-2
/
+1
2021-02-23
virtio_mmio: fix one typo
Xianting Tian
1
-1
/
+1
2020-09-10
virtio: Implement get_shm_region for MMIO transport
Sebastien Boeuf
1
-0
/
+31
2020-07-22
virtio-mmio: Reject invalid IRQ 0 command line argument
Bjorn Helgaas
1
-2
/
+2
2020-06-02
virtio-mmio: Delete an error message in vm_find_vqs()
Markus Elfring
1
-3
/
+1
2020-02-06
virtio-mmio: convert to devm_platform_ioremap_resource
Yangtao Li
1
-12
/
+3
2019-07-11
virtio-mmio: add error check for platform_get_irq
Ihor Matushchak
1
-1
/
+6
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78
Thomas Gleixner
1
-5
/
+1
2019-01-15
virtio: don't allocate vqs when names[i] = NULL
Wei Wang
1
-2
/
+7
2018-08-22
virtio: mmio-v1: Validate queue PFN
Suzuki K Poulose
1
-2
/
+18
2018-01-31
virtio: virtio_mmio: make of_device_ids const.
Arvind Yadav
1
-1
/
+1
2018-01-31
virtio-mmio: Use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
1
-3
/
+1
2017-12-14
virtio_mmio: fix devm cleanup
Mark Rutland
1
-34
/
+9
2017-12-07
virtio_mmio: add cleanup for virtio_mmio_remove
weiping zhang
1
-0
/
+6
2017-12-07
virtio_mmio: add cleanup for virtio_mmio_probe
weiping zhang
1
-10
/
+41
2017-05-02
virtio: add context flag to find vqs
Michael S. Tsirkin
1
-3
/
+5
2017-02-27
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
1
-1
/
+2
2017-02-27
virtio_mmio: expose header to userspace
Michael S. Tsirkin
1
-1
/
+1
2017-01-25
virtio_mmio: Set DMA masks appropriately
Robin Murphy
1
-1
/
+19
2016-12-16
virtio_mmio: Set dev.release() to avoid warning
Yuan Liu
1
-0
/
+2
2016-03-02
virtio_mmio: Use the DMA API if enabled
Andy Lutomirski
1
-52
/
+15
2016-01-12
virtio: make find_vqs() checkpatch.pl-friendly
Stefan Hajnoczi
1
-1
/
+1
2015-09-08
virtio_mmio: add ACPI probing
Graeme Gregory
1
-0
/
+10
2015-05-28
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
1
-1
/
+1
2015-04-15
virtio_mmio: support non-legacy balloon devices
Michael S. Tsirkin
1
-8
/
+0
2015-03-17
virtio_mmio: fix access width for mmio
Michael S. Tsirkin
1
-8
/
+71
2015-03-13
virtio_mmio: generation support
Michael S. Tsirkin
1
-0
/
+11
2015-01-23
virtio-mmio: Update the device to OASIS spec version
Pawel Moll
1
-50
/
+81
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-09
virtio: allow finalize_features to fail
Michael S. Tsirkin
1
-1
/
+3
[next]