summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-0337-273/+353
|\
| * Merge branch 'pci/misc' into nextBjorn Helgaas2013-06-264-5/+9
| |\
| | * MAINTAINERS: Add ACPI folks for ACPI-related things under drivers/pciBjorn Helgaas2013-06-261-0/+3
| | * PCI: Add CircuitCo vendor ID and subsystem IDDarren Hart2013-06-261-0/+3
| | * PCI: Use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)Yijing Wang2013-06-182-5/+3
| * | Merge branch 'pci/alexander-msi' into nextBjorn Helgaas2013-06-250-0/+0
| |\ \
| | * | x86/MSI: Conserve interrupt resources when using multiple-MSIsAlexander Gordeev2013-06-031-5/+7
| * | | Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas2013-06-1412-95/+97
| |\ \ \
| | * | | PCI: Return early on allocation failures to unindent mainline codeBjorn Helgaas2013-06-141-14/+15
| | * | | PCI: Simplify IOV implementation and fix reference count racesJiang Liu2013-06-141-35/+24
| | * | | PCI: Drop redundant setting of bus->is_added in virtfn_add_bus()Jiang Liu2013-06-141-1/+0
| | * | | unicore32/PCI: Remove redundant call of pci_bus_add_devices()Jiang Liu2013-06-141-5/+0
| | * | | m68k/PCI: Remove redundant call of pci_bus_add_devices()Jiang Liu2013-06-141-1/+0
| | * | | PCI: Rename pci_release_bus_bridge_dev() to pci_release_host_bridge_dev()Jiang Liu2013-06-071-13/+13
| | * | | PCI: Fix refcount issue in pci_create_root_bus() error recovery pathJiang Liu2013-06-071-6/+8
| | * | | ia64/PCI: Clean up pci_scan_root_bus() usageJiang Liu2013-06-071-10/+1
| | * | | PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng2013-06-057-12/+13
| | * | | PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev()Gu Zheng2013-05-272-2/+10
| | * | | PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference countJiang Liu2013-05-272-0/+17
| * | | | Merge branch 'pci/misc' into nextBjorn Helgaas2013-06-145-4/+16
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | PCI / ACPI / PM: Use correct power state strings in messagesRafael J. Wysocki2013-06-141-3/+3
| | * | | PCI: Fix comment typo for pcie_pme_remove()Yijing Wang2013-06-101-1/+1
| | * | | PCI: Add pcibios_release_device()Sebastian Ott2013-06-043-0/+12
| * | | | Merge branch 'pci/betty-aer-v3' into nextBjorn Helgaas2013-06-075-43/+55
| |\ \ \ \
| | * | | | PCI/AER: Reset link for devices below Root Port or Downstream PortBetty Dall2013-06-061-8/+9
| | * | | | ACPI / APEI: Force fatal AER severity when component has been resetBetty Dall2013-06-061-0/+10
| | * | | | PCI/AER: Remove "extern" from function declarationsBetty Dall2013-06-061-8/+8
| | * | | | PCI/AER: Move AER severity defines to aer.hBetty Dall2013-06-062-4/+4
| | * | | | PCI/AER: Set dev->__aer_firmware_first only for matching devicesBjorn Helgaas2013-06-061-4/+4
| | * | | | PCI/AER: Factor out HEST device type matchingBjorn Helgaas2013-06-061-18/+17
| | * | | | PCI/AER: Don't parse HEST table for non-PCIe devicesBjorn Helgaas2013-06-061-2/+4
| | | |/ / | | |/| |
| * | | | Merge branch 'pci/jiang-iov-fixes' into nextBjorn Helgaas2013-06-052-5/+30
| |\ \ \ \
| | * | | | PCI: Hide remove and rescan sysfs interfaces for SR-IOV virtual functionsJiang Liu2013-06-051-2/+28
| | * | | | PCI: Finish SR-IOV VF setup before adding the deviceXudong Hao2013-05-311-3/+2
| | |/ / /
| * | | | Merge branch 'pci/alexander-msi' into nextBjorn Helgaas2013-06-053-7/+16
| |\ \ \ \
| | * | | | x86/MSI: Conserve interrupt resources when using multiple-MSIsAlexander Gordeev2013-06-031-5/+7
| | | |_|/ | | |/| |
| | * | | PCI: Allocate only as many MSI vectors as requested by driverAlexander Gordeev2013-05-282-2/+9
| | |/ /
| * | | Merge branch 'pci/shane-amd-ahci-i2c' into nextBjorn Helgaas2013-06-046-4/+9
| |\ \ \
| | * | | i2c-piix4: Add AMD CZ SMBus device IDShane Huang2013-06-033-2/+4
| | * | | ahci: Add AMD CZ SATA device IDShane Huang2013-06-032-0/+3
| | * | | PCI: Put Hudson-2 device IDs togetherShane Huang2013-06-031-2/+2
| | |/ /
| * | | Merge branch 'pci/jiang-remove-global-list' into nextBjorn Helgaas2013-06-032-59/+36
| |\ \ \
| | * | | PCI/ACPI: Use dev_printk(), acpi_handle_print(), pr_xxx() when possibleJiang Liu2013-05-291-32/+27
| | * | | PCI/ACPI: Remove unused global list acpi_pci_rootsJiang Liu2013-05-292-19/+1
| | * | | PCI/ACPI: Introduce "handle" local for economy of expressionJiang Liu2013-05-291-5/+6
| | * | | PCI/ACPI: Combine duplicate adjacent "if" testsJiang Liu2013-05-291-3/+2
| | |/ /
| * | | Merge branch 'pci/misc' into nextBjorn Helgaas2013-06-017-34/+25
| |\ \ \ | | | |/ | | |/|
| | * | PCI: Replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-011-9/+9
| | * | PCI: Fix comment typo for PCI_EXP_LNKCAP_CLKPMYijing Wang2013-05-291-1/+1
| | * | PCI: Replace printks with appropriate pr_*()Yijing Wang2013-05-281-2/+2
OpenPOWER on IntegriCloud