aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-10-30[PATCH] fix missing includesTim Schmielau14-1/+27
2005-10-30[PATCH] Typo fix: dot after newline in printk stringsJean Delvare1-1/+1
2005-10-30[PATCH] CONFIG_IA32Brian Gerst1-1/+1
2005-10-30Fix PIIX4 SMB region sizeLinus Torvalds1-2/+2
2005-10-28[PATCH] USB: move handoff codeDavid Brownell1-250/+3
2005-10-28[PATCH] kernel-doc: PCI fixesRandy Dunlap4-7/+16
2005-10-28[PATCH] acpiphp: allocate resources for adapters with bridgesKristen Accardi1-0/+8
2005-10-28[PATCH] PCI: Fixup PCI driver shutdownRussell King1-0/+4
2005-10-28[PATCH] shpchp: fix oops at driver unloadrajesh.shah@intel.com3-0/+7
2005-10-28[PATCH] shpchp: reduce debug message verbosityrajesh.shah@intel.com4-65/+7
2005-10-28[PATCH] shpchp: miscellaneous cleanupsrajesh.shah@intel.com9-157/+46
2005-10-28[PATCH] shpchp: remove redundant data structuresrajesh.shah@intel.com4-424/+63
2005-10-28[PATCH] shpchp: dont save PCI config for hotplug slots/devicesrajesh.shah@intel.com4-338/+32
2005-10-28[PATCH] shpchp: detect SHPC capability before doing a lot of workrajesh.shah@intel.com1-0/+14
2005-10-28[PATCH] shpchp: reduce dependence on ACPIrajesh.shah@intel.com9-984/+138
2005-10-28[PATCH] shpchp: remove redundant display of PCI device resourcesrajesh.shah@intel.com1-68/+0
2005-10-28[PATCH] shpchp: use the PCI core for hotplug resource managementrajesh.shah@intel.com11-3756/+168
2005-10-28[PATCH] PCI: Add quirk for SMBus on HP D530Jean Delvare1-0/+1
2005-10-28[PATCH] ppc64 PCI Hotplug: cleanup unsymmetric API routineslinas3-10/+9
2005-10-28[PATCH] unhide ICH6 SMBus - take 2R.Marek@sh.cvut.cz1-0/+24
2005-10-28[PATCH] cpqphp: add pci_enable_device()Bjorn Helgaas1-5/+19
2005-10-28[PATCH] cpcihp_zt5550: add pci_enable_device()Bjorn Helgaas1-4/+21
2005-10-28[PATCH] pci: cleanup need_restore switch statementJohn W. Linville1-7/+7
2005-10-28[PATCH] PCI: Block config access during BISTBrian King5-31/+127
2005-10-28[PATCH] PCI: ICH6 ACPI and GPIO quirkR.Marek@sh.cvut.cz1-0/+12
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-2/+2
2005-10-25PCI: be more verbose about resource quirksLinus Torvalds1-13/+88
2005-10-23cardbus: limit IO windows to 256 bytesLinus Torvalds1-1/+1
2005-10-18Add some basic .gitignore filesLinus Torvalds1-0/+4
2005-10-17[PATCH] Fix and clean up quirk_intel_ide_combined() configurationJeff Garzik1-2/+2
2005-09-23[PATCH] pci: fixup parent subordinate busnrIvan Kokshaysky1-1/+17
2005-09-22[PATCH] PCI Hotplug: Fix buffer overrun in rpadlpar_sysfs.cLinda Xie1-2/+2
2005-09-22[PATCH] fix drivers/pci/probe.c warningAmos Waterland1-2/+2
2005-09-22[PATCH] PCI: convert kcalloc to kzallocPekka Enberg2-4/+4
2005-09-22[PATCH] PCI: remove unused "scratch"Bjorn Helgaas1-4/+0
2005-09-17[PATCH] shpchp: Use dword accessors for PCI_ROM_ADDRESSAdam Kropelin1-2/+1
2005-09-17[PATCH] pciehp: Use dword accessors for PCI_ROM_ADDRESSAdam Kropelin1-3/+1
2005-09-17[PATCH] ibmphp: Use dword accessors for PCI_ROM_ADDRESSAdam Kropelin1-1/+1
2005-09-14[PATCH] pci: only call pci_restore_bars at bootJohn W. Linville1-4/+12
2005-09-10[PATCH] Subject: PATCH: fix numa caused compile warningsAlan Cox2-5/+11
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds5-54/+64
2005-09-09[PATCH] PCI: Small rearrangement of PCI probing codePaul Mackerras2-18/+33
2005-09-09[PATCH] PCI: Unhide SMBus on Compaq Evo N620cRumen Ivanov Zarev1-0/+6
2005-09-09[PATCH] PCI: Fix PCI bus mastering enable problem in pciehpRajesh Shah1-4/+4
2005-09-09[PATCH] yenta: share code with PCI coreDominik Brodowski1-2/+2
2005-09-09[PATCH] PCI: move pci core to use add_hotplug_env_var()Greg Kroah-Hartman1-32/+21
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 Linus Torvalds2-11/+17
2005-09-09[PATCH] PCI: PCI/libata INTx bug fixBrett M Russ1-1/+1
2005-09-09[PATCH] Separate pci bits out of struct device_nodePaul Mackerras2-11/+17
2005-09-08[PATCH] PCI/libata INTx cleanupBrett M Russ2-8/+28