index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virtio
/
virtio_mmio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: mmio-v1: Validate queue PFN
Suzuki K Poulose
2018-08-22
1
-2
/
+18
*
virtio: virtio_mmio: make of_device_ids const.
Arvind Yadav
2018-01-31
1
-1
/
+1
*
virtio-mmio: Use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
2018-01-31
1
-3
/
+1
*
virtio_mmio: fix devm cleanup
Mark Rutland
2017-12-14
1
-34
/
+9
*
virtio_mmio: add cleanup for virtio_mmio_remove
weiping zhang
2017-12-07
1
-0
/
+6
*
virtio_mmio: add cleanup for virtio_mmio_probe
weiping zhang
2017-12-07
1
-10
/
+41
*
virtio: add context flag to find vqs
Michael S. Tsirkin
2017-05-02
1
-3
/
+5
*
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
2017-02-27
1
-1
/
+2
*
virtio_mmio: expose header to userspace
Michael S. Tsirkin
2017-02-27
1
-1
/
+1
*
virtio_mmio: Set DMA masks appropriately
Robin Murphy
2017-01-25
1
-1
/
+19
*
virtio_mmio: Set dev.release() to avoid warning
Yuan Liu
2016-12-16
1
-0
/
+2
*
virtio_mmio: Use the DMA API if enabled
Andy Lutomirski
2016-03-02
1
-52
/
+15
*
virtio: make find_vqs() checkpatch.pl-friendly
Stefan Hajnoczi
2016-01-12
1
-1
/
+1
*
virtio_mmio: add ACPI probing
Graeme Gregory
2015-09-08
1
-0
/
+10
*
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
2015-05-28
1
-1
/
+1
*
virtio_mmio: support non-legacy balloon devices
Michael S. Tsirkin
2015-04-15
1
-8
/
+0
*
virtio_mmio: fix access width for mmio
Michael S. Tsirkin
2015-03-17
1
-8
/
+71
*
virtio_mmio: generation support
Michael S. Tsirkin
2015-03-13
1
-0
/
+11
*
virtio-mmio: Update the device to OASIS spec version
Pawel Moll
2015-01-23
1
-50
/
+81
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
virtio: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
virtio: allow finalize_features to fail
Michael S. Tsirkin
2014-12-09
1
-1
/
+3
*
|
virtio: assert 32 bit features in transports
Michael S. Tsirkin
2014-12-09
1
-0
/
+3
*
|
virtio: add support for 64 bit features.
Michael S. Tsirkin
2014-12-09
1
-1
/
+1
*
|
virtio: use u32, not bitmap for features
Michael S. Tsirkin
2014-12-09
1
-6
/
+2
|
/
*
virtio: unify config_changed handling
Michael S. Tsirkin
2014-10-15
1
-5
/
+2
*
virtio: mmio: fix signature checking for BE guests
Marc Zyngier
2013-11-07
1
-1
/
+1
*
virtio_ring: change host notification API
Heinz Graalfs
2013-10-29
1
-1
/
+2
*
virtio: make config_ops const
Stephen Hemminger
2013-02-11
1
-1
/
+1
*
virtio-mmio: fix wrong comment about register offset
Ryota Ozaki
2013-02-04
1
-1
/
+1
*
Drivers: virtio: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-3
/
+3
*
virtio-mmio: Fix irq parsing in command line parameter
Pawel Moll
2012-12-18
1
-9
/
+17
*
virtio: move queue_index and num_free fields into core struct virtqueue.
Rusty Russell
2012-12-18
1
-2
/
+2
*
virtio_mmio: Don't attempt to create empty virtqueues
Brian Foley
2012-09-28
1
-0
/
+10
*
virtio_mmio: fix off by one error allocating queue
Brian Foley
2012-09-28
1
-2
/
+2
*
virtio: support reserved vqs
Michael S. Tsirkin
2012-09-28
1
-0
/
+3
*
virtio-ring: move queue_index to vring_virtqueue
Jason Wang
2012-09-28
1
-8
/
+4
*
virtio-mmio: Devices parameter parsing
Pawel Moll
2012-05-22
1
-0
/
+163
*
virtio: harsher barriers for rpmsg.
Rusty Russell
2012-01-12
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-12-02
1
-1
/
+1
|
\
|
*
virtio-mmio: Correct the name of the guest features selector
Sasha Levin
2011-11-24
1
-1
/
+1
*
|
enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs
Rick Jones
2011-11-16
1
-0
/
+6
|
/
*
virtio: Add platform bus driver for memory mapped virtio device
Pawel Moll
2011-11-02
1
-0
/
+479