aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_mmio.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-11virtio-mmio: add error check for platform_get_irqGravatar Ihor Matushchak 1-1/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Gravatar Thomas Gleixner 1-5/+1
2019-01-14virtio: don't allocate vqs when names[i] = NULLGravatar Wei Wang 1-2/+7
2018-08-22virtio: mmio-v1: Validate queue PFNGravatar Suzuki K Poulose 1-2/+18
2018-01-31virtio: virtio_mmio: make of_device_ids const.Gravatar Arvind Yadav 1-1/+1
2018-01-31virtio-mmio: Use PTR_ERR_OR_ZERO()Gravatar Vasyl Gomonovych 1-3/+1
2017-12-14virtio_mmio: fix devm cleanupGravatar Mark Rutland 1-34/+9
2017-12-07virtio_mmio: add cleanup for virtio_mmio_removeGravatar weiping zhang 1-0/+6
2017-12-07virtio_mmio: add cleanup for virtio_mmio_probeGravatar weiping zhang 1-10/+41
2017-05-02virtio: add context flag to find vqsGravatar Michael S. Tsirkin 1-3/+5
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-1/+2
2017-02-27virtio_mmio: expose header to userspaceGravatar Michael S. Tsirkin 1-1/+1
2017-01-25virtio_mmio: Set DMA masks appropriatelyGravatar Robin Murphy 1-1/+19
2016-12-16virtio_mmio: Set dev.release() to avoid warningGravatar Yuan Liu 1-0/+2
2016-03-02virtio_mmio: Use the DMA API if enabledGravatar Andy Lutomirski 1-52/+15
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyGravatar Stefan Hajnoczi 1-1/+1
2015-09-08virtio_mmio: add ACPI probingGravatar Graeme Gregory 1-0/+10
2015-05-28kernel/params: constify struct kernel_param_ops usesGravatar Luis R. Rodriguez 1-1/+1
2015-04-15virtio_mmio: support non-legacy balloon devicesGravatar Michael S. Tsirkin 1-8/+0
2015-03-17virtio_mmio: fix access width for mmioGravatar Michael S. Tsirkin 1-8/+71
2015-03-13virtio_mmio: generation supportGravatar Michael S. Tsirkin 1-0/+11
2015-01-23virtio-mmio: Update the device to OASIS spec versionGravatar Pawel Moll 1-50/+81
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-09virtio: allow finalize_features to failGravatar Michael S. Tsirkin 1-1/+3
2014-12-09virtio: assert 32 bit features in transportsGravatar Michael S. Tsirkin 1-0/+3
2014-12-09virtio: add support for 64 bit features.Gravatar Michael S. Tsirkin 1-1/+1
2014-12-09virtio: use u32, not bitmap for featuresGravatar Michael S. Tsirkin 1-6/+2
2014-10-20virtio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-10-15virtio: unify config_changed handlingGravatar Michael S. Tsirkin 1-5/+2
2013-11-07virtio: mmio: fix signature checking for BE guestsGravatar Marc Zyngier 1-1/+1
2013-10-29virtio_ring: change host notification APIGravatar Heinz Graalfs 1-1/+2
2013-02-11virtio: make config_ops constGravatar Stephen Hemminger 1-1/+1
2013-02-04virtio-mmio: fix wrong comment about register offsetGravatar Ryota Ozaki 1-1/+1
2013-01-03Drivers: virtio: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-12-18virtio-mmio: Fix irq parsing in command line parameterGravatar Pawel Moll 1-9/+17
2012-12-18virtio: move queue_index and num_free fields into core struct virtqueue.Gravatar Rusty Russell 1-2/+2
2012-09-28virtio_mmio: Don't attempt to create empty virtqueuesGravatar Brian Foley 1-0/+10
2012-09-28virtio_mmio: fix off by one error allocating queueGravatar Brian Foley 1-2/+2
2012-09-28virtio: support reserved vqsGravatar Michael S. Tsirkin 1-0/+3
2012-09-28virtio-ring: move queue_index to vring_virtqueueGravatar Jason Wang 1-8/+4
2012-05-22virtio-mmio: Devices parameter parsingGravatar Pawel Moll 1-0/+163
2012-01-12virtio: harsher barriers for rpmsg.Gravatar Rusty Russell 1-2/+2
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2011-11-24virtio-mmio: Correct the name of the guest features selectorGravatar Sasha Levin 1-1/+1
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsGravatar Rick Jones 1-0/+6
2011-11-02virtio: Add platform bus driver for memory mapped virtio deviceGravatar Pawel Moll 1-0/+479