summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] kfree cleanup: misc remaining driversJesper Juhl2005-11-071-10/+5Star
* [PATCH] fix remaining missing includesTim Schmielau2005-11-072-0/+2
* [PATCH] fix missing includesTim Schmielau2005-10-3114-1/+27
* [PATCH] Typo fix: dot after newline in printk stringsJean Delvare2005-10-311-1/+1
* [PATCH] CONFIG_IA32Brian Gerst2005-10-311-1/+1
* Fix PIIX4 SMB region sizeLinus Torvalds2005-10-301-2/+2
* [PATCH] USB: move handoff codeDavid Brownell2005-10-291-250/+3Star
* [PATCH] kernel-doc: PCI fixesRandy Dunlap2005-10-294-7/+16
* [PATCH] acpiphp: allocate resources for adapters with bridgesKristen Accardi2005-10-291-0/+8
* [PATCH] PCI: Fixup PCI driver shutdownRussell King2005-10-291-0/+4
* [PATCH] shpchp: fix oops at driver unloadrajesh.shah@intel.com2005-10-293-0/+7
* [PATCH] shpchp: reduce debug message verbosityrajesh.shah@intel.com2005-10-294-65/+7Star
* [PATCH] shpchp: miscellaneous cleanupsrajesh.shah@intel.com2005-10-299-157/+46Star
* [PATCH] shpchp: remove redundant data structuresrajesh.shah@intel.com2005-10-294-424/+63Star
* [PATCH] shpchp: dont save PCI config for hotplug slots/devicesrajesh.shah@intel.com2005-10-294-338/+32Star
* [PATCH] shpchp: detect SHPC capability before doing a lot of workrajesh.shah@intel.com2005-10-291-0/+14
* [PATCH] shpchp: reduce dependence on ACPIrajesh.shah@intel.com2005-10-299-984/+138Star
* [PATCH] shpchp: remove redundant display of PCI device resourcesrajesh.shah@intel.com2005-10-291-68/+0Star
* [PATCH] shpchp: use the PCI core for hotplug resource managementrajesh.shah@intel.com2005-10-2911-3756/+168Star
* [PATCH] PCI: Add quirk for SMBus on HP D530Jean Delvare2005-10-291-0/+1
* [PATCH] ppc64 PCI Hotplug: cleanup unsymmetric API routineslinas2005-10-293-10/+9Star
* [PATCH] unhide ICH6 SMBus - take 2R.Marek@sh.cvut.cz2005-10-291-0/+24
* [PATCH] cpqphp: add pci_enable_device()Bjorn Helgaas2005-10-291-5/+19
* [PATCH] cpcihp_zt5550: add pci_enable_device()Bjorn Helgaas2005-10-291-4/+21
* [PATCH] pci: cleanup need_restore switch statementJohn W. Linville2005-10-291-7/+7
* [PATCH] PCI: Block config access during BISTBrian King2005-10-295-31/+127
* [PATCH] PCI: ICH6 ACPI and GPIO quirkR.Marek@sh.cvut.cz2005-10-291-0/+12
* [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-2/+2
* PCI: be more verbose about resource quirksLinus Torvalds2005-10-261-13/+88
* cardbus: limit IO windows to 256 bytesLinus Torvalds2005-10-241-1/+1
* Add some basic .gitignore filesLinus Torvalds2005-10-181-0/+4
* [PATCH] Fix and clean up quirk_intel_ide_combined() configurationJeff Garzik2005-10-181-2/+2
* [PATCH] pci: fixup parent subordinate busnrIvan Kokshaysky2005-09-231-1/+17
* [PATCH] PCI Hotplug: Fix buffer overrun in rpadlpar_sysfs.cLinda Xie2005-09-221-2/+2
* [PATCH] fix drivers/pci/probe.c warningAmos Waterland2005-09-221-2/+2
* [PATCH] PCI: convert kcalloc to kzallocPekka Enberg2005-09-222-4/+4
* [PATCH] PCI: remove unused "scratch"Bjorn Helgaas2005-09-221-4/+0Star
* [PATCH] shpchp: Use dword accessors for PCI_ROM_ADDRESSAdam Kropelin2005-09-171-2/+1Star
* [PATCH] pciehp: Use dword accessors for PCI_ROM_ADDRESSAdam Kropelin2005-09-171-3/+1Star
* [PATCH] ibmphp: Use dword accessors for PCI_ROM_ADDRESSAdam Kropelin2005-09-171-1/+1
* [PATCH] pci: only call pci_restore_bars at bootJohn W. Linville2005-09-141-4/+12
* [PATCH] Subject: PATCH: fix numa caused compile warningsAlan Cox2005-09-102-5/+11
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds2005-09-105-54/+64
|\
| * [PATCH] PCI: Small rearrangement of PCI probing codePaul Mackerras2005-09-092-18/+33
| * [PATCH] PCI: Unhide SMBus on Compaq Evo N620cRumen Ivanov Zarev2005-09-091-0/+6
| * [PATCH] PCI: Fix PCI bus mastering enable problem in pciehpRajesh Shah2005-09-091-4/+4
| * [PATCH] PCI: move pci core to use add_hotplug_env_var()Greg Kroah-Hartman2005-09-091-32/+21Star
* | [PATCH] yenta: share code with PCI coreDominik Brodowski2005-09-091-2/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 Linus Torvalds2005-09-092-11/+17
|\ \ | |/ |/|
| * [PATCH] Separate pci bits out of struct device_nodePaul Mackerras2005-09-092-11/+17