index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio/type1: check pfn valid before converting to struct page
Yan Zhao
2023-05-23
1
-0
/
+5
*
Merge tag 'vfio-v6.4-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2023-05-02
1
-0
/
+7
|
\
|
*
vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list.
K V P, Satyanarayana
2023-04-14
1
-0
/
+7
*
|
Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2023-04-28
1
-83
/
+13
|
\
\
|
*
|
powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
Alexey Kardashevskiy
2023-03-15
1
-8
/
+0
|
*
|
powerpc/iommu: Add "borrowing" iommu_table_group_ops
Alexey Kardashevskiy
2023-03-14
1
-78
/
+16
*
|
|
Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-04-28
1
-1
/
+1
|
\
\
\
|
*
|
|
mm: Introduce untagged_addr_remote()
Kirill A. Shutemov
2023-03-16
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
2
-2
/
+2
|
\
\
\
|
*
\
\
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2023-04-03
1
-10
/
+4
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
2
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'iommufd/for-rc' into for-next
Jason Gunthorpe
2023-04-04
1
-10
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
vfio/mlx5: Fix the report of dirty_bytes upon pre-copy
Yishai Hadas
2023-03-13
1
-10
/
+4
|
|
/
*
|
vfio: Check the presence for iommufd callbacks in __vfio_register_dev()
Yi Liu
2023-03-31
2
-5
/
+3
*
|
vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
Yi Liu
2023-03-31
1
-8
/
+6
*
|
vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
Yi Liu
2023-03-31
1
-1
/
+1
*
|
vfio-iommufd: No need to record iommufd_ctx in vfio_device
Yi Liu
2023-03-31
1
-7
/
+1
*
|
iommufd: Create access in vfio_iommufd_emulated_bind()
Nicolin Chen
2023-03-31
1
-7
/
+17
|
/
*
Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2023-02-25
21
-271
/
+562
|
\
|
*
vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd
Yan Zhao
2023-02-22
1
-1
/
+1
|
*
vfio/mlx5: Fix range size calculation upon tracker creation
Yishai Hadas
2023-02-09
1
-2
/
+2
|
*
vfio: no need to pass kvm pointer during device open
Matthew Rosato
2023-02-09
3
-7
/
+5
|
*
vfio: fix deadlock between group lock and kvm lock
Matthew Rosato
2023-02-09
3
-14
/
+108
|
*
vfio: revert "iommu driver notify callback"
Steve Sistare
2023-02-09
2
-12
/
+0
|
*
vfio/type1: revert "implement notify callback"
Steve Sistare
2023-02-09
1
-15
/
+0
|
*
vfio/type1: revert "block on invalid vaddr"
Steve Sistare
2023-02-09
1
-89
/
+5
|
*
vfio/type1: restore locked_vm
Steve Sistare
2023-02-09
1
-0
/
+35
|
*
vfio/type1: track locked_vm per dma
Steve Sistare
2023-02-09
1
-6
/
+17
|
*
vfio/type1: prevent underflow of locked_vm via exec()
Steve Sistare
2023-02-09
1
-27
/
+14
|
*
vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
Steve Sistare
2023-02-09
1
-2
/
+42
|
*
vfio: platform: ignore missing reset if disabled at module init
Tomasz Duszynski
2023-02-01
1
-2
/
+5
|
*
vfio/mlx5: Improve the target side flow to reduce downtime
Yishai Hadas
2023-01-30
2
-12
/
+105
|
*
vfio/mlx5: Improve the source side flow upon pre_copy
Yishai Hadas
2023-01-30
3
-34
/
+151
|
*
vfio/mlx5: Check whether VF is migratable
Shay Drory
2023-01-30
2
-0
/
+28
|
*
vfio/mdev: Use sysfs_emit() to instead of sprintf()
Bo Liu
2023-01-30
1
-1
/
+1
|
*
vfio/platform: Use GFP_KERNEL_ACCOUNT for userspace persistent allocations
Yishai Hadas
2023-01-23
2
-5
/
+5
|
*
vfio/fsl-mc: Use GFP_KERNEL_ACCOUNT for userspace persistent allocations
Yishai Hadas
2023-01-23
2
-3
/
+3
|
*
vfio/hisi: Use GFP_KERNEL_ACCOUNT for userspace persistent allocations
Yishai Hadas
2023-01-23
1
-2
/
+2
|
*
vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocations
Jason Gunthorpe
2023-01-23
7
-14
/
+17
|
*
vfio/mlx5: Allow loading of larger images than 512 MB
Yishai Hadas
2023-01-23
2
-14
/
+16
|
*
vfio/mlx5: Fix UBSAN note
Yishai Hadas
2023-01-23
1
-3
/
+3
|
*
vfio-mdev: turn VFIO_MDEV into a selectable symbol
Christoph Hellwig
2023-01-23
1
-7
/
+1
|
*
vfio: platform: No need to check res again
Angus Chen
2023-01-23
1
-3
/
+0
*
|
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-24
7
-25
/
+41
|
\
\
|
*
\
Merge tag 'v6.2' into iommufd.git for-next
Jason Gunthorpe
2023-02-21
1
-11
/
+20
|
|
\
\
|
*
\
\
Merge branch 'vfio-no-iommu' into iommufd.git for-next
Jason Gunthorpe
2023-02-03
6
-12
/
+38
|
|
\
\
\
|
|
*
|
|
vfio: Support VFIO_NOIOMMU with iommufd
Jason Gunthorpe
2023-02-03
6
-12
/
+38
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...
Jason Gunthorpe
2023-01-30
1
-4
/
+5
|
|
\
\
\
|
*
|
|
|
vfio/type1: Convert to iommu_group_has_isolated_msi()
Jason Gunthorpe
2023-01-11
1
-13
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-02-24
1
-4
/
+5
|
\
\
\
\
[next]