summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu2013-01-071-0/+2
| | | |/ / / | | |/| | |
| * | | | | PCI: cpqphp: Cleanup and remove unreachable pathsSasha Levin2013-01-071-37/+20Star
| * | | | | PCI: Drop "__" prefix on __pci_enable_device_flags()Bjorn Helgaas2013-01-041-5/+4Star
| * | | | | PCI: Use "unsigned long" for __pci_enable_device_flags to match ioport.hBjorn Helgaas2013-01-041-1/+1
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-221-34/+26Star
|\ \ \ \ \
| * | | | | s390/pci: fix hotplug module initSebastian Ott2013-02-141-33/+25Star
| * | | | | s390/pci: rename pci_probe to s390_pci_probeHeiko Carstens2013-02-141-1/+1
* | | | | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-206-73/+86
|\ \ \ \ \ \
| * | | | | | ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki2013-02-132-1/+10
| * | | | | | Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-291-7/+3Star
| |\ \ \ \ \ \
| | * | | | | | ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki2013-01-261-7/+3Star
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'acpi-pm' into acpi-cleanupRafael J. Wysocki2013-01-291-2/+0Star
| |\ \ \ \ \ \
| | * | | | | | ACPI / PM: Rework the handling of devices depending on power resourcesRafael J. Wysocki2013-01-171-2/+0Star
| * | | | | | | Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-266-67/+77
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | |_|/ / / / | |/| | | | |
| | * | | | | ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2013-01-192-4/+4
| | |/ / / /
| | * | / / ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki2013-01-152-3/+3
| | | |/ / | | |/| |
| | * | | ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki2013-01-031-8/+36
| | * | | ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki2013-01-034-32/+30Star
| | * | | ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2013-01-032-10/+12
| | * | | ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki2013-01-032-19/+5Star
| | * | | ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki2013-01-032-5/+1Star
| | |/ /
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-201-0/+26
|\ \ \ \
| * | | | PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto()Alexander Gordeev2013-01-241-0/+26
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-201-29/+34
|\ \ \ \
| * \ \ \ Merge tag 'please-pull-aer-trace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-01-241-29/+34
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | aerdrv: Cleanup log output for AERLance Ortiz2013-01-031-28/+26Star
| | * | | aerdrv: Enhanced AER loggingLance Ortiz2013-01-031-1/+8
| | |/ /
* | | | Merge tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-151-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | PCI/PM: Clean up PME state when removing a deviceRafael J. Wysocki2013-02-131-0/+2
* | | | Merge tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-2310-43/+40Star
|\| | | | |_|/ |/| |
| * | PCI: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-181-1/+1
| * | PCI: Allow pcie_aspm=force even when FADT indicates it is unsupportedColin Ian King2013-01-151-0/+3
| * | Merge branch 'pci/yijing-hotplug-workqueues' into for-linusBjorn Helgaas2013-01-147-42/+35Star
| |\ \
| | * | PCI: shpchp: Use per-slot workqueues to avoid deadlockBjorn Helgaas2013-01-143-16/+18
| | * | PCI: shpchp: Handle push button event asynchronouslyBjorn Helgaas2013-01-143-12/+1Star
| | * | PCI: shpchp: Make shpchp_wq non-orderedBjorn Helgaas2013-01-141-1/+1
| | * | PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang2013-01-124-15/+17
| | |/
| * / PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()Betty Dall2013-01-131-0/+1
| |/
* / pci: fix iov.c kernel-doc warningsRandy Dunlap2013-01-101-1/+1
|/
* PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski2012-12-261-2/+5
* PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying2012-12-261-1/+19
* PCI: Remove spurious error for sriov_numvfs store and simplify flowBjorn Helgaas2012-12-261-51/+34Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-134-0/+270
|\
| * s390/pci: PCI hotplug support via SCLPJan Glauber2012-11-303-0/+264
| * s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber2012-11-301-0/+6
* | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-1319-131/+479
|\ \
| * \ Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas2012-12-111-1/+1
| |\ \
| | * | PCI: Use phys_addr_t for physical ROM addressBjorn Helgaas2012-12-101-1/+1
| * | | Merge branch 'pci/bjorn-pcie-cap' into nextBjorn Helgaas2012-12-073-15/+18
| |\ \ \
| | * | | PCI: Add standard PCIe Capability Link ASPM field namesBjorn Helgaas2012-12-071-5/+6