| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge branch 'core' into x86/vt-d | Joerg Roedel | 2014-07-23 | 1 | -0/+9 |
|\ \ |
|
| * | | iommu/vt-d: Make use of IOMMU sysfs support | Alex Williamson | 2014-07-04 | 1 | -0/+9 |
| |/ |
|
* / | iommu/vt-d: Clear the redundant assignment in dmar_enable_qi | Yijing Wang | 2014-07-04 | 1 | -3/+0 |
|/ |
|
* | iommu: dmar: Provide arch specific irq allocation | Thomas Gleixner | 2014-05-16 | 1 | -3/+3 |
* | iommu: smar: Fix return value check of create_irq() | Thomas Gleixner | 2014-05-16 | 1 | -1/+1 |
* | iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptors | Jiang Liu | 2014-04-14 | 1 | -1/+2 |
* | iommu/vt-d: Fix error handling in ANDD processing | David Woodhouse | 2014-04-01 | 1 | -5/+3 |
* | iommu/vt-d: Only call dmar_acpi_dev_scope_init() if DRHD units present | David Woodhouse | 2014-03-28 | 1 | -2/+2 |
* | iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init() | Joerg Roedel | 2014-03-25 | 1 | -1/+6 |
* | iommu/vt-d: Store PCI segment number in struct intel_iommu | David Woodhouse | 2014-03-24 | 1 | -0/+1 |
* | iommu/vt-d: Add ACPI devices into dmaru->devices[] array | David Woodhouse | 2014-03-24 | 1 | -0/+75 |
* | iommu/vt-d: Change scope lists to struct device, bus, devfn | David Woodhouse | 2014-03-24 | 1 | -19/+22 |
* | iommu/vt-d: Allocate space for ACPI devices | David Woodhouse | 2014-03-20 | 1 | -12/+10 |
* | iommu/vt-d: Parse ANDD records | David Woodhouse | 2014-03-20 | 1 | -0/+27 |
* | iommu/vt-d: Unify the way to process DMAR device scope array | Jiang Liu | 2014-03-04 | 1 | -120/+43 |
* | iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happens | Jiang Liu | 2014-03-04 | 1 | -0/+207 |
* | iommu/vt-d: Use RCU to protect global resources in interrupt context | Jiang Liu | 2014-03-04 | 1 | -13/+20 |
* | iommu/vt-d: Introduce a rwsem to protect global data structures | Jiang Liu | 2014-03-04 | 1 | -3/+16 |
* | iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entries | Jiang Liu | 2014-03-04 | 1 | -5/+9 |
* | iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuse | Jiang Liu | 2014-03-04 | 1 | -12/+16 |
* | iommu/vt-d, trivial: clean sparse warnings | Jiang Liu | 2014-01-09 | 1 | -3/+3 |
* | iommu/vt-d: fix wrong return value of dmar_table_init() | Jiang Liu | 2014-01-09 | 1 | -15/+14 |
* | iommu/vt-d: release invalidation queue when destroying IOMMU unit | Jiang Liu | 2014-01-09 | 1 | -0/+6 |
* | iommu/vt-d: keep shared resources when failed to initialize iommu devices | Jiang Liu | 2014-01-09 | 1 | -17/+39 |
* | iommu/vt-d, trivial: simplify code with existing macros | Jiang Liu | 2014-01-09 | 1 | -4/+3 |
* | iommu/vt-d: mark internal functions as static | Jiang Liu | 2014-01-09 | 1 | -1/+4 |
* | iommu/vt-d, trivial: clean up unused code | Jiang Liu | 2014-01-09 | 1 | -2/+0 |
* | iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu() | Jiang Liu | 2014-01-09 | 1 | -8/+0 |
* | iommu/vt-d: fix PCI device reference leakage on error recovery path | Jiang Liu | 2014-01-09 | 1 | -2/+12 |
* | iommu/vt-d: Mark functions as static in dmar.c | Rashika Kheria | 2013-12-30 | 1 | -2/+2 |
* | Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-15 | 1 | -1/+1 |
|\ |
|
| * | iommu/vt-d: Use for_each_drhd_unit() instead of list_for_each_entry() | Yijing Wang | 2013-11-01 | 1 | -1/+1 |
* | | ACPICA: Update DMAR table definitions. | Lv Zheng | 2013-10-31 | 1 | -2/+2 |
|/ |
|
* | iommu/vt-d: DMAR reporting table needs at least one DRHD | Li, Zhen-Hua | 2013-06-20 | 1 | -0/+4 |
* | iommu/vt-d: Remove warning for HPET scope type | Linn Crosetto | 2013-04-24 | 1 | -1/+2 |
* | iommu/vt-d: Disable translation if already enabled | Takao Indoh | 2013-04-23 | 1 | -1/+10 |
* | iommu/vt-d: dmar_fault should only clear PPF/PFO field. | Li, Zhen-Hua | 2013-03-26 | 1 | -5/+7 |
* | iommu, x86: Add DMA remap fault reason | Li, Zhen-Hua | 2013-03-06 | 1 | -0/+1 |
* | Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-02-26 | 1 | -1/+1 |
|\ |
|
| * | iommu/vt-d: Zero out allocated memory in dmar_enable_qi | Hannes Reinecke | 2013-02-07 | 1 | -1/+1 |
* | | x86, irq: Move irq_remapping_enabled declaration to iommu code | Joerg Roedel | 2013-01-28 | 1 | -0/+2 |
|/ |
|
* | iommu/dmar: Use pr_format() instead of PREFIX to tidy up pr_*() calls | Donald Dutile | 2012-06-11 | 1 | -30/+24 |
* | iommu/dmar: Reserve mmio space used by the IOMMU, if the BIOS forgets to | Donald Dutile | 2012-06-08 | 1 | -27/+84 |
* | iommu/dmar: Replace printks with appropriate pr_*() | Donald Dutile | 2012-06-08 | 1 | -48/+35 |
* | iommu: Fix off by one in dmar_get_fault_reason() | Dan Carpenter | 2012-05-14 | 1 | -2/+2 |
* | iommu: rename intr_remapping.[ch] to irq_remapping.[ch] | Suresh Siddha | 2012-05-07 | 1 | -1/+1 |
* | iommu: rename intr_remapping references to irq_remapping | Suresh Siddha | 2012-05-07 | 1 | -4/+4 |
* | iommu/vt-d: Make intr-remapping initialization generic | Joerg Roedel | 2012-05-07 | 1 | -0/+1 |
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-10-26 | 1 | -24/+24 |
|\ |
|
| * | locking, x86, iommu: Annotate qi->q_lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -7/+7 |