Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
af437469d14e91e8b4273606cac4c08f05bf056e
/
drivers
/
iommu
af43746
iommu/vt-d: Fix race setting IRQ CPU affinity while freeing IRQ
by Greg Edwards
· 10 years ago
c875d2c
iommu/vt-d: Exclude devices using RMRRs from IOMMU API domains
by Alex Williamson
· 10 years ago
161f693
iommu/vt-d: Fix issue in computing domain's iommu_snooping flag
by Jiang Liu
· 10 years ago
a156ef9
iommu/vt-d: Introduce helper function iova_size() to improve code readability
by Jiang Liu
· 10 years ago
162d1b1
iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify code
by Jiang Liu
· 10 years ago
d41a4ad
iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated code
by Jiang Liu
· 10 years ago
2a41cce
iommu/vt-d: Change iommu_enable/disable_translation to return void
by Jiang Liu
· 10 years ago
129ad28
iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()
by Jiang Liu
· 10 years ago
2a46ddf
iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()
by Jiang Liu
· 10 years ago
44bde61
iommu/vt-d: Allocate dynamic domain id for virtual domains only
by Jiang Liu
· 10 years ago
fb170fb
iommu/vt-d: Introduce helper functions to make code symmetric for readability
by Jiang Liu
· 10 years ago
ab8dfe2
iommu/vt-d: Introduce helper functions to improve code readability
by Jiang Liu
· 10 years ago
18fd779
iommu/vt-d: Use correct domain id to flush virtual machine domains
by Jiang Liu
· 10 years ago
c3b497c
iommu/vt-d: Match segment number when searching for dev_iotlb capable devices
by Jiang Liu
· 10 years ago
cbb24a2
Merge branch 'core' into x86/vt-d
by Joerg Roedel
· 10 years ago
ffd78f0
iommu: Fix compile error in iommu-sysfs.c
by Joerg Roedel
· 10 years ago
b22f643
iommu: Constify struct iommu_ops
by Thierry Reding
· 10 years ago
066f2e9
iommu/amd: Add sysfs support
by Alex Williamson
· 10 years ago
a5459cf
iommu/vt-d: Make use of IOMMU sysfs support
by Alex Williamson
· 10 years ago
c61959e
iommu: Add sysfs support for IOMMUs
by Alex Williamson
· 10 years ago
fd2852d
iommu: Remove pci.h
by Alex Williamson
· 10 years ago
7319ede
iommu/fsl: Use iommu_group_get_for_dev() for IOMMU groups
by Alex Williamson
· 10 years ago
579305f
iommu/vt-d: Update to use PCI DMA aliases
by Alex Williamson
· 10 years ago
e17f9ff
iommu/vt-d: Use iommu_group_get_for_dev()
by Alex Williamson
· 10 years ago
65d5352
iommu/amd: Use iommu_group_get_for_dev()
by Alex Williamson
· 10 years ago
c193109
iommu/amd: Update to use PCI DMA aliases
by Alex Williamson
· 10 years ago
104a1c1
iommu/core: Create central IOMMU group lookup/creation interface
by Alex Williamson
· 10 years ago
aa4d066
iommu/vt-d: Suppress compiler warnings
by Yijing Wang
· 10 years ago
effad4b
iommu/vt-d: Remove the useless dma_pte_addr
by Yijing Wang
· 10 years ago
c3c75eb
iommu/vt-d: Don't use magic number in dma_pte_superpage
by Joerg Roedel
· 10 years ago
9b27e82
iommu/vt-d: Fix reference count in iommu_prepare_isa
by Yijing Wang
· 11 years ago
e16922a
iommu/vt-d: Use inline function dma_pte_superpage instead of macros
by Yijing Wang
· 11 years ago
8f9d41b
iommu/vt-d: Clear the redundant assignment for domain->nid
by Yijing Wang
· 11 years ago
435bbb4
iommu/vt-d: Clear the redundant assignment in dmar_enable_qi
by Yijing Wang
· 11 years ago
3a74ca0
iommu/vt-d: Use list_for_each_safe() to simplify code
by Yijing Wang
· 11 years ago
d73a6d7
iommu/amd: Fix small race between invalidate_range_end/start
by Joerg Roedel
· 10 years ago
27e2495
iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI device
by Jiang Liu
· 10 years ago
2732ea9
Merge tag 'iommu-updates-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu into next
by Linus Torvalds
· 10 years ago
00170fd
Merge branch 'akpm' (patchbomb from Andrew) into next
by Linus Torvalds
· 10 years ago
3674643
intel-iommu: integrate DMA CMA
by Akinobu Mita
· 10 years ago
d09cc36
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 10 years ago
5da7776
Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next
by Linus Torvalds
· 10 years ago
4255532
Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into next
by Linus Torvalds
· 10 years ago
c0981b8
Merge branches 'iommu/fixes', 'arm/omap', 'arm/smmu', 'arm/shmobile', 'x86/amd', 'arm/exynos', 'arm/renesas', 'ppc/pamu' and 'arm/msm' into next
by Joerg Roedel
· 10 years ago
afba256
iommu/msm: Use devm_ioremap_resource to simplify code
by Kefeng Wang
· 10 years ago
3dbc260
iommu/amd: Fix recently introduced compile warnings
by Joerg Roedel
· 10 years ago
8283b49
driver core: dev_set_drvdata can no longer fail
by Jean Delvare
· 11 years ago
1457467
iommu/exynos: Remove unnecessary "&" from function pointers
by Bjorn Helgaas
· 11 years ago
720b0ce
arm/ipmmu-vmsa: Fix compile error
by Joerg Roedel
· 10 years ago
365409d
iommu/exynos: Fix checkpatch warning
by Sachin Kamat
· 11 years ago
5455d70
iommu/exynos: Fix trivial typo
by Sachin Kamat
· 11 years ago
b28165d
iommu/exynos: Remove invalid symbol dependency
by Sachin Kamat
· 11 years ago
d6a71bf
iommu: fsl_pamu.c: Fix for possible null pointer dereference
by Rickard Strandqvist
· 11 years ago
ecef115
iommu/amd: Remove duplicate checking code
by Vaughan Cao
· 11 years ago
e79df31
iommu/amd: Handle parallel invalidate_range_start/end calls correctly
by Joerg Roedel
· 11 years ago
9163b90
iommu/amd: Remove IOMMUv2 pasid_state_list
by Joerg Roedel
· 11 years ago
a40d4c6
iommu/amd: Implement mmu_notifier_release call-back
by Joerg Roedel
· 11 years ago
741669c
iommu/amd: Convert IOMMUv2 state_table into state_list
by Joerg Roedel
· 11 years ago
b87d2d7
iommu/amd: Don't access IOMMUv2 state_table directly
by Joerg Roedel
· 11 years ago
004c5b3
iommu/ipmmu-vmsa: Support clearing mappings
by Laurent Pinchart
· 11 years ago
bec0ca0
iommu/ipmmu-vmsa: Remove stage 2 PTE bits definitions
by Laurent Pinchart
· 11 years ago
dda7c2e
iommu/ipmmu-vmsa: Support 2MB mappings
by Laurent Pinchart
· 11 years ago
9009f25
iommu/ipmmu-vmsa: Rewrite page table management
by Laurent Pinchart
· 11 years ago
14e5123
iommu/ipmmu-vmsa: PMD is never folded, PUD always is
by Laurent Pinchart
· 11 years ago
4ee3cc9
iommu/ipmmu-vmsa: Set the PTE contiguous hint bit when possible
by Laurent Pinchart
· 11 years ago
bc28191
iommu/ipmmu-vmsa: Define driver-specific page directory sizes
by Laurent Pinchart
· 11 years ago
251dac4
iommu/ipmmu-vmsa: Fix the supported page sizes
by Laurent Pinchart
· 11 years ago
192d204
iommu/ipmmu-vmsa: Refactor micro-TLB lookup
by Laurent Pinchart
· 11 years ago
d25a2a1
iommu: Add driver for Renesas VMSA-compatible IPMMU
by Laurent Pinchart
· 11 years ago
a553b14
iommu: dmar: Provide arch specific irq allocation
by Thomas Gleixner
· 11 years ago
aa5125a
iommu: smar: Fix return value check of create_irq()
by Thomas Gleixner
· 11 years ago
d24a135
x86: irq_remapping: Use irq_alloc/free_hwirq()
by Thomas Gleixner
· 11 years ago
ba5fa6f
iommu/exynos: Remove unnecessary "&" from function pointers
by Bjorn Helgaas
· 11 years ago
66a7ed8
iommu/exynos: Apply workaround of caching fault page table entries
by Cho KyongHo
· 11 years ago
eeb5184
iommu/exynos: Turn on useful configuration options
by Cho KyongHo
· 11 years ago
6b21a5d
iommu/exynos: Support for device tree
by Cho KyongHo
· 11 years ago
0bf4e54
iommu/exynos: Enhanced error messages
by Cho KyongHo
· 11 years ago
bf4a1c9
iommu/exynos: Add devices attached to the System MMU to an IOMMU group
by Antonios Motakis
· 11 years ago
d09d78f
iommu/exynos: Use exynos-iommu specific typedef
by Cho KyongHo
· 11 years ago
9d4e7a2
iommu/exynos: Change rwlock to spinlock
by Cho KyongHo
· 11 years ago
1fab7fa
iommu/exynos: Remove custom fault handler
by Cho KyongHo
· 11 years ago
7060587
iommu/exynos: Gating clocks of master H/W
by Cho KyongHo
· 11 years ago
46c16d1
iommu/exynos: Use managed device helper functions
by Cho KyongHo
· 11 years ago
e5cf63c
iommu/exynos: Remove dbgname from drvdata of a System MMU
by Cho KyongHo
· 11 years ago
f4723ec
iommu/exynos: Always enable runtime PM
by Cho KyongHo
· 11 years ago
6cb47ed
iommu/exynos: Add missing cache flush for removed page table entries
by Cho KyongHo
· 11 years ago
8f8fcf9
iommu/exynos: Remove prefetch buffer setting
by Cho KyongHo
· 11 years ago
3ad6b7f
iommu/exynos: Fix L2TLB invalidation
by Cho KyongHo
· 11 years ago
734c3c7
iommu/exynos: Allocate lv2 page table from own slab
by Cho KyongHo
· 11 years ago
61128f0
iommu/exynos: Change error handling when page table update is failed
by Cho KyongHo
· 11 years ago
7222e8d
iommu/exynos: Fix build errors
by Cho KyongHo
· 11 years ago
2c16c9f
iommu/amd: fix enabling exclusion range for an exact device
by Su Friendy
· 11 years ago
4378d99
iommu/amd: Take mmap_sem when calling get_user_pages
by Jay Cornwall
· 11 years ago
e028a9e
iommu/amd: Fix interrupt remapping for aliased devices
by Alex Williamson
· 11 years ago
9db4241
Merge branch 'iommu/for-v3.16' of git://linuxtv.org/pinchartl/fbdev into arm/shmobile
by Joerg Roedel
· 11 years ago
6069d23
iommu/arm-smmu: fix incorrect use of S2CR_TYPE_SHIFT
by Kefeng Wang
· 11 years ago
c443084
iommu/arm-smmu: allow 42-bit stage-1 output size with 64K pages
by Will Deacon
· 11 years ago
b11762f
iommu/shmobile: Use devm_ioremap_resource()
by Laurent Pinchart
· 11 years ago
ac1ef1f
iommu/shmobile: Don't ignore the ipmmu_iommu_init() return value
by Laurent Pinchart
· 11 years ago
286f600
iommu/omap: Fix map protection value handling
by Laurent Pinchart
· 11 years ago
Next »