aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2005-01-15[ide] piix: add Intel 82801DBL IDE Controller supportBartlomiej Zolnierkiewicz1-0/+1
2005-01-10[PATCH] pm: introduce pm_message_tPavel Machek1-1/+1
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman5-18/+232
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman14-431/+613
2005-01-08Merge bk://gkernel.bkbits.net/libata-2.6Linus Torvalds1-1/+5
2005-01-07[PATCH] ppc64: IOMMU cleanups: Main cleanup patchOlof Johansson1-0/+4
2005-01-06mergeGreg Kroah-Hartman5-18/+232
2005-01-06[PATCH] PCI Hotplug: don't check pointer before kalling kfree in ibmphp_pci.cRolf Eike Beer1-2/+1
2005-01-06[PATCH] PCI Hotplug: use PCI_DEVFN in ibmphp_pci.cRolf Eike Beer1-9/+14
2005-01-06[PATCH] PCI Hotplug: Remove unneeded kmalloc casts from ibmphp_pci.cRolf Eike Beer1-15/+15
2005-01-06[PATCH] hotplug/acpiphp_ibm: module_param fixDomen Puncer1-1/+1
2005-01-06[PATCH] SATA support for Intel ICH7Jason Gaston1-1/+5
2005-01-07[ide] PCI quirk for ICH3-M IDEBartlomiej Zolnierkiewicz1-0/+20
2005-01-06[PATCH] fix oops when reading resourceN files in sysfsJesse Barnes2-0/+2
2004-12-28[PATCH] hotplug NULL noise removalAlexander Viro1-1/+1
2004-12-23[ACPI] apply via_interrupt_line_quirk in ACPI modeLen Brown1-24/+5
2004-12-21[PATCH] PCI: add legacy resources to sysfs for pci bussesJesse Barnes2-15/+137
2004-12-21[PATCH] PCI: Software visible configuration request retry statusMatthew Wilcox1-3/+39
2004-12-21[PATCH] cpqphp: reduce stack usageRandy Dunlap1-9/+21
2004-12-21[PATCH] PCI: clean up state usage in pci corePavel Machek1-9/+14
2004-12-20[PATCH] PCI: export PCI resources in sysfsJesse Barnes1-0/+92
2004-12-16[PATCH] PCI: PCI early fixup missing bitsMaciej W. Rozycki2-0/+8
2004-12-16[PATCH] PCI: add pci_choose_state()Pavel Machek1-0/+24
2004-12-16[PATCH] PCI: Cleanup PCI power statesPavel Machek1-4/+4
2004-12-16[PATCH] PCI: Don't touch BARs of host bridgesMaciej W. Rozycki1-2/+7
2004-12-16[PATCH] PCI: Make pci_set_power_state() check register versionDavid Howells1-3/+9
2004-12-16[PATCH] PCI: cope with duplicate bus numbers betterMatthew Wilcox1-1/+12
2004-12-15[PATCH] PCI Hotplug: ibmphp_core.c: useless castsRolf Eike Beer1-24/+18
2004-12-15[PATCH] PCI Hotplug: ibmphp_core.c: coding styleRolf Eike Beer1-357/+433
2004-12-15[PATCH] PCI Hotplug: drivers/pci/hotplug/ : simply use MODULEAdrian Bunk5-5/+5
2004-12-15[PATCH] PCI: Fix debug statementThomas Gleixner1-1/+2
2004-12-14[PATCH] misc: remove miscdevice.h from pci hotplug drivers as they do not nee...Greg Kroah-Hartman2-2/+0
2004-12-14[PATCH] select HOTPLUGAdrian Bunk1-1/+1
2004-12-03[ACPI] fix VIA IRQ issue by enabling VIA quirkLen Brown1-0/+1
2004-12-01[PATCH] Add PCI-quirks for ASUS M6Ne notebookIacopo Spalletti1-0/+5
2004-11-29Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman4-1/+17
2004-11-29PCI: fix build warning in pci-sysfs.cGreg Kroah-Hartman1-2/+1
2004-11-28[PATCH] PCI: Add sysfs file to map PCI busses to cpusAndi Kleen1-0/+11
2004-11-27[PATCH] misc iomem annotationsAlexander Viro1-1/+1
2004-11-23[PATCH] PCI Hotplug: fix warning compile issue in cpqphp driverGreg Kroah-Hartman1-1/+1
2004-11-23[PATCH] PCI Hotplug: Add pci_enable_device() in hot-plug driversDely Sy2-0/+6
2004-11-20[PATCH] cpqphp_nvram iomem annotationsAlexander Viro1-6/+6
2004-11-19[PATCH] USB quirk section fixAlexander Kern1-1/+1
2004-11-18[PATCH] PCI Hotplug: cpcihp_generic: fix module_param data typeRandy Dunlap1-1/+1
2004-11-18[PATCH] PCI Hotplug: clean up rpaphp_pci.c::rpaphp_find_pci_devRolf Eike Beer1-5/+4
2004-11-18[PATCH] PCI Hotplug: remove unused drivers/pci/hotplug/pciehp_sysfs.cAdrian Bunk3-147/+0
2004-11-16[PATCH] x86-64: fix boot crash on VIA systemsAndi Kleen1-1/+1
2004-11-11[PATCH] PCI: small PCI probe patch for odd 64 bit BARsTim Hockin1-9/+19
2004-11-11[PATCH] fakephp: add pci bus rescan abilityJan Dittmer1-0/+126
2004-11-11[PATCH] fakephp: introduce pci_bus_add_deviceJan Dittmer1-10/+21
2004-11-11mergeGreg Kroah-Hartman23-199/+989
2004-11-10PCI Hotplug: fix up remaining MODULE_PARAM usage in pci hotplug driversGreg Kroah-Hartman3-9/+9
2004-11-10[PATCH] convert MODULE_PARM() to module_param() familyRandy Dunlap3-8/+8
2004-11-10[PATCH] ibmphp_core.c: replace pci_get_device with pci_dev_presentHanna V. Linder1-3/+5
2004-11-04[PATCH] PCI: add PCI ROMs to sysfsJon Smirl7-5/+353
2004-11-04[PATCH] PCI: ASPM patch forDely Sy6-11/+33
2004-11-04[PATCH] Lock initializer unifying Batch 2 (PCI)Thomas Gleixner1-2/+2
2004-11-04[PATCH] PCI: add pci_fixup_earlyMatthew Wilcox1-0/+3
2004-11-04PCI: remove kernel log message about drivers not calling pci_disable_device()Greg Kroah-Hartman1-9/+6
2004-11-04Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman9-167/+585
2004-11-04Merge intel.com:/home/lenb/bk/26-latest-refLen Brown2-6/+4
2004-11-04[ACPI] enable VIA quirk to fix audio interrupt on VIA_8233_5Len Brown1-0/+1
2004-10-31[PATCH] PCI: make pci_save_state() only happen when no suspend()David Brownell1-2/+2
2004-10-31[PATCH] pci/quirks: replace schedule_timeout() with msleep()Nishanth Aravamudan1-4/+2
2004-10-31[PATCH] PCI: Updated patch to fix adapter speed mismatch for 2.6 kernelDely Sy1-0/+34
2004-10-31[PATCH] PCI: Updated patch to add ExpressCard supportDely Sy7-167/+539
2004-10-28[PATCH] PCI: add hook for PCI resource deallocationAndrew Morton1-0/+12
2004-10-25[PATCH] intel irqbalance quirk cleanupSuresh B. Siddha1-47/+0
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger1-1/+1
2004-10-19Merge PCI updatesLinus Torvalds35-708/+743
2004-10-18Trivial Makefile mergeLinus Torvalds1-0/+230
2004-10-18Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman35-708/+743
2004-10-18mergeGreg Kroah-Hartman5-6/+62
2004-10-18Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman4-5/+59
2004-10-18Fix pci config syscall definitions.Linus Torvalds1-2/+4
2004-10-18[PATCH] Disable SW irqbalance/irqaffinity for E7520/E7320/E7525 v2Suresh B. Siddha1-0/+48
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann1-0/+1
2004-10-15Merge bk://kernel.bkbits.net/gregkh/linux/fix-2.6Linus Torvalds1-2/+2
2004-10-14[PATCH] PCI Hotplug: rpaphp safe list traversalJohn Rose1-2/+2
2004-10-14[PATCH] PCI Hotplug: rpaphp safe list traversalJohn Rose1-3/+3
2004-10-13Take the whole PCI bus range into account when scanning PCI bridges.Linus Torvalds1-1/+4
2004-10-08Merge bk://kernel.bkbits.net/gregkh/linux/usb-2.6David Woodhouse1-1/+3
2004-10-06[PATCH] PCI Hotplug: Use before NULL check in shpchp_ctrlDave Jones1-1/+3
2004-10-06[PATCH] PCI: fix up pci_register_driver() to stop lying in its return value.Greg Kroah-Hartman1-9/+8
2004-10-05[PATCH] PCI Hotplug: RPA DLPAR - remove error checkJohn Rose1-6/+2
2004-10-05[PATCH] PCI: clean up pci_dev_get() to be saneGreg Kroah-Hartman1-10/+3
2004-10-05[PATCH] PCI: remove pci_module_init() usage from drivers/pci/hotplug/*Greg Kroah-Hartman5-8/+8
2004-10-05PCI Hotplug: Oops, didn't mean to apply the msi pci express patch, so revert itGreg Kroah-Hartman2-3/+0
2004-10-05[PATCH] pci hotplug/cpqphp_ctrl: replace schedule_timeout() with msleep_inter...Nishanth Aravamudan1-3/+1
2004-10-05[PATCH] pci hotplug/cpqphp: replace schedule_timeout() with msleep_interrupti...Nishanth Aravamudan1-2/+1
2004-10-05[PATCH] pci hotplug/pciehp: replace schedule_timeout() with msleep_interrupti...Nishanth Aravamudan1-6/+5
2004-10-05[PATCH] pci hotplug/shpchp: replace schedule_timeout() with msleep_interrupti...Nishanth Aravamudan1-4/+3
2004-10-05[PATCH] PCI: Hot-plug driver updates due to MSI changeDely Sy2-0/+3
2004-10-05[PATCH] PCI: remove driver private PCI state, 1 arg for pci_{save,restore}_stateRoger Luethi2-26/+9
2004-10-05[PATCH] PCI: minor pci.ids updateLennert Buytenhek1-4/+4
2004-10-05[PATCH] PCI: Create new function to see if a pci device is presentGreg Kroah-Hartman3-21/+55
2004-10-05[PATCH] PCI: add missing checks in drivers/pci/probe.c.Luiz Capitulino1-7/+27
2004-10-05[PATCH] PCI Hotplug: quirk fix missed out in last patchDely Sy1-1/+1
2004-10-05[PATCH] PCI Hotplug: acpiphp extension fixesVernon Mauery1-38/+63
2004-10-05[PATCH] PCI Hotplug: RPA dynamic addition/removal of PCI Host BridgesJohn Rose5-93/+238
2004-10-05[PATCH] PCI Hotplug: fix the rest of the drivers for __iomem and other sparse...Greg Kroah-Hartman4-9/+8
2004-10-05[PATCH] PCI Hotplug: Bug fixes for shpchp driverDely Sy2-4/+6
2004-10-05[PATCH] PCI Hotplug: fix __iomem warnings in the ibm pci hotplug driverGreg Kroah-Hartman2-15/+15
2004-10-05[PATCH] PCI Hotplug: fix __iomem warnings in the compaq pci hotplug driverGreg Kroah-Hartman4-30/+34
2004-10-05[PATCH] PCI: fix __iomem * warnings for PCI msi core code.Greg Kroah-Hartman2-11/+11
2004-10-05[PATCH] PCI Hotplug: change bus speed patchDely Sy1-339/+110
2004-10-05[PATCH] PCI: warn of missing pci_disable_device()Kenji Kaneshige1-0/+13
2004-10-05[PATCH] PCI Hotplug: add host bridges to RPA hotplug subsystemJohn Rose4-22/+65
2004-10-05[PATCH] PCI: remove pci_find_device() usages from drivers/pci/*Greg Kroah-Hartman6-12/+15
2004-10-05[PATCH] add-pci_fixup_enable-pass.patchAndrew Morton2-4/+18
2004-10-05[PATCH] PCI pci_dev_b to list_for_each_entry: drivers-pci-setup-bus.cMaximilian Attems1-6/+6
2004-10-05[PATCH] PCI: mark proc_bus_pci_dir staticChristoph Hellwig1-2/+1
2004-10-05[PATCH] PCI: fix improper pr_debug() statementGreg Kroah-Hartman1-1/+1
2004-10-05[PATCH] PCI: delete the pci_find_class() function as it's unsafe in hotplugga...Greg Kroah-Hartman1-40/+0
2004-10-05[PATCH] PCI: clean up the comments in search.c to be correct.Greg Kroah-Hartman1-10/+8
2004-10-05[PATCH] PCI: add pci_get_class() to make a safe pci_find_class() like call.Greg Kroah-Hartman1-0/+38
2004-10-05[PATCH] PCI: make pci_find_class() warn if in interrupt like all other find/g...Greg Kroah-Hartman1-0/+1
2004-10-05[PATCH] PCI: make pci_find_subsys() static, as it should not be used anymoreGreg Kroah-Hartman1-5/+5
2004-09-30Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-1/+14
2004-09-29Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-0/+230
2004-09-28[PATCH] PCI: fix up usb quirk __init marksAndrew Morton1-4/+4
2004-09-27Convert system suspend states to proper PCI device states.Linus Torvalds1-1/+14
2004-09-22[PATCH] PCI: add "struct module *" to struct pci_driver to show symlink in sy...Greg Kroah-Hartman1-0/+1
2004-09-21mergeGreg Kroah-Hartman1-0/+230
2004-09-14PCI: fix __iomem warnings in quirk codeGreg Kroah-Hartman1-2/+2
2004-09-13[PATCH] ppc64: Fix real bugs uncovered by -Wno-uninitialized removalAnton Blanchard2-2/+2
2004-09-12Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-0/+230
2004-09-11[PATCH] ide: sis5513 fix for SiS962 chipsetBartlomiej Zolnierkiewicz1-0/+1
2004-09-10[PATCH] USB: early usb handoff for 2.6John Stultz1-0/+230
2004-08-31[PATCH] acpiphp_ibm.c 64bit portabilityAlexander Viro1-3/+3
2004-08-27Merge mulgrave.(none):/home/jejb/BK/linux-2.5James Bottomley1-4/+25
2004-08-24[PATCH] PCI Hotplug: create pci_remove_bus()John Rose2-7/+19
2004-08-24[PATCH] pci-driver: function documentation fixFrançois Romieu1-4/+3
2004-08-24MergeJames Bottomley1-4/+25
2004-08-23[PATCH] Fix Permissions on module_param UsageRusty Russell7-13/+13
2004-08-23Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds1-1/+1
2004-08-17Add new Megaraid driver version 2.20.0.1James Bottomley1-3/+25
2004-08-14[PATCH] ipr: New PCI IDsBrian King1-0/+5
2004-08-11kbuild: Replace host-progs with hostprogs-ySam Ravnborg1-1/+1
2004-08-10[PATCH] PCI Hotplug: rpaphp_get_power_level bug fixLinda Xie1-4/+8
2004-08-09[PATCH] PCI: ASUS L3C SMBus fixupKarol Kozimor1-0/+2
2004-08-09PCI Hotplug: fix compiler warnings in pciehp driver.Greg Kroah-Hartman1-2/+2
2004-08-05Merge I2C and PCI trees together due to PCI quirks conflicts.Greg Kroah-Hartman1-0/+7
2004-08-05[PATCH] PCI: rpaphp build break - remove eeh registerJohn Rose1-8/+0
2004-08-04PCI: clean up code formatting of quirks.cGreg Kroah-Hartman1-63/+27
2004-08-04PCI: fix compiler warning in quirks file, and other minor quirks cleanupGreg Kroah-Hartman3-14/+10
2004-08-04Merge bk://linux-mtd.bkbits.net/quirks-2.6Greg Kroah-Hartman15-233/+1038
2004-08-04Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman15-233/+1038
2004-08-03[1/3] Split pci quirks array to allow separate declarations.David Woodhouse1-135/+126
2004-08-02Merge gregkh@kernel.bkbits.net:linux/pci-2.6Greg Kroah-Hartman15-233/+1038
2004-08-02[PATCH] PCI: replace schedule_timeout() with msleep()Nishanth Aravamudan1-4/+1
2004-08-02[PATCH] I2C: activate SMBus device on hp d300lAndrew Morton1-0/+7
2004-08-02[PATCH] PCI Hotplug: fix build warnings due to msleep() patches.Greg Kroah-Hartman3-0/+3
2004-08-02[PATCH] PCI Hotplug: shpchp_hpc: replace schedule_timeout() with msleep()Nishanth Aravamudan1-2/+1
2004-08-02[PATCH] PCI Hotplug: ibmphp_hpc: replace long_delay() with msleep()Nishanth Aravamudan1-10/+9
2004-08-02[PATCH] PCI Hotplug: ibmphp_core: replace long_delay() with msleep()Nishanth Aravamudan1-2/+2
2004-08-02[PATCH] PCI: use list_for_each() drivers/pci/setup-bus.cDomen Puncer1-2/+3
2004-08-02[PATCH] PCI Hotplug: ibmphp: remove long_delayNishanth Aravamudan1-6/+0
2004-08-02[PATCH] PCI Hotplug: cpci_hotplug_core: replace schedule_timeout() with msleep()Nishanth Aravamudan1-10/+7
2004-08-02PCI: update pci.ids from sf.net site.Greg Kroah-Hartman1-152/+389
2004-08-01[PATCH] rename CONFIG_PCI_USE_VECTOR to CONFIG_PCI_MSIBjorn Helgaas2-14/+7
2004-08-01[PATCH] MSI: MSI/MSI-X API updatesRoland Dreier2-323/+471
2004-08-01[PATCH] MSI: stop using dev->bus->ops directly in msi.cRoland Dreier1-58/+45
2004-07-22[PATCH] Asus M2N notebook hides SMBus deviceDominik Brodowski1-0/+6
2004-07-14Merge bk://kernel.bkbits.net/gregkh/linux/driver-2.6Linus Torvalds1-1/+8
2004-07-14Merge bk://kernel.bkbits.net/gregkh/linux/i2c-2.6Linus Torvalds1-23/+35
2004-07-14Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-1/+8
2004-07-14[PATCH] I2C: patch quirks.c - SMBus hidden on hp laptopÖrjan Persson1-23/+35
2004-07-14[PCI, libata] Fix "combined mode" PCI quirk for ICH6Jeff Garzik1-7/+24
2004-07-13[PATCH] PCI Hotplug: rpaphp_add_slot.patchLinda Xie1-3/+18
2004-07-13[PATCH] PCI: more New PCI vendor/device ID for Radisys ENP-2611 boardLennert Buytenhek1-1/+4
2004-07-13[PATCH] PCI Hotplug: acpiphp extension for 2.6.7 part 2Vernon Mauery3-0/+487
2004-07-13[PATCH] PCI Hotplug: acpiphp extension for 2.6.7, part 1Vernon Mauery3-41/+114
2004-07-12[PATCH] sparse: assorted drivers/* NULL noise removalAlexander Viro8-14/+14
2004-07-08[PATCH] Driver core: kset_find_obj should increment refcount of the found objectDmitry Torokhov1-1/+8
2004-07-02Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds4-7/+18
2004-07-01[PATCH] PCI: New PCI vendor/device ID for Radisys ENP-2611 boardLennert Buytenhek1-0/+1
2004-07-01[PATCH] PCI Hotplug: RPAPHP structure size/performanceLinas Vepstas1-2/+2
2004-07-01[PATCH] PCI Hotplug: rpaphp null pointer derefLinas Vepstas1-3/+12
2004-07-01[PATCH] PCI: export pci_scan_child_bus for the pci hotplug drivers to useLinda Xie1-2/+3
2004-07-01[PATCH] ppc64: remove RTAS arguments from PACADavid Gibson3-0/+3
2004-06-30[PATCH] sparse: NULL vs 0 - rest of driversMika Kukkonen1-1/+1
2004-06-29[PATCH] ppc64: vio infrastructure modificationsStephen Rothwell1-2/+2
2004-06-23Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman18-379/+652
2004-06-23[PATCH] Fix and Reenable MSI Support on x86_64Andrew Morton1-1/+1
2004-06-23[PATCH] PCI: (one more) PCI quirk for SMBus bridge on Asus P4 boardsOswald Buddenhagen1-0/+1
2004-06-22[PATCH] PCI: Fix MSI-X setupRoland Dreier1-5/+5
2004-06-22merge fixups.Greg Kroah-Hartman16-374/+646
2004-06-21merge Greg Kroah-Hartman3-18/+17
2004-06-13[PATCH] PCI: Fix off-by-one in pci_enable_wakeRoger Luethi1-1/+1
2004-06-11Merge nuts.davemloft.net:/disk1/BK/tg3work-2.6David S. Miller1-0/+3
2004-06-11[TG3]: Chip support update and a power-save bug fix.David S. Miller1-0/+3
2004-06-11[PATCH] PCI Hotplug: rpaphp.patch -- multi-function devices not handled corre...Linda Xie6-217/+508
2004-06-04[PATCH] Fixes for hot-plug drivers (updated)Dely Sy9-156/+137
2004-06-03PCI: convert to using dev_attrs for all PCI devices.Greg Kroah-Hartman3-18/+17
2004-05-28[PATCH] sparse: drivers/pci __user annotationAlexander Viro2-15/+15
2004-05-27[PATCH] PCI: fix pci/probe.c possible NULL pointer.Luiz Capitulino1-0/+2
2004-05-27Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman2-2/+29
2004-05-26[PATCH] PCI: restore pci config space on resumeArjan van de Ven2-2/+29
2004-05-18Reversed pci.ids changes, as Linus already fixed them in his treeGreg Kroah-Hartman1-4/+4