index
:
pub/scm/linux/kernel/git/mbenes/linux.git
master
Miroslav Benes's fork of linux.git
Miroslav Benes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vhost
/
vdpa.c
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
vhost-vdpa: protect config_ctx from being freed under the config callback
Yu Zhang
1
-7
/
+25
5 days
vhost-vdpa: don't install the eventfd_ctx_fdget() error in config_ctx
Yu Zhang
1
-8
/
+4
5 days
vhost/vdpa: reject VRING_NUM larger than device max
Jia Jia
1
-7
/
+37
2026-08-03
vhost/vdpa: reject overflowing PA map page counts on 32-bit
Yousef Alhouseen
1
-1
/
+8
2026-08-03
vhost_iotlb: bound map allocation in add_range
Linfeng Sun
1
-1
/
+8
2026-06-10
vhost/vdpa: validate virtqueue index in mmap and fault paths
Qihang Tang
1
-7
/
+22
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+5
2026-02-04
vhost: fix caching attributes of MMIO regions by setting them explicitly
Kommula Shiva Shankar
1
-0
/
+1
2026-01-28
vhost: forbid change vq groups ASID if DRIVER_OK is set
Eugenio Pérez
1
-0
/
+2
2026-01-28
vhost: move vdpa group bound check to vhost_vdpa
Eugenio Pérez
1
-1
/
+1
2025-10-01
vdpa: support virtio_map
Jason Wang
1
-2
/
+4
2025-06-20
irqbypass: Require producers to pass in Linux IRQ number during registration
Sean Christopherson
1
-2
/
+2
2025-06-20
irqbypass: Take ownership of producer/consumer token tracking
Sean Christopherson
1
-5
/
+3
2024-09-10
vhost_vdpa: assign irq bypass producer token correctly
Jason Wang
1
-3
/
+13
2024-08-06
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-7
/
+1
2024-07-26
vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler
Jason Wang
1
-7
/
+1
2024-07-04
vhost-vdpa: Use iommu_paging_domain_alloc()
Lu Baolu
1
-8
/
+6
2024-05-22
vhost-vdpa: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2024-03-19
vDPA: introduce get_vq_size to vdpa_config_ops
Zhu Lingshan
1
-0
/
+8
2024-03-19
vdpa: skip suspend/resume ops if not DRIVER_OK
Steve Sistare
1
-0
/
+6
2024-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-3
/
+23
2024-01-10
vdpa: Block vq property changes in DRIVER_OK
Dragos Tatulea
1
-0
/
+6
2024-01-10
vdpa: Track device suspended state
Dragos Tatulea
1
-2
/
+15
2024-01-08
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-2
/
+2
2023-12-27
vhost-vdpa: account iommu allocations
Pasha Tatashin
1
-1
/
+2
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-2
/
+2
2023-11-01
vhost-vdpa: fix use after free in vhost_vdpa_probe()
Dan Carpenter
1
-1
/
+0
2023-11-01
vhost-vdpa: clean iotlb map during reset for older userspace
Si-Wei Liu
1
-4
/
+16
2023-11-01
vhost-vdpa: introduce IOTLB_PERSIST backend feature bit
Si-Wei Liu
1
-0
/
+15
2023-11-01
vhost-vdpa: reset vendor specific mapping to initial state in .release
Si-Wei Liu
1
-0
/
+17
2023-11-01
vhost-vdpa: uAPI to get dedicated descriptor group id
Si-Wei Liu
1
-0
/
+10
2023-11-01
vhost-vdpa: introduce descriptor group backend feature
Si-Wei Liu
1
-0
/
+17
2023-09-03
vdpa: add get_backend_features vdpa operation
Eugenio Pérez
1
-0
/
+12
2023-09-03
vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend feature
Eugenio Pérez
1
-1
/
+2
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-06-09
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
1
-1
/
+1
2023-06-09
vhost_vdpa: support PACKED when setting-getting vring_base
Shannon Nelson
1
-4
/
+17
2023-06-08
vhost_vdpa: tell vqs about the negotiated
Shannon Nelson
1
-0
/
+13
2023-04-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-7
/
+37
2023-04-21
vhost_vdpa: fix unmap process in no-batch mode
Cindy Lu
1
-7
/
+1
2023-04-21
vhost-vdpa: use bind_mm/unbind_mm device callbacks
Stefano Garzarella
1
-0
/
+34
2023-04-21
vdpa: Add eventfd for the vdpa callback
Xie Yongji
1
-0
/
+2
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
1
-1
/
+2
2023-03-23
vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *
Greg Kroah-Hartman
1
-1
/
+1
2023-03-13
vhost-vdpa: free iommu domain after last use during cleanup
Gautam Dawar
1
-1
/
+2
2023-02-25
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+37
2023-02-24
Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2023-02-20
vhost-vdpa: print warning when vhost_vdpa_alloc_domain fails
Alvaro Karsz
1
-1
/
+4
2023-02-20
vhost-vdpa: uAPI to resume the device
Sebastien Boeuf
1
-0
/
+18
[next]