Age | Commit message (Expand) | Author | Files | Lines |
2010-10-18 | PCI: Export some PCI PM functionality | Matthew Garrett | 1 | -0/+3 |
2010-10-16 | PCI: pci_driver make name const | Stephen Hemminger | 1 | -1/+1 |
2010-08-14 | PCI: provide stub pci_domain_nr function for !CONFIG_PCI configs | Dave Airlie | 1 | -0/+3 |
2010-07-30 | PCI: disable mmio during bar sizing | Jacob Pan | 1 | -0/+2 |
2010-07-16 | PCI: fall back to original BIOS BAR addresses | Bjorn Helgaas | 1 | -0/+1 |
2010-06-05 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 1 | -0/+1 |
2010-05-29 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -1/+2 |
2010-05-20 | ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup | Huang Ying | 1 | -1/+2 |
2010-05-10 | i7core_edac: Add a code to probe Xeon 55xx bus | Mauro Carvalho Chehab | 1 | -0/+1 |
2010-04-09 | intel-iommu: use physfn to search drhd for VF | Yinghai | 1 | -0/+10 |
2010-03-13 | dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pc... | FUJITA Tomonori | 1 | -2/+0 |
2010-03-13 | pci-dma: add linux/pci-dma.h to linux/pci.h | FUJITA Tomonori | 1 | -0/+1 |
2010-03-08 | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+2 |
2010-03-01 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -24/+90 |
2010-02-28 | Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+5 |
2010-02-28 | pci: Add helper to search for VPD keywords | Matt Carlson | 1 | -0/+17 |
2010-02-28 | pci: Add VPD information field helper functions | Matt Carlson | 1 | -0/+13 |
2010-02-28 | pci: Add helper to find a VPD resource data type | Matt Carlson | 1 | -0/+12 |
2010-02-28 | pci: Add large and small resource data type code | Matt Carlson | 1 | -1/+33 |
2010-02-28 | pci: Add PCI LRDT tag size and section size | Matt Carlson | 1 | -0/+14 |
2010-02-23 | PCI: augment bus resource table with a list | Bjorn Helgaas | 1 | -6/+29 |
2010-02-23 | PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs | Bjorn Helgaas | 1 | -0/+3 |
2010-02-23 | PCI PM: Run-time callbacks for PCI bus type | Rafael J. Wysocki | 1 | -1/+8 |
2010-02-23 | PCI / ACPI / PM: Platform support for PCI PME wake-up | Rafael J. Wysocki | 1 | -0/+1 |
2010-02-23 | PCI PM: PCIe PME root port service driver | Rafael J. Wysocki | 1 | -0/+1 |
2010-02-23 | PCI: mark is_pcie obsolete | Kenji Kaneshige | 1 | -1/+2 |
2010-02-23 | PCI: introduce pci_assign_unassigned_bridge_resources | Yinghai Lu | 1 | -0/+1 |
2010-02-23 | PCI: push deprecated pci_find_device() function to last user | Tilman Schmidt | 1 | -13/+0 |
2010-02-23 | resource/PCI: mark struct resource as const | Dominik Brodowski | 1 | -2/+3 |
2010-02-23 | resource/PCI: align functions now return start of resource | Dominik Brodowski | 1 | -3/+5 |
2010-02-23 | PCI: Clean up build for CONFIG_PCI_QUIRKS unset | Rafael J. Wysocki | 1 | -1/+5 |
2010-02-23 | PCI: Add support for reporting PCIe 3.0 speeds | Matthew Wilcox | 1 | -0/+1 |
2010-02-23 | PCI: Add support for AGP in cur/max bus speed | Matthew Wilcox | 1 | -0/+5 |
2010-02-23 | PCI: Make current and maximum bus speeds part of the PCI core | Matthew Wilcox | 1 | -0/+3 |
2010-02-23 | PCI: Unify pcie_link_speed and pci_bus_speed | Matthew Wilcox | 1 | -0/+21 |
2010-02-20 | PCI: Add pci_bus_find_ext_capability | Jesse Barnes | 1 | -0/+2 |
2010-02-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+4 |
2010-02-13 | pci: Add SR-IOV convenience functions and macros | Williams, Mitch A | 1 | -0/+11 |
2010-02-06 | pci: Update pci_set_vga_state() to call arch functions | Mike Travis | 1 | -0/+5 |
2010-01-29 | powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge() | Benjamin Herrenschmidt | 1 | -0/+4 |
2010-01-05 | PCI/PM: Use per-device D3 delays | Rafael J. Wysocki | 1 | -0/+1 |
2009-12-17 | PCI/cardbus: Add a fixup hook and fix powerpc | Benjamin Herrenschmidt | 1 | -0/+3 |
2009-12-14 | PCI: Global variable decls must match the defs in section attributes | David Howells | 1 | -1/+1 |
2009-12-05 | PCI: add pci_request_acs | Chris Wright | 1 | -0/+2 |
2009-11-25 | PCI: introduce pci_is_pcie() | Kenji Kaneshige | 1 | -0/+11 |
2009-11-25 | PCI: introduce pci_pcie_cap() | Kenji Kaneshige | 1 | -0/+16 |
2009-11-07 | PCI: cache PCIe capability offset | Kenji Kaneshige | 1 | -0/+1 |
2009-11-05 | PCI: add pci_get_domain_bus_and_slot function | Andrew Patterson | 1 | -1/+7 |
2009-11-05 | PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode | Matt Domsch | 1 | -0/+1 |
2009-11-04 | pccard: configure CLS on attach | Tejun Heo | 1 | -0/+1 |