summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-6/+3
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-31/+31
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook9-42/+43
2026-02-09vduse: avoid adding implicit paddingArnd Bergmann1-26/+14
2026-02-04vdpa/mlx5: update MAC address handling in mlx5_vdpa_set_attr()Cindy Lu1-6/+3
2026-02-04vdpa/mlx5: reuse common function for MAC address updatesCindy Lu1-60/+71
2026-02-04vdpa/mlx5: update mlx_features with driver state checkCindy Lu1-2/+11
2026-01-28vduse: bump version numberEugenio Pérez1-2/+15
2026-01-28vduse: add vq group asid supportEugenio Pérez1-133/+252
2026-01-28vduse: merge tree search logic of IOTLB_GET_FD and IOTLB_GET_INFO ioctlsEugenio Pérez1-46/+56
2026-01-28vduse: take out allocations from vduse_dev_alloc_coherentEugenio Pérez3-26/+20
2026-01-28vduse: remove unused vaddr parameter of vduse_domain_free_coherentEugenio Pérez3-5/+3
2026-01-28vduse: refactor vdpa_dev_add for goto err handlingEugenio Pérez1-8/+14
2026-01-28vduse: return internal vq group struct as map tokenEugenio Pérez1-9/+91
2026-01-28vduse: add vq group supportEugenio Pérez1-5/+42
2026-01-28vhost: move vdpa group bound check to vhost_vdpaEugenio Pérez2-9/+0
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2025-11-27vduse: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+2
2025-11-27vdpa/pds: use %pe for ERR_PTR() in event handler registrationAlok Tiwari1-1/+1
2025-11-27virtio: vdpa: Fix reference count leak in octep_sriov_enable()Miaoqian Lin1-0/+1
2025-11-27vdpa/mlx5: Fix incorrect error code reporting in query_virtqueuesAlok Tiwari1-1/+1
2025-11-17mm: make INVALID_PHYS_ADDR a generic macroAnshuman Khandual1-2/+0
2025-11-11mlx5: Fix default values in create CQAkiva Goldberger1-4/+2
2025-10-01vduse: Use fixed 4KB bounce pages for non-4KB page sizeSheng Zhao2-42/+95
2025-10-01vduse: switch to use virtio map API instead of DMA APIJason Wang4-48/+42
2025-10-01vdpa: introduce map opsJason Wang10-11/+19
2025-10-01vdpa: support virtio_mapJason Wang11-17/+20
2025-08-01vdpa: Fix IDR memory leak in VDUSE module exitAnders Roxell1-0/+1
2025-08-01vdpa/mlx5: Fix release of uninitialized resources on error pathDragos Tatulea2-4/+9
2025-08-01vdpa/mlx5: Fix needs_teardown flag calculationDragos Tatulea1-1/+1
2025-05-27vdpa/octeon_ep: Control PCI dev enabling manuallyPhilipp Stanner1-5/+12
2025-02-25vduse: add virtio_fs to allowed dev idEugenio Pérez1-0/+1
2025-02-25vdpa/mlx5: Fix oversized null mkey longer than 32bitSi-Wei Liu1-2/+5
2025-02-25vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machinesKonstantin Shkolnyy1-0/+3
2025-01-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-70/+165
2025-01-27vdpa/octeon_ep: read vendor-specific PCI capabilityShijith Thotton3-2/+58
2025-01-27vdpa/octeon_ep: handle device config change eventsSatha Rao1-0/+8
2025-01-27vdpa/octeon_ep: enable support for multiple interrupts per deviceShijith Thotton3-39/+62
2025-01-27vdpa: solidrun: Replace deprecated PCI functionsPhilipp Stanner1-29/+28
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+2
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2025-01-08vdpa/vp_vdpa: implement kick_vq_with_data callbackYuxue Liu1-0/+9
2024-12-23net/mlx5: fs, add counter object to flow destinationMoshe Shemesh1-2/+2
2024-11-13vdpa/mlx5: Fix suboptimal range on iotlb iterationSi-Wei Liu1-3/+1
2024-11-13vdpa/mlx5: Fix PA offset with unaligned starting iotlb mapSi-Wei Liu1-3/+5
2024-11-08vdpa/mlx5: Fix error path during device addDragos Tatulea1-16/+5
2024-11-06vp_vdpa: fix id_table array not null terminated errorXiaoguang Wang1-3/+7
2024-11-06vDPA/ifcvf: Fix pci_read_config_byte() return code handlingYuan Can1-1/+1
2024-11-06vdpa: solidrun: Fix UB bug with devresPhilipp Stanner1-4/+10