index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-28
vfio: selftests: Rename vfio_util.h to libvfio.h
David Matlack
11
-13
/
+13
2025-11-28
vfio: selftests: Stop passing device for IOMMU operations
David Matlack
4
-65
/
+22
2025-11-28
vfio: selftests: Move IOVA allocator into iova_allocator.c
David Matlack
3
-71
/
+95
2025-11-28
vfio: selftests: Move IOMMU library code into iommu.c
David Matlack
4
-453
/
+527
2025-11-28
vfio: selftests: Rename struct vfio_dma_region to dma_region
David Matlack
4
-21
/
+21
2025-11-28
vfio: selftests: Upgrade driver logging to dev_err()
David Matlack
2
-4
/
+4
2025-11-28
vfio: selftests: Prefix logs with device BDF where relevant
David Matlack
4
-25
/
+30
2025-11-28
vfio: selftests: Eliminate overly chatty logging
David Matlack
1
-14
/
+0
2025-11-28
vfio: selftests: Support multiple devices in the same container/iommufd
David Matlack
5
-50
/
+107
2025-11-28
vfio: selftests: Introduce struct iommu
David Matlack
2
-42
/
+49
2025-11-28
vfio: selftests: Rename struct vfio_iommu_mode to iommu_mode
David Matlack
2
-4
/
+4
2025-11-28
vfio: selftests: Allow passing multiple BDFs on the command line
David Matlack
2
-11
/
+48
2025-11-28
vfio: selftests: Split run.sh into separate scripts
David Matlack
5
-99
/
+140
2025-11-28
vfio: selftests: Move run.sh into scripts directory
David Matlack
2
-1
/
+3
2025-11-28
Merge tag 'vfio-v6.18-rc6' into v6.19/vfio/next
Alex Williamson
4
-9
/
+288
2025-11-28
vfio/nvgrace-gpu: wait for the GPU mem to be ready
Ankit Agrawal
4
-13
/
+93
2025-11-28
vfio/nvgrace-gpu: Inform devmem unmapped after reset
Ankit Agrawal
1
-1
/
+25
2025-11-28
vfio/nvgrace-gpu: split the code to wait for GPU ready
Ankit Agrawal
1
-13
/
+18
2025-11-28
vfio: use vfio_pci_core_setup_barmap to map bar in mmap
Ankit Agrawal
1
-12
/
+3
2025-11-28
vfio/nvgrace-gpu: Add support for huge pfnmap
Ankit Agrawal
1
-22
/
+59
2025-11-28
vfio: refactor vfio_pci_mmap_huge_fault function
Ankit Agrawal
2
-27
/
+40
2025-11-28
dma-buf: fix integer overflow in fill_sg_entry() for buffers >= 8GiB
Alex Mastro
1
-1
/
+1
2025-11-28
vfio/pci: Use RCU for error/request triggers to avoid circular locking
Alex Williamson
4
-41
/
+93
2025-11-20
Merge tag 'vfio-v6.19-dma-buf-v9+' into v6.19/vfio/next
Alex Williamson
23
-141
/
+1101
2025-11-20
vfio/nvgrace: Support get_dmabuf_phys
Jason Gunthorpe
1
-0
/
+52
2025-11-20
vfio/pci: Add dma-buf export support for MMIO regions
Leon Romanovsky
9
-5
/
+453
2025-11-20
vfio/pci: Enable peer-to-peer DMA transactions by default
Leon Romanovsky
1
-0
/
+5
2025-11-20
vfio/pci: Share the core device pointer while invoking feature functions
Vivek Kasireddy
1
-17
/
+13
2025-11-20
vfio: Export vfio device get and put registration helpers
Vivek Kasireddy
2
-0
/
+4
2025-11-20
dma-buf: provide phys_vec to scatter-gather mapping routine
Leon Romanovsky
4
-1
/
+277
2025-11-20
PCI/P2PDMA: Document DMABUF model
Jason Gunthorpe
1
-23
/
+74
2025-11-20
PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
Leon Romanovsky
2
-41
/
+58
2025-11-20
PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
Leon Romanovsky
2
-31
/
+131
2025-11-20
PCI/P2PDMA: Simplify bus address mapping API
Leon Romanovsky
5
-10
/
+9
2025-11-20
PCI/P2PDMA: Separate the mmap() support from the core logic
Leon Romanovsky
2
-25
/
+37
2025-11-12
vfio: Remove the get_region_info op
Jason Gunthorpe
2
-30
/
+22
2025-11-12
vfio: Move the remaining drivers to get_region_info_caps
Jason Gunthorpe
4
-101
/
+29
2025-11-12
vfio/platform: Convert to get_region_info_caps
Jason Gunthorpe
4
-20
/
+11
2025-11-12
vfio/pci: Convert all PCI drivers to get_region_info_caps
Jason Gunthorpe
11
-150
/
+80
2025-11-12
vfio/ccw: Convert to get_region_info_caps
Jason Gunthorpe
1
-48
/
+7
2025-11-12
vfio/gvt: Convert to get_region_info_caps
Jason Gunthorpe
1
-71
/
+42
2025-11-12
vfio/mbochs: Convert mbochs to use vfio_info_add_capability()
Jason Gunthorpe
1
-52
/
+23
2025-11-12
vfio: Add get_region_info_caps op
Jason Gunthorpe
2
-4
/
+56
2025-11-12
vfio: Require drivers to implement get_region_info
Jason Gunthorpe
1
-4
/
+4
2025-11-12
vfio/gvt: Provide a get_region_info op
Jason Gunthorpe
1
-148
/
+147
2025-11-12
vfio/ccw: Provide a get_region_info op
Jason Gunthorpe
1
-18
/
+26
2025-11-12
vfio/cdx: Provide a get_region_info op
Jason Gunthorpe
1
-3
/
+4
2025-11-12
vfio/fsl: Provide a get_region_info op
Jason Gunthorpe
1
-24
/
+32
2025-11-12
vfio/platform: Provide a get_region_info op
Jason Gunthorpe
4
-22
/
+32
2025-11-12
vfio/mbochs: Provide a get_region_info op
Jason Gunthorpe
1
-25
/
+31
[next]