aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2016-07-25Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+80
2016-07-21PCI / PM: check all fields in pci_set_platform_pm()Andy Shevchenko1-2/+2
2016-06-20PCI: Fix unaligned accesses in VC codeDavid Miller1-2/+2
2016-06-15x86/platform/intel-mid: Add Power Management Unit driverAndy Shevchenko2-0/+80
2016-05-20Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-7/+7
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-8/+8
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds33-424/+1496
2016-05-18Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-17/+227
2016-05-18Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-3/+3
2016-05-17Merge branches 'pci/arm64' and 'pci/host-hv' into nextBjorn Helgaas12-237/+473
2016-05-17Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas3-18/+12
2016-05-16PCI: Disable all BAR sizing for devices with non-compliant BARsPrarit Bhargava1-3/+3
2016-05-16PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfsAlex Williamson1-1/+1
2016-05-12PCI, of: Move PCI I/O space management to PCI core codeTomasz Nowicki1-0/+115
2016-05-12PCI: generic, thunder: Use generic ECAM APIJayachandran C7-237/+113
2016-05-11PCI: Provide common functions for ECAM mappingJayachandran C4-0/+231
2016-05-11powerpc/pci: Rename pcibios_find_pci_bus()Gavin Shan2-4/+4
2016-05-11powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gavin Shan3-4/+4
2016-05-10Merge tag 'pci-v4.6-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+4
2016-05-09Merge 4.6-rc7 into char-misc-testingGreg Kroah-Hartman3-6/+57
2016-05-04PCI: hv: Add explicit barriers to config space accessVitaly Kuznetsov1-0/+14
2016-05-04PCI: Use cached copy of PCI_EXP_SLTCAP_HPC bitLukas Wunner1-14/+8
2016-05-03Merge branches 'pci/dpc', 'pci/resource' and 'pci/thunderbolt' into nextBjorn Helgaas7-9/+189
2016-05-03Merge branches 'pci/host-armada', 'pci/host-designware', 'pci/host-hv', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-thunder' and 'pci/host-vmd' into nextBjorn Helgaas15-127/+611
2016-05-03PCI: Add Downstream Port Containment driverKeith Busch3-0/+179
2016-05-03PCI: Add Downstream Port Containment portdrv service typeKeith Busch3-3/+5
2016-05-03PCI: Widen portdrv service type from 4 bits to 8 bitsKeith Busch2-2/+2
2016-05-02PCI: designware: Remove incorrect RC memory base/limit configurationGabriele Paoloni1-8/+0
2016-05-02PCI: hv: Report resources release after stopping the busVitaly Kuznetsov1-5/+5
2016-05-02PCI: imx6: Implement reset sequence for i.MX6+Andrey Smirnov1-2/+21
2016-05-02PCI: imx6: Use enum instead of bool for variant indicatorAndrey Smirnov1-58/+69
2016-05-02PCI: Do not treat EPROBE_DEFER as device attach failureLukas Wunner1-1/+1
2016-05-02PCI: Fix BUG on device attach failureLukas Wunner1-1/+3
2016-05-02PCI: thunder: Don't clobber read-only bits in bridge config registersDavid Daney1-8/+34
2016-05-02PCI: rcar: Select PCI_MSI_IRQ_DOMAINArnd Bergmann1-0/+2
2016-04-30drivers:hv: Use new vmbus_mmio_free() from client drivers.Jake Oshins1-7/+7
2016-04-29PCI: tegra: Support per-lane PHYsThierry Reding1-17/+227
2016-04-26PCI: armada: Add driver for Marvell Armada 7K/8K PCIe controllerThomas Petazzoni3-0/+274
2016-04-25PCI: Supply CPU physical address (not bus address) to iomem_is_exclusive()Bjorn Helgaas1-4/+3
2016-04-25Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/ntb', 'pci/thunderbolt' and 'pci/virtualization' into nextBjorn Helgaas6-36/+222
2016-04-25PCI: keystone: Remove unnecessary goto statementMurali Karicheri1-9/+14
2016-04-22PCI: rcar-pcie: Remove Gen2 designation from KconfigSimon Horman2-3/+3
2016-04-19PCI: imx6: Add DT property for link gen, default to Gen1Tim Harvey1-7/+17
2016-04-19PCI: imx6: Add reset-gpio-active-high boolean property to DTPetr Štetiar1-3/+11
2016-04-19PCI: imx6: Add initial imx6sx supportChristoph Fritz1-0/+53
2016-04-19PCI: imx6: Factor out ref clock enableBjorn Helgaas1-12/+24
2016-04-19PCI: Work around Intel Sunrise Point PCH incorrect ACS capabilityAlex Williamson1-0/+78
2016-04-19PCI: Reverse standard ACS vs device-specific ACS enablingAlex Williamson2-8/+8
2016-04-19PCI: Mark Intel i40e NIC INTx masking as brokenAlex Williamson1-0/+33