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
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
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
/
vhost
/
vdpa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
vhost: fix caching attributes of MMIO regions by setting them explicitly
Kommula Shiva Shankar
1
-0
/
+1
2024-10-04
vhost_vdpa: assign irq bypass producer token correctly
Jason Wang
1
-3
/
+13
2024-08-14
vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler
Jason Wang
1
-7
/
+1
2023-11-28
vhost-vdpa: fix use after free in vhost_vdpa_probe()
Dan Carpenter
1
-1
/
+0
2023-09-03
vdpa: add get_backend_features vdpa operation
Eugenio Pérez
1
-0
/
+12
2023-09-03
vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend feature
Eugenio Pérez
1
-1
/
+2
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-06-09
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
1
-1
/
+1
2023-06-09
vhost_vdpa: support PACKED when setting-getting vring_base
Shannon Nelson
1
-4
/
+17
2023-06-08
vhost_vdpa: tell vqs about the negotiated
Shannon Nelson
1
-0
/
+13
2023-04-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-7
/
+37
2023-04-21
vhost_vdpa: fix unmap process in no-batch mode
Cindy Lu
1
-7
/
+1
2023-04-21
vhost-vdpa: use bind_mm/unbind_mm device callbacks
Stefano Garzarella
1
-0
/
+34
2023-04-21
vdpa: Add eventfd for the vdpa callback
Xie Yongji
1
-0
/
+2
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
1
-1
/
+2
2023-03-23
vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *
Greg Kroah-Hartman
1
-1
/
+1
2023-03-13
vhost-vdpa: free iommu domain after last use during cleanup
Gautam Dawar
1
-1
/
+2
2023-02-25
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+37
2023-02-24
Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2023-02-20
vhost-vdpa: print warning when vhost_vdpa_alloc_domain fails
Alvaro Karsz
1
-1
/
+4
2023-02-20
vhost-vdpa: uAPI to resume the device
Sebastien Boeuf
1
-0
/
+18
2023-02-20
vhost-vdpa: Introduce RESUME backend feature bit
Sebastien Boeuf
1
-1
/
+15
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-01-25
iommu: Add a gfp parameter to iommu_map()
Jason Gunthorpe
1
-1
/
+1
2022-12-28
vhost_vdpa: fix the crash in unmap a large memory
Cindy Lu
1
-20
/
+26
2022-12-28
vhost-vdpa: fix an iotlb memory leak
Stefano Garzarella
1
-4
/
+8
2022-08-11
vhost-vdpa: uAPI to suspend the device
Eugenio Pérez
1
-0
/
+19
2022-08-11
vhost-vdpa: introduce SUSPEND backend feature bit
Eugenio Pérez
1
-1
/
+15
2022-08-11
vhost-vdpa: Call ida_simple_remove() when failed
Bo Liu
1
-0
/
+1
2022-08-11
vdpa: Use device_iommu_capable()
Robin Murphy
1
-1
/
+1
2022-06-27
vhost-vdpa: call vhost_vdpa_cleanup during the release
Stefano Garzarella
1
-1
/
+1
2022-06-09
vdpa: make get_vq_group and set_group_asid optional
Jason Wang
1
-0
/
+2
2022-05-31
vhost-vdpa: return -EFAULT on copy_to_user() failure
Dan Carpenter
1
-3
/
+5
2022-05-31
vhost-vdpa: support ASID based IOTLB API
Gautam Dawar
1
-19
/
+92
2022-05-31
vhost-vdpa: introduce uAPI to set group ASID
Gautam Dawar
1
-0
/
+8
2022-05-31
vhost-vdpa: uAPI to get virtqueue group id
Gautam Dawar
1
-0
/
+8
2022-05-31
vhost-vdpa: introduce uAPI to get the number of address spaces
Gautam Dawar
1
-0
/
+3
2022-05-31
vhost-vdpa: introduce uAPI to get the number of virtqueue groups
Gautam Dawar
1
-0
/
+4
2022-05-31
vhost-vdpa: introduce asid based IOTLB
Gautam Dawar
1
-25
/
+72
2022-05-31
vhost: support ASID in IOTLB API
Gautam Dawar
1
-1
/
+4
2022-05-31
vdpa: multiple address spaces support
Gautam Dawar
1
-5
/
+9
2022-05-31
vhost-vdpa: switch to use vhost-vdpa specific IOTLB
Gautam Dawar
1
-8
/
+10
2022-05-31
vhost-vdpa: passing iotlb to IOMMU mapping helpers
Gautam Dawar
1
-30
/
+37
2022-03-28
vdpa: support exposing the count of vqs to userspace
Longpeng
1
-0
/
+13
2022-03-28
vdpa: change the type of nvqs to u32
Longpeng
1
-4
/
+6
2022-03-28
vdpa: support exposing the config size to userspace
Longpeng
1
-0
/
+17
2022-03-28
vhost_vdpa: don't setup irq offloading when irq_num < 0
Zhu Lingshan
1
-1
/
+4
2022-03-04
vdpa: factor out vdpa_set_features_unlocked for vdpa internal use
Si-Wei Liu
1
-1
/
+1
2022-01-14
vdpa: Protect vdpa reset with cf_mutex
Eli Cohen
1
-1
/
+1
2022-01-14
vdpa: Avoid taking cf_mutex lock on get status
Eli Cohen
1
-2
/
+3
[next]