index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-19
iommu/core: Check for the right function pointer in iommu_map()
Joerg Roedel
1
-1
/
+1
2014-08-18
iommu/amd: Fix cleanup_domain for mass device removal
Joerg Roedel
1
-4
/
+6
2014-08-18
iommu/vt-d: Defer domain removal if device is assigned to a driver
Joerg Roedel
1
-0
/
+8
2014-08-08
Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2014-08-06
Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-14
/
+14
2014-08-05
Merge branch 'acpica'
Rafael J. Wysocki
1
-14
/
+14
2014-07-31
Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar...
Joerg Roedel
11
-1251
/
+328
2014-07-31
iommu/vt-d: Fix race setting IRQ CPU affinity while freeing IRQ
Greg Edwards
1
-0
/
+5
2014-07-31
ACPICA: Tables: Update for DMAR table changes.
Bob Moore
1
-14
/
+14
2014-07-30
iommu/amd: Fix 2 typos in comments
Joerg Roedel
1
-2
/
+2
2014-07-30
iommu/amd: Fix device_state reference counting
Joerg Roedel
1
-0
/
+7
2014-07-30
iommu/amd: Remove change_pte mmu_notifier call-back
Joerg Roedel
1
-9
/
+0
2014-07-30
iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
Joerg Roedel
1
-17
/
+3
2014-07-29
iommu/exynos: Select ARM_DMA_USE_IOMMU
Tushar Behera
1
-0
/
+1
2014-07-29
iommu/vt-d: Exclude devices using RMRRs from IOMMU API domains
Alex Williamson
1
-10
/
+39
2014-07-29
iommu/omap: Remove virtual memory manager
Laurent Pinchart
6
-931
/
+6
2014-07-23
iommu/vt-d: Fix issue in computing domain's iommu_snooping flag
Jiang Liu
1
-18
/
+24
2014-07-23
iommu/vt-d: Introduce helper function iova_size() to improve code readability
Jiang Liu
1
-4
/
+3
2014-07-23
iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify code
Jiang Liu
1
-14
/
+16
2014-07-23
iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated code
Jiang Liu
1
-51
/
+19
2014-07-23
iommu/vt-d: Change iommu_enable/disable_translation to return void
Jiang Liu
1
-13
/
+5
2014-07-23
iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()
Jiang Liu
1
-1
/
+2
2014-07-23
iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()
Jiang Liu
1
-7
/
+4
2014-07-23
iommu/vt-d: Allocate dynamic domain id for virtual domains only
Jiang Liu
1
-21
/
+26
2014-07-23
iommu/vt-d: Introduce helper functions to make code symmetric for readability
Jiang Liu
1
-67
/
+80
2014-07-23
iommu/vt-d: Introduce helper functions to improve code readability
Jiang Liu
1
-33
/
+26
2014-07-23
iommu/vt-d: Use correct domain id to flush virtual machine domains
Jiang Liu
1
-1
/
+1
2014-07-23
iommu/vt-d: Match segment number when searching for dev_iotlb capable devices
Jiang Liu
1
-1
/
+2
2014-07-23
Merge branch 'core' into x86/vt-d
Joerg Roedel
19
-475
/
+689
2014-07-19
Merge tag 'tegra-for-3.17-fuse-move' of git://git.kernel.org/pub/scm/linux/ke...
Olof Johansson
1
-1
/
+2
2014-07-17
ARM: tegra: Move includes to include/soc/tegra
Thierry Reding
1
-1
/
+2
2014-07-10
iommu/amd: Don't call the inv_ctx_cb when pasid is not set up
Joerg Roedel
1
-5
/
+12
2014-07-10
iommu/amd: Don't hold a reference to task_struct
Joerg Roedel
1
-3
/
+1
2014-07-10
iommu/amd: Don't hold a reference to mm_struct
Joerg Roedel
1
-7
/
+33
2014-07-10
iommu/amd: Add pasid_state->invalid flag
Joerg Roedel
1
-2
/
+16
2014-07-10
iommu/amd: Drop pasid_state reference in ppr_notifer error path
Joerg Roedel
1
-0
/
+4
2014-07-10
iommu/amd: Get rid of __unbind_pasid
Joerg Roedel
1
-15
/
+2
2014-07-10
iommu/amd: Don't free pasid_state in mn_release path
Joerg Roedel
1
-3
/
+7
2014-07-10
iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
Joerg Roedel
1
-2
/
+0
2014-07-10
iommu/amd: Fix typo in amd_iommu_v2 driver
Joerg Roedel
1
-1
/
+1
2014-07-10
iommu/amd: Drop oprofile dependency
Borislav Petkov
1
-1
/
+1
2014-07-10
Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...
Joerg Roedel
1
-253
/
+240
2014-07-09
iommu/amd: Moving PPR fault flags macros definitions
Alexey Skidanov
1
-6
/
+0
2014-07-09
iommu/amd: Fix for pasid initialization
Alexey Skidanov
1
-0
/
+1
2014-07-09
iommu/arm-smmu: fix some checkpatch issues
Mitchel Humpherys
1
-22
/
+37
2014-07-07
iommu: Fix compile error in iommu-sysfs.c
Joerg Roedel
1
-0
/
+1
2014-07-07
iommu: Constify struct iommu_ops
Thierry Reding
12
-18
/
+27
2014-07-07
iommu/fsl: Fix the error condition during iommu group
Varun Sethi
1
-2
/
+5
2014-07-07
iommu/fsl: Fix the device domain attach condition.
Varun Sethi
1
-7
/
+2
2014-07-07
iommu/fsl: Fix PAMU window size check.
Varun Sethi
2
-5
/
+5
[next]