summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-032-5/+2
|\
| * drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-032-5/+2
* | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-0314-159/+252
|\ \
| * \ Merge branch 'pci/misc' into nextBjorn Helgaas2013-06-262-5/+3
| |\ \
| | * | PCI: Use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)Yijing Wang2013-06-182-5/+3
| * | | Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas2013-06-143-71/+87
| |\ \ \
| | * | | 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
| | * | | 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
| | * | | PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng2013-06-052-5/+8
| | * | | PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev()Gu Zheng2013-05-271-1/+8
| | * | | PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference countJiang Liu2013-05-271-0/+15
| * | | | Merge branch 'pci/misc' into nextBjorn Helgaas2013-06-144-4/+15
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | 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-042-0/+11
| * | | | Merge branch 'pci/betty-aer-v3' into nextBjorn Helgaas2013-06-073-35/+33
| |\ \ \ \
| | * | | | PCI/AER: Reset link for devices below Root Port or Downstream PortBetty Dall2013-06-061-8/+9
| | * | | | PCI/AER: Move AER severity defines to aer.hBetty Dall2013-06-061-4/+0
| | * | | | 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-051-2/+8
| |\ \ \ \
| | * | | | PCI: Allocate only as many MSI vectors as requested by driverAlexander Gordeev2013-05-281-2/+8
| | |/ / /
| * | | | Merge branch 'pci/shane-amd-ahci-i2c' into nextBjorn Helgaas2013-06-041-0/+2
| |\ \ \ \
| | * | | | ahci: Add AMD CZ SATA device IDShane Huang2013-06-031-0/+2
| | |/ / /
| * | | | Merge branch 'pci/misc' into nextBjorn Helgaas2013-06-015-28/+22
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | PCI: Replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-011-9/+9
| | * | | PCI: Replace printks with appropriate pr_*()Yijing Wang2013-05-281-2/+2
| | * | | PCI: Fix kerneldoc for pci_disable_link_state()Yijing Wang2013-05-281-4/+9
| | * | | PCI: Fix INTC comment typo for pci_swizzle_interrupt_pin()Wang Sheng-Hui2013-05-281-1/+1
| | * | | PCI: Convert ioapic.c to module_pci_driverLibo Chen2013-05-271-12/+1
| * | | | Merge branch 'pci/kevin-bus-to-resource' into nextBjorn Helgaas2013-05-251-6/+25
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | PCI: Unset resource if initial BAR value is invalidKevin Hao2013-05-251-1/+21
| | * | | PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base()Kevin Hao2013-05-251-3/+2
| | * | | PCI: Add 0x prefix to BAR register position in __pci_read_base()Kevin Hao2013-05-251-2/+2
| | |/ /
| * | | PCI/ASPM: Warn when driver asks to disable ASPM, but we can't do itBjorn Helgaas2013-05-211-3/+13
| * | | PCI: Work around Ivytown NTB BAR size issueJon Mason2013-05-151-0/+25
| |/ /
* | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-9/+5
|\ \ \
| * \ \ Merge branch 'pm-assorted'Rafael J. Wysocki2013-06-281-9/+5
| |\ \ \
| | * | | PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-9/+5
* | | | | Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-07-031-4/+3
|\ \ \ \ \
| * | | | | xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state.Konrad Rzeszutek Wilk2013-06-141-4/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-07-033-16/+55
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | s390/pci: remove pdev during unplugSebastian Ott2013-06-261-3/+4