index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-05
vfio: Move vfio group specific code into group.c
Yi Liu
4
-870
/
+907
2022-12-05
vfio: Refactor dma APIs for emulated devices
Yi Liu
3
-34
/
+43
2022-12-05
vfio: Wrap vfio group module init/clean code into helpers
Yi Liu
1
-20
/
+36
2022-12-05
vfio: Refactor vfio_device open and close
Yi Liu
1
-46
/
+87
2022-12-05
vfio: Make vfio_device_open() truly device specific
Yi Liu
1
-17
/
+29
2022-12-05
vfio: Swap order of vfio_device_container_register() and open_device()
Yi Liu
1
-8
/
+9
2022-12-05
vfio: Set device->group in helper function
Yi Liu
1
-15
/
+26
2022-12-05
vfio: Create wrappers for group register/unregister
Yi Liu
1
-7
/
+16
2022-12-05
vfio: Move the sanity check of the group to vfio_create_group()
Jason Gunthorpe
1
-37
/
+25
2022-12-05
vfio: Simplify vfio_create_group()
Jason Gunthorpe
1
-23
/
+10
2022-12-02
Merge tag 'v6.1-rc7' into iommufd.git for-next
Jason Gunthorpe
593
-3093
/
+6032
2022-12-02
iommufd: Allow iommufd to supply /dev/vfio/vfio
Jason Gunthorpe
2
-0
/
+56
2022-12-02
vfio: Make vfio_container optionally compiled
Jason Gunthorpe
3
-13
/
+91
2022-12-02
vfio: Move container related MODULE_ALIAS statements into container.c
Jason Gunthorpe
2
-2
/
+3
2022-12-02
vfio-iommufd: Support iommufd for emulated VFIO devices
Jason Gunthorpe
7
-94
/
+215
2022-12-02
vfio-iommufd: Support iommufd for physical VFIO devices
Jason Gunthorpe
10
-2
/
+150
2022-12-02
vfio-iommufd: Allow iommufd to be used in place of a container fd
Jason Gunthorpe
4
-16
/
+82
2022-12-02
vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
Jason Gunthorpe
3
-17
/
+19
2022-12-02
vfio: Rename vfio_device_assign/unassign_container()
Jason Gunthorpe
3
-13
/
+11
2022-12-02
vfio: Move vfio_device_assign_container() into vfio_device_first_open()
Jason Gunthorpe
2
-15
/
+13
2022-12-02
vfio: Move vfio_device driver open/close code to a function
Jason Gunthorpe
1
-42
/
+53
2022-12-02
vfio/ap: Validate iova during dma_unmap and trigger irq disable
Matthew Rosato
1
-1
/
+17
2022-12-02
i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()
Yi Liu
1
-4
/
+14
2022-11-30
iommufd: Add additional invariant assertions
Jason Gunthorpe
4
-2
/
+70
2022-11-30
iommufd: Add some fault injection points
Jason Gunthorpe
2
-0
/
+29
2022-11-30
iommufd: Add kernel support for testing iommufd
Jason Gunthorpe
9
-0
/
+1058
2022-11-30
iommufd: vfio container FD ioctl compatibility
Jason Gunthorpe
4
-6
/
+491
2022-11-30
iommufd: Add kAPI toward external drivers for kernel access
Jason Gunthorpe
4
-2
/
+335
2022-11-30
iommufd: Add kAPI toward external drivers for physical devices
Jason Gunthorpe
4
-0
/
+428
2022-11-30
iommufd: Add a HW pagetable object
Jason Gunthorpe
5
-0
/
+97
2022-11-30
iommufd: IOCTLs for the io_pagetable
Jason Gunthorpe
4
-0
/
+474
2022-11-30
iommufd: Data structure to provide IOVA to PFN mapping
Jason Gunthorpe
4
-0
/
+1294
2022-11-30
iommufd: Algorithms for PFN storage
Jason Gunthorpe
2
-0
/
+917
2022-11-30
iommufd: PFN handling for iopt_pages
Jason Gunthorpe
5
-1
/
+1254
2022-11-30
iommufd: File descriptor, context, kconfig and makefiles
Jason Gunthorpe
6
-1
/
+472
2022-11-29
iommu: Add device-centric DMA ownership interfaces
Lu Baolu
1
-26
/
+95
2022-11-29
iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
Jason Gunthorpe
2
-5
/
+13
2022-11-27
Merge tag 'usb-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
5
-81
/
+46
2022-11-27
Merge tag 'char-misc-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-25
/
+37
2022-11-27
Merge tag 'timers_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+5
2022-11-27
Merge tag 'x86_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-14
/
+70
2022-11-25
Merge tag 'for-v6.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...
Linus Torvalds
3
-10
/
+15
2022-11-25
Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linux
Linus Torvalds
4
-68
/
+61
2022-11-25
Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-6
/
+22
2022-11-25
Merge tag 'pm-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2
-16
/
+35
2022-11-25
Merge tag 's390-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-1
/
+4
2022-11-25
Merge tag 'hyperv-fixes-signed-20221125' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-51
/
+115
2022-11-25
Merge tag 'drm-fixes-2022-11-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
38
-326
/
+487
2022-11-25
Merge tag 'amd-drm-fixes-6.1-2022-11-23' of https://gitlab.freedesktop.org/ag...
Dave Airlie
32
-294
/
+440
2022-11-25
Merge tag 'drm-intel-fixes-2022-11-24' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
3
-9
/
+11
[next]