summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-203-77/+126
|\
| * intr_remapping: fix typoIngo Molnar2008-10-161-1/+1
| * genirq: revert dynarrayThomas Gleixner2008-10-161-9/+2
| * genirq: remove sparse irq codeThomas Gleixner2008-10-162-93/+1
| * irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2Yinghai Lu2008-10-161-1/+1
| * irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQDean Nelson2008-10-161-1/+1
| * 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
| * sparseirq: fix intr-remap with dyn_array/nr_irqs changes]Suresh Siddha2008-10-161-8/+6
| * x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu2008-10-161-2/+20
| * x86: put irq_2_iommu pointer into irq_descYinghai Lu2008-10-161-48/+165
| * irq: make irq2_iommu to use dyn_arrayYinghai Lu2008-10-161-2/+10
| * drivers/pci/ intr remapping: use nr_irqsYinghai Lu2008-10-161-8/+8
* | pci: Use new %pR to print resource rangesBenjamin Herrenschmidt2008-10-204-54/+32
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-10-201-2/+4
|\ \
| * | Export the ROM enable/disable helpersAlan Cox2008-09-261-2/+4
* | | intel-iommu: typo fix and correct word in the commentAmeya Palande2008-10-201-2/+2
* | | {pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()Linus Torvalds2008-10-161-2/+1
* | | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-168-525/+117
|\ \ \
| * | | VT-d: Changes to support KVMKay, Allen M2008-10-158-525/+117
| | |/ | |/|
* | | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-162-6/+5
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-152-6/+5
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | | * | | x86, pci-hotplug, calgary / rio: fix EBDA ioremap()Ingo Molnar2008-09-261-1/+1
| | | | * | | generic: redefine resource_size_t as phys_addr_tJeremy Fitzhardinge2008-09-141-5/+4
| | | |/ / /
* | | | | | Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman2008-10-161-45/+5
* | | | | | Merge commit 'origin'Benjamin Herrenschmidt2008-10-1514-304/+1187
|\| | | | |
| * | | | | Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-117-314/+1139
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'linus' into x86/coreIngo Molnar2008-08-144-21/+48
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar2008-07-307-127/+197
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-253-21/+35
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-222-5/+3
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-1838-1115/+1788
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | x64, x2apic/intr-remap: MSI and MSI-X support for interrupt remapping infrast...Suresh Siddha2008-07-121-0/+11
| | * | | | | | | | | x64, x2apic/intr-remap: IO-APIC support for interrupt-remappingSuresh Siddha2008-07-121-0/+10
| | * | | | | | | | | x64, x2apic/intr-remap: disable DMA-remapping if Interrupt-remapping is detec...Suresh Siddha2008-07-121-0/+25
| | * | | | | | | | | x64, x2apic/intr-remap: routines managing Interrupt remapping table entries.Suresh Siddha2008-07-122-0/+247
| | * | | | | | | | | x64, x2apic/intr-remap: Interrupt remapping infrastructureSuresh Siddha2008-07-126-15/+187
| | * | | | | | | | | x64, x2apic/intr-remap: Queued invalidation infrastructure (part of VT-d)Suresh Siddha2008-07-123-7/+211
| | * | | | | | | | | x64, x2apic/intr-remap: move IOMMU_WAIT_OP() macro to intel-iommu.hSuresh Siddha2008-07-122-15/+15
| | * | | | | | | | | x64, x2apic/intr-remap: parse ioapic scope under vt-d structuresSuresh Siddha2008-07-125-0/+83
| | * | | | | | | | | x64, x2apic/intr-remap: Fix the need for RMRR in the DMA-remapping detectionSuresh Siddha2008-07-121-3/+1
| | * | | | | | | | | 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-123-22/+79
| | * | | | | | | | | x64, x2apic/intr-remap: fix the need for sequential array allocation of iommusSuresh Siddha2008-07-123-21/+18
| | * | | | | | | | | x64, x2apic/intr-remap: Intel vt-d, IOMMU code reorganizationSuresh Siddha2008-07-124-236/+264
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for...Ingo Molnar2008-10-101-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / | | | |/| | | | | | / / / | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| | | | * | | | | | | | Merge branch 'linus' into x86/iommuIngo Molnar2008-09-145-8/+47
| | | | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| | | | * | | | | | | | Merge commit 'v2.6.27-rc6' into x86/iommuIngo Molnar2008-09-109-57/+100
| | | | |\ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|/ / | | | | | |/| | | | | |