index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
rodata_test.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-18
iommu: Indicate queued flushes via gather data
Robin Murphy
3
-1
/
+15
2021-08-18
iommu/dma: Remove redundant "!dev" checks
Robin Murphy
1
-4
/
+1
2021-08-18
iommu/virtio: Drop IOVA cookie management
Robin Murphy
1
-8
/
+0
2021-08-18
iommu/sun50i: Drop IOVA cookie management
Robin Murphy
1
-12
/
+1
2021-08-18
iommu/sprd: Drop IOVA cookie management
Robin Murphy
1
-7
/
+0
2021-08-18
iommu/rockchip: Drop IOVA cookie management
Robin Murphy
1
-11
/
+1
2021-08-18
iommu/mtk: Drop IOVA cookie management
Robin Murphy
2
-8
/
+0
2021-08-18
iommu/ipmmu-vmsa: Drop IOVA cookie management
Robin Murphy
1
-24
/
+4
2021-08-18
iommu/exynos: Drop IOVA cookie management
Robin Murphy
1
-15
/
+4
2021-08-18
iommu/vt-d: Drop IOVA cookie management
Robin Murphy
1
-8
/
+0
2021-08-18
iommu/arm-smmu: Drop IOVA cookie management
Robin Murphy
3
-27
/
+4
2021-08-18
iommu/amd: Drop IOVA cookie management
Robin Murphy
1
-12
/
+0
2021-08-18
iommu: Pull IOVA cookie management into the core
Robin Murphy
2
-1
/
+9
2021-08-02
iommu/arm-smmu-v3: Implement the map_pages() IOMMU driver callback
Xiang Chen
1
-4
/
+5
2021-08-02
iommu/arm-smmu-v3: Implement the unmap_pages() IOMMU driver callback
Xiang Chen
1
-4
/
+5
2021-07-26
iommu/vt-d: Move clflush'es from iotlb_sync_map() to map_pages()
Lu Baolu
1
-41
/
+7
2021-07-26
iommu/vt-d: Implement map/unmap_pages() iommu_ops callback
Lu Baolu
1
-2
/
+35
2021-07-26
iommu/vt-d: Report real pgsize bitmap to iommu core
Lu Baolu
1
-19
/
+19
2021-07-26
iommu: Streamline iommu_iova_to_phys()
Robin Murphy
4
-10
/
+4
2021-07-26
iommu: Remove mode argument from iommu_set_dma_strict()
John Garry
4
-8
/
+7
2021-07-26
iommu/amd: Add support for IOMMU default DMA mode build options
Zhen Lei
4
-15
/
+2
2021-07-26
iommu/vt-d: Add support for IOMMU default DMA mode build options
Zhen Lei
2
-9
/
+7
2021-07-26
iommu: Enhance IOMMU default DMA mode build options
Zhen Lei
3
-2
/
+43
2021-07-26
iommu: Print strict or lazy mode at init time
John Garry
1
-0
/
+5
2021-07-26
iommu: Deprecate Intel and AMD cmdline methods to enable strict mode
John Garry
3
-8
/
+6
2021-07-26
iommu/arm-smmu: Implement the map_pages() IOMMU driver callback
Isaac J. Manjarres
1
-4
/
+5
2021-07-26
iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callback
Isaac J. Manjarres
1
-4
/
+5
2021-07-26
iommu/io-pgtable-arm-v7s: Implement arm_v7s_map_pages()
Isaac J. Manjarres
1
-4
/
+22
2021-07-26
iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()
Isaac J. Manjarres
1
-3
/
+21
2021-07-26
iommu/io-pgtable-arm: Implement arm_lpae_map_pages()
Isaac J. Manjarres
1
-10
/
+31
2021-07-26
iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()
Isaac J. Manjarres
1
-46
/
+74
2021-07-26
iommu/io-pgtable-arm: Prepare PTE methods for handling multiple entries
Isaac J. Manjarres
1
-34
/
+44
2021-07-26
iommu: Add support for the map_pages() callback
Isaac J. Manjarres
1
-8
/
+35
2021-07-26
iommu: Hook up '->unmap_pages' driver callback
Will Deacon
1
-9
/
+50
2021-07-26
iommu: Split 'addr_merge' argument to iommu_pgsize() into separate parts
Will Deacon
1
-4
/
+6
2021-07-26
iommu: Use bitmap to calculate page size in iommu_pgsize()
Will Deacon
1
-19
/
+12
2021-07-26
iommu: Add a map_pages() op for IOMMU drivers
Isaac J. Manjarres
1
-0
/
+5
2021-07-26
iommu/io-pgtable: Introduce map_pages() as a page table op
Isaac J. Manjarres
1
-0
/
+4
2021-07-26
iommu: Add an unmap_pages() op for IOMMU drivers
Isaac J. Manjarres
1
-0
/
+4
2021-07-26
iommu/io-pgtable: Introduce unmap_pages() as a page table op
Isaac J. Manjarres
1
-0
/
+4
2021-07-26
Linux 5.14-rc3
v5.14-rc3
Linus Torvalds
1
-1
/
+1
2021-07-25
smpboot: fix duplicate and misplaced inlining directive
Linus Torvalds
1
-1
/
+1
2021-07-25
ACPI: fix NULL pointer dereference
Linus Torvalds
1
-1
/
+2
2021-07-24
riscv: __asm_copy_to-from_user: Fix: Typos in comments
Akira Tsukamoto
1
-9
/
+9
2021-07-24
riscv: __asm_copy_to-from_user: Remove unnecessary size check
Akira Tsukamoto
1
-1
/
+0
2021-07-24
riscv: __asm_copy_to-from_user: Fix: fail on RV32
Akira Tsukamoto
1
-1
/
+1
2021-07-24
riscv: __asm_copy_to-from_user: Fix: overrun copy
Akira Tsukamoto
1
-3
/
+3
2021-07-24
hugetlbfs: fix mount mode command line processing
Mike Kravetz
1
-1
/
+1
2021-07-24
mm: fix the deadlock in finish_fault()
Qi Zheng
1
-1
/
+10
2021-07-24
mm: mmap_lock: fix disabling preemption directly
Muchun Song
1
-2
/
+2
[next]