summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa_user
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-11/+10
2026-02-09vduse: avoid adding implicit paddingArnd Bergmann-26/+14
2026-01-28vduse: bump version numberEugenio Pérez-2/+15
2026-01-28vduse: add vq group asid supportEugenio Pérez-133/+252
2026-01-28vduse: merge tree search logic of IOTLB_GET_FD and IOTLB_GET_INFO ioctlsEugenio Pérez-46/+56
2026-01-28vduse: take out allocations from vduse_dev_alloc_coherentEugenio Pérez-26/+20
2026-01-28vduse: remove unused vaddr parameter of vduse_domain_free_coherentEugenio Pérez-5/+3
2026-01-28vduse: refactor vdpa_dev_add for goto err handlingEugenio Pérez-8/+14
2026-01-28vduse: return internal vq group struct as map tokenEugenio Pérez-9/+91
2026-01-28vduse: add vq group supportEugenio Pérez-5/+42
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+0
2025-11-27vduse: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+2
2025-11-16mm: make INVALID_PHYS_ADDR a generic macroAnshuman Khandual-2/+0
2025-10-01vduse: Use fixed 4KB bounce pages for non-4KB page sizeSheng Zhao-42/+95
2025-10-01vduse: switch to use virtio map API instead of DMA APIJason Wang-41/+41
2025-10-01vdpa: introduce map opsJason Wang-1/+2
2025-10-01vdpa: support virtio_mapJason Wang-1/+1
2025-08-01vdpa: Fix IDR memory leak in VDUSE module exitAnders Roxell-0/+1
2025-02-25vduse: add virtio_fs to allowed dev idEugenio Pérez-0/+1
2024-09-09vduse: avoid using __GFP_NOFAILJason Wang-8/+12
2024-03-19vduse: enable Virtio-net device typeMaxime Coquelin-0/+10
2024-03-19vduse: Temporarily fail if control queue feature requestedMaxime Coquelin-0/+5
2024-03-19vduse: validate block features only with block devicesMaxime Coquelin-4/+5
2024-03-19vduse: implement vdpa_config_ops.get_vq_size for vduseZhu Lingshan-0/+12
2024-03-19vduse: implement DMA sync callbacksMaxime Coquelin-3/+54
2023-12-21Merge branch 'vfs.file'Christian Brauner-1/+1
2023-12-12file: remove __receive_fd()Christian Brauner-1/+1
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner-3/+3
2023-11-01vduse: make vduse_class constantGreg Kroah-Hartman-19/+21
2023-08-10vduse: Use proper spinlock for IRQ injectionMaxime Coquelin-4/+4
2023-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+5
2023-07-03vduse: fix NULL pointer dereferenceMaxime Coquelin-1/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes-1/+1
2023-06-08vduse: avoid empty string for dev nameSheng Zhao-0/+3
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-63/+351
2023-04-21vduse: Support specifying bounce buffer size via sysfsXie Yongji-1/+44
2023-04-21vduse: Delay iova domain creationXie Yongji-22/+53
2023-04-21vduse: Signal vq trigger eventfd directly if possibleXie Yongji-4/+26
2023-04-21vduse: Add sysfs interface for irq callback affinityXie Yongji-11/+113
2023-04-21vduse: Support get_vq_affinity callbackXie Yongji-0/+9
2023-04-21vduse: Support set_vq_affinity callbackXie Yongji-7/+54
2023-04-21vduse: Refactor allocation for vduse virtqueuesXie Yongji-32/+66
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2023-02-06vduse: Remove include of rwlock.hSebastian Andrzej Siewior-1/+0
2022-12-28vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli-0/+3
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman-1/+1