Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
53e771457e823fbc21834f60508c42a4270534fd
/
drivers
/
iommu
5dc5616
iommu/arm-smmu: Fix sign-extension of upstream bus addresses at stage 1
by Will Deacon
· 10 years ago
d9e7eb1
iommu/rockchip: Fix build without CONFIG_OF
by Arnd Bergmann
· 10 years ago
1bf1b43
iommu/amd: Fix bug in put_pasid_state_wait
by Oded Gabbay
· 10 years ago
9f86262
Merge git://git.infradead.org/intel-iommu
by Linus Torvalds
· 10 years ago
79319a0
Merge tag 'iommu-updates-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 10 years ago
2481bc7
Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
3be1b98
Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 10 years ago
9a9ca16
Merge branch 'device-properties'
by Rafael J. Wysocki
· 10 years ago
7f65ef0
Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' and 'core' into next
by Joerg Roedel
· 10 years ago
d4b0366
iommu/amd: Correctly encode huge pages in iommu page tables
by Joerg Roedel
· 10 years ago
b24b1b6
iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interface
by Joerg Roedel
· 10 years ago
5d7c94c
iommu/amd: Optimize alloc_new_range for new fetch_pte interface
by Joerg Roedel
· 10 years ago
71b390e
iommu/amd: Optimize iommu_unmap_page for new fetch_pte interface
by Joerg Roedel
· 10 years ago
3039ca1
iommu/amd: Return the pte page-size in fetch_pte
by Joerg Roedel
· 10 years ago
3b839a5
iommu/amd: Add support for contiguous dma allocator
by Joerg Roedel
· 10 years ago
5fc872c
iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent
by Joerg Roedel
· 10 years ago
7139a2e
iommu/amd: Ignore BUS_NOTIFY_UNBOUND_DRIVER event
by Joerg Roedel
· 10 years ago
6c5cc80
iommu/amd: Use BUS_NOTIFY_REMOVED_DEVICE
by Joerg Roedel
· 10 years ago
804cb54
iommu/tegra: smmu: Compute PFN mask at runtime
by Thierry Reding
· 10 years ago
836a8ac
iommu/tegra: gart: Set aperture at domain initialization time
by Thierry Reding
· 10 years ago
471d914
iommu/tegra: Setup aperture
by Thierry Reding
· 10 years ago
89be34a
iommu: Remove domain_init and domain_free iommu_ops
by Joerg Roedel
· 10 years ago
8d4bfe4
iommu/fsl: Make use of domain_alloc and domain_free
by Joerg Roedel
· 10 years ago
bcd516a
iommu/rockchip: Make use of domain_alloc and domain_free
by Joerg Roedel
· 10 years ago
5914c5f
iommu/ipmmu-vmsa: Make use of domain_alloc and domain_free
by Joerg Roedel
· 10 years ago
dc8fb22
iommu/shmobile: Make use of domain_alloc and domain_free
by Joerg Roedel
· 10 years ago
3e116c3
iommu/msm: Make use of domain_alloc and domain_free
by Joerg Roedel
· 10 years ago
b5cbb38
iommu/tegra-gart: Make use of domain_alloc and domain_free
by Joerg Roedel
· 10 years ago
d5f1a81
iommu/tegra-smmu: Make use of domain_alloc and domain_free
by Joerg Roedel
· 10 years ago
e1fd1ea
iommu/exynos: Make use of domain_alloc and domain_free
by Joerg Roedel
· 10 years ago
1d67263
iommu/arm-smmu: Make use of domain_alloc and domain_free
by Joerg Roedel
· 10 years ago
8cf851e
iommu/omap: Make use of domain_alloc and domain_free
by Joerg Roedel
· 10 years ago
00a77de
iommu/vt-d: Make use of domain_alloc and domain_free
by Joerg Roedel
· 10 years ago
3f4b87b
iommu/amd: Make use of domain_alloc and domain_free
by Joerg Roedel
· 10 years ago
a10315e
iommu: Only allow iommu_map/unmap for paging domains
by Joerg Roedel
· 10 years ago
8539c7c
iommu: Introduce iommu domain types
by Joerg Roedel
· 10 years ago
938c470
iommu: Introduce domain_alloc and domain_free iommu_ops
by Joerg Roedel
· 10 years ago
63979b8
iommu/io-pgtable-arm: avoid speculative walks through TTBR1
by Will Deacon
· 10 years ago
03edb22
iommu/arm-smmu: handle multi-alias IOMMU groups for PCI devices
by Will Deacon
· 10 years ago
f1d8454
iommu/arm-smmu: set a more appropriate DMA mask
by Robin Murphy
· 10 years ago
4a1c93c
iommu/arm-smmu: ensure CBA2R is initialised before CBAR on SMMUv2
by Will Deacon
· 10 years ago
03ecc32
iommu/vt-d: support extended root and context entries
by David Woodhouse
· 10 years ago
18436af
iommu/vt-d: Allow RMRR on graphics devices too
by David Woodhouse
· 10 years ago
68c1b89
iommu/vt-d: Print x2apic opt out info instead of printing a warning
by Fenghua Yu
· 10 years ago
509fca8
iommu/vt-d: Remove unused variable
by Alex Williamson
· 10 years ago
ac04f85
iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_ids
by Axel Lin
· 10 years ago
7168440
iommu/vt-d: Detach domain *only* from attached iommus
by Alex Williamson
· 10 years ago
83a60ed
iommu/arm-smmu: fix ARM_SMMU_FEAT_TRANS_OPS condition
by Baptiste Reynal
· 10 years ago
85e8a0a
Merge branches 'pci/iommu' and 'pci/resource' into next
by Bjorn Helgaas
· 10 years ago
ca5b74d
ACPI: Introduce has_acpi_companion()
by Rafael J. Wysocki
· 10 years ago
940f700
iommu/amd: Small cleanup in mn_release()
by Dan Carpenter
· 10 years ago
ed74862
of: iommu: Add ptr to OF node arg to of_iommu_configure()
by Murali Karicheri
· 10 years ago
2f119c7
iommu/vt-d: Convert non-returned local variable to boolean when relevant
by Quentin Lambert
· 10 years ago
d05321e
iommu/io-pgtable-arm: Add built time dependency
by Jean Delvare
· 10 years ago
a3f447a
iommu/msm: Mark driver BROKEN
by Thierry Reding
· 10 years ago
425061b
iommu/rockchip: Play nice in multi-platform builds
by Thierry Reding
· 10 years ago
f938aab
iommu/omap: Play nice in multi-platform builds
by Thierry Reding
· 10 years ago
a7b67cd
iommu/exynos: Play nice in multi-platform builds
by Thierry Reding
· 10 years ago
367bd97
iommu/io-pgtable-arm: Fix self-test WARNs on i386
by Will Deacon
· 10 years ago
a26be14
Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 10 years ago
9d43bad
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
a20cc76
Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' and 'core' into next
by Joerg Roedel
· 10 years ago
ae0cbbb
iommu/amd: Convert non-returned local variable to boolean when relevant
by Quentin Lambert
· 10 years ago
63ce3ae
iommu: Update my email address
by Joerg Roedel
· 10 years ago
a1bec06
iommu/amd: Use wait_event in put_pasid_state_wait
by Joerg Roedel
· 10 years ago
91f65fa
iommu/amd: Fix amd_iommu_free_device()
by Peter Zijlstra
· 10 years ago
a4188be
iommu/arm-smmu: Avoid build warning
by Arnd Bergmann
· 10 years ago
cd70d46
iommu/fsl: Various cleanups
by Emil Medve
· 10 years ago
8cd4f75
iommu/fsl: Use %pa to print phys_addr_t
by Joerg Roedel
· 10 years ago
1d7f449
iommu/omap: Print phys_addr_t using %pa
by Joerg Roedel
· 10 years ago
477ab7a
iommu: Make more drivers depend on COMPILE_TEST
by Joerg Roedel
· 10 years ago
bb590c9
iommu/ipmmu-vmsa: Fix IOMMU lookup when multiple IOMMUs are registered
by Laurent Pinchart
· 10 years ago
e5144c9
iommu: Disable on !MMU builds
by Arnd Bergmann
· 10 years ago
ca4f558
iommu/fsl: Remove unused fsl_of_pamu_ids[]
by Emil Medve
· 10 years ago
0f1fb99
iommu/fsl: Fix section mismatch
by Emil Medve
· 10 years ago
f20ed39
iommu/ipmmu-vmsa: Use the ARM LPAE page table allocator
by Laurent Pinchart
· 10 years ago
fd47b69
Merge branch 'arm/smmu' into arm/renesas
by Joerg Roedel
· 10 years ago
3557707
iommu/tegra: gart: Provide default ->map_sg() callback
by Thierry Reding
· 10 years ago
c7e3ca5
iommu/tegra: gart: Do not register with bus
by Thierry Reding
· 10 years ago
860cd64d
iommu: Fix trace_map() to report original iova and original size
by Shuah Khan
· 10 years ago
3f4cb7c
iommu/amd: Fix irq remapping detection logic
by Thomas Gleixner
· 10 years ago
859a732
iommu/arm-smmu: add support for iova_to_phys through ATS1PR
by Mitchel Humpherys
· 10 years ago
3c8567d
iommu/arm-smmu: don't touch the secure STLBIALL register
by Mitchel Humpherys
· 10 years ago
518f713
iommu/arm-smmu: make use of generic LPAE allocator
by Will Deacon
· 10 years ago
c896c13
iommu: io-pgtable-arm: add non-secure quirk
by Laurent Pinchart
· 10 years ago
fe4b991
iommu: add self-consistency tests to ARM LPAE IO page table allocator
by Will Deacon
· 10 years ago
e1d3c0f
iommu: add ARM LPAE page table allocator
by Will Deacon
· 10 years ago
fdb1d7b
iommu: introduce generic page table allocation framework
by Will Deacon
· 10 years ago
db8614d
iommu: Change trace unmap api to report unmapped size
by Shuah Khan
· 10 years ago
6fd492f
iommu: Fix trace_unmap() to report original iova
by Shuah Khan
· 10 years ago
0fb5fe8
iommu: Make IOVA domain page size explicit
by Robin Murphy
· 10 years ago
1b72250
iommu: Make IOVA domain low limit flexible
by Robin Murphy
· 10 years ago
85b4545
iommu: Consolidate IOVA allocator code
by Robin Murphy
· 10 years ago
114150d
iommu: Allow building iova.c independently
by Robin Murphy
· 10 years ago
78e1f97
iommu/ipmmu-vmsa: Remove platform data support
by Laurent Pinchart
· 10 years ago
a166d31
iommu/ipmmu-vmsa: Support multiple micro TLBs per device
by Laurent Pinchart
· 10 years ago
275f505
iommu/ipmmu-vmsa: Add device tree support
by Laurent Pinchart
· 11 years ago
9eca0a5
iommu/ipmmu-vmsa: Invalidate TLB after unmapping
by Laurent Pinchart
· 10 years ago
22463ca
iommu/ipmmu-vmsa: Flush P[UM]D entry before freeing the child page table
by Laurent Pinchart
· 10 years ago
b8f80bf
iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachment
by Laurent Pinchart
· 11 years ago
Next »