summaryrefslogtreecommitdiff
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-03-301-17/+33
|\
| * Merge branch 'linus' into core/iommuIngo Molnar2009-03-283-4/+9
| |\
| * \ Merge branch 'linus' into core/iommuIngo Molnar2009-03-184-2/+35
| |\ \
| * \ \ Merge branch 'linus' into core/iommuIngo Molnar2009-03-0519-261/+549
| |\ \ \
| * | | | intel-iommu: make dma mapping functions staticFUJITA Tomonori2009-01-291-18/+11
| * | | | IA64: fix VT-d dma_mapping_errorFUJITA Tomonori2009-01-291-0/+6
| * | | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-162-9/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into core/iommuIngo Molnar2009-01-1136-1098/+1876
| |\ \ \ \ \
| * | | | | | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-061-5/+4
| * | | | | | x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori2009-01-061-2/+0
| * | | | | | intel-iommu: add map_page and unmap_pageFUJITA Tomonori2009-01-061-2/+22
* | | | | | | Merge branch 'linus' into x86/coreIngo Molnar2009-03-282-2/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-272-2/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-03-261-1/+1
| |\ \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-1614-83/+302
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | / | | | | | |_|_|_|/ | | | | |/| | | |
| | | | | | | | |
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *---. \ \ \ \ \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-131-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | | | * | | | | | | sparseirq: make some func to be used with genirqYinghai Lu2009-01-111-1/+1
| | | | | |_|_|_|_|/ | | | | |/| | | | |
| * | | | | | | | | pci: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+2
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | x86, dmar: use atomic allocations for QI and Intr-remapping initSuresh Siddha2009-03-172-5/+5
* | | | | | | | | x86, intr-remapping: fix free_irte() to clear all the IRTE entriesSuresh Siddha2009-03-171-1/+1
* | | | | | | | | x86, dmar: start with sane state while enabling dma and interrupt-remappingSuresh Siddha2009-03-173-4/+47
* | | | | | | | | x86, dmar: routines for disabling queued invalidation and intr remappingSuresh Siddha2009-03-172-0/+63
* | | | | | | | | x86, x2apic: enable fault handling for intr-remappingSuresh Siddha2009-03-173-21/+86
* | | | | | | | | x86, dmar: move page fault handling code to dmar.cSuresh Siddha2009-03-172-188/+191
* | | | | | | | | x86, x2apic: fix lock ordering during IRQ migrationSuresh Siddha2009-03-171-25/+33
* | | | | | | | | Merge branch 'x86/core' into x86/kconfigIngo Molnar2009-03-132-2/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'x86/urgent' into x86/patIngo Molnar2009-03-018-61/+229
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-225-21/+39
| |\ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-----------. \ \ \ \ \ \ \ Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar2009-02-131-2/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |_|_|_|/ / / / / | | | | | | |/| | | | | / / / | | | | |_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | / / | | | | | | | | |_|_|_|/ / | | | | | | | |/| | | | |
| | * | | | | | | | | | | pci, x86, acpi: fix early_ioremap() leakYinghai Lu2009-02-111-2/+5
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-136-83/+117
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-056-39/+89
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into core/percpuIngo Molnar2009-01-275-80/+100
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-213-14/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar2009-01-151-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-1036-1098/+1876
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | x86: smp.h move boot_cpu_id declartion to cpu.hJaswinder Singh Rajput2009-01-071-0/+1
| | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
* | | | | | | | | | | | | PCIe: portdrv: call pci_disable_device during removeAlex Chiang2009-03-121-0/+1
* | | | | | | | | | | | | pci: Fix typo in message while disabling HT MSI mappingPrakash Punnoor2009-03-121-1/+1
* | | | | | | | | | | | | pci: don't disable too many HT MSI mappingPrakash Punnoor2009-03-121-0/+4
* | | | | | | | | | | | | powerpc/pseries: The RPA PCI hotplug driver depends on EEHMichael Ellerman2009-03-121-1/+1
* | | | | | | | | | | | | PCIe: AER: during disable, check subordinate before walkingAlex Chiang2009-03-121-0/+3
* | | | | | | | | | | | | PCI: Add PCI quirk to disable L0s ASPM state for 82575 and 82598Alexander Duyck2009-03-121-0/+25
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-02-266-35/+161
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | PCI: AMD 813x B2 devices do not need boot interrupt quirkStefan Assmann2009-02-261-0/+3
| * | | | | | | | | | | | PCI: Enable PCIe AER only after checking firmware supportAndrew Patterson2009-02-242-11/+39
| * | | | | | | | | | | | PCI: pciehp: Handle interrupts that happen during initialization.Eric W. Biederman2009-02-243-8/+16
| * | | | | | | | | | | | PCI: don't enable too many HT MSI mappingsYinghai Lu2009-02-241-15/+100
| * | | | | | | | | | | | PCI quirk: enable MSI on 8132Yinghai Lu2009-02-181-1/+3
* | | | | | | | | | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-02-252-26/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |