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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-09
iommufd: Improve a few unclear bits of code
Jason Gunthorpe
1
-2
/
+5
2022-12-09
iommufd: Fix comment typos
Jason Gunthorpe
2
-3
/
+3
2022-12-05
Merge patch series "Move group specific code into group.c"
Jason Gunthorpe
5
-875
/
+986
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
1245
-42057
/
+48280
2022-12-02
Merge patch series "Connect VFIO to IOMMUFD"
Jason Gunthorpe
18
-196
/
+714
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
8
-94
/
+229
2022-12-02
vfio-iommufd: Support iommufd for physical VFIO devices
Jason Gunthorpe
11
-2
/
+175
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
Merge patch series "IOMMUFD Generic interface"
Jason Gunthorpe
40
-37
/
+10452
2022-11-30
iommufd: Add a selftest
Jason Gunthorpe
7
-0
/
+2530
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
10
-0
/
+1061
2022-11-30
iommufd: vfio container FD ioctl compatibility
Jason Gunthorpe
6
-6
/
+534
2022-11-30
iommufd: Add kAPI toward external drivers for kernel access
Jason Gunthorpe
5
-3
/
+377
2022-11-30
iommufd: Add kAPI toward external drivers for physical devices
Jason Gunthorpe
5
-0
/
+437
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
5
-1
/
+731
2022-11-30
iommufd: Data structure to provide IOVA to PFN mapping
Jason Gunthorpe
5
-0
/
+1295
2022-11-30
iommufd: Algorithms for PFN storage
Jason Gunthorpe
2
-0
/
+917
2022-11-30
iommufd: PFN handling for iopt_pages
Jason Gunthorpe
7
-1
/
+1262
2022-11-30
kernel/user: Allow user_struct::locked_vm to be usable for iommufd
Jason Gunthorpe
2
-1
/
+2
2022-11-30
iommufd: File descriptor, context, kconfig and makefiles
Jason Gunthorpe
10
-1
/
+571
2022-11-30
iommufd: Document overview of iommufd
Kevin Tian
2
-0
/
+224
2022-11-29
scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -export
Jason Gunthorpe
1
-4
/
+8
2022-11-29
interval-tree: Add a utility to iterate over spans in an interval tree
Jason Gunthorpe
4
-0
/
+195
2022-11-29
iommu: Add device-centric DMA ownership interfaces
Lu Baolu
2
-26
/
+107
2022-11-29
iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
Jason Gunthorpe
3
-5
/
+18
2022-11-27
Linux 6.1-rc7
Linus Torvalds
1
-1
/
+1
2022-11-27
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
4
-9
/
+28
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
[next]