aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2006-06-11[PATCH] PCI: reverse pci config space restore orderYu, Luming1-1/+5
2006-06-11[PATCH] PCI: Improve PCI config space writebackDave Jones1-3/+13
2006-06-11[PATCH] PCI: Error handling on PCI device resumeJean Delvare1-5/+8
2006-05-21[PATCH] pci: correctly allocate return buffers for osc callsKristen Accardi1-25/+35
2006-05-15[PATCH] smbus unhiding kills thermal managementCarl-Daniel Hailfinger1-1/+8
2006-05-15[PATCH] VIA quirk fixup, additional PCI IDsChris Wedgwood1-0/+7
2006-04-27[PATCH] PCI quirk: VIA IRQ fixup should only run for VIA southbridgesChris Wedgwood1-2/+4
2006-04-27[PATCH] PCI: fix potential resource leak in drivers/pci/msi.cJesper Juhl1-1/+3
2006-04-20[PATCH] MSI-K8T-Neo2-Fir OnboardSound and additional SoundcardJohannes Goecke1-0/+29
2006-04-14Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds5-33/+218
2006-04-14[PATCH] PCI: Add PCI quirk for SMBus on the Asus A6VA notebookJean Delvare1-0/+2
2006-04-14[PATCH] PCI: rpaphp: remove init error conditionJohn Rose1-3/+0
2006-04-14[PATCH] pci_ids.h: correct naming of 1022:7450 (AMD 8131 Bridge)John W. Linville1-1/+1
2006-04-14[PATCH] PCI: MSI(X) save/restore for suspend/resumeShaohua Li3-29/+215
2006-04-14[PATCH] pm: print name of failed suspend functionAndrew Morton2-4/+8
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar2-15/+16
2006-03-23[PATCH] acpiphp: fix acpi_path_nameMUNEDA Takahiro3-43/+27
2006-03-23[PATCH] ibmphp: remove TRUE and FALSEKristen Accardi6-85/+83
2006-03-23[PATCH] PCI Hotplug: add common acpi functions to coreKristen Accardi14-591/+254
2006-03-23[PATCH] PCI: kzalloc() conversion in drivers/pciEric Sesterhenn14-169/+75
2006-03-23[PATCH] acpiphp: Scan slots under the nested P2P bridgeKenji Kaneshige1-1/+8
2006-03-23[PATCH] PCI Hotplug: SN: Fix cleanup on hotplug removal of PPBJohn Keller1-8/+8
2006-03-23[PATCH] shpchp: cleanup bus speed handlingKenji Kaneshige2-429/+189
2006-03-23[PATCH] PCI: fix pci_request_region[s] argJeff Garzik1-2/+2
2006-03-23[PATCH] PCI: Provide a boot parameter to disable MSIMatthew Wilcox4-2/+22
2006-03-23[PATCH] PCI: the scheduled removal of PCI_LEGACY_PROCAdrian Bunk2-143/+0
2006-03-23[PATCH] PCI: cpqphp_ctrl.c: board_replaced(): remove dead codeAdrian Bunk1-62/+14
2006-03-23[PATCH] acpiphp: fix bridge handleMUNEDA Takahiro1-2/+2
2006-03-23[PATCH] acpiphp - slot management fix - V4MUNEDA Takahiro3-98/+87
2006-03-23[PATCH] acpiphp: add dock event handlingKristen Accardi5-24/+545
2006-03-23[PATCH] acpiphp: add new bus to acpiKristen Accardi1-2/+109
2006-03-23[PATCH] PCI: Move pci_dev_put outside a spinlockAlan Stern1-2/+2
2006-03-23[PATCH] PCI: PCI/Cardbus cards hidden, needs pci=assign-busses to fixBernhard Kaindl1-1/+3
2006-03-23[PATCH] PCI: fix problems with MSI-X on ia64Grant Grundler1-13/+24
2006-03-23[PATCH] PCI: remove msi save/restore code in specific driverShaohua Li2-63/+4
2006-03-23[PATCH] PCI: make MSI quirk inheritable from the pci busMichael S. Tsirkin3-2/+9
2006-03-23[PATCH] PCI: quirk for asus a8v and a8v delux motherboardsBauke Jan Douma1-0/+31
2006-03-23[PATCH] PCI: SMBus unhide on HP Compaq nx6110tomek@koprowski.org1-0/+6
2006-03-23[PATCH] PCI: Add pci_device_shutdown to pci_bus_typeBrian Gerst1-8/+1
2006-03-23[PATCH] shpchp: adapt to pci driver modelKenji Kaneshige2-23/+7
2006-03-23[PATCH] shpchp: Fix slot state handlingKenji Kaneshige3-61/+181
2006-03-23[PATCH] shpchp: event handling reworkKenji Kaneshige4-266/+119
2006-03-23[PATCH] shpchp: Remove unused wait_for_ctrl_irqKenji Kaneshige2-22/+1
2006-03-23[PATCH] shpchp: Remove unused pci_bus member from controller structureKenji Kaneshige2-13/+1
2006-03-23[PATCH] PCI: Avoid leaving MASTER_ABORT disabled permanently when returning f...Ralf Baechle1-7/+8
2006-03-23[PATCH] shpchp - Fix incorrect return value of interrupt handlerKenji Kaneshige1-8/+3
2006-03-23[PATCH] shpchp - move slot name into struct slotKenji Kaneshige2-11/+5
2006-03-23[PATCH] shpchp - removed unncessary 'magic' member from slotKenji Kaneshige2-7/+0
2006-03-23[PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof()Kenji Kaneshige2-13/+6
2006-03-23[PATCH] pcihp_skeleton.c cleanupKenji Kaneshige1-22/+11
2006-03-23[PATCH] shpchp - bugfix: add missing serializationKenji Kaneshige1-42/+24
2006-03-23[PATCH] shpchp - cleanup check command statusKenji Kaneshige3-123/+23
2006-03-23[PATCH] shpchp - cleanup controller listKenji Kaneshige3-21/+10
2006-03-23[PATCH] shpchp - cleanup slot listKenji Kaneshige2-23/+17
2006-03-23[PATCH] shpchp - cleanup shpchp_core.cKenji Kaneshige1-48/+36
2006-03-23[PATCH] shpchp - cleanup init_slots()Kenji Kaneshige2-64/+63
2006-03-23[PATCH] PCI hotplug: convert semaphores to mutexIngo Molnar13-137/+143
2006-03-23[PATCH] PCI: quirk for IBM Dock II cardbus controllersKristen Accardi1-0/+27
2006-03-23[PATCH] PCI: really fix parent's subordinate busnrKristen Accardi1-0/+5
2006-03-23[PATCH] PCI: return max reserved busnrKristen Accardi1-2/+3
2006-03-23[PATCH] PCI: clean up msi.c a bitGrant Grundler2-23/+37
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