index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vfio
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-09
vfio: no need to pass kvm pointer during device open
Matthew Rosato
3
-7
/
+5
2023-02-09
vfio: fix deadlock between group lock and kvm lock
Matthew Rosato
3
-14
/
+108
2023-02-09
vfio: revert "iommu driver notify callback"
Steve Sistare
2
-12
/
+0
2023-02-09
vfio/type1: revert "implement notify callback"
Steve Sistare
1
-15
/
+0
2023-02-09
vfio/type1: revert "block on invalid vaddr"
Steve Sistare
1
-89
/
+5
2023-02-09
vfio/type1: restore locked_vm
Steve Sistare
1
-0
/
+35
2023-02-09
vfio/type1: track locked_vm per dma
Steve Sistare
1
-6
/
+17
2023-02-09
vfio/type1: prevent underflow of locked_vm via exec()
Steve Sistare
1
-27
/
+14
2023-02-09
vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
Steve Sistare
1
-2
/
+42
2023-02-03
Merge branch 'vfio-no-iommu' into iommufd.git for-next
Jason Gunthorpe
6
-12
/
+38
2023-02-03
vfio: Support VFIO_NOIOMMU with iommufd
Jason Gunthorpe
6
-12
/
+38
2023-02-01
vfio: platform: ignore missing reset if disabled at module init
Tomasz Duszynski
1
-2
/
+5
2023-01-30
vfio/mlx5: Improve the target side flow to reduce downtime
Yishai Hadas
2
-12
/
+105
2023-01-30
vfio/mlx5: Improve the source side flow upon pre_copy
Yishai Hadas
3
-34
/
+151
2023-01-30
vfio/mlx5: Check whether VF is migratable
Shay Drory
2
-0
/
+28
2023-01-30
vfio/mdev: Use sysfs_emit() to instead of sprintf()
Bo Liu
1
-1
/
+1
2023-01-30
Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...
Jason Gunthorpe
1
-4
/
+5
2023-01-25
iommu: Add a gfp parameter to iommu_map()
Jason Gunthorpe
1
-4
/
+5
2023-01-23
vfio/platform: Use GFP_KERNEL_ACCOUNT for userspace persistent allocations
Yishai Hadas
2
-5
/
+5
2023-01-23
vfio/fsl-mc: Use GFP_KERNEL_ACCOUNT for userspace persistent allocations
Yishai Hadas
2
-3
/
+3
2023-01-23
vfio/hisi: Use GFP_KERNEL_ACCOUNT for userspace persistent allocations
Yishai Hadas
1
-2
/
+2
2023-01-23
vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocations
Jason Gunthorpe
7
-14
/
+17
2023-01-23
vfio/mlx5: Allow loading of larger images than 512 MB
Yishai Hadas
2
-14
/
+16
2023-01-23
vfio/mlx5: Fix UBSAN note
Yishai Hadas
1
-3
/
+3
2023-01-23
vfio-mdev: turn VFIO_MDEV into a selectable symbol
Christoph Hellwig
1
-7
/
+1
2023-01-23
vfio: platform: No need to check res again
Angus Chen
1
-3
/
+0
2023-01-11
vfio/type1: Convert to iommu_group_has_isolated_msi()
Jason Gunthorpe
1
-13
/
+3
2023-01-10
vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()
Niklas Schnelle
1
-11
/
+20
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-12-15
Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
18
-429
/
+1435
2022-12-14
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-912
/
+1434
2022-12-12
vfio/mlx5: error pointer dereference in error handling
Dan Carpenter
1
-1
/
+1
2022-12-12
vfio/mlx5: fix error code in mlx5vf_precopy_ioctl()
Dan Carpenter
1
-1
/
+4
2022-12-12
Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2022-12-06
hisi_acc_vfio_pci: Enable PRE_COPY flag
Shameer Kolothum
1
-1
/
+1
2022-12-06
hisi_acc_vfio_pci: Move the dev compatibility tests for early check
Shameer Kolothum
2
-12
/
+8
2022-12-06
hisi_acc_vfio_pci: Introduce support for PRE_COPY state transitions
Shameer Kolothum
1
-3
/
+71
2022-12-06
hisi_acc_vfio_pci: Add support for precopy IOCTL
Shameer Kolothum
2
-0
/
+53
2022-12-06
vfio/mlx5: Enable MIGRATION_PRE_COPY flag
Shay Drory
1
-0
/
+5
2022-12-06
vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY error
Shay Drory
3
-3
/
+32
2022-12-06
vfio/mlx5: Introduce multiple loads
Yishai Hadas
3
-45
/
+257
2022-12-06
vfio/mlx5: Consider temporary end of stream as part of PRE_COPY
Yishai Hadas
3
-2
/
+14
2022-12-06
vfio/mlx5: Introduce vfio precopy ioctl implementation
Yishai Hadas
2
-0
/
+127
2022-12-06
vfio/mlx5: Introduce SW headers for migration states
Yishai Hadas
3
-4
/
+67
2022-12-06
vfio/mlx5: Introduce device transitions of PRE_COPY
Yishai Hadas
3
-18
/
+184
2022-12-06
vfio/mlx5: Refactor to use queue based data chunks
Yishai Hadas
3
-38
/
+136
2022-12-06
vfio/mlx5: Refactor migration file state
Yishai Hadas
3
-8
/
+12
2022-12-06
vfio/mlx5: Refactor MKEY usage
Yishai Hadas
3
-113
/
+178
2022-12-06
vfio/mlx5: Refactor PD usage
Yishai Hadas
3
-31
/
+71
2022-12-06
vfio/mlx5: Enforce a single SAVE command at a time
Yishai Hadas
3
-0
/
+14
[prev]
[next]