summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_user
AgeCommit message (Expand)Author
2 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-06-10vduse: fix compat handling for VDUSE_IOTLB_GET_FD/VDUSE_VQ_GET_INFOArnd Bergmann
2026-06-10VDUSE: avoid leaking information to userspaceJason Wang
2026-06-10vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iterZhang Tianci
2026-06-10vduse: Requeue failed read to send_list headZhang Tianci
2026-06-10vduse: hold vduse_lock across IDR lookup in open pathQihang Tang
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-09vduse: avoid adding implicit paddingArnd Bergmann
2026-01-28vduse: bump version numberEugenio Pérez
2026-01-28vduse: add vq group asid supportEugenio Pérez
2026-01-28vduse: merge tree search logic of IOTLB_GET_FD and IOTLB_GET_INFO ioctlsEugenio Pérez
2026-01-28vduse: take out allocations from vduse_dev_alloc_coherentEugenio Pérez
2026-01-28vduse: remove unused vaddr parameter of vduse_domain_free_coherentEugenio Pérez
2026-01-28vduse: refactor vdpa_dev_add for goto err handlingEugenio Pérez
2026-01-28vduse: return internal vq group struct as map tokenEugenio Pérez
2026-01-28vduse: add vq group supportEugenio Pérez
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-27vduse: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2025-11-16mm: make INVALID_PHYS_ADDR a generic macroAnshuman Khandual
2025-10-01vduse: Use fixed 4KB bounce pages for non-4KB page sizeSheng Zhao
2025-10-01vduse: switch to use virtio map API instead of DMA APIJason Wang
2025-10-01vdpa: introduce map opsJason Wang
2025-10-01vdpa: support virtio_mapJason Wang
2025-08-01vdpa: Fix IDR memory leak in VDUSE module exitAnders Roxell
2025-02-25vduse: add virtio_fs to allowed dev idEugenio Pérez
2024-09-09vduse: avoid using __GFP_NOFAILJason Wang
2024-03-19vduse: enable Virtio-net device typeMaxime Coquelin
2024-03-19vduse: Temporarily fail if control queue feature requestedMaxime Coquelin
2024-03-19vduse: validate block features only with block devicesMaxime Coquelin
2024-03-19vduse: implement vdpa_config_ops.get_vq_size for vduseZhu Lingshan
2024-03-19vduse: implement DMA sync callbacksMaxime Coquelin
2023-12-21Merge branch 'vfs.file'Christian Brauner
2023-12-12file: remove __receive_fd()Christian Brauner
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-11-01vduse: make vduse_class constantGreg Kroah-Hartman
2023-08-10vduse: Use proper spinlock for IRQ injectionMaxime Coquelin
2023-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-07-03vduse: fix NULL pointer dereferenceMaxime Coquelin
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-08vduse: avoid empty string for dev nameSheng Zhao
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-04-21vduse: Support specifying bounce buffer size via sysfsXie Yongji
2023-04-21vduse: Delay iova domain creationXie Yongji
2023-04-21vduse: Signal vq trigger eventfd directly if possibleXie Yongji
2023-04-21vduse: Add sysfs interface for irq callback affinityXie Yongji
2023-04-21vduse: Support get_vq_affinity callbackXie Yongji
2023-04-21vduse: Support set_vq_affinity callbackXie Yongji
2023-04-21vduse: Refactor allocation for vduse virtqueuesXie Yongji