index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
virtio_config.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-pci: Introduce admin virtqueue
Feng Liu
2023-12-19
1
-0
/
+4
*
docs: driver-api: virtio: virtio on Linux
Ricardo Cañuelo
2023-02-15
1
-3
/
+5
*
virtio: kerneldocs fixes and enhancements
Ricardo Cañuelo
2022-08-16
1
-3
/
+3
*
virtio: Revert "virtio: find_vqs() add arg sizes"
Michael S. Tsirkin
2022-08-16
1
-9
/
+5
*
virtio: Revert "virtio: add helper virtio_find_vqs_ctx_size()"
Michael S. Tsirkin
2022-08-16
1
-12
/
+0
*
virtio: add helper virtio_find_vqs_ctx_size()
Xuan Zhuo
2022-08-11
1
-0
/
+12
*
virtio: find_vqs() add arg sizes
Xuan Zhuo
2022-08-11
1
-5
/
+9
*
virtio: struct virtio_config_ops add callbacks for queue_reset
Xuan Zhuo
2022-08-11
1
-0
/
+14
*
virtio: disable notification hardening by default
Jason Wang
2022-06-24
1
-0
/
+2
*
virtio: replace arch_has_restricted_virtio_memory_access()
Juergen Gross
2022-06-06
1
-9
/
+0
*
virtio: use WARN_ON() to warning illegal status value
Jason Wang
2022-05-31
1
-1
/
+1
*
virtio: harden vring IRQ
Jason Wang
2022-05-31
1
-0
/
+20
*
virtio: introduce config op to synchronize vring callbacks
Jason Wang
2022-05-31
1
-0
/
+25
*
Revert "virtio_config: introduce a new .enable_cbs method"
Michael S. Tsirkin
2022-03-30
1
-6
/
+0
*
virtio: acknowledge all features before access
Michael S. Tsirkin
2022-03-04
1
-1
/
+2
*
virtio_config: introduce a new .enable_cbs method
Jason Wang
2021-11-01
1
-0
/
+6
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-10-23
1
-0
/
+10
|
\
|
*
virtio: let arch advertise guest's memory access restrictions
Pierre Morel
2020-10-21
1
-0
/
+10
*
|
virtio: Add get_shm_region method
Sebastien Boeuf
2020-09-10
1
-0
/
+17
|
/
*
virtio_config: fix up warnings on parisc
Michael S. Tsirkin
2020-08-05
1
-5
/
+4
*
virtio_config: drop LE option from config space
Michael S. Tsirkin
2020-08-05
1
-26
/
+2
*
virtio_config: add virtio_cread_le_feature
Michael S. Tsirkin
2020-08-05
1
-0
/
+10
*
virtio_config: LE config space accessors
Michael S. Tsirkin
2020-08-05
1
-0
/
+65
*
virtio_config: disallow native type fields (again)
Michael S. Tsirkin
2020-08-05
1
-14
/
+2
*
virtio_config: rewrite using _Generic
Michael S. Tsirkin
2020-08-05
1
-85
/
+76
*
virtio_config: cread/write cleanup
Michael S. Tsirkin
2020-08-05
1
-12
/
+19
*
virtio_config: disallow native type fields
Michael S. Tsirkin
2020-08-05
1
-3
/
+2
*
virtio: allow __virtioXX, __leXX in config space
Michael S. Tsirkin
2020-08-05
1
-2
/
+48
*
virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk
Michael S. Tsirkin
2020-08-03
1
-2
/
+2
*
virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
Michael S. Tsirkin
2020-08-03
1
-1
/
+1
*
virtio: hint if callbacks surprisingly might sleep
Cornelia Huck
2019-03-06
1
-0
/
+13
*
virtio: document virtio_config_ops restrictions
Cornelia Huck
2019-01-14
1
-0
/
+5
*
virtio: fix virtio_config_ops description
Cornelia Huck
2019-01-14
1
-4
/
+4
*
virtio: Make vp_set_vq_affinity() take a mask.
Caleb Raitto
2018-08-11
1
-3
/
+4
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
virtio: add context flag to find vqs
Michael S. Tsirkin
2017-05-02
1
-3
/
+15
*
virtio: wrap find_vqs
Michael S. Tsirkin
2017-05-02
1
-0
/
+9
*
virtio: provide a method to get the IRQ affinity mask for a virtqueue
Christoph Hellwig
2017-02-27
1
-0
/
+3
*
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
2017-02-27
1
-4
/
+5
*
virtio: new feature to detect IOMMU device quirk
Michael S. Tsirkin
2016-08-01
1
-0
/
+13
*
virtio: make find_vqs() checkpatch.pl-friendly
Stefan Hajnoczi
2016-01-12
1
-1
/
+1
*
virtio: add explicit big-endian support to memory accessors
Greg Kurz
2015-06-01
1
-1
/
+2
*
virtio: introduce virtio_is_little_endian() helper
Greg Kurz
2015-06-01
1
-6
/
+11
*
virtio: drop a useless config read
Michael S. Tsirkin
2015-04-01
1
-1
/
+0
*
virtio_config: reorder functions
Michael S. Tsirkin
2015-04-01
1
-8
/
+7
*
virtio: core support for config generation
Michael S. Tsirkin
2014-12-14
1
-4
/
+28
*
virtio_config: fix virtio_cread_bytes
Michael S. Tsirkin
2014-12-11
1
-1
/
+4
*
virtio: allow finalize_features to fail
Michael S. Tsirkin
2014-12-09
1
-1
/
+2
*
virtio_config: endian conversion for v1.0
Michael S. Tsirkin
2014-12-09
1
-3
/
+6
*
virtio: memory access APIs
Michael S. Tsirkin
2014-12-09
1
-0
/
+32
[next]