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
/
drivers
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-03-18
2
-6
/
+3
|
\
|
*
virtio: remove export for virtio_config_{enable, disable}
Xianting Tian
2021-03-14
1
-4
/
+2
|
*
virtio-mmio: Use to_virtio_mmio_device() to simply code
Tang Bin
2021-03-14
1
-2
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-02-26
1
-15
/
+28
|
\
\
|
|
/
|
/
|
|
*
virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplug
David Hildenbrand
2021-02-26
1
-14
/
+27
|
*
mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCE
David Hildenbrand
2021-02-26
1
-1
/
+1
*
|
virtio-input: add multi-touch support
Mathias Crombez
2021-02-23
1
-1
/
+10
*
|
virtio_mmio: fix one typo
Xianting Tian
2021-02-23
1
-1
/
+1
*
|
virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT.
Colin Xu
2021-02-23
1
-0
/
+15
*
|
virtio_vdpa: don't warn when fail to disable vq
Jason Wang
2021-02-23
1
-2
/
+1
*
|
virtio-pci: introduce modern device module
Jason Wang
2021-02-23
5
-643
/
+610
*
|
virito-pci-modern: rename map_capability() to vp_modern_map_capability()
Jason Wang
2021-02-23
1
-16
/
+30
*
|
virtio-pci-modern: introduce helper to get notification offset
Jason Wang
2021-02-23
1
-5
/
+16
*
|
virtio-pci-modern: introduce helper for getting queue nums
Jason Wang
2021-02-23
1
-1
/
+12
*
|
virtio-pci-modern: introduce helper for setting/geting queue size
Jason Wang
2021-02-23
1
-2
/
+32
*
|
virtio-pci-modern: introduce helper to set/get queue_enable
Jason Wang
2021-02-23
1
-6
/
+31
*
|
virtio-pci-modern: introduce vp_modern_queue_address()
Jason Wang
2021-02-23
1
-6
/
+27
*
|
virtio-pci-modern: introduce vp_modern_set_queue_vector()
Jason Wang
2021-02-23
1
-12
/
+23
*
|
virtio-pci-modern: introduce vp_modern_generation()
Jason Wang
2021-02-23
1
-3
/
+14
*
|
virtio-pci-modern: introduce helpers for setting and getting features
Jason Wang
2021-02-23
1
-10
/
+33
*
|
virtio-pci-modern: introduce helpers for setting and getting status
Jason Wang
2021-02-23
1
-8
/
+29
*
|
virtio-pci-modern: introduce helper to set config vector
Jason Wang
2021-02-23
1
-2
/
+14
*
|
virtio-pci-modern: introduce vp_modern_remove()
Jason Wang
2021-02-23
1
-2
/
+12
*
|
virtio-pci-modern: factor out modern device initialization logic
Jason Wang
2021-02-23
1
-14
/
+36
*
|
virtio-pci: split out modern device
Jason Wang
2021-02-23
2
-79
/
+105
*
|
virtio-pci: do not access iomem via struct virtio_pci_device directly
Jason Wang
2021-02-23
1
-30
/
+46
*
|
virtio-mem: Assign boolean values to a bool variable
Jiapeng Zhong
2021-02-23
1
-1
/
+1
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-12-24
2
-506
/
+1291
|
\
|
*
virtio_ring: Fix two use after free bugs
Dan Carpenter
2020-12-18
1
-2
/
+2
|
*
virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed()
Dan Carpenter
2020-12-18
1
-2
/
+2
|
*
virtio-mem: Big Block Mode (BBM) - safe memory hotunplug
David Hildenbrand
2020-12-18
1
-2
/
+95
|
*
virtio-mem: Big Block Mode (BBM) - basic memory hotunplug
David Hildenbrand
2020-12-18
1
-1
/
+155
|
*
virtio-mem: allow to force Big Block Mode (BBM) and set the big block size
David Hildenbrand
2020-12-18
1
-3
/
+28
|
*
virtio-mem: Big Block Mode (BBM) memory hotplug
David Hildenbrand
2020-12-18
1
-119
/
+441
|
*
virtio-mem: factor out adding/removing memory from Linux
David Hildenbrand
2020-12-18
1
-34
/
+73
|
*
virtio-mem: memory notifier callbacks are specific to Sub Block Mode (SBM)
David Hildenbrand
2020-12-18
1
-14
/
+15
|
*
virito-mem: existing (un)plug functions are specific to Sub Block Mode (SBM)
David Hildenbrand
2020-12-18
1
-47
/
+43
|
*
virtio-mem: memory block ids are specific to Sub Block Mode (SBM)
David Hildenbrand
2020-12-18
1
-23
/
+23
|
*
virtio-mem: nb_sb_per_mb and subblock_size are specific to Sub Block Mode (SBM)
David Hildenbrand
2020-12-18
1
-48
/
+48
|
*
virito-mem: subblock states are specific to Sub Block Mode (SBM)
David Hildenbrand
2020-12-18
1
-63
/
+69
|
*
virtio-mem: memory block states are specific to Sub Block Mode (SBM)
David Hildenbrand
2020-12-18
1
-106
/
+109
|
*
virito-mem: document Sub Block Mode (SBM)
David Hildenbrand
2020-12-18
1
-0
/
+15
|
*
virtio-mem: generalize handling when memory is getting onlined deferred
David Hildenbrand
2020-12-18
1
-32
/
+63
|
*
virtio-mem: don't always trigger the workqueue when offlining memory
David Hildenbrand
2020-12-18
1
-12
/
+28
|
*
virtio-mem: drop last_mb_id
David Hildenbrand
2020-12-18
1
-4
/
+0
|
*
virtio-mem: generalize virtio_mem_overlaps_range()
David Hildenbrand
2020-12-18
1
-7
/
+3
|
*
virtio-mem: generalize virtio_mem_owned_mb()
David Hildenbrand
2020-12-18
1
-4
/
+5
|
*
virtio-mem: generalize check for added memory
David Hildenbrand
2020-12-18
1
-4
/
+15
|
*
virtio-mem: retry fake-offlining via alloc_contig_range() on ZONE_MOVABLE
David Hildenbrand
2020-12-18
1
-11
/
+26
|
*
virtio-mem: factor out handling of fake-offline pages in memory notifier
David Hildenbrand
2020-12-18
1
-23
/
+50
[next]