Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
964f14a0d350486d17cfd24b3b7dc4f7c4bdc4d3
/
drivers
/
iommu
b1b6f83
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
30ef7d2
iommu/intel: update to new mmu_notifier semantic
by Jérôme Glisse
· 7 years ago
f0d1c71
iommu/amd: update to new mmu_notifier semantic
by Jérôme Glisse
· 7 years ago
413d63d71b
Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts
by Ingo Molnar
· 7 years ago
2926a2aa
iommu: Fix wrong freeing of iommu_device->dev
by Joerg Roedel
· 8 years ago
a7990c6
iommu/arm-smmu: fix null-pointer dereference in arm_smmu_add_device
by Artem Savkov
· 8 years ago
74ddda7
iommu/amd: Fix schedule-while-atomic BUG in initialization code
by Joerg Roedel
· 8 years ago
efe6f24
iommu/amd: Enable ga_log_intr when enabling guest_mode
by Suravee Suthikulpanit
· 8 years ago
7655739
iommu/io-pgtable: Sanitise map/unmap addresses
by Robin Murphy
· 8 years ago
c54451a
iommu/arm-smmu: Fix the error path in arm_smmu_add_device
by Vivek Gautam
· 8 years ago
2984f7f
Revert "iommu/io-pgtable: Avoid redundant TLB syncs"
by Robin Murphy
· 8 years ago
98a8f63
iommu/mtk: Avoid redundant TLB syncs locally
by Robin Murphy
· 8 years ago
8e517e7
iommu/arm-smmu: Reintroduce locking around TLB sync operations
by Will Deacon
· 8 years ago
2543a78
iommu/amd: Allow the AMD IOMMU to work with memory encryption
by Tom Lendacky
· 8 years ago
fb4e3be
Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 8 years ago
f72e24a
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 8 years ago
03ffbcd
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
9bd4218
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
81e3e04
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
by Linus Torvalds
· 8 years ago
5860acc
x86: remove arch specific dma_supported implementation
by Christoph Hellwig
· 8 years ago
a869572
iommu/amd: implement ->mapping_error
by Christoph Hellwig
· 8 years ago
6a70864
Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd', 's390' and 'core' into next
by Joerg Roedel
· 8 years ago
84a21db
iommu/amd: Fix interrupt remapping when disable guest_mode
by Suravee Suthikulpanit
· 8 years ago
01e1932
iommu/vt-d: Constify intel_dma_ops
by Arvind Yadav
· 8 years ago
72dcac6
iommu: Warn once when device_group callback returns NULL
by Joerg Roedel
· 8 years ago
8faf5e5
iommu/omap: Return ERR_PTR in device_group call-back
by Joerg Roedel
· 8 years ago
7f7a230
iommu: Return ERR_PTR() values from device_group call-backs
by Joerg Roedel
· 8 years ago
0929dec
iommu/s390: Use iommu_group_get_for_dev() in s390_iommu_add_device()
by Joerg Roedel
· 8 years ago
58c4a95
iommu/vt-d: Don't disable preemption while accessing deferred_flush()
by Sebastian Andrzej Siewior
· 8 years ago
aaffaa8
iommu/iova: Don't disable preempt around this_cpu_ptr()
by Sebastian Andrzej Siewior
· 8 years ago
0b25635
Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu
by Joerg Roedel
· 8 years ago
f935448
iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126
by Geetha Sowjanya
· 8 years ago
99caf17
iommu/arm-smmu-v3: Enable ACPI based HiSilicon CMD_PREFETCH quirk(erratum 161010701)
by shameer
· 8 years ago
e5b829d
iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74
by Linu Cherian
· 8 years ago
12275bf
iommu/arm-smmu-v3, acpi: Add temporary Cavium SMMU-V3 IORT model number definitions
by Robert Richter
· 8 years ago
77f3445
iommu/io-pgtable-arm: Use dma_wmb() instead of wmb() when publishing table
by Will Deacon
· 8 years ago
c100480
iommu/io-pgtable: depend on !GENERIC_ATOMIC64 when using COMPILE_TEST with LPAE
by Will Deacon
· 8 years ago
58188af
iommu/arm-smmu-v3: Remove io-pgtable spinlock
by Robin Murphy
· 8 years ago
523d742
iommu/arm-smmu: Remove io-pgtable spinlock
by Robin Murphy
· 8 years ago
119ff30
iommu/io-pgtable-arm-v7s: Support lockless operation
by Robin Murphy
· 8 years ago
2c3d273
iommu/io-pgtable-arm: Support lockless operation
by Robin Murphy
· 8 years ago
81b3c25
iommu/io-pgtable: Introduce explicit coherency
by Robin Murphy
· 8 years ago
b9f1ef3
iommu/io-pgtable-arm-v7s: Refactor split_blk_unmap
by Robin Murphy
· 8 years ago
fb3a957
iommu/io-pgtable-arm: Improve split_blk_unmap
by Robin Murphy
· 8 years ago
9db829d
iommu/io-pgtable-arm-v7s: Check table PTEs more precisely
by Robin Murphy
· 8 years ago
5c2d021
iommu: arm-smmu: Handle return of iommu_device_register.
by Arvind Yadav
· 8 years ago
ebdd13c
iommu: arm-smmu-v3: make of_device_ids const
by Arvind Yadav
· 8 years ago
84c2437
iommu/arm-smmu: Plumb in new ACPI identifiers
by Robin Murphy
· 8 years ago
60ab7a7
iommu/io-pgtable-arm-v7s: constify dummy_tlb_ops.
by Arvind Yadav
· 8 years ago
b847de4
iommu/arm-smmu-v3: Increase CMDQ drain timeout value
by Sunil Goutham
· 8 years ago
3e49a81
iommu/amd: Use named irq domain interface
by Thomas Gleixner
· 8 years ago
cea29b6
iommu/vt-d: Use named irq domain interface
by Thomas Gleixner
· 8 years ago
1bb3a5a
iommu/vt-d: Add name to irq chip
by Thomas Gleixner
· 8 years ago
290be19
iommu/amd: Add name to irq chip
by Thomas Gleixner
· 8 years ago
9ce3a72
iommu/amd: Free already flushed ring-buffer entries before full-check
by Joerg Roedel
· 8 years ago
ffa080e
iommu/amd: Remove amd_iommu_disabled check from amd_iommu_detect()
by Joerg Roedel
· 8 years ago
7ad820e
iommu/amd: Free IOMMU resources when disabled on command line
by Joerg Roedel
· 8 years ago
f601927
iommu/amd: Set global pointers to NULL after freeing them
by Joerg Roedel
· 8 years ago
151b090
iommu/amd: Check for error states first in iommu_go_to_state()
by Joerg Roedel
· 8 years ago
1b1e942
iommu/amd: Add new init-state IOMMU_CMDLINE_DISABLED
by Joerg Roedel
· 8 years ago
90b3eb0
iommu/amd: Rename free_on_init_error()
by Joerg Roedel
· 8 years ago
1112374
iommu/amd: Disable IOMMUs at boot if they are enabled
by Joerg Roedel
· 8 years ago
902b319
Merge branch 'WIP.sched/core' into sched/core
by Ingo Molnar
· 8 years ago
81a5a31
iommu/dma: don't rely on DMA_ERROR_CODE
by Christoph Hellwig
· 8 years ago
54bd635
iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel
by Joerg Roedel
· 8 years ago
ac3b708
iommu/amd: Remove queue_release() function
by Joerg Roedel
· 8 years ago
fca6af6
iommu/amd: Add per-domain timer to flush per-cpu queues
by Joerg Roedel
· 8 years ago
a6e3f6f
iommu/amd: Add flush counters to struct dma_ops_domain
by Joerg Roedel
· 8 years ago
e241f8e
iommu/amd: Add locking to per-domain flush-queue
by Joerg Roedel
· 8 years ago
fd62190
iommu/amd: Make use of the per-domain flush queue
by Joerg Roedel
· 8 years ago
d4241a2
iommu/amd: Add per-domain flush-queue data structures
by Joerg Roedel
· 8 years ago
460c26d
iommu/amd: Rip out old queue flushing code
by Joerg Roedel
· 8 years ago
23e967e
iommu/amd: Reduce delay waiting for command buffer space
by Tom Lendacky
· 8 years ago
d334a56
iommu/amd: Reduce amount of MMIO when submitting commands
by Tom Lendacky
· 8 years ago
94116f8
ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()
by Andy Shevchenko
· 8 years ago
e2f9d45
iommu/amd: Constify irq_domain_ops
by Tobias Klauser
· 8 years ago
30bf2df
iommu/amd: Ratelimit io-page-faults per device
by Joerg Roedel
· 8 years ago
71bb620
iommu/vt-d: Constify irq_domain_ops
by Tobias Klauser
· 8 years ago
b316d02
iommu/vt-d: Unwrap __get_valid_domain_for_dev()
by Peter Xu
· 8 years ago
a37b19a
iommu/of: Ignore all errors except EPROBE_DEFER
by Sricharan R
· 8 years ago
573d417
iommu/of: Fix check for returning EPROBE_DEFER
by Sricharan R
· 8 years ago
b903dfb
iommu/of: Adjust system_state check
by Thomas Gleixner
· 8 years ago
b608fe3
iommu/vt-d: Adjust system_state checks
by Thomas Gleixner
· 8 years ago
757c370
iommu/iova: Sort out rbtree limit_pfn handling
by Robin Murphy
· 8 years ago
26b6aec
iommu/ipmmu-vmsa: Fix pgsize_bitmap semicolon typo
by Magnus Damm
· 8 years ago
d74c67d4
iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency
by Magnus Damm
· 8 years ago
0fbc8b0
iommu/ipmmu-vmsa: Use fwspec iommu_priv on ARM64
by Magnus Damm
· 8 years ago
3ae4729
iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops
by Magnus Damm
· 8 years ago
8e73bf6
iommu/ipmmu-vmsa: Break out domain allocation code
by Magnus Damm
· 8 years ago
383fef5f
iommu/ipmmu-vmsa: Break out utlb parsing code
by Magnus Damm
· 8 years ago
dbb7069
iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for context
by Magnus Damm
· 8 years ago
6aa9a30
iommu/ipmmu-vmsa: Remove platform data handling
by Magnus Damm
· 8 years ago
15060ab
iommu/vt-d: Helper function to query if a pasid has any active users
by CQ Tang
· 8 years ago
745b6e7
iommu/mediatek: Include linux/dma-mapping.h
by Arnd Bergmann
· 8 years ago
f73a7ee
iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappings
by KarimAllah Ahmed
· 8 years ago
1cc896e
iommu/dma: Don't touch invalid iova_domain members
by Robin Murphy
· 8 years ago
4f1fcfe
iommu/rockchip: Enable Rockchip IOMMU on ARM64
by Simon Xue
· 8 years ago
28b4780
Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 8 years ago
1062ae4
Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
644b493
Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
by Dave Airlie
· 8 years ago
Next »