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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-16
iommu: make inclusion of amd directory conditional
Rolf Eike Beer
2
-2
/
+3
2025-05-16
iommu: make inclusion of intel directory conditional
Rolf Eike Beer
2
-6
/
+4
2025-05-16
iommu: remove duplicate selection of DMAR_TABLE
Rolf Eike Beer
1
-1
/
+0
2025-05-02
iommu: Cleanup comments for dev_enable/disable_feat
Lu Baolu
1
-2
/
+0
2025-04-28
iommu: Protect against overflow in iommu_pgsize()
Jason Gunthorpe
1
-1
/
+3
2025-04-28
iommu: Handle yet another race around registration
Robin Murphy
2
-8
/
+20
2025-04-28
iommu: Allow attaching static domains in iommu_attach_device_pasid()
Lu Baolu
1
-3
/
+18
2025-04-28
iommu/io-pgtable-arm: dynamically allocate selftest device struct
Arnd Bergmann
1
-4
/
+9
2025-04-28
iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMU
Jason Gunthorpe
2
-3
/
+5
2025-04-28
iommu: Do not call domain_alloc() in iommu_sva_domain_alloc()
Jason Gunthorpe
1
-9
/
+6
2025-04-28
iommu/virtio: Move to domain_alloc_paging()
Jason Gunthorpe
2
-71
/
+50
2025-04-28
iommu: Add domain_alloc_identity()
Jason Gunthorpe
2
-8
/
+16
2025-04-28
iommu/virtio: Break out bypass identity support into a global static
Jason Gunthorpe
1
-19
/
+67
2025-04-28
iommu: Remove iommu_dev_enable/disable_feature()
Lu Baolu
5
-151
/
+0
2025-04-28
iommufd: Remove unnecessary IOMMU_DEV_FEAT_IOPF
Lu Baolu
3
-83
/
+30
2025-04-28
uacce: Remove unnecessary IOMMU_DEV_FEAT_IOPF
Lu Baolu
1
-31
/
+0
2025-04-28
dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPF
Lu Baolu
1
-31
/
+6
2025-04-28
iommufd/selftest: Put iopf enablement in domain attach path
Lu Baolu
1
-10
/
+47
2025-04-28
iommu/vt-d: Put iopf enablement in domain attach path
Lu Baolu
4
-10
/
+90
2025-04-28
iommu: Remove IOMMU_DEV_FEAT_SVA
Jason Gunthorpe
8
-48
/
+4
2025-04-28
iommu/arm-smmu-v3: Put iopf enablement in the domain attach path
Jason Gunthorpe
3
-139
/
+90
2025-04-17
iommu: Split out and tidy up Arm Kconfig
Robin Murphy
2
-156
/
+145
2025-04-17
iommu: Avoid introducing more races
Robin Murphy
1
-3
/
+5
2025-04-17
iommu/vtd: Remove iommu_alloc_pages_node()
Jason Gunthorpe
5
-26
/
+11
2025-04-17
iommu/amd: Use iommu_alloc_pages_node_sz() for the IRT
Jason Gunthorpe
2
-4
/
+5
2025-04-17
iommu/pages: Remove iommu_alloc_page_node()
Jason Gunthorpe
7
-28
/
+22
2025-04-17
iommu/pages: Remove iommu_alloc_page/pages()
Jason Gunthorpe
4
-32
/
+8
2025-04-17
iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
Jason Gunthorpe
5
-31
/
+32
2025-04-17
iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
Jason Gunthorpe
1
-7
/
+8
2025-04-17
iommu/amd: Use roundup_pow_two() instead of get_order()
Jason Gunthorpe
1
-9
/
+3
2025-04-17
iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()
Jason Gunthorpe
2
-22
/
+12
2025-04-17
iommu/pages: Allow sub page sizes to be passed into the allocator
Jason Gunthorpe
3
-18
/
+61
2025-04-17
iommu/pages: Move the __GFP_HIGHMEM checks into the common code
Jason Gunthorpe
3
-3
/
+4
2025-04-17
iommu/pages: Move from struct page to struct ioptdesc and folio
Jason Gunthorpe
2
-19
/
+78
2025-04-17
iommu/pages: Remove iommu_put_pages_list_old and the _Generic
Jason Gunthorpe
2
-19
/
+4
2025-04-17
iommu: Change iommu_iotlb_gather to use iommu_page_list
Jason Gunthorpe
3
-18
/
+19
2025-04-17
iommu/amd: Convert to use struct iommu_pages_list
Jason Gunthorpe
1
-16
/
+10
2025-04-17
iommu/riscv: Convert to use struct iommu_pages_list
Jason Gunthorpe
1
-4
/
+5
2025-04-17
iommu/pages: Formalize the freelist API
Jason Gunthorpe
3
-11
/
+69
2025-04-17
iommu/pages: De-inline the substantial functions
Jason Gunthorpe
3
-98
/
+90
2025-04-17
iommu/pages: Remove iommu_free_page()
Jason Gunthorpe
11
-41
/
+32
2025-04-17
iommu/pages: Remove the order argument to iommu_free_pages()
Jason Gunthorpe
13
-47
/
+36
2025-04-17
iommu/pages: Make iommu_put_pages_list() work with high order allocations
Jason Gunthorpe
1
-5
/
+7
2025-04-17
iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()
Jason Gunthorpe
1
-42
/
+7
2025-04-17
iommu/tegra: Do not use struct page as the handle for pts
Jason Gunthorpe
1
-35
/
+39
2025-04-17
iommu/terga: Do not use struct page as the handle for as->pd memory
Jason Gunthorpe
1
-18
/
+19
2025-04-13
Linux 6.15-rc2
v6.15-rc2
Linus Torvalds
1
-1
/
+1
2025-04-13
Merge tag 'erofs-for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-7
/
+9
2025-04-13
Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-43
/
+77
2025-04-13
Merge tag 'fixes-2025-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+20
[next]