aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds12-151/+2424
2012-01-09Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel3-0/+130
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel12-152/+2295
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+10
2011-12-29Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2011-12-22iommu/amd: Set IOTLB invalidation timeoutJoerg Roedel2-0/+23
2011-12-22iommu/amd: Init stats for iommu=ptJoerg Roedel1-0/+2
2011-12-22iommu/amd: Remove unnecessary cache flushes in amd_iommu_resumeJoerg Roedel1-7/+0
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblockIngo Molnar1-15/+10
2011-12-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linuxLinus Torvalds1-0/+5
2011-12-16iommu: Export intel_iommu_enabled to signal when iommu is in useEugeni Dodonov1-0/+5
2011-12-16iommu: Initialize domain->handler in iommu_domain_alloc()KyongHo Cho1-1/+1
2011-12-15iommu/amd: Add invalidate-context call-backJoerg Roedel1-0/+35
2011-12-15iommu/amd: Add amd_iommu_device_info() functionJoerg Roedel1-0/+43
2011-12-15iommu/amd: Adapt IOMMU driver to PCI register name changesJoerg Roedel1-8/+8
2011-12-14Merge branch 'iommu/page-sizes' into x86/amdJoerg Roedel6-60/+181
2011-12-14iommu/amd: Add invalid_ppr callbackJoerg Roedel1-2/+55
2011-12-14iommu/amd: Implement notifiers for IOMMUv2Joerg Roedel2-11/+178
2011-12-12iommu/amd: Implement IO page-fault handlerJoerg Roedel1-8/+196
2011-12-12iommu/amd: Add routines to bind/unbind a pasidJoerg Roedel1-0/+306
2011-12-12iommu/amd: Implement device aquisition code for IOMMUv2Joerg Roedel1-0/+210
2011-12-12iommu/amd: Add driver stub for AMD IOMMUv2 supportJoerg Roedel3-0/+45
2011-12-12iommu/amd: Add stat counter for IOMMUv2 eventsJoerg Roedel1-0/+17
2011-12-12iommu/amd: Add device errata handlingJoerg Roedel2-3/+55
2011-12-12iommu/amd: Add function to get IOMMUv2 domain for pdevJoerg Roedel3-0/+23
2011-12-12iommu/amd: Implement function to send PPR completionsJoerg Roedel3-0/+63
2011-12-12iommu/amd: Implement functions to manage GCR3 tableJoerg Roedel3-0/+135
2011-12-12iommu/amd: Implement IOMMUv2 TLB flushing routinesJoerg Roedel3-0/+140
2011-12-12iommu/amd: Add support for IOMMUv2 domain modeJoerg Roedel5-5/+180
2011-12-12iommu/amd: Add amd_iommu_domain_direct_map functionJoerg Roedel2-2/+39
2011-12-12iommu/amd: Implement notifier for PPR faultsJoerg Roedel3-2/+125
2011-12-12iommu/amd: Put IOMMUv2 capable devices in pt_domainJoerg Roedel3-16/+86
2011-12-12iommu/amd: Add iommuv2 flag to struct amd_iommuJoerg Roedel3-0/+23
2011-12-12iommu/amd: Enable GT mode when supported by IOMMUJoerg Roedel2-0/+10
2011-12-12iommu/amd: Setup PPR log when supported by IOMMUJoerg Roedel2-0/+65
2011-12-12iommu/amd: Get the maximum number of PASIDs supportedJoerg Roedel2-0/+19
2011-12-12iommu/amd: Convert dev_table_entry to u64Joerg Roedel3-16/+18
2011-12-08memblock: Kill early_node_map[]Tejun Heo1-0/+1
2011-12-06iommu/omap: be verbose when omap_iommu_iova_to_phys failsOhad Ben-Cohen1-2/+2
2011-12-05intr_remapping: Fix section mismatch in ir_dev_scope_init()Sergey Senozhatsky1-1/+1
2011-12-05intel-iommu: Fix section mismatch in dmar_parse_rmrr_atsr_dev()Sergey Senozhatsky1-1/+1
2011-12-05iommu/omap: eliminate the public omap_find_iommu_device() methodOhad Ben-Cohen2-43/+46
2011-11-28Merge branch 'master' into x86/memblockTejun Heo17-0/+15707
2011-11-15iommu: Add option to group multi-function devicesAlex Williamson2-1/+12
2011-11-15iommu/amd: Implement iommu_device_groupAlex Williamson1-0/+13
2011-11-15iommu/intel: Implement iommu_device_groupAlex Williamson1-0/+46
2011-11-15iommu: Add iommu_device_group callback and iommu_group sysfs entryAlex Williamson1-0/+60
2011-11-10iommu/core: remove the temporary pgsize settingsOhad Ben-Cohen1-10/+0
2011-11-10iommu/intel: announce supported page sizesOhad Ben-Cohen1-0/+19
2011-11-10iommu/amd: announce supported page sizesOhad Ben-Cohen1-0/+19