summaryrefslogtreecommitdiffstats
path: root/include/linux/virtio_config.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-10-231-0/+10
|\
| * virtio: let arch advertise guest's memory access restrictionsPierre Morel2020-10-211-0/+10
* | virtio: Add get_shm_region methodSebastien Boeuf2020-09-101-0/+17
|/
* virtio_config: fix up warnings on pariscMichael S. Tsirkin2020-08-051-5/+4
* virtio_config: drop LE option from config spaceMichael S. Tsirkin2020-08-051-26/+2
* virtio_config: add virtio_cread_le_featureMichael S. Tsirkin2020-08-051-0/+10
* virtio_config: LE config space accessorsMichael S. Tsirkin2020-08-051-0/+65
* virtio_config: disallow native type fields (again)Michael S. Tsirkin2020-08-051-14/+2
* virtio_config: rewrite using _GenericMichael S. Tsirkin2020-08-051-85/+76
* virtio_config: cread/write cleanupMichael S. Tsirkin2020-08-051-12/+19
* virtio_config: disallow native type fieldsMichael S. Tsirkin2020-08-051-3/+2
* virtio: allow __virtioXX, __leXX in config spaceMichael S. Tsirkin2020-08-051-2/+48
* virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin2020-08-031-2/+2
* virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-1/+1
* virtio: hint if callbacks surprisingly might sleepCornelia Huck2019-03-061-0/+13
* virtio: document virtio_config_ops restrictionsCornelia Huck2019-01-141-0/+5
* virtio: fix virtio_config_ops descriptionCornelia Huck2019-01-141-4/+4
* virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto2018-08-111-3/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* virtio: add context flag to find vqsMichael S. Tsirkin2017-05-021-3/+15
* virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-0/+9
* virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig2017-02-271-0/+3
* virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-4/+5
* virtio: new feature to detect IOMMU device quirkMichael S. Tsirkin2016-08-011-0/+13
* virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-121-1/+1
* virtio: add explicit big-endian support to memory accessorsGreg Kurz2015-06-011-1/+2
* virtio: introduce virtio_is_little_endian() helperGreg Kurz2015-06-011-6/+11
* virtio: drop a useless config readMichael S. Tsirkin2015-04-011-1/+0
* virtio_config: reorder functionsMichael S. Tsirkin2015-04-011-8/+7
* virtio: core support for config generationMichael S. Tsirkin2014-12-141-4/+28
* virtio_config: fix virtio_cread_bytesMichael S. Tsirkin2014-12-111-1/+4
* virtio: allow finalize_features to failMichael S. Tsirkin2014-12-091-1/+2
* virtio_config: endian conversion for v1.0Michael S. Tsirkin2014-12-091-3/+6
* virtio: memory access APIsMichael S. Tsirkin2014-12-091-0/+32
* virtio: add support for 64 bit features.Michael S. Tsirkin2014-12-091-10/+10
* virtio: use u32, not bitmap for featuresMichael S. Tsirkin2014-12-091-3/+3
* virtio: add low-level APIs for feature bitsMichael S. Tsirkin2014-12-091-3/+50
* virtio: add API to enable VQs earlyMichael S. Tsirkin2014-10-151-0/+17
* virtio_config: remove virtio_config_valRusty Russell2013-10-171-27/+0
* virtio_config: introduce size-based accessors.Rusty Russell2013-10-171-0/+134
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-52/+1
* virtio: support reserved vqsMichael S. Tsirkin2012-09-281-0/+2
* virtio: introduce an API to set affinity for a virtqueueJason Wang2012-09-281-0/+21
* virtio: fix typo in commentChen Baozi2012-05-221-10/+1
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-0/+2
|\
| * virtio-pci: make reset operation saferMichael S. Tsirkin2011-11-241-0/+2
* | enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones2011-11-161-0/+14
|/
* virtio_config: Add virtio_config_val_len()Sasha Levin2011-11-021-0/+3
* virtio: add full three-clause BSD text to headers.Rusty Russell2011-05-301-1/+24