index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-16
virtio: delete vq in vp_find_vqs_msix() when request_irq() fails
Jiri Pirko
1
-1
/
+3
2024-04-13
virtio: reenable config if freezing device failed
David Hildenbrand
1
-2
/
+8
2023-11-08
virtio-mmio: fix memory leak of vm_dev
Maximilian Heyne
1
-5
/
+14
2023-11-08
virtio_balloon: Fix endless deflation and inflation on arm64
Gavin Shan
1
-1
/
+5
2023-08-30
virtio-mmio: don't break lifecycle of vm_dev
Wolfram Sang
1
-3
/
+2
2023-08-30
virtio-mmio: Use to_virtio_mmio_device() to simply code
Tang Bin
1
-2
/
+1
2023-08-30
virtio-mmio: convert to devm_platform_ioremap_resource
Yangtao Li
1
-12
/
+3
2023-08-11
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2022-07-21
virtio_mmio: Restore guest page size on resume
Stephan Gerhold
1
-0
/
+3
2022-07-21
virtio_mmio: Add missing PM calls to freeze/restore
Stephan Gerhold
1
-0
/
+23
2022-06-25
virtio-pci: Remove wrong address verification in vp_del_vqs()
Murilo Opsfelder Araujo
1
-2
/
+1
2022-06-25
virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed
chengkaitao
1
-0
/
+1
2022-03-16
virtio: acknowledge all features before access
Michael S. Tsirkin
1
-18
/
+21
2022-03-16
virtio: unexport virtio_finalize_features
Michael S. Tsirkin
1
-2
/
+1
2021-10-20
virtio: write back F_VERSION_1 before validate
Halil Pasic
1
-0
/
+11
2021-09-03
virtio_pci: Support surprise removal of virtio pci device
Parav Pandit
1
-0
/
+7
2021-09-03
virtio: Improve vq->broken access to avoid any compiler optimization
Parav Pandit
1
-2
/
+4
2020-08-26
virtio_ring: Avoid loop when vq is broken in virtqueue_poll
Mao Wenan
1
-0
/
+3
2020-02-24
virtio_balloon: prevent pfn array overflow
Michael S. Tsirkin
1
-0
/
+2
2019-12-17
virtio-balloon: fix managed page counts when migrating pages between zones
David Hildenbrand
1
-0
/
+11
2019-12-01
virtio_ring: fix return code on DMA mapping fails
Halil Pasic
1
-1
/
+1
2019-05-10
virtio_pci: fix a NULL pointer reference in vp_del_vqs
Longpeng
1
-3
/
+5
2019-04-17
virtio: Honour 'may_reduce_num' in vring_create_virtqueue
Cornelia Huck
1
-0
/
+2
2018-08-24
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-62
/
+97
2018-08-22
virtio: pci-legacy: Validate queue pfn
Suzuki K Poulose
1
-2
/
+12
2018-08-22
virtio: mmio-v1: Validate queue PFN
Suzuki K Poulose
1
-2
/
+18
2018-08-22
virtio_balloon: replace oom notifier with shrinker
Wei Wang
1
-51
/
+59
2018-08-22
virtio-balloon: kzalloc the vb struct
Wei Wang
1
-4
/
+1
2018-08-22
virtio-balloon: remove BUG() in init_vqs
Wei Wang
1
-3
/
+7
2018-08-11
virtio: Make vp_set_vq_affinity() take a mask.
Caleb Raitto
2
-5
/
+4
2018-07-30
virtio_balloon: fix another race between migration and ballooning
Jiang Biao
1
-0
/
+2
2018-06-16
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-0
/
+44
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-3
/
+4
2018-06-12
virtio_pci: support enabling VFs
Tiwei Bie
2
-0
/
+44
2018-04-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+6
2018-04-10
virtio_balloon: export hugetlb page allocation counts
Jonathan Helman
1
-0
/
+6
2018-04-05
headers: untangle kmemleak.h from mm.h
Randy Dunlap
1
-1
/
+0
2018-03-01
virtio_ring: fix num_free handling in error case
Tiwei Bie
1
-2
/
+0
2018-02-01
virtio_pci: don't kfree device on register failure
weiping zhang
1
-2
/
+6
2018-02-01
virtio: split device_register into device_initialize and device_add
weiping zhang
1
-3
/
+15
2018-02-01
virtio: make VIRTIO a menuconfig to ease disabling it all
Vincent Legoll
1
-2
/
+6
2018-01-31
virtio: virtio_mmio: make of_device_ids const.
Arvind Yadav
1
-1
/
+1
2018-01-31
virtio-mmio: Use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
1
-3
/
+1
2018-01-31
virtio_balloon: include disk/file caches memory statistics
Tomáš Golembiovský
1
-0
/
+4
2017-12-14
virtio_mmio: fix devm cleanup
Mark Rutland
1
-34
/
+9
2017-12-07
virtio_mmio: add cleanup for virtio_mmio_remove
weiping zhang
1
-0
/
+6
2017-12-07
virtio_mmio: add cleanup for virtio_mmio_probe
weiping zhang
1
-10
/
+41
2017-12-01
virtio_balloon: fix increment of vb->num_pfns in fill_balloon()
Jan Stancek
1
-2
/
+1
2017-12-01
virtio: release virtio index when fail to device_register
weiping zhang
1
-0
/
+2
[next]