aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-12[PATCH] pci: Repair pci_save/restore_state so we can restore one save many times.Eric W. Biederman1-6/+6
2007-03-12[PATCH] msi: Safer state caching.Eric W. Biederman1-2/+0
2007-03-09PCI: allow multiple calls to pcim_pin_device()Tejun Heo1-7/+8
2007-03-05[PATCH] msi: sanely support hardware level msi disablingEric W. Biederman1-7/+27
2007-02-16PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot optionsAtsushi Nemoto1-0/+10
2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap1-1/+1
2007-02-09devres: device resource managementTejun Heo1-1/+126
2007-02-07MSI: Combine pci_(save|restore)_msi/msix_stateMichael Ellerman1-3/+1
2007-02-07PCI: power management: remove noise on non-manageable hwPavel Machek1-7/+8
2007-02-07PCI: make isa_bridge Alpha-onlyAdrian Bunk1-6/+0
2007-02-07PCI: quirks.c: cleanupAdrian Bunk1-4/+0
2007-02-07PCI : Add selected_regions funcsHidetoshi Seto1-17/+63
2007-02-07PCI : add extremely specialized __pci_reenable_device for default resumeHidetoshi Seto1-9/+32
2007-02-07PCI : Move pci_fixup_device and is_enabled (originally intended change)Hidetoshi Seto1-12/+12
2007-02-07PCI : remove too specialized __pci_enable_device for default resumeHidetoshi Seto1-23/+0
2007-01-11[PATCH] increment pos before looking for the next cap in __pci_find_next_ht_capBrice Goglin1-1/+2
2006-12-20PCI: Add pci_find_ht_capability() for finding Hypertransport capabilitiesMichael Ellerman1-3/+81
2006-12-20PCI: Create __pci_bus_find_cap_start() from __pci_bus_find_cap()Michael Ellerman1-9/+19
2006-12-01PCI: switch pci_{enable,disable}_device() to be nestableInaky Perez-Gonzalez1-7/+33
2006-12-01PCI: Replace HAVE_ARCH_PCI_MWI with PCI_DISABLE_MWIMatthew Wilcox1-13/+18
2006-12-01PCI: Use pci_generic_prep_mwi on sparc64Matthew Wilcox1-1/+7
2006-12-01PCI: save/restore PCI-X stateStephen Hemminger1-0/+44
2006-09-26PCI: Restore PCI Express capability registers after PM eventMichael S. Tsirkin1-0/+50
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-3/+2
2006-09-26[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1Andi Kleen1-3/+2
2006-09-25PM: PCI and IDE handle PM_EVENT_PRETHAWDavid Brownell1-1/+3
2006-07-12[PATCH] PCI: PCIE power management quirkKristen Carlson Accardi1-1/+10
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pci core and hotplug driversGreg Kroah-Hartman1-2/+4
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-06-21[PATCH] PCI: disable msi mode in pci_disable_deviceShaohua Li1-1/+8
2006-06-21[PATCH] PCI: don't enable device if already enabledKristen Accardi1-1/+6
2006-06-13Merge branch 'master' into upstreamJeff Garzik1-2/+16
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-05-24[PATCH] Revive pci_find_ext_capabilityBrice Goglin1-2/+1
2006-04-14Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-0/+6
2006-04-14[PATCH] PCI: MSI(X) save/restore for suspend/resumeShaohua Li1-0/+6
2006-04-14[PATCH] pm: print name of failed suspend functionAndrew Morton1-2/+4
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 Wilcox1-2/+6
2006-03-23[PATCH] PCI: return max reserved busnrKristen Accardi1-2/+3
2006-03-23[PATCH] PCI: clean up msi.c a bitGrant Grundler1-3/+2
2006-01-31[PATCH] PCI: drivers/pci/pci.c: #if 0 pci_find_ext_capability()Adrian Bunk1-0/+2
2006-01-09[PATCH] PCI: drivers/pci: some cleanupsAdrian Bunk1-2/+3
2006-01-09[PATCH] pci: use pin stored in pci_devKristen Accardi1-1/+1
2005-11-10[PATCH] PCI: add pci_find_next_capability()Roland Dreier1-14/+32
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-10-28[PATCH] kernel-doc: PCI fixesRandy Dunlap1-3/+4
2005-10-28[PATCH] pci: cleanup need_restore switch statementJohn W. Linville1-7/+7
2005-09-14[PATCH] pci: only call pci_restore_bars at bootJohn W. Linville1-4/+12