summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dmar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David Woodhouse2008-10-211-26/+31
|\
| * Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-201-27/+34
| |\
| | * dmar: fix dmar_parse_dev() devices_cnt error condition checkSuresh Siddha2008-10-161-1/+1
| | * dmar: use list_for_each_entry_safe() in dmar_dev_scope_init()Suresh Siddha2008-10-161-4/+4
| | * dmar: initialize the return value in dmar_parse_dev()Yinghai Lu2008-10-161-1/+1
| | * dmar: fix using early fixmap mapping for DMAR table parsingYinghai Lu2008-10-161-21/+28
* | | dmar: fix uninitialised 'ret' variable in dmar_parse_dev()David Woodhouse2008-10-181-3/+2Star
* | | intel-iommu: IA64 supportFenghua Yu2008-10-181-8/+11
* | | dmar: remove the quirk which disables dma-remapping when intr-remapping enabledYouquan Song2008-10-171-15/+5Star
* | | dmar: context cache and IOTLB invalidation using queued invalidationYouquan Song2008-10-171-0/+56
* | | dmar: use spin_lock_irqsave() in qi_submit_sync()Suresh Siddha2008-10-171-6/+13
|/ /
* / VT-d: Changes to support KVMKay, Allen M2008-10-151-2/+2
|/
* x64, x2apic/intr-remap: disable DMA-remapping if Interrupt-remapping is detec...Suresh Siddha2008-07-121-0/+25
* x64, x2apic/intr-remap: Interrupt remapping infrastructureSuresh Siddha2008-07-121-0/+16
* x64, x2apic/intr-remap: Queued invalidation infrastructure (part of VT-d)Suresh Siddha2008-07-121-0/+150
* x64, x2apic/intr-remap: parse ioapic scope under vt-d structuresSuresh Siddha2008-07-121-0/+3
* x64, x2apic/intr-remap: Fix the need for RMRR in the DMA-remapping detectionSuresh Siddha2008-07-121-3/+1Star
* x64, x2apic/intr-remap: use CONFIG_DMAR for DMA-remapping specific codeSuresh Siddha2008-07-121-11/+24
* x64, x2apic/intr-remap: code re-structuring, to be used by both DMA and Inter...Suresh Siddha2008-07-121-16/+73
* x64, x2apic/intr-remap: fix the need for sequential array allocation of iommusSuresh Siddha2008-07-121-2/+9
* x64, x2apic/intr-remap: Intel vt-d, IOMMU code reorganizationSuresh Siddha2008-07-121-1/+89
* copyright owner and author clean up for intel iommu and related filesmark gross2008-02-241-4/+5
* Genericizing iova.[ch]David Miller2008-02-061-0/+1
* PCI: More Sanity checks for DMARFenghua Yu2008-02-021-3/+17
* Intel IOMMU: DMAR detection and parsing logicKeshavamurthy, Anil S2007-10-221-0/+329