index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virtio
Age
Commit message (
Expand
)
Author
Lines
2024-11-15
virtio_ring: split: record extras for indirect buffers
Xuan Zhuo
-60
/
+52
2024-11-15
virtio_ring: introduce vring_need_unmap_buffer
Xuan Zhuo
-15
/
+12
2024-11-13
virtio-pci: Introduce APIs to execute device parts admin commands
Yishai Hadas
-1
/
+355
2024-11-13
virtio: Manage device and driver capabilities via the admin commands
Yishai Hadas
-2
/
+116
2024-11-13
virtio: Extend the admin command to include the result size
Yishai Hadas
-1
/
+3
2024-11-12
virtio_vdpa: remove redundant check on desc
Colin Ian King
-2
/
+1
2024-11-12
virtio: Make vring_new_virtqueue support packed vring
Wenyu Huang
-106
/
+121
2024-11-07
virtio-mem: s390 support
David Hildenbrand
-6
/
+6
2024-11-06
virtio_pci: Fix admin vq cleanup by using correct info pointer
Feng Liu
-17
/
+20
2024-10-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-1
/
+1
2024-09-26
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-0
/
+18
2024-09-25
virtio_ring: tag event_triggered as racy for KCSAN
Michael S. Tsirkin
-1
/
+1
2024-09-10
virtio_balloon: introduce memory scan/reclaim info
zhenwei pi
-0
/
+9
2024-09-10
virtio_balloon: introduce memory allocation stall counter
zhenwei pi
-0
/
+8
2024-09-10
virtio_balloon: introduce oom-kill invocations
zhenwei pi
-0
/
+1
2024-08-15
virtio: allow driver to disable the configure change notification
Jason Wang
-3
/
+36
2024-08-15
virtio: rename virtio_config_enabled to virtio_config_core_enabled
Jason Wang
-11
/
+11
2024-07-29
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-157
/
+236
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-15
/
+14
2024-07-20
Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+1
2024-07-19
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+1
2024-07-17
virtio_pci_modern: remove admin queue serialization lock
Jiri Pirko
-7
/
+0
2024-07-17
virtio_pci_modern: use completion instead of busy loop to wait on admin cmd r...
Jiri Pirko
-16
/
+74
2024-07-17
virtio_pci_modern: pass cmd as an identification token
Jiri Pirko
-3
/
+3
2024-07-17
virtio_pci_modern: create admin queue of queried size
Jiri Pirko
-2
/
+1
2024-07-17
virtio: create admin queues alongside other virtqueues
Jiri Pirko
-92
/
+46
2024-07-17
virtio_pci: pass vq info as an argument to vp_setup_vq()
Jiri Pirko
-6
/
+10
2024-07-17
virtio: push out code to vp_avq_index()
Jiri Pirko
-10
/
+21
2024-07-17
virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer as static
Jiri Pirko
-11
/
+2
2024-07-17
virtio_pci: introduce vector allocation fallback for slow path virtqueues
Jiri Pirko
-9
/
+51
2024-07-17
virtio_pci: pass vector policy enum to vp_find_one_vq_msix()
Jiri Pirko
-8
/
+9
2024-07-17
virtio_pci: pass vector policy enum to vp_find_vqs_msix()
Jiri Pirko
-3
/
+13
2024-07-17
virtio_pci: simplify vp_request_msix_vectors() call a bit
Jiri Pirko
-2
/
+4
2024-07-17
virtio_pci: push out single vq find code to vp_find_one_vq_msix()
Jiri Pirko
-27
/
+41
2024-07-17
virtio: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
-3
/
+3
2024-07-17
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
-4
/
+5
2024-07-17
virtio_balloon: convert to use virtio_find_vqs_info()
Jiri Pirko
-21
/
+13
2024-07-17
virtio: rename find_vqs_info() op to find_vqs()
Jiri Pirko
-5
/
+5
2024-07-17
virtio: convert find_vqs() op implementations to find_vqs_info()
Jiri Pirko
-15
/
+14
2024-07-17
virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()
Jiri Pirko
-30
/
+32
2024-07-12
virtio: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-07-09
virtio: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+2
2024-07-09
virtio_balloon: separate vm events into a function
zhenwei pi
-14
/
+29
2024-07-04
virtio_ring: fix KMSAN error for premapped mode
Xuan Zhuo
-1
/
+3
2024-07-03
mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...
David Hildenbrand
-9
/
+2
2024-07-03
mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...
David Hildenbrand
-6
/
+12
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
-1
/
+1
2024-06-26
virtio-mem: Enable virtio-mem for RISC-V
Björn Töpel
-1
/
+1
[prev]
[next]