index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virtio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()
Koichiro Den
2024-12-10
1
-1
/
+5
*
virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()
Koichiro Den
2024-12-10
1
-1
/
+5
*
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-12-02
1
-1
/
+1
*
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2024-12-02
1
-1
/
+1
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-11-27
2
-108
/
+120
|
\
|
*
virtio_vdpa: remove redundant check on desc
Colin Ian King
2024-11-13
1
-2
/
+1
|
*
virtio: Make vring_new_virtqueue support packed vring
Wenyu Huang
2024-11-13
1
-106
/
+121
*
|
Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2024-11-27
2
-3
/
+473
|
\
\
|
*
|
virtio-pci: Introduce APIs to execute device parts admin commands
Yishai Hadas
2024-11-13
2
-1
/
+355
|
*
|
virtio: Manage device and driver capabilities via the admin commands
Yishai Hadas
2024-11-13
2
-2
/
+116
|
*
|
virtio: Extend the admin command to include the result size
Yishai Hadas
2024-11-13
1
-1
/
+3
*
|
|
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-11-21
1
-175
/
+181
|
\
\
\
|
*
|
|
virtio_ring: remove API virtqueue_set_dma_premapped
Xuan Zhuo
2024-11-16
1
-48
/
+0
|
*
|
|
virtio_ring: introduce add api for premapped
Xuan Zhuo
2024-11-16
1
-0
/
+48
|
*
|
|
virtio_ring: perform premapped operations based on per-buffer
Xuan Zhuo
2024-11-16
1
-48
/
+53
|
*
|
|
virtio_ring: packed: record extras for indirect buffers
Xuan Zhuo
2024-11-16
1
-24
/
+36
|
*
|
|
virtio_ring: split: record extras for indirect buffers
Xuan Zhuo
2024-11-16
1
-60
/
+52
|
*
|
|
virtio_ring: introduce vring_need_unmap_buffer
Xuan Zhuo
2024-11-16
1
-15
/
+12
|
|
|
/
|
|
/
|
*
|
|
Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2024-11-19
1
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
virtio-mem: s390 support
David Hildenbrand
2024-11-07
1
-6
/
+6
*
|
|
virtio_pci: Fix admin vq cleanup by using correct info pointer
Feng Liu
2024-11-06
3
-17
/
+20
|
|
/
|
/
|
*
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-10-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
virtio_ring: tag event_triggered as racy for KCSAN
Michael S. Tsirkin
2024-09-25
1
-1
/
+1
*
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-09-26
1
-0
/
+18
|
\
|
|
*
virtio_balloon: introduce memory scan/reclaim info
zhenwei pi
2024-09-10
1
-0
/
+9
|
*
virtio_balloon: introduce memory allocation stall counter
zhenwei pi
2024-09-10
1
-0
/
+8
|
*
virtio_balloon: introduce oom-kill invocations
zhenwei pi
2024-09-10
1
-0
/
+1
*
|
virtio: allow driver to disable the configure change notification
Jason Wang
2024-08-16
1
-3
/
+36
*
|
virtio: rename virtio_config_enabled to virtio_config_core_enabled
Jason Wang
2024-08-16
1
-11
/
+11
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-07-29
4
-157
/
+236
|
\
|
*
virtio_pci_modern: remove admin queue serialization lock
Jiri Pirko
2024-07-17
2
-7
/
+0
|
*
virtio_pci_modern: use completion instead of busy loop to wait on admin cmd r...
Jiri Pirko
2024-07-17
3
-16
/
+74
|
*
virtio_pci_modern: pass cmd as an identification token
Jiri Pirko
2024-07-17
1
-3
/
+3
|
*
virtio_pci_modern: create admin queue of queried size
Jiri Pirko
2024-07-17
1
-2
/
+1
|
*
virtio: create admin queues alongside other virtqueues
Jiri Pirko
2024-07-17
4
-92
/
+46
|
*
virtio_pci: pass vq info as an argument to vp_setup_vq()
Jiri Pirko
2024-07-17
1
-6
/
+10
|
*
virtio: push out code to vp_avq_index()
Jiri Pirko
2024-07-17
1
-10
/
+21
|
*
virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer as static
Jiri Pirko
2024-07-17
2
-11
/
+2
|
*
virtio_pci: introduce vector allocation fallback for slow path virtqueues
Jiri Pirko
2024-07-17
2
-9
/
+51
|
*
virtio_pci: pass vector policy enum to vp_find_one_vq_msix()
Jiri Pirko
2024-07-17
1
-8
/
+9
|
*
virtio_pci: pass vector policy enum to vp_find_vqs_msix()
Jiri Pirko
2024-07-17
1
-3
/
+13
|
*
virtio_pci: simplify vp_request_msix_vectors() call a bit
Jiri Pirko
2024-07-17
1
-2
/
+4
|
*
virtio_pci: push out single vq find code to vp_find_one_vq_msix()
Jiri Pirko
2024-07-17
1
-27
/
+41
|
*
virtio: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-07-17
1
-0
/
+1
*
|
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-25
1
-1
/
+1
|
\
\
|
*
|
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-07-03
1
-1
/
+1
*
|
|
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-22
1
-15
/
+14
|
\
\
\
|
*
|
|
mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...
David Hildenbrand
2024-07-04
1
-9
/
+2
|
*
|
|
mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...
David Hildenbrand
2024-07-04
1
-6
/
+12
|
|
/
/
*
|
|
Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-07-20
1
-1
/
+1
|
\
\
\
[next]