aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2006-02-01[PATCH] PowerPC/PCI Hotplug build breakLinas Vepstas1-0/+1
2006-01-31[PATCH] powerpc/PCI hotplug: shuffle error checking to better location.linas@austin.ibm.com1-22/+22
2006-01-31[PATCH] powerpc/PCI hotplug: minor cleanup forward declslinas@austin.ibm.com1-19/+11
2006-01-31[PATCH] powerpc/PCI hotplug: cleanup: add prefixlinas@austin.ibm.com5-24/+20
2006-01-31[PATCH] powerpc/PCI hotplug: merge rpaphp_enable_pci_slot()linas@austin.ibm.com3-39/+30
2006-01-31[PATCH] powerpc/PCI hotplug: de-convolute rpaphp_unconfig_pci_adaplinas@austin.ibm.com4-29/+23
2006-01-31[PATCH] powerpc/PCI hotplug: remove remove_bus_device()linas@austin.ibm.com1-19/+1
2006-01-31[PATCH] powerpc/PCI hotplug: merge config_pci_adapterlinas@austin.ibm.com2-32/+4
2006-01-31[PATCH] powerpc/PCI hotplug: remove rpaphp_fixup_new_pci_devices()linas@austin.ibm.com3-143/+2
2006-01-31[PATCH] powerpc/PCI hotplug: remove rpaphp_find_bus()linas@austin.ibm.com3-38/+5
2006-01-31[PATCH] PCI Hotplug: shpchp: AMD POGO errata fixKeck, David2-1/+105
2006-01-31[PATCH] PCI Hotplug: PCI panic on dlpar add (add pci slot to running partition)linas1-1/+1
2006-01-31[PATCH] PCI Hotplug/powerpc: module build breaklinas1-0/+1
2006-01-31[PATCH] PCI Hotplug: fix up Kconfig help textPavel Machek1-2/+1
2006-01-31[PATCH] PCI Hotplug: fix up coding style issuesPavel Machek2-14/+11
2006-01-31[PATCH] PCI: make it easier to see that set_msi_affinity() is usedGrant Grundler2-9/+5
2006-01-31[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-17[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-09Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds24-347/+523
2006-01-09[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
2006-01-09[PATCH] shpchp: fix improper write to Command Completion Detect bitKenji Kaneshige1-2/+2
2006-01-09[PATCH] shpchp: fix improper mmio mappingKenji Kaneshige3-29/+49
2006-01-09[PATCH] shpchp: fix improper reference to Mode 1 ECC Capability" bitKenji Kaneshige1-1/+1
2006-01-09[PATCH] shpchp: fix improper reference to Slot Avail RegsisterKenji Kaneshige1-17/+16
2006-01-09[PATCH] shpchp: replace pci_find_slot() with pci_get_slot()Kenji Kaneshige1-5/+14
2006-01-09[PATCH] PCI Hotplug: cpqphp_ctrl.c: remove dead codeAdrian Bunk1-21/+7
2006-01-09[PATCH] PCI Hotplug: ibmphp_pci.c copy-n-paste fixJordan, William P1-1/+1
2006-01-09[PATCH] PCIE: make bus_id for PCI Express devices uniqueSergey Vlasov1-2/+2
2006-01-09[PATCH] pci: call pci_read_irq for bridgesKristen Accardi1-0/+1
2006-01-09[PATCH] pci: use pin stored in pci_devKristen Accardi1-1/+1
2006-01-09[PATCH] pci: store PCI_INTERRUPT_PIN in pci_devKristen Accardi1-0/+1
2006-01-08[PATCH] fix more missing includesTim Schmielau2-0/+4
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-27/+27
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers3-27/+27
2005-12-24Merge branch 'master'Jeff Garzik1-4/+3
2005-12-16[PATCH] PCI express must be initialized before PCI hotplugMilton Miller1-4/+3
2005-12-13[PATCH] add boot option to control Intel SATA/PATA combined modeJesse Barnes1-0/+30
2005-11-23[PATCH] PCI: kernel-doc fix for pci-acpi.cRandy Dunlap1-0/+1
2005-11-23[PATCH] PCI Express Hotplug: clear sticky power-fault bitRajesh Shah3-15/+11
2005-11-13[PATCH] shpchp_hpc build fixAndrew Morton1-0/+2
2005-11-13[PATCH] pciehp_hpc build fixAndrew Morton1-0/+2
2005-11-13[PATCH] rpaphp_pci build fixakpm@osdl.org1-1/+1
2005-11-10[PATCH] PCI: fix namespace clashesRajesh Shah4-7/+7
2005-11-10[PATCH] PCI: Change MSI to use physical delivery mode alwaysAshok Raj1-8/+12
2005-11-10[PATCH] PCI: drivers/pci/: small cleanupsAdrian Bunk2-1/+3
2005-11-10[PATCH] dlpar regression for ppc64 - probe changeJohn Rose3-76/+81
2005-11-10[PATCH] PCI: automatically set device_driver.ownerLaurent riffard1-4/+5
2005-11-10[PATCH] pci-driver: store_new_id() not inlineRandy Dunlap1-1/+1
2005-11-10[PATCH] PCI: NCR 53c810 quirkIvan Kokshaysky1-0/+15
2005-11-10[PATCH] PCI: Fix VIA 686 PCI quirk namesMeelis Roos1-2/+2
2005-11-10[PATCH] pciehp: fix handling of power faults during hotplugrajesh.shah@intel.com1-5/+2
2005-11-10[PATCH] pciehp: clean-up how we request control of hotplug hardwarerajesh.shah@intel.com4-19/+88
2005-11-10[PATCH] pciehp: request control of each hotplug controller individuallyrajesh.shah@intel.com2-13/+7
2005-11-10[PATCH] pciehp: reduce debug message verbosityrajesh.shah@intel.com4-69/+28
2005-11-10[PATCH] pciehp: miscellaneous cleanupsrajesh.shah@intel.com7-133/+41
2005-11-10[PATCH] pciehp: remove redundant data structuresrajesh.shah@intel.com4-734/+65
2005-11-10[PATCH] pciehp: reduce dependence on ACPIrajesh.shah@intel.com8-993/+96
2005-11-10[PATCH] patch 1/8] pciehp: use the PCI core for hotplug resource managementrajesh.shah@intel.com6-3237/+85
2005-11-10[PATCH] PCI: add pci_find_next_capability()Roland Dreier1-14/+32
2005-11-10[PATCH] ppc64: bugfix: crash on PHB addLinas Vepstas1-1/+1
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-10/+5
2005-11-07[PATCH] fix remaining missing includesTim Schmielau2-0/+2
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
2005-09-08[PATCH] PCI: Support PCM PM CAP version 3Daniel Ritz2-8/+6
2005-09-08[PATCH] PCI: Add pci_walk_bus function to PCI core (nonrecursive)Paul Mackerras1-0/+48
2005-09-08[PATCH] PCI Hotplug: SGI hotplug driver fixesPrarit Bhargava1-104/+91
2005-09-08[PATCH] PCI: Fix regression in pci_enable_device_barsAlan Stern1-1/+1
2005-09-08[PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman4-7/+17
2005-09-08[PATCH] Make sparc64 use setup-res.cDavid S. Miller3-9/+9
2005-09-08[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville2-5/+56
2005-09-08[PATCH] PCI Hotplug: use bus_slot number for nameKristen Accardi2-2/+2
2005-09-08[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk7-10495/+3
2005-09-08[PATCH] PCI: Run PCI driver initialization on local nodeAndi Kleen1-1/+30
2005-09-08[PATCH] PCI Hotplug: rpaphp: Purify hotplugJohn Rose5-193/+104
2005-09-08[PATCH] PCI Hotplug: rpaphp: Export slot enableJohn Rose3-14/+35
2005-09-08[PATCH] PCI Hotplug: rpaphp: Remove rpaphp_find_pciJohn Rose3-61/+47
2005-09-08[PATCH] PCI Hotplug: rpaphp: Change slot pci referenceJohn Rose3-117/+75
2005-09-08[PATCH] PCI Hotplug: rpaphp: Move VIO registrationJohn Rose7-271/+88
2005-09-08[PATCH] PCI Hotplug: rpaphp: Remove unused stuffJohn Rose2-73/+31
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown4-22/+33
2005-09-07[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj2-17/+5
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-5/+9
2005-09-05[PATCH] via vt8237 apic bypass deassertion quirkKarsten Wiese1-0/+19
2005-09-03Merge linux-2.6 into linux-acpi-2.6 testLen Brown2-8/+18
2005-09-01[PATCH] Fix PCI ROM mappingBenjamin Herrenschmidt1-7/+17
2005-08-30[PATCH] x86: pci_assign_unassigned_resources() updateIvan Kokshaysky1-1/+1
2005-08-26Auto-update from upstreamLen Brown2-2/+4
2005-08-26Ignore disabled ROM resources at setupLinus Torvalds1-1/+3
2005-08-26Only pre-allocate 256 bytes of cardbio IO rangeLinus Torvalds1-1/+1
2005-08-24[ACPI] delete CONFIG_ACPI_BUSLen Brown2-4/+4
2005-08-16[PATCH] PCI Hotplug: new contact infoKristen Accardi20-20/+20
2005-08-16[PATCH] PCI: fix quirk-6700-fix.patchAndrew Morton1-0/+6
2005-08-16[PATCH] PCI: 6700/6702PXH quirkKristen Accardi3-2/+26
2005-08-08Revert "[PATCH] PCI: restore BAR values..."Linus Torvalds2-56/+5
2005-08-08[PATCH] VIA VT8235 PCI quirkIvan Kokshaysky1-0/+19
2005-08-07[PATCH] Fix restore of 64-bit PCI BAR'sIvan Kokshaysky1-1/+6
2005-08-04[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville2-5/+56
2005-08-02pci: make bus resource start address override minimum IO addressLinus Torvalds1-1/+3
2005-07-29[PATCH] PCI: remove PCI_BRIDGE_CTL_VGA handling from setup-bus.cIvan Kokshaysky2-13/+1
2005-07-29[PATCH] PCI: Adjust PCI rom code to handle more broken ROMsJon Smirl1-1/+3
2005-07-29[PATCH] PCI: Hidden SMBus bridge on Toshiba Tecra M2Daniele Gaffuri1-0/+5
2005-07-12[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown3-6/+130
2005-07-11cleanup: remove unnecessary initializer on static pointersGreg Kroah-Hartman1-2/+2
2005-07-11[ACPI] gut acpi_pci_choose_state() to avoid conflictLen Brown1-13/+2
2005-07-11[ACPI] pci_set_power_state() now callsDavid Shaohua Li3-2/+29
2005-07-11[ACPI] PCI can now get suspend state from firmwareDavid Shaohua Li3-2/+59
2005-07-11[ACPI] Bind ACPI and PCI devicesDavid Shaohua Li1-3/+54
2005-07-07[PATCH] pm: more u32 vs. pm_message_t fixesPavel Machek1-3/+3
2005-07-07Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds4-2/+616
2005-07-06[PATCH] yet another fix for setup-bus.c/x86 mergeIvan Kokshaysky1-0/+1
2005-07-06Auto merge with /home/aegl/GIT/linusTony Luck10-138/+188
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver - SN Hotplug Driver codePrarit Bhargava3-2/+615
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver - pci_find_next_bus exportPrarit Bhargava1-0/+1
2005-07-06[PATCH] PCI: fix !CONFIG_HOTPLUG pci build problemGreg KH1-2/+2
2005-07-01[PATCH] gregkh-pci-pci-assign-unassigned-resources fixAndy Whitcroft1-0/+1
2005-07-01[PATCH] pci: cleanup argument comments for pci_{save,restore}_stateJohn W. Linville1-6/+0
2005-07-01[PATCH] PCI: Remove newline from pci MODALIAS variableHannes Reinecke1-1/+1
2005-07-01[PATCH] PCI: acpi tg3 ethernet not coming back properly after S3 suspendon De...long3-1/+91
2005-07-01[PATCH] PCI: Add PCI quirk for SMBus on the Asus P4B-LXJean Delvare1-0/+1
2005-07-01[PATCH] PCI: clean up dynamic pci id logicGreg Kroah-Hartman1-125/+71
2005-07-01[PATCH] PCI: pci_assign_unassigned_resources() on x86Ivan Kokshaysky1-0/+2
2005-07-01[PATCH] PCI: handle subtractive decode pci-pci bridge betterIvan Kokshaysky1-3/+2
2005-07-01[PATCH] PCI: Fix up PCI routing in parent bridgeGreg Kroah-Hartman1-1/+18
2005-06-27[PATCH] cpqphp: fix oops during unload without probeKeith Moore1-2/+3
2005-06-27[PATCH] PCI: clean up the MSI code a bit.Greg Kroah-Hartman2-60/+37
2005-06-27[PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patchMichael Ellerman2-9/+31
2005-06-27[PATCH] ACPI based I/O APIC hot-plug: acpiphp supportKenji Kaneshige1-0/+127
2005-06-27[PATCH] acpi hotplug: decouple slot power state changes from physical hotplugRajesh Shah1-31/+38
2005-06-27[PATCH] acpi hotplug: aCPI based root bridge hot-addRajesh Shah1-9/+202
2005-06-27[PATCH] acpi hotplug: fix slot power-down problem with acpiphpRajesh Shah1-2/+2
2005-06-27[PATCH] acpi hotplug: clean up notify handlers on acpiphp unloadRajesh Shah1-8/+26
2005-06-27[PATCH] acpi hotplug: convert acpiphp to use generic resource codeRajesh Shah6-1530/+134
2005-06-27[PATCH] acpi bridge hotadd: Remove hot-plugged devices that could not be allo...Rajesh Shah1-1/+4