index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vhost
/
vdpa.c
Age
Commit message (
Expand
)
Author
2023-04-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2023-04-21
vhost_vdpa: fix unmap process in no-batch mode
Cindy Lu
2023-04-21
vhost-vdpa: use bind_mm/unbind_mm device callbacks
Stefano Garzarella
2023-04-21
vdpa: Add eventfd for the vdpa callback
Xie Yongji
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2023-03-23
vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *
Greg Kroah-Hartman
2023-03-13
vhost-vdpa: free iommu domain after last use during cleanup
Gautam Dawar
2023-02-25
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2023-02-24
Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-02-20
vhost-vdpa: print warning when vhost_vdpa_alloc_domain fails
Alvaro Karsz
2023-02-20
vhost-vdpa: uAPI to resume the device
Sebastien Boeuf
2023-02-20
vhost-vdpa: Introduce RESUME backend feature bit
Sebastien Boeuf
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-01-25
iommu: Add a gfp parameter to iommu_map()
Jason Gunthorpe
2022-12-28
vhost_vdpa: fix the crash in unmap a large memory
Cindy Lu
2022-12-28
vhost-vdpa: fix an iotlb memory leak
Stefano Garzarella
2022-08-11
vhost-vdpa: uAPI to suspend the device
Eugenio Pérez
2022-08-11
vhost-vdpa: introduce SUSPEND backend feature bit
Eugenio Pérez
2022-08-11
vhost-vdpa: Call ida_simple_remove() when failed
Bo Liu
2022-08-11
vdpa: Use device_iommu_capable()
Robin Murphy
2022-06-27
vhost-vdpa: call vhost_vdpa_cleanup during the release
Stefano Garzarella
2022-06-09
vdpa: make get_vq_group and set_group_asid optional
Jason Wang
2022-05-31
vhost-vdpa: return -EFAULT on copy_to_user() failure
Dan Carpenter
2022-05-31
vhost-vdpa: support ASID based IOTLB API
Gautam Dawar
2022-05-31
vhost-vdpa: introduce uAPI to set group ASID
Gautam Dawar
2022-05-31
vhost-vdpa: uAPI to get virtqueue group id
Gautam Dawar
2022-05-31
vhost-vdpa: introduce uAPI to get the number of address spaces
Gautam Dawar
2022-05-31
vhost-vdpa: introduce uAPI to get the number of virtqueue groups
Gautam Dawar
2022-05-31
vhost-vdpa: introduce asid based IOTLB
Gautam Dawar
2022-05-31
vhost: support ASID in IOTLB API
Gautam Dawar
2022-05-31
vdpa: multiple address spaces support
Gautam Dawar
2022-05-31
vhost-vdpa: switch to use vhost-vdpa specific IOTLB
Gautam Dawar
2022-05-31
vhost-vdpa: passing iotlb to IOMMU mapping helpers
Gautam Dawar
2022-03-28
vdpa: support exposing the count of vqs to userspace
Longpeng
2022-03-28
vdpa: change the type of nvqs to u32
Longpeng
2022-03-28
vdpa: support exposing the config size to userspace
Longpeng
2022-03-28
vhost_vdpa: don't setup irq offloading when irq_num < 0
Zhu Lingshan
2022-03-04
vdpa: factor out vdpa_set_features_unlocked for vdpa internal use
Si-Wei Liu
2022-01-14
vdpa: Protect vdpa reset with cf_mutex
Eli Cohen
2022-01-14
vdpa: Avoid taking cf_mutex lock on get status
Eli Cohen
2022-01-14
vdpa: Allow to configure max data virtqueues
Eli Cohen
2022-01-14
vdpa: Sync calls set/get config/status with cf_mutex
Eli Cohen
2022-01-14
vdpa: Provide interface to read driver features
Eli Cohen
2022-01-14
vdpa: clean up get_config_size ret value handling
Laura Abbott
2022-01-14
vdpa: Avoid duplicate call to vp_vdpa get_status
Eugenio Pérez
2021-12-08
vdpa: check that offsets are within bounds
Dan Carpenter
2021-11-24
vhost-vdpa: clean irqs before reseting vdpa device
Wu Zongyong
2021-11-01
vdpa: Introduce and use vdpa device get, set config helpers
Parav Pandit
2021-10-13
vhost-vdpa: Fix the wrong input in config_cb
Cindy Lu
2021-10-13
vhost_vdpa: unset vq irq before freeing irq
Wu Zongyong
[next]