Age | Commit message (Expand) | Author |
2016-02-16 | Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommu | Linus Torvalds |
2016-01-13 | iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG | CQ Tang |
2015-12-19 | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros | Borislav Petkov |
2015-11-02 | iommu/vt-d: Fix return value check of parse_ioapics_under_ir() | Joerg Roedel |
2015-10-23 | iommu/vt-d: Propagate error-value from ir_parse_ioapic_hpet_scope() | Joerg Roedel |
2015-10-23 | iommu/vt-d: Adjust the return value of the parse_ioapics_under_ir | Baoquan He |
2015-10-15 | iommu/vt-d: Use cmpxchg16b to update posted format IRTE atomically | Feng Wu |
2015-10-14 | iommu/vt-d: Switch from ioremap_cache to memremap | Dan Williams |
2015-08-13 | iommu/vt-d: Access iomem correctly | Joerg Roedel |
2015-08-03 | iommu/vt-d: Fix leaked ioremap mapping | Dan Williams |
2015-06-23 | Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2015-06-16 | iommu/vt-d: Don't disable IR when it was previously enabled | Joerg Roedel |
2015-06-16 | iommu/vt-d: Make sure copied over IR entries are not reused | Joerg Roedel |
2015-06-16 | iommu/vt-d: Copy IR table from old kernel when in kdump mode | Joerg Roedel |
2015-06-16 | iommu/vt-d: Set IRTA in intel_setup_irq_remapping | Joerg Roedel |
2015-06-16 | iommu/vt-d: Disable IRQ remapping in intel_prepare_irq_remapping | Joerg Roedel |
2015-06-16 | iommu/vt-d: Move QI initializationt to intel_setup_irq_remapping | Joerg Roedel |
2015-06-16 | iommu/vt-d: Move EIM detection to intel_prepare_irq_remapping | Joerg Roedel |
2015-06-16 | iommu/vt-d: Cleanup log messages | Joerg Roedel |
2015-06-12 | iommu, x86: Properly handle posted interrupts for IOMMU hotplug | Feng Wu |
2015-06-12 | iommu, x86: Setup Posted-Interrupts capability for Intel iommu | Feng Wu |
2015-06-12 | iommu, x86: Avoid migrating VT-d posted interrupts | Feng Wu |
2015-06-12 | iommu, x86: Save the mode (posted or remapped) of an IRTE | Feng Wu |
2015-06-12 | iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip | Feng Wu |
2015-05-11 | Merge branch 'x86/asm' into x86/apic, to resolve a conflict | Ingo Molnar |
2015-05-05 | irq_remapping/vt-d: Init all MSI entries not just the first one | Thomas Gleixner |
2015-04-26 | Merge git://git.infradead.org/intel-iommu | Linus Torvalds |
2015-04-24 | x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector() | Jiang Liu |
2015-04-24 | irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c | Jiang Liu |
2015-04-24 | x86/irq: Remove irq_cfg.irq_remapped | Jiang Liu |
2015-04-24 | irq_remapping/vt-d: Clean up unsued code | Jiang Liu |
2015-04-24 | x86/irq: Remove x86_io_apic_ops.print_entries and related interfaces | Jiang Liu |
2015-04-24 | irq_remapping/vt-d: Clean up unused MSI related code | Jiang Liu |
2015-04-24 | irq_remapping/vt-d: Enhance Intel IR driver to support hierarchical irqdomains | Jiang Liu |
2015-04-24 | irq_remapping/vt-d: Change prototypes to prepare for hierarchical irqdomain | Jiang Liu |
2015-03-25 | iommu/vt-d: Print x2apic opt out info instead of printing a warning | Fenghua Yu |
2015-03-03 | iommu/vt-d: Convert non-returned local variable to boolean when relevant | Quentin Lambert |
2015-01-15 | iommu/irq_remapping: Change variable disable_irq_remap to be static | Jiang Liu |
2015-01-15 | iommu/irq_remapping: Kill function irq_remapping_supported() and related code | Jiang Liu |
2015-01-15 | iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC mode | Jiang Liu |
2015-01-15 | iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUs | Joerg Roedel |
2015-01-15 | iommu/vt-d: Prepare for killing function irq_remapping_supported() | Jiang Liu |
2015-01-15 | iommu/vt-d: Convert allocations to GFP_KERNEL | Thomas Gleixner |
2015-01-15 | iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepare | Thomas Gleixner |
2014-12-16 | iommu/vt-d: Use helpers to access irq_cfg data structure associated with IRQ | Jiang Liu |
2014-11-18 | iommu/vt-d: Enhance error recovery in function intel_enable_irq_remapping() | Jiang Liu |
2014-11-18 | iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug | Jiang Liu |
2014-11-18 | iommu/vt-d: Implement DMAR unit hotplug framework | Jiang Liu |
2014-10-02 | Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an... | Joerg Roedel |
2014-09-25 | iommu/irq_remapping: Fix the regression of hpet irq remapping | Yijing Wang |