index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vfio
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-16
vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()
Daniel Jordan
1
-1
/
+7
2021-03-16
vfio: Depend on MMU
Jason Gunthorpe
1
-1
/
+1
2021-03-16
ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TEST
Jason Gunthorpe
1
-1
/
+1
2021-03-16
vfio-platform: Add COMPILE_TEST to VFIO_PLATFORM
Jason Gunthorpe
1
-1
/
+1
2021-03-16
vfio: IOMMU_API should be selected
Jason Gunthorpe
1
-1
/
+1
2021-03-16
vfio/type1: fix unmap all on ILP32
Steve Sistare
1
-7
/
+5
2021-02-24
Merge tag 'vfio-v5.12-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
8
-190
/
+441
2021-02-23
vfio/type1: Batch page pinning
Daniel Jordan
1
-46
/
+89
2021-02-23
vfio/type1: Prepare for batched pinning with struct vfio_batch
Daniel Jordan
1
-13
/
+58
2021-02-23
vfio/type1: Change success value of vaddr_get_pfn()
Daniel Jordan
1
-7
/
+14
2021-02-22
vfio/type1: Use follow_pte()
Alex Williamson
1
-2
/
+13
2021-02-19
vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from Kconfig
Max Gurtovoy
4
-21
/
+7
2021-02-18
vfio/iommu_type1: Fix duplicate included kthread.h
Tian Tao
1
-1
/
+0
2021-02-02
Merge branch 'v5.12/vfio/next-vaddr' into v5.12/vfio/next
Alex Williamson
2
-32
/
+222
2021-02-02
vfio-pci/zdev: fix possible segmentation fault issue
Max Gurtovoy
1
-0
/
+4
2021-02-02
amba: Make the remove callback return void
Uwe Kleine-König
1
-2
/
+1
2021-02-02
vfio: platform: simplify device removal
Uwe Kleine-König
1
-9
/
+5
2021-02-01
vfio-pci/zdev: remove unused vdev argument
Max Gurtovoy
1
-12
/
+8
2021-02-01
vfio/pci: Fix handling of pci use accessor return codes
Heiner Kallweit
1
-5
/
+5
2021-02-01
vfio/iommu_type1: Mantain a counter for non_pinned_groups
Keqian Zhu
1
-35
/
+5
2021-02-01
vfio/iommu_type1: Fix some sanity checks in detach group
Keqian Zhu
1
-23
/
+8
2021-02-01
vfio/iommu_type1: Populate full dirty when detach non-pinned group
Keqian Zhu
1
-1
/
+16
2021-02-01
vfio/type1: block on invalid vaddr
Steve Sistare
1
-5
/
+90
2021-02-01
vfio/type1: implement notify callback
Steve Sistare
1
-0
/
+15
2021-02-01
vfio: iommu driver notify callback
Steve Sistare
1
-0
/
+5
2021-02-01
vfio/type1: implement interfaces to update vaddr
Steve Sistare
1
-6
/
+53
2021-02-01
vfio/type1: massage unmap iteration
Steve Sistare
1
-1
/
+34
2021-02-01
vfio/type1: implement unmap all
Steve Sistare
1
-4
/
+16
2021-02-01
vfio/type1: unmap cleanup
Steve Sistare
1
-23
/
+15
2020-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+3
2020-12-17
Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
6
-6
/
+67
2020-12-11
vfio/type1: Add vfio_group_iommu_domain()
Lu Baolu
2
-0
/
+42
2020-12-10
vfio: platform: Switch to use platform_get_mem_or_io()
Andy Shevchenko
1
-12
/
+1
2020-12-04
vfio-mdev: Wire in a request handler for mdev parent
Eric Farman
2
-0
/
+17
2020-12-02
vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU
Alexey Kardashevskiy
1
-2
/
+5
2020-12-02
vfio-pci: Use io_remap_pfn_range() for PCI IO memory
Jason Gunthorpe
1
-2
/
+2
2020-12-02
vfio/pci: Move dummy_resources_list init in vfio_pci_probe()
Eric Auger
1
-2
/
+1
2020-11-15
vfio/virqfd: Drain events from eventfd in virqfd_wakeup()
David Woodhouse
1
-0
/
+3
2020-11-03
vfio/pci: Bypass IGD init in case of -ENODEV
Fred Gao
1
-1
/
+1
2020-11-03
vfio: platform: fix reference leak in vfio_platform_open
Zhang Qilong
1
-2
/
+1
2020-11-03
vfio/pci: Implement ioeventfd thread handler for contended memory lock
Alex Williamson
1
-8
/
+35
2020-11-03
vfio/fsl-mc: Make vfio_fsl_mc_irqs_allocate static
Diana Craciun
1
-1
/
+1
2020-11-03
vfio/fsl-mc: prevent underflow in vfio_fsl_mc_mmap()
Dan Carpenter
1
-1
/
+1
2020-11-03
vfio/fsl-mc: return -EFAULT if copy_to_user() fails
Dan Carpenter
1
-2
/
+6
2020-11-03
vfio/type1: Use the new helper to find vfio_group
Zenghui Yu
1
-12
/
+5
2020-10-22
Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
16
-16
/
+1200
2020-10-20
vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pages
Xiaoyang Xu
1
-1
/
+2
2020-10-19
vfio/pci: Clear token on bypass registration failure
Alex Williamson
1
-1
/
+3
2020-10-19
vfio/fsl-mc: fix the return of the uninitialized variable ret
Diana Craciun
1
-1
/
+1
2020-10-16
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
1
-20
/
+18
[next]