aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-27[PATCH] acpi bridge hotadd: Make the PCI remove routines safe for failed hot-...Rajesh Shah1-5/+9
2005-06-27[PATCH] acpi bridge hotadd: Link newly created pci child bus to its parent on...Rajesh Shah2-6/+9
2005-06-27[PATCH] acpi bridge hotadd: Take the PCI lock when modifying pci bus or devic...Rajesh Shah1-1/+10
2005-06-27[PATCH] acpi bridge hotadd: Prevent duplicate bus numbers when scanning PCI b...Rajesh Shah1-2/+10
2005-06-27[PATCH] acpi bridge hotadd: ACPI based root bridge hot-addRajesh Shah1-2/+0
2005-06-20[PATCH] PCI: fix show_modalias() function due to attribute changeGreg Kroah-Hartman1-1/+1
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk...Yani Ioannou3-7/+7
2005-06-20[PATCH] use device_for_each_child() to properly access child devices.long1-74/+65
2005-06-20[PATCH] sysfs: (driver/pci) if show/store is missing return -EIODmitry Torokhov3-15/+17
2005-06-20[PATCH] Make attributes names const char *Dmitry Torokhov1-6/+7
2005-06-18[PATCH] Fix typo in drivers/pci/pci-driver.cMika Kukkonen1-1/+1
2005-06-17[PATCH] PCI: don't override drv->shutdown unconditionallyChristoph Hellwig1-1/+4
2005-06-13[PATCH] Fix PCI BAR size interpretation on 64-bit archesOlof Johansson1-1/+1
2005-06-09[PATCH] PCI: MSI functionality broken on Serverworks GC chipsetNarendra Sankar1-0/+6
2005-06-09[PATCH] PCI Hotplug: fix CPCI reference counting bugScott Murray2-1/+6
2005-06-07[PATCH] PCI: do VIA IRQ fixup always, not just in PIC modeBjorn Helgaas1-22/+13
2005-06-06[TG3]: Update pci.ids for BCM5752John W. Linville1-0/+1
2005-05-31[PATCH] PCI Hotplug: more CPCI updatesScott Murray2-254/+192
2005-05-31[PATCH] PCI Hotplug: SHPCHP driver doesn't enable PERR and SERR properlyKenji Kaneshige1-1/+1
2005-05-31[PATCH] PCI Hotplug: shpchp driver doesn't program _HPP values properlyKenji Kaneshige1-1/+1
2005-05-27[PATCH] Fixup VIA IRQ quirkAlexander Nyberg1-1/+1
2005-05-27[PATCH] VIA IRQ quirkLen Brown1-16/+24
2005-05-17[PATCH] PCI: add MODALIAS to hotplug event for pci devicesGreg KH1-0/+10
2005-05-17[PATCH] PCI: add modalias sysfs file for pci devicesGreg KH1-0/+12
2005-05-17[PATCH] PCI Hotplug: remove pci_visit_devScott Murray2-136/+0
2005-05-17[PATCH] PCI Hotplug: CPCI updateScott Murray3-411/+112
2005-05-17[PATCH] PCI Hotplug: get pciehp to work on the downstream port of a switchDely Sy4-79/+83
2005-05-17[PATCH] PCI Hotplug: Fix echoing 1 to power file of enabled slot problem with...Dely Sy2-16/+16
2005-05-03[PATCH] PCI: drivers/pci/pci.c: remove pci_dac_set_dma_maskAdrian Bunk1-12/+0
2005-05-03[PATCH] PCI Hotplug: fix pciehp regressionDely Sy1-5/+18
2005-05-03[PATCH] PCI: Spelling fixes for drivers/pci.Steven Cole6-10/+10
2005-05-03[PATCH] PCI: Rapid Hance quirkR.Marek@sh.cvut.cz1-0/+1
2005-05-03[PATCH] PCI Hotplug ibmphp_pci.c: Fix masking out needed information too earlyRolf Eike Beer1-2/+5
2005-05-03[PATCH] PCI: Add pci shutdown abilityGreg KH1-0/+9
2005-05-03[PATCH] PCI: fix up word-aligned 16-bit PCI config access through sysfsssant@in.ibm.com1-24/+58
2005-05-03[PATCH] PCI: Clean up a lot of sparse "Should it be static?" warnings.Greg KH5-1/+5
2005-05-03[PATCH] PCI: 'is_enabled' flag should be set/cleared when the device is actua...Kenji Kaneshige1-4/+3
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz2-7/+11
2005-04-16[PATCH] fix u32 vs. pm_message_t in PCI, PCIEPavel Machek5-8/+8
2005-04-16[PATCH] ata_piix: IDE mode SATA patch for Intel ESB2Jason Gaston1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds91-0/+63799