| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: PAT export resource_wc in pci sysfs | venkatesh.pallipadi@intel.com | 2008-06-12 | 1 | -0/+1 |
* | x86/pci: remove flag in pci_cfg_space_size_ext | Yinghai Lu | 2008-04-29 | 1 | -1/+1 |
* | x86: fix section mismatch in pci_scan_bus | Sam Ravnborg | 2008-04-29 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-04-29 | 1 | -2/+8 |
|\ |
|
| * | pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2 | Yinghai Lu | 2008-04-29 | 1 | -0/+6 |
| * | PCI: don't expose struct pci_vpd to userspace | Jesse Barnes | 2008-04-28 | 1 | -2/+2 |
* | | x86: multi pci root bus with different io resource range, on 64-bit | Yinghai Lu | 2008-04-26 | 1 | -1/+1 |
* | | x86 pci: remove checking type for mmconfig probe | Yinghai Lu | 2008-04-26 | 1 | -2/+2 |
* | | x86_64: set cfg_size for AMD Family 10h in case MMCONFIG | Yinghai Lu | 2008-04-26 | 1 | -0/+1 |
* | | x86: validate against acpi motherboard resources | Robert Hancock | 2008-04-26 | 1 | -0/+8 |
|/ |
|
* | PCI: Expose PCI VPD through sysfs | Ben Hutchings | 2008-04-20 | 1 | -0/+3 |
* | PCI: add generic pci_enable_resources() | Bjorn Helgaas | 2008-04-20 | 1 | -0/+1 |
* | PCI: add PCI Express ASPM support | Shaohua Li | 2008-04-20 | 1 | -0/+5 |
* | PCI: remove global list of PCI devices | Greg Kroah-Hartman | 2008-04-20 | 1 | -3/+0 |
* | PCI: add is_added flag to struct pci_dev | Greg Kroah-Hartman | 2008-04-20 | 1 | -0/+1 |
* | PCI: clean up search.c a lot | Greg Kroah-Hartman | 2008-04-20 | 1 | -2/+2 |
* | PCI: remove pci_get_device_reverse | Greg Kroah-Hartman | 2008-04-20 | 1 | -10/+0 |
* | PCI: remove pci_find_present | Greg Kroah-Hartman | 2008-04-20 | 1 | -2/+0 |
* | PCI: #if 0 pci_assign_resource_fixed() | Adrian Bunk | 2008-04-20 | 1 | -1/+0 |
* | PCI: revert "pcie: utilize pcie transaction pending bit" | Andrew Morton | 2008-03-24 | 1 | -4/+0 |
* | devres: implement pcim_iomap_regions_request_all() | Tejun Heo | 2008-03-17 | 1 | -0/+2 |
* | PCI: fix issue with busses registering multiple times in sysfs | Greg Kroah-Hartman | 2008-03-13 | 1 | -0/+1 |
* | rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLE | Andrew Morton | 2008-03-10 | 1 | -2/+2 |
* | PCI: Add DECLARE_PCI_DEVICE_TABLE macro | Jonas Bonn | 2008-03-04 | 1 | -0/+10 |
* | Change pci_raw_ops to pci_raw_read/write | Matthew Wilcox | 2008-02-10 | 1 | -8/+8 |
* | iommu sg merging: PCI: add dma segment boundary support | FUJITA Tomonori | 2008-02-05 | 1 | -0/+7 |
* | iommu sg merging: PCI: add device_dma_parameters support | FUJITA Tomonori | 2008-02-05 | 1 | -0/+9 |
* | Revert "PCI: PCIE ASPM support" | Greg Kroah-Hartman | 2008-02-02 | 1 | -5/+0 |
* | PCI: make pci_bus a struct device | Greg Kroah-Hartman | 2008-02-01 | 1 | -2/+2 |
* | PCI: fix codingstyle issues in include/linux/pci.h | Greg Kroah-Hartman | 2008-02-01 | 1 | -107/+236 |
* | PCI: PCIE ASPM support | Shaohua Li | 2008-02-01 | 1 | -0/+5 |
* | PCI: Remove pci_enable_device_bars() | Benjamin Herrenschmidt | 2008-02-01 | 1 | -1/+0 |
* | PCI: Add pci_enable_device_{io,mem} intefaces | Benjamin Herrenschmidt | 2008-02-01 | 1 | -0/+2 |
* | PCI: Fix bus resource assignment on 32 bits with 64b resources | Benjamin Herrenschmidt | 2008-02-01 | 1 | -2/+2 |
* | PCI: export pci_restore_msi_state() | Linas Vepstas | 2008-02-01 | 1 | -0/+2 |
* | PCI: get rid of pci_dev::{vendor,device}_compatible fields | Lennert Buytenhek | 2008-02-01 | 1 | -5/+0 |
* | pcie: utilize pcie transaction pending bit | Shaohua Li | 2008-02-01 | 1 | -0/+2 |
* | PCI: drivers/pci/rom.c: #if 0 two functions | Adrian Bunk | 2008-02-01 | 1 | -2/+0 |
* | PCI: make pci_restore_bars() static | Adrian Bunk | 2008-02-01 | 1 | -1/+0 |
* | remove __attribute_used__ | Adrian Bunk | 2008-01-28 | 1 | -1/+1 |
* | PCI: Add Kconfig option to disable deprecated pci_find_* API | Jeff Garzik | 2007-11-05 | 1 | -0/+3 |
* | PCI: make pci_match_device() static | Adrian Bunk | 2007-11-05 | 1 | -2/+0 |
* | PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set. | David Miller | 2007-11-05 | 1 | -0/+9 |
* | Intel IOMMU: PCI generic helper function | Keshavamurthy, Anil S | 2007-10-22 | 1 | -0/+2 |
* | PCI: Add 'nodomains' boot option, and pci_domains_supported global | Jeff Garzik | 2007-10-12 | 1 | -2/+5 |
* | PCI: make pcie_get_readrq visible in pci.h | Brice Goglin | 2007-08-22 | 1 | -0/+1 |
* | PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h | Kumar Gala | 2007-08-22 | 1 | -0/+3 |
* | pci: rename __pci_reenable_device() to pci_reenable_device() | Tejun Heo | 2007-08-01 | 1 | -1/+1 |
* | PCI: export __pci_reenable_device() | Tejun Heo | 2007-07-24 | 1 | -0/+1 |
* | fix jvc cdrom drive lockup | Zhang, Yanmin | 2007-07-16 | 1 | -0/+3 |