summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)AuthorFilesLines
10 daysVDUSE: avoid leaking information to userspaceJason Wang2-2/+2
10 daysvduse: take out allocations from vduse_dev_alloc_coherentEugenio Pérez3-24/+19
10 daysvduse: remove unused vaddr parameter of vduse_domain_free_coherentEugenio Pérez3-5/+3
10 daysvduse: Use fixed 4KB bounce pages for non-4KB page sizeSheng Zhao2-39/+102
2026-07-24vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iterZhang Tianci1-10/+27
2026-07-24vduse: Requeue failed read to send_list headZhang Tianci1-1/+7
2026-07-24vduse: hold vduse_lock across IDR lookup in open pathQihang Tang1-14/+7
2025-04-25vdpa/mlx5: Fix oversized null mkey longer than 32bitSi-Wei Liu1-2/+5
2024-12-14vdpa/mlx5: Fix suboptimal range on iotlb iterationSi-Wei Liu1-3/+1
2024-11-22vp_vdpa: fix id_table array not null terminated errorXiaoguang Wang1-3/+7
2024-11-22vdpa/mlx5: Fix PA offset with unaligned starting iotlb mapSi-Wei Liu1-3/+5
2024-11-17vDPA/ifcvf: Fix pci_read_config_byte() return code handlingYuan Can1-1/+1
2024-07-05vduse: Temporarily fail if control queue feature requestedMaxime Coquelin1-0/+5
2024-07-05vduse: validate block features only with block devicesMaxime Coquelin1-4/+5
2024-03-27vdpa/mlx5: Allow CVQ size changesJonah Palmer1-4/+9
2024-03-27vdpa_sim: reset must not runSteve Sistare1-1/+2
2024-01-26vdpa: Fix an error handling path in eni_vdpa_probe()Christophe JAILLET1-2/+4
2023-12-13vdpa/mlx5: preserve CVQ vringh indexSteve Sistare1-1/+6
2023-08-23vdpa: Enable strict validation for netlinks opsDragos Tatulea1-6/+0
2023-08-23vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length checkLin Ma1-0/+1
2023-08-23vdpa: Add queue index attr to vdpa_nl_policy for nlattr length checkLin Ma1-0/+1
2023-08-23vdpa: Add features attr to vdpa_nl_policy for nlattr length checkLin Ma1-0/+1
2023-08-23vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessaryEugenio Pérez3-3/+4
2023-08-23vdpa/mlx5: Fix mr->initialized semanticsDragos Tatulea2-27/+71
2023-08-23vduse: Use proper spinlock for IRQ injectionMaxime Coquelin1-4/+4
2023-06-14vduse: avoid empty string for dev nameSheng Zhao1-0/+3
2023-03-22vp_vdpa: fix the crash in hot unplug with vp_vdpaCindy Lu1-1/+1
2023-03-22vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez1-0/+11
2023-03-22vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez1-0/+2
2023-03-22vdpa/mlx5: should not activate virtq object when suspendedSi-Wei Liu2-1/+6
2023-03-11vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan1-21/+13
2023-03-11vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan2-5/+7
2023-03-11vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan1-3/+2
2023-03-11vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan1-12/+9
2023-03-11vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan1-11/+8
2023-03-11vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan1-12/+10
2023-03-11vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan1-12/+9
2023-03-11vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan1-17/+14
2023-03-11vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan1-16/+5
2023-03-11vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan3-7/+4
2023-02-22vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan1-1/+1
2023-01-24vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu1-0/+3
2023-01-24vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli1-0/+3
2023-01-24vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen3-59/+39
2023-01-24vdpa/mlx5: Avoid using reslock in event_handlerEli Cohen1-12/+4
2023-01-24vdpa/mlx5: Return error on vlan ctrl commands if not supportedEli Cohen1-0/+3
2023-01-12vdpasim: fix memory leak when freeing IOTLBsJason Wang1-1/+3
2023-01-12vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_removeRong Wang1-1/+1
2023-01-12vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella1-2/+1
2023-01-12vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2-2/+6