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
/
vdpa
/
vdpa_sim
/
vdpa_sim_blk.c
Age
Commit message (
Expand
)
Author
2022-12-28
vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()
ruanjinjie
2022-10-07
vdpa_sim_net: support feature provisioning
Jason Wang
2022-08-11
vdpa_sim_blk: add support for discard and write-zeroes
Stefano Garzarella
2022-08-11
vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSH
Stefano Garzarella
2022-08-11
vdpa_sim_blk: make vdpasim_blk_check_range usable by other requests
Stefano Garzarella
2022-08-11
vdpa_sim_blk: check if sector is 0 for commands other than read or write
Stefano Garzarella
2022-08-11
vdpa_sim: Implement suspend vdpa op
Eugenio PĂ©rez
2022-08-11
vdpa_sim_blk: set number of address spaces and virtqueue groups
Stefano Garzarella
2022-08-11
vdpa_sim_blk: call vringh_complete_iotlb() also in the error path
Stefano Garzarella
2022-08-11
vdpa_sim_blk: limit the number of request handled per batch
Stefano Garzarella
2022-08-11
vdpa_sim_blk: use dev_dbg() to print errors
Stefano Garzarella
2021-11-01
vdpa: Enable user to set mac and mtu of vdpa device
Parav Pandit
2021-07-03
vdpa_sim_blk: remove duplicate include of linux/blkdev.h
Wan Jiabing
2021-05-03
vdpa_sim_blk: add support for vdpa management tool
Stefano Garzarella
2021-05-03
vdpa_sim_blk: handle VIRTIO_BLK_T_GET_ID
Stefano Garzarella
2021-05-03
vdpa_sim_blk: implement ramdisk behaviour
Stefano Garzarella
2021-05-03
vdpa: add vdpa simulator for block device
Max Gurtovoy