summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-03-271-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-251-1/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | 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
|\ \ \ \ \ \
| * | | | | | intel-iommu: fix endless "Unknown DMAR structure type" loopTony Battersby2009-02-141-0/+8
| * | | | | | VT-d: handle Invalidation Queue Error to avoid system hangYu Zhao2009-02-092-25/+57
| * | | | | | intel-iommu: fix build error with INTR_REMAP=y and DMAR=nJoerg Roedel2009-02-091-1/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-02-171-3/+5
|\ \ \ \ \ \
| * | | | | | iommu: fix Intel IOMMU write-buffer flushingDavid Woodhouse2009-02-141-1/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-02-174-20/+24
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | PCI: fix missing kernel-doc and typosRandy Dunlap2009-02-131-4/+9
| * | | | | PCI: fix struct pci_platform_pm_ops kernel-docRandy Dunlap2009-02-131-10/+10
| * | | | | PCI: fix rom.c kernel-doc warningRandy Dunlap2009-02-131-0/+1
| * | | | | PCI/MSI: fix msi_mask() shift fixMatthew Wilcox2009-02-131-6/+4Star
| |/ / / /
* / / / / Fix Intel IOMMU write-buffer flushingDavid Woodhouse2009-02-171-1/+13
|/ / / /
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-111-3/+11
|\ \ \ \ | |/ / / |/| | |
| * | | x86: disable intel_iommu support by defaultKyle McMartin2009-02-051-3/+11
* | | | PCI PM: make the PM core more careful with drivers using the new PM frameworkRafael J. Wysocki2009-02-051-52/+93
* | | | PCI PM: Read power state from device after trying to change it on resumeRafael J. Wysocki2009-02-051-1/+1
* | | | PCI PM: Do not disable and enable bridges during suspend-resumeRafael J. Wysocki2009-02-051-4/+6
* | | | PCI: PCIe portdrv: Simplify suspend and resumeRafael J. Wysocki2009-02-051-15/+1Star
* | | | PCI PM: Fix saving of device state in pci_legacy_suspendRafael J. Wysocki2009-02-051-2/+8
* | | | PCI PM: Check if the state has been saved before trying to restore itRafael J. Wysocki2009-02-051-1/+1
* | | | PCI PM: Fix handling of devices without driversRafael J. Wysocki2009-02-051-15/+12Star
* | | | PCI: return error on failure to read PCI ROMsTimothy S. Nelson2009-02-052-5/+7
* | | | PCI: properly clean up ASPM link state on device removeAlex Chiang2009-02-051-2/+2
|/ / /
* | | PCI hotplug: Change link order of pciehp & acpiphpMatthew Garrett2009-01-281-1/+5
* | | PCI hotplug: fakephp: Allocate PCI resources before adding the deviceDarrick J. Wong2009-01-271-16/+26
* | | PCI MSI: Fix undefined shift by 32Matthew Wilcox2009-01-271-2/+11
* | | PCI PM: Do not wait for buses in B2 or B3 during resumeRafael J. Wysocki2009-01-271-13/+13
* | | PCI PM: Power up devices before restoring their stateRafael J. Wysocki2009-01-271-3/+3
* | | PCI PM: Fix hibernation breakage on EeePC 701Rafael J. Wysocki2009-01-271-1/+4
* | | PCI PM: Fix suspend error paths and testing facility breakageRafael J. Wysocki2009-01-271-0/+16
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-01-265-80/+100
|\ \ \
| * | | PCI hotplug: fix lock imbalance in pciehpJiri Slaby2009-01-191-1/+3
| * | | PCI PM: Restore standard config registers of all devices earlyRafael J. Wysocki2009-01-163-70/+90