aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/virtio_config.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-19virtio-pci: Introduce admin virtqueueFeng Liu1-0/+4
2023-02-15docs: driver-api: virtio: virtio on LinuxRicardo Cañuelo1-3/+5
2022-08-16virtio: kerneldocs fixes and enhancementsRicardo Cañuelo1-3/+3
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin1-9/+5
2022-08-16virtio: Revert "virtio: add helper virtio_find_vqs_ctx_size()"Michael S. Tsirkin1-12/+0
2022-08-11virtio: add helper virtio_find_vqs_ctx_size()Xuan Zhuo1-0/+12
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo1-5/+9
2022-08-11virtio: struct virtio_config_ops add callbacks for queue_resetXuan Zhuo1-0/+14
2022-06-24virtio: disable notification hardening by defaultJason Wang1-0/+2
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross1-9/+0
2022-05-31virtio: use WARN_ON() to warning illegal status valueJason Wang1-1/+1
2022-05-31virtio: harden vring IRQJason Wang1-0/+20
2022-05-31virtio: introduce config op to synchronize vring callbacksJason Wang1-0/+25
2022-03-30Revert "virtio_config: introduce a new .enable_cbs method"Michael S. Tsirkin1-6/+0
2022-03-04virtio: acknowledge all features before accessMichael S. Tsirkin1-1/+2
2021-11-01virtio_config: introduce a new .enable_cbs methodJason Wang1-0/+6
2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+10
2020-10-21virtio: let arch advertise guest's memory access restrictionsPierre Morel1-0/+10
2020-09-10virtio: Add get_shm_region methodSebastien Boeuf1-0/+17
2020-08-05virtio_config: fix up warnings on pariscMichael S. Tsirkin1-5/+4
2020-08-05virtio_config: drop LE option from config spaceMichael S. Tsirkin1-26/+2
2020-08-05virtio_config: add virtio_cread_le_featureMichael S. Tsirkin1-0/+10
2020-08-05virtio_config: LE config space accessorsMichael S. Tsirkin1-0/+65
2020-08-05virtio_config: disallow native type fields (again)Michael S. Tsirkin1-14/+2
2020-08-05virtio_config: rewrite using _GenericMichael S. Tsirkin1-85/+76
2020-08-05virtio_config: cread/write cleanupMichael S. Tsirkin1-12/+19
2020-08-05virtio_config: disallow native type fieldsMichael S. Tsirkin1-3/+2
2020-08-05virtio: allow __virtioXX, __leXX in config spaceMichael S. Tsirkin1-2/+48
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin1-2/+2
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2019-03-06virtio: hint if callbacks surprisingly might sleepCornelia Huck1-0/+13
2019-01-14virtio: document virtio_config_ops restrictionsCornelia Huck1-0/+5
2019-01-14virtio: fix virtio_config_ops descriptionCornelia Huck1-4/+4
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto1-3/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin1-3/+15
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-0/+9
2017-02-27virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig1-0/+3
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-4/+5
2016-08-01virtio: new feature to detect IOMMU device quirkMichael S. Tsirkin1-0/+13
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi1-1/+1
2015-06-01virtio: add explicit big-endian support to memory accessorsGreg Kurz1-1/+2
2015-06-01virtio: introduce virtio_is_little_endian() helperGreg Kurz1-6/+11
2015-04-01virtio: drop a useless config readMichael S. Tsirkin1-1/+0
2015-04-01virtio_config: reorder functionsMichael S. Tsirkin1-8/+7
2014-12-14virtio: core support for config generationMichael S. Tsirkin1-4/+28
2014-12-11virtio_config: fix virtio_cread_bytesMichael S. Tsirkin1-1/+4
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin1-1/+2
2014-12-09virtio_config: endian conversion for v1.0Michael S. Tsirkin1-3/+6
2014-12-09virtio: memory access APIsMichael S. Tsirkin1-0/+32