index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virtio
/
virtio_mmio.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-14
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-14
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
2014-12-09
virtio: assert 32 bit features in transports
Michael S. Tsirkin
1
-0
/
+3
2014-12-09
virtio: add support for 64 bit features.
Michael S. Tsirkin
1
-1
/
+1
2014-12-09
virtio: use u32, not bitmap for features
Michael S. Tsirkin
1
-6
/
+2
2014-10-20
virtio: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-15
virtio: unify config_changed handling
Michael S. Tsirkin
1
-5
/
+2
2013-11-07
virtio: mmio: fix signature checking for BE guests
Marc Zyngier
1
-1
/
+1
2013-10-29
virtio_ring: change host notification API
Heinz Graalfs
1
-1
/
+2
2013-02-11
virtio: make config_ops const
Stephen Hemminger
1
-1
/
+1
2013-02-04
virtio-mmio: fix wrong comment about register offset
Ryota Ozaki
1
-1
/
+1
2013-01-03
Drivers: virtio: remove __dev* attributes.
Greg Kroah-Hartman
1
-3
/
+3
2012-12-18
virtio-mmio: Fix irq parsing in command line parameter
Pawel Moll
1
-9
/
+17
2012-12-18
virtio: move queue_index and num_free fields into core struct virtqueue.
Rusty Russell
1
-2
/
+2
2012-09-28
virtio_mmio: Don't attempt to create empty virtqueues
Brian Foley
1
-0
/
+10
2012-09-28
virtio_mmio: fix off by one error allocating queue
Brian Foley
1
-2
/
+2
2012-09-28
virtio: support reserved vqs
Michael S. Tsirkin
1
-0
/
+3
2012-09-28
virtio-ring: move queue_index to vring_virtqueue
Jason Wang
1
-8
/
+4
2012-05-22
virtio-mmio: Devices parameter parsing
Pawel Moll
1
-0
/
+163
2012-01-12
virtio: harsher barriers for rpmsg.
Rusty Russell
1
-2
/
+2
2011-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2011-11-24
virtio-mmio: Correct the name of the guest features selector
Sasha Levin
1
-1
/
+1
[next]