summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-031-0/+17
|\
| * pci: Added quirk to disable msi for MCP55 NIC on Asus P5N32-SLI PremiumAndreas Petlund2008-11-211-0/+17
* | pci_setup() is init, not devinitAl Viro2008-11-301-1/+1
|/
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-11-201-2/+4
|\
| * intel-iommu: fix compile warningsFUJITA Tomonori2008-11-191-2/+4
* | PCI: Fix disable IRQ 0 in pci_reset_function()Sheng Yang2008-11-191-2/+2
|/
* PCI: ignore bit0 of _OSC return codeKenji Kaneshige2008-11-111-7/+8
* PCI: fix range check on mmapped sysfs resource filesEd Swierk2008-11-031-1/+1
* PCI: remove excess kernel-doc notationRandy Dunlap2008-11-031-2/+4
* PCI: fix VPD limit quirk for Broadcom 5708SYu Zhao2008-11-031-18/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-10-301-14/+0Star
|\
| * x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCIFenghua Yu2008-10-241-14/+0Star
* | ACPI: Oops in ACPI with git latestRafael J. Wysocki2008-10-251-0/+3
|/
* Fix PCI hotplug printk formatRandy Dunlap2008-10-241-1/+1
* PCI: remove unused resource assignment in pci_read_bridge_bases()Zhao, Yu2008-10-241-3/+0Star
* PCI hotplug: shpchp: message refinementTaku Izumi2008-10-245-98/+86Star
* PCI hotplug: shpchp: replace printk with dev_printkTaku Izumi2008-10-245-159/+224
* PCI: add routines for debugging and handling lost interruptsJames Bottomley2008-10-232-1/+62
* PCI hotplug: pciehp: message refinementTaku Izumi2008-10-235-88/+78Star
* PCI: fix ARI code to be compatible with mixed ARI/non-ARI systemsZhao, Yu2008-10-231-8/+13
* PCI hotplug: cpqphp: fix kernel NULL pointer dereferenceKenji Kaneshige2008-10-231-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-10-233-12/+14
|\
| * Merge branch 'linus' into testLen Brown2008-10-2339-1308/+1872
| |\
| * \ Merge branch 'ull' into testLen Brown2008-10-233-10/+10
| |\ \
| | * | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-113-10/+10
| * | | Merge branch 'dock' into testLen Brown2008-10-231-2/+4
| |\ \ \ | | |/ / | |/| |
| | * | dock: introduce .uevent for devices in dock, eg libataShaohua Li2008-09-241-2/+4
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-10-2328-386/+614
|\ \ \ \
| * | | | PCI hotplug: fix logic in Compaq hotplug controller bus speed setupJulia Lawall2008-10-231-1/+1
| * | | | PCI hotplug: pciehp: poll data link layer link activeKenji Kaneshige2008-10-233-4/+55
| * | | | PCI hotplug: pciehp: fix possible memory leak in pcie_initKenji Kaneshige2008-10-231-2/+2
| * | | | PCI: Workaround invalid P2P bridge bus numbersBenjamin Herrenschmidt2008-10-231-2/+10
| * | | | PCI Hotplug: fakephp: add duplicate slot name debuggingAlex Chiang2008-10-231-2/+8
| * | | | PCI: Hotplug core: remove 'name'Alex Chiang2008-10-231-3/+3
| * | | | PCI: shcphp: remove 'name' parameterAlex Chiang2008-10-233-47/+48
| * | | | PCI: SGI Hotplug: stop managing bss_hotplug_slot->nameAlex Chiang2008-10-231-13/+6Star
| * | | | PCI: rpaphp: kmalloc/kfree slot->name directlyAlex Chiang2008-10-231-5/+3Star
| * | | | PCI: pciehp: remove 'name' parameterAlex Chiang2008-10-234-44/+52
| * | | | PCI: ibmphp: stop managing hotplug_slot->nameAlex Chiang2008-10-232-16/+9Star
| * | | | PCI: fakephp: remove 'name' parameterAlex Chiang2008-10-231-9/+10
| * | | | PCI, PCI Hotplug: introduce slot_name helpersAlex Chiang2008-10-231-1/+1
| * | | | PCI: cpqphp: stop managing hotplug_slot->nameAlex Chiang2008-10-232-31/+24Star
| * | | | PCI: cpci_hotplug: stop managing hotplug_slot->nameAlex Chiang2008-10-233-49/+37Star
| * | | | PCI: acpiphp: remove 'name' parameterAlex Chiang2008-10-232-19/+21
| * | | | PCI: prevent duplicate slot namesAlex Chiang2008-10-234-82/+115
| * | | | PCI Hotplug: serialize pci_hp_register and pci_hp_deregisterKenji Kaneshige2008-10-231-23/+28
| * | | | PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang2008-10-232-2/+4
| * | | | PCI: rename pci_update_slot_number to pci_renumber_slotAlex Chiang2008-10-231-10/+5Star
| * | | | PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang2008-10-2310-16/+25
| * | | | PCI: add support for function level resetSheng Yang2008-10-231-0/+98