summaryrefslogtreecommitdiff
path: root/include/linux/virtio_config.h
AgeCommit message (Expand)Author
2021-11-01virtio_config: introduce a new .enable_cbs methodJason Wang
2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-10-21virtio: let arch advertise guest's memory access restrictionsPierre Morel
2020-09-10virtio: Add get_shm_region methodSebastien Boeuf
2020-08-05virtio_config: fix up warnings on pariscMichael S. Tsirkin
2020-08-05virtio_config: drop LE option from config spaceMichael S. Tsirkin
2020-08-05virtio_config: add virtio_cread_le_featureMichael S. Tsirkin
2020-08-05virtio_config: LE config space accessorsMichael S. Tsirkin
2020-08-05virtio_config: disallow native type fields (again)Michael S. Tsirkin
2020-08-05virtio_config: rewrite using _GenericMichael S. Tsirkin
2020-08-05virtio_config: cread/write cleanupMichael S. Tsirkin
2020-08-05virtio_config: disallow native type fieldsMichael S. Tsirkin
2020-08-05virtio: allow __virtioXX, __leXX in config spaceMichael S. Tsirkin
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2019-03-06virtio: hint if callbacks surprisingly might sleepCornelia Huck
2019-01-14virtio: document virtio_config_ops restrictionsCornelia Huck
2019-01-14virtio: fix virtio_config_ops descriptionCornelia Huck
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-02-27virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2016-08-01virtio: new feature to detect IOMMU device quirkMichael S. Tsirkin
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi
2015-06-01virtio: add explicit big-endian support to memory accessorsGreg Kurz
2015-06-01virtio: introduce virtio_is_little_endian() helperGreg Kurz
2015-04-01virtio: drop a useless config readMichael S. Tsirkin
2015-04-01virtio_config: reorder functionsMichael S. Tsirkin
2014-12-14virtio: core support for config generationMichael S. Tsirkin
2014-12-11virtio_config: fix virtio_cread_bytesMichael S. Tsirkin
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin
2014-12-09virtio_config: endian conversion for v1.0Michael S. Tsirkin
2014-12-09virtio: memory access APIsMichael S. Tsirkin
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin
2014-12-09virtio: add low-level APIs for feature bitsMichael S. Tsirkin
2014-10-15virtio: add API to enable VQs earlyMichael S. Tsirkin
2013-10-17virtio_config: remove virtio_config_valRusty Russell
2013-10-17virtio_config: introduce size-based accessors.Rusty Russell
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-09-28virtio: support reserved vqsMichael S. Tsirkin
2012-09-28virtio: introduce an API to set affinity for a virtqueueJason Wang
2012-05-22virtio: fix typo in commentChen Baozi
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-24virtio-pci: make reset operation saferMichael S. Tsirkin
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones
2011-11-02virtio_config: Add virtio_config_val_len()Sasha Levin