| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | iommu: dmar: Provide helper to copy shared irte fields | Thomas Gleixner | 2015-06-12 | 1 | -0/+12 |
* | iommu: dmar: Extend struct irte for VT-d Posted-Interrupts | Thomas Gleixner | 2015-06-12 | 1 | -15/+55 |
* | iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit | Jiang Liu | 2015-04-24 | 1 | -1/+2 |
* | iommu/vt-d: Implement DMAR unit hotplug framework | Jiang Liu | 2014-11-18 | 1 | -0/+33 |
* | iommu/vt-d: Dynamically allocate and free seq_id for DMAR units | Jiang Liu | 2014-11-18 | 1 | -0/+6 |
* | iommu/vt-d: Introduce helper function dmar_walk_resources() | Jiang Liu | 2014-11-18 | 1 | -10/+9 |
* | iommu/vt-d: Store bus information in RMRR PCI device path | Joerg Roedel | 2014-10-02 | 1 | -1/+7 |
* | iommu/vt-d: Simplify include/linux/dmar.h | Jiang Liu | 2014-07-23 | 1 | -32/+18 |
* | iommu/vt-d: Change scope lists to struct device, bus, devfn | David Woodhouse | 2014-03-24 | 1 | -6/+12 |
* | iommu/vt-d: Unify the way to process DMAR device scope array | Jiang Liu | 2014-03-04 | 1 | -5/+0 |
* | iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happens | Jiang Liu | 2014-03-04 | 1 | -2/+22 |
* | iommu/vt-d: Use RCU to protect global resources in interrupt context | Jiang Liu | 2014-03-04 | 1 | -6/+17 |
* | iommu/vt-d: Introduce a rwsem to protect global data structures | Jiang Liu | 2014-03-04 | 1 | -0/+2 |
* | iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entries | Jiang Liu | 2014-03-04 | 1 | -0/+6 |
* | iommu/vt-d: Move private structures and variables into intel-iommu.c | Jiang Liu | 2014-03-04 | 1 | -22/+1 |
* | iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuse | Jiang Liu | 2014-03-04 | 1 | -0/+1 |
* | iommu/vt-d, trivial: simplify code with existing macros | Jiang Liu | 2014-01-09 | 1 | -0/+4 |
* | iommu/vt-d: mark internal functions as static | Jiang Liu | 2014-01-09 | 1 | -3/+1 |
* | iommu/vt-d: fix PCI device reference leakage on error recovery path | Jiang Liu | 2014-01-09 | 1 | -2/+3 |
* | x86, iommu/vt-d: Clean up interfaces for interrupt remapping | Joerg Roedel | 2012-05-07 | 1 | -59/+0 |
* | iommu/vt-d: Convert free_irte into a remap_ops callback | Joerg Roedel | 2012-05-07 | 1 | -5/+0 |
* | iommu/vt-d: Convert missing apic.c intr-remapping call to remap_ops | Joerg Roedel | 2012-05-07 | 1 | -18/+0 |
* | iommu/vt-d: Make intr-remapping initialization generic | Joerg Roedel | 2012-05-07 | 1 | -3/+0 |
* | include/linux/dmar.h: forward-declare struct acpi_dmar_header | Andrew Morton | 2011-10-31 | 1 | -0/+2 |
* | iommu: Rename the DMAR and INTR_REMAP config options | Suresh Siddha | 2011-09-21 | 1 | -6/+6 |
* | iommu: Move IOMMU specific code to intel-iommu.c | Suresh Siddha | 2011-09-21 | 1 | -0/+17 |
* | x86, x2apic: Enable the bios request for x2apic optout | Suresh Siddha | 2011-09-21 | 1 | -2/+12 |
* | dmar, x86: Use function stubs when CONFIG_INTR_REMAP is disabled | Randy Dunlap | 2010-11-26 | 1 | -3/+14 |
* | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-10-21 | 1 | -3/+3 |
|\ |
|
| * | x86, iommu: Make all IOMMU's detection routines return a value. | Konrad Rzeszutek Wilk | 2010-08-26 | 1 | -3/+3 |
* | | x86: Speed up the irq_remapped check in hot pathes | Thomas Gleixner | 2010-10-12 | 1 | -2/+0 |
* | | x86: Embedd irq_2_iommu into irq_cfg | Thomas Gleixner | 2010-10-12 | 1 | -0/+1 |
* | | pci: intr_remap: Remove unused functions | Thomas Gleixner | 2010-10-12 | 1 | -2/+0 |
* | | dmar: Convert to new irq chip functions | Thomas Gleixner | 2010-10-12 | 1 | -2/+3 |
|/ |
|
* | Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-12-08 | 1 | -0/+10 |
|\ |
|
| * | intr-remap: generic support for remapping HPET MSIs | Suresh Siddha | 2009-08-27 | 1 | -0/+10 |
* | | x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hook | FUJITA Tomonori | 2009-11-10 | 1 | -11/+4 |
|/ |
|
* | Intel-IOMMU, intr-remap: source-id checking | Weidong Han | 2009-06-23 | 1 | -0/+11 |
* | Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 | Linus Torvalds | 2009-06-22 | 1 | -0/+9 |
|\ |
|
| * | VT-d: parse ATSR in DMA Remapping Reporting Structure | Yu Zhao | 2009-05-18 | 1 | -0/+9 |
* | | x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checks | Suresh Siddha | 2009-04-21 | 1 | -0/+2 |
* | | x86, intr-remap: enable interrupt remapping early | Weidong Han | 2009-04-19 | 1 | -0/+1 |
|/ |
|
* | intel-iommu: Handle PCI domains appropriately. | David Woodhouse | 2009-04-04 | 1 | -0/+1 |
* | Intel IOMMU Suspend/Resume Support - Interrupt Remapping | Fenghua Yu | 2009-04-03 | 1 | -0/+2 |
* | intel-iommu: Add for_each_iommu() and for_each_active_iommu() macros | David Woodhouse | 2009-04-03 | 1 | -0/+8 |
* | x86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic code | Suresh Siddha | 2009-03-17 | 1 | -7/+38 |
* | x86, dmar: start with sane state while enabling dma and interrupt-remapping | Suresh Siddha | 2009-03-17 | 1 | -0/+2 |
* | x86, x2apic: enable fault handling for intr-remapping | Suresh Siddha | 2009-03-17 | 1 | -3/+2 |
* | intel-iommu: kill off duplicate def of dmar_disabled | Mark McLoughlin | 2009-01-03 | 1 | -1/+0 |