| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: Increase resource array mask bit size in pcim_iomap_regions() | Yinghai Lu | 2012-01-06 | 1 | -3/+3 |
* | PCI: DEVICE_COUNT_RESOURCE should be equal to PCI_NUM_RESOURCES | Yinghai Lu | 2012-01-06 | 1 | -1/+1 |
* | PCI: remove pci_create_bus() | Bjorn Helgaas | 2012-01-06 | 1 | -2/+0 |
* | PCI: convert pci_scan_bus() to use pci_create_root_bus() | Bjorn Helgaas | 2012-01-06 | 1 | -9/+1 |
* | PCI: add pci_scan_root_bus() that accepts resource list | Bjorn Helgaas | 2012-01-06 | 1 | -0/+3 |
* | PCI: add pci_create_root_bus() that accepts resource list | Bjorn Helgaas | 2012-01-06 | 1 | -0/+3 |
* | PCI: add helpers for building PCI bus resource lists | Bjorn Helgaas | 2012-01-06 | 1 | -0/+2 |
* | PCI: Pull PCI 'latency timer' setup up into the core | Myron Stowe | 2012-01-06 | 1 | -0/+3 |
* | PCI: add declaration for pcibios_set_master() to pci core | Myron Stowe | 2012-01-06 | 1 | -0/+2 |
* | PCI: Introduce INTx check & mask API | Jan Kiszka | 2012-01-06 | 1 | -0/+3 |
* | PCI: Rework config space blocking services | Jan Kiszka | 2012-01-06 | 1 | -5/+9 |
* | PCI/sysfs: add per pci device msi[x] irq listing (v5) | Neil Horman | 2012-01-06 | 1 | -0/+1 |
* | PCI: Fix compile errors with PCI_ATS and !PCI_IOV | Joerg Roedel | 2011-10-31 | 1 | -1/+1 |
* | Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2011-10-28 | 1 | -0/+2 |
|\ |
|
| * | PCI / PM: Extend PME polling to all PCI devices | Rafael J. Wysocki | 2011-10-14 | 1 | -0/+1 |
| * | PCI: Make pci_setup_bridge() non-static for use by arch code | Benjamin Herrenschmidt | 2011-10-14 | 1 | -0/+1 |
* | | Merge branch 'master' of github.com:davem330/net | David S. Miller | 2011-10-07 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | PCI: Disable MPS configuration by default | Jon Mason | 2011-10-04 | 1 | -1/+2 |
* | | Merge git://github.com/Jkirsher/net-next | David S. Miller | 2011-09-23 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | pci: Add flag indicating device has been assigned by KVM | Greg Rose | 2011-09-23 | 1 | -0/+2 |
* | | PCI : ability to relocate assigned pci-resources | Ram Pai | 2011-08-01 | 1 | -0/+1 |
* | | PCI: Set PCI-E Max Payload Size on fabric | Jon Mason | 2011-08-01 | 1 | -1/+14 |
|/ |
|
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-07-29 | 1 | -3/+3 |
|\ |
|
| * | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 2011-07-22 | 1 | -1/+1 |
| * | PCI: Assign values to 'pci_obff_signal_type' enumeration constants | Myron Stowe | 2011-07-22 | 1 | -2/+2 |
* | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-07-22 | 1 | -0/+11 |
|\ \ |
|
| * | | x86/ia64: intel-iommu: move to drivers/iommu/ | Ohad Ben-Cohen | 2011-06-21 | 1 | -0/+11 |
| |/ |
|
* | | pci/of: Consolidate pci_bus_to_OF_node() | Benjamin Herrenschmidt | 2011-06-08 | 1 | -0/+5 |
* | | pci/of: Consolidate pci_device_to_OF_node() | Benjamin Herrenschmidt | 2011-06-08 | 1 | -0/+5 |
* | | pci/of: Match PCI devices to OF nodes dynamically | Benjamin Herrenschmidt | 2011-06-08 | 1 | -0/+18 |
|/ |
|
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-05-24 | 1 | -2/+5 |
|\ |
|
| * | vgaarb: use bridges to control VGA routing where possible. | Dave Airlie | 2011-05-04 | 1 | -2/+5 |
* | | PCI: Add interfaces to store and load the device saved state | Alex Williamson | 2011-05-21 | 1 | -0/+4 |
* | | PCI: Track the size of each saved capability data area | Alex Williamson | 2011-05-21 | 1 | -3/+8 |
* | | PCI: add latency tolerance reporting enable/disable support | Jesse Barnes | 2011-05-11 | 1 | -0/+5 |
* | | PCI: add OBFF enable/disable support | Jesse Barnes | 2011-05-11 | 1 | -0/+16 |
* | | PCI: add ID-based ordering enable/disable support | Jesse Barnes | 2011-05-11 | 1 | -0/+13 |
|/ |
|
* | PCI/ACPI: Report ASPM support to BIOS if not disabled from command line | Rafael J. Wysocki | 2011-03-21 | 1 | -4/+3 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-03-18 | 1 | -0/+5 |
|\ |
|
| * | PCI: fix tlan build when CONFIG_PCI is not enabled | Randy Dunlap | 2011-02-16 | 1 | -0/+5 |
* | | tg3: Add code to verify RODATA checksum of VPD | Matt Carlson | 2011-03-10 | 1 | -0/+1 |
|/ |
|
* | PCI / ACPI: Fix build issue in pci_root.c for !CONFIG_PCIEPORTBUS | Markus Trippelsdorf | 2011-01-14 | 1 | -0/+5 |
* | PCI/PM: Use pm_wakeup_event() directly for reporting wakeup events | Rafael J. Wysocki | 2011-01-14 | 1 | -1/+0 |
* | PCI/ACPI: Request _OSC control once for each root bridge (v3) | Rafael J. Wysocki | 2011-01-14 | 1 | -0/+11 |
* | PCI: make pci_restore_state return void | Jon Mason | 2010-12-23 | 1 | -5/+3 |
* | PCI: Export some PCI PM functionality | Matthew Garrett | 2010-10-17 | 1 | -0/+3 |
* | PCI: pci_driver make name const | Stephen Hemminger | 2010-10-15 | 1 | -1/+1 |
* | PCI: provide stub pci_domain_nr function for !CONFIG_PCI configs | Dave Airlie | 2010-08-13 | 1 | -0/+3 |
* | PCI: disable mmio during bar sizing | Jacob Pan | 2010-07-30 | 1 | -0/+2 |