summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2009-03-20PCI: constify pci_bus_add_devices()akpm@linux-foundation.org1-1/+1
2009-03-20PCI/MSI: Allow arch code to return the number of MSI-X availableMichael Ellerman1-9/+12
2009-03-20PCI hotplug: shpchp: fix bus number check to avoid false positiveRoel Kluin1-1/+1
2009-03-20PCI/ACPI: rename pci_osc_control_set()Kenji Kaneshige2-4/+3
2009-03-20PCI/ACPI: move _OSC code to pci_root.cKenji Kaneshige1-215/+0
2009-03-20PCI: Speed up device reset functionSheng Yang1-17/+29
2009-03-20PCI quirk: don't mark one netmos as class otherJiri Slaby1-1/+5
2009-03-20PCI: enhance physical slot debug informationAlex Chiang1-10/+8
2009-03-20PCI: pciehp: make cmd_busy flag one bitKenji Kaneshige1-1/+1
2009-03-20PCI: pciehp: enable software notification on empty slotsKenji Kaneshige2-20/+12
2009-03-20PCI: pciehp: fix possible endless loop in pcie_isrKenji Kaneshige1-1/+2
2009-03-20PCI: introduce missing kfreeJulia Lawall1-2/+3
2009-03-20PCI: add missing KERN_* constants to printksFrank Seidel3-11/+11
2009-03-20PCI: check if a bus is added when removing itYu Zhao1-0/+3
2009-03-20PCI/MSI: Use #ifdefs instead of weak functionsMichael Ellerman1-17/+9
2009-03-20PCI/PCIe portdrv: Fix allocation of interruptsRafael J. Wysocki2-39/+173
2009-03-20PCI/MSI: Introduce pci_msix_table_size()Rafael J. Wysocki1-5/+19
2009-03-20PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+2
2009-03-20PCI: PCIe portdrv: Remove struct pcie_port_service_idRafael J. Wysocki7-57/+22
2009-03-20PCI: PCIe portdrv: Simplily probe callback of service driversRafael J. Wysocki4-8/+5
2009-03-20PCI: PCIe portdrv: Remove unnecessary functionRafael J. Wysocki1-6/+1
2009-03-20PCI: PCIe portdrv: Do not enable port device before setting up interruptsRafael J. Wysocki2-18/+31
2009-03-20PCI: PCIe portdrv: Aviod using service devices with wrong interruptsRafael J. Wysocki1-13/+28
2009-03-20PCI: PCIe portdrv: Use driver data to simplify codeRafael J. Wysocki2-61/+39
2009-03-20PCI: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-2/+2
2009-03-18Merge branch 'linus' into core/iommuIngo Molnar4-2/+35
2009-03-18x86, dmar: use atomic allocations for QI and Intr-remapping initSuresh Siddha2-5/+5
2009-03-18x86, intr-remapping: fix free_irte() to clear all the IRTE entriesSuresh Siddha1-1/+1
2009-03-18x86, dmar: start with sane state while enabling dma and interrupt-remappingSuresh Siddha3-4/+47
2009-03-18x86, dmar: routines for disabling queued invalidation and intr remappingSuresh Siddha2-0/+63
2009-03-18x86, x2apic: enable fault handling for intr-remappingSuresh Siddha3-21/+86
2009-03-18x86, dmar: move page fault handling code to dmar.cSuresh Siddha2-188/+191
2009-03-18x86, x2apic: fix lock ordering during IRQ migrationSuresh Siddha1-25/+33
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar14-83/+302
2009-03-13Merge branch 'x86/core' into x86/kconfigIngo Molnar2-2/+6
2009-03-13Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust...Ingo Molnar1-2/+1
2009-03-13Merge commit 'v2.6.29-rc8' into cpus4096Ingo Molnar4-2/+35
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell1-2/+1
2009-03-12PCIe: portdrv: call pci_disable_device during removeAlex Chiang1-0/+1
2009-03-12pci: Fix typo in message while disabling HT MSI mappingPrakash Punnoor1-1/+1
2009-03-12pci: don't disable too many HT MSI mappingPrakash Punnoor1-0/+4
2009-03-12powerpc/pseries: The RPA PCI hotplug driver depends on EEHMichael Ellerman1-1/+1
2009-03-12PCIe: AER: during disable, check subordinate before walkingAlex Chiang1-0/+3
2009-03-12PCI: Add PCI quirk to disable L0s ASPM state for 82575 and 82598Alexander Duyck1-0/+25
2009-03-05Merge branch 'linus' into core/iommuIngo Molnar19-261/+549
2009-03-01Merge branch 'x86/urgent' into x86/patIngo Molnar8-61/+229
2009-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds6-35/+161
2009-02-27PCI: AMD 813x B2 devices do not need boot interrupt quirkStefan Assmann1-0/+3
2009-02-25Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-26/+68
2009-02-24PCI: Enable PCIe AER only after checking firmware supportAndrew Patterson2-11/+39