summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2006-12-08revert the quirk_via_irq changesAdrian Bunk1-7/+1
2006-12-08PCI: add ICH7/8 ACPI/GPIO io resource quirksDaniel Ritz1-0/+6
2006-12-08PCI: fix ICH6 quirksDaniel Ritz1-0/+1
2006-12-08PCI: Unhide the SMBus on Asus PU-DLSJean Delvare1-0/+7
2006-12-08PCI: quirk to disable e100 interrupt if RESET failed toBjorn Helgaas1-0/+57
2006-12-08Add PIIX4 APCI quirk for the 440MX chipset tooLinus Torvalds1-0/+1
2006-12-08PCI: nVidia quirk to make AER PCI-E extended capability visibleBrice Goglin1-0/+19
2006-12-08pci_ids.h: correct naming of 1022:7450 (AMD 8131 Bridge)John W. Linville1-1/+1
2006-05-21[PATCH] VIA quirk fixup, additional PCI IDsChris Wedgwood1-0/+7
2006-05-21[PATCH] PCI quirk: VIA IRQ fixup should only run for VIA southbridgesChris Wedgwood1-2/+4
2006-05-21[PATCH] PCI: correctly allocate return buffers for osc callsKristen Accardi1-25/+35
2006-05-21[PATCH] smbus unhiding kills thermal managementCarl-Daniel Hailfinger1-1/+8
2006-02-02[PATCH] PowerPC/PCI Hotplug build breakLinas Vepstas1-0/+1
2006-02-01[PATCH] powerpc/PCI hotplug: shuffle error checking to better location.linas@austin.ibm.com1-22/+22
2006-02-01[PATCH] powerpc/PCI hotplug: minor cleanup forward declslinas@austin.ibm.com1-19/+11
2006-02-01[PATCH] powerpc/PCI hotplug: cleanup: add prefixlinas@austin.ibm.com5-24/+20
2006-02-01[PATCH] powerpc/PCI hotplug: merge rpaphp_enable_pci_slot()linas@austin.ibm.com3-39/+30
2006-02-01[PATCH] powerpc/PCI hotplug: de-convolute rpaphp_unconfig_pci_adaplinas@austin.ibm.com4-29/+23
2006-02-01[PATCH] powerpc/PCI hotplug: remove remove_bus_device()linas@austin.ibm.com1-19/+1
2006-02-01[PATCH] powerpc/PCI hotplug: merge config_pci_adapterlinas@austin.ibm.com2-32/+4
2006-02-01[PATCH] powerpc/PCI hotplug: remove rpaphp_fixup_new_pci_devices()linas@austin.ibm.com3-143/+2
2006-02-01[PATCH] powerpc/PCI hotplug: remove rpaphp_find_bus()linas@austin.ibm.com3-38/+5
2006-02-01[PATCH] PCI Hotplug: shpchp: AMD POGO errata fixKeck, David2-1/+105
2006-02-01[PATCH] PCI Hotplug: PCI panic on dlpar add (add pci slot to running partition)linas1-1/+1
2006-02-01[PATCH] PCI Hotplug/powerpc: module build breaklinas1-0/+1
2006-02-01[PATCH] PCI Hotplug: fix up Kconfig help textPavel Machek1-2/+1
2006-02-01[PATCH] PCI Hotplug: fix up coding style issuesPavel Machek2-14/+11
2006-02-01[PATCH] PCI: make it easier to see that set_msi_affinity() is usedGrant Grundler2-9/+5
2006-02-01[PATCH] PCI: drivers/pci/pci.c: #if 0 pci_find_ext_capability()Adrian Bunk1-0/+2
2006-01-31[PATCH] fix deadlock in drivers/pci/msi.cIngo Molnar1-2/+4
2006-01-18[PATCH] Intel ICH8 SATA: add PCI device IDsJason Gaston1-1/+4
2006-01-13[PATCH] Add pci_bus_type probe and remove methodsRussell King1-2/+2
2006-01-10Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds24-347/+523
2006-01-10[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-09[PATCH] PCI: drivers/pci: some cleanupsAdrian Bunk5-10/+8
2006-01-09[PATCH] acpiphp: only size new busKristen Accardi1-2/+4
2006-01-09[PATCH] PCI Hotplug: fix up the sysfs file in the compaq pci hotplug driverGreg Kroah-Hartman3-25/+127
2006-01-09[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehp_core.cJesper Juhl1-40/+50
2006-01-09[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehprm_acpi.cJesper Juhl1-5/+8
2006-01-09[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/rpaphp_pci.cJesper Juhl1-4/+5
2006-01-09[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/cpqphp_core.cJesper Juhl1-54/+67
2006-01-09[PATCH] PCI: Export pci_cfg_space_sizeBenjamin Herrenschmidt1-1/+1
2006-01-09[PATCH] PCI: use bus numbers sparsely, if necessaryDominik Brodowski1-2/+37
2006-01-09[PATCH] pciehp: allow bridged card hotplugRajesh Shah1-24/+28
2006-01-09[PATCH] pciehp: handle sticky power-fault statusThomas Schaefer1-2/+17
2006-01-09[PATCH] PCI Quirk: 1K I/O space granularity on Intel P64H2Daniel Yeisley2-2/+30
2006-01-09[PATCH] shpchp: Implement get_address callbackKenji Kaneshige1-0/+14
2006-01-09[PATCH] PCI Hotplug/powerpc: more removal of duplicated codelinas@austin.ibm.com2-46/+2
2006-01-09[PATCH] PCI Hotplug/powerpc: remove duplicated codelinas@austin.ibm.com2-14/+3
2006-01-09[PATCH] shpchp: fix improper wait for command completionKenji Kaneshige3-37/+27