summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorLines
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-20PCI: add PCI Express ASPM supportShaohua Li-0/+4
2008-03-24PCI: revert "pcie: utilize pcie transaction pending bit"Andrew Morton-21/+0
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki-0/+1
2008-02-05iommu sg merging: PCI: add dma segment boundary supportFUJITA Tomonori-0/+8
2008-02-05iommu sg merging: PCI: add device_dma_parameters supportFUJITA Tomonori-0/+8
2008-02-02Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman-4/+0
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds-18/+75
2008-02-01PCI: PCIE ASPM supportShaohua Li-0/+4
2008-02-01PCI: Remove pci_enable_device_bars()Benjamin Herrenschmidt-24/+0
2008-02-01PCI: Add pci_enable_device_{io,mem} intefacesBenjamin Herrenschmidt-1/+48
2008-02-01PCI: avoid save the same type of cap multiple timesShaohua Li-2/+10
2008-02-01PCI: correctly initialize a structure for pcie_save_pcix_state()Shaohua Li-0/+2
2008-02-01PCI: fix typo in pci_save_pcix_stateShaohua Li-1/+1
2008-02-01pcie: utilize pcie transaction pending bitShaohua Li-0/+21
2008-02-01PCI: make pci_restore_bars() staticAdrian Bunk-2/+1
2008-02-01pci: allow multiple calls to pcim_enable_device()Tejun Heo-1/+2
2007-10-14more trivial signedness fixes in driversAl Viro-1/+1
2007-10-12PCI: Add 'nodomains' boot option, and pci_domains_supported globalJeff Garzik-0/+13
2007-10-12pci: implement "pci=noaer"Randy Dunlap-0/+2
2007-10-12PCI: is_power_of_2 in drivers/pci/pci.cvignesh babu-2/+3
2007-08-01pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo-4/+3
2007-07-30kernel-doc fixes for PCI and drivers/base/Randy Dunlap-1/+1
2007-07-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-4/+4
2007-07-24PCI: export __pci_reenable_device()Tejun Heo-0/+1
2007-07-22ACPI: Use ACPI methods to select PCI device suspend stateShaohua Li-4/+4
2007-07-11PCI: pci_set_power_state(): check for PM capabilities earlierAndrew Lunn-7/+7
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap-4/+24
2007-07-11PCI: pci-x-pci-express-read-control-interfaces cleanupsAndrew Morton-4/+2
2007-07-11PCI: add PCI-X/PCI-Express read control interfacesPeter Oruba-0/+160
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg-2/+1
2007-05-02PCI: kernel-doc fixRandy Dunlap-1/+1
2007-05-02pci: New PCI-E reset APIBrian King-0/+29
2007-04-27define platform wakeup hook, use in pci_enable_wake()David Brownell-17/+41
2007-03-12[PATCH] pci: Repair pci_save/restore_state so we can restore one save many ti...Eric W. Biederman-6/+6
2007-03-12[PATCH] msi: Safer state caching.Eric W. Biederman-2/+0
2007-03-09PCI: allow multiple calls to pcim_pin_device()Tejun Heo-7/+8
2007-03-05[PATCH] msi: sanely support hardware level msi disablingEric W. Biederman-7/+27
2007-02-16PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot optionsAtsushi Nemoto-0/+10
2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap-1/+1
2007-02-09devres: device resource managementTejun Heo-1/+126
2007-02-07MSI: Combine pci_(save|restore)_msi/msix_stateMichael Ellerman-3/+1
2007-02-07PCI: power management: remove noise on non-manageable hwPavel Machek-7/+8
2007-02-07PCI: make isa_bridge Alpha-onlyAdrian Bunk-6/+0
2007-02-07PCI: quirks.c: cleanupAdrian Bunk-4/+0
2007-02-07PCI : Add selected_regions funcsHidetoshi Seto-17/+63
2007-02-07PCI : add extremely specialized __pci_reenable_device for default resumeHidetoshi Seto-9/+32
2007-02-07PCI : Move pci_fixup_device and is_enabled (originally intended change)Hidetoshi Seto-12/+12
2007-02-07PCI : remove too specialized __pci_enable_device for default resumeHidetoshi Seto-23/+0
2007-01-11[PATCH] increment pos before looking for the next cap in __pci_find_next_ht_capBrice Goglin-1/+2