summaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-21PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc hostKishon Vijay Abraham I3-16/+42
2017-02-21PCI: dwc: Split pcie-designware.c into host and core filesKishon Vijay Abraham I4-624/+650
2017-02-21PCI: dwc: designware: Fix style errors in pcie-designware.cKishon Vijay Abraham I1-21/+21
2017-02-21PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()Kishon Vijay Abraham I2-8/+11
2017-02-21PCI: dwc: all: Split struct pcie_port into host-only and core structuresKishon Vijay Abraham I15-481/+666
2017-02-21PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()Kishon Vijay Abraham I1-16/+17
2017-02-21PCI: dwc: all: Rename cfg_read/cfg_write to read/writeKishon Vijay Abraham I7-33/+33
2017-02-21PCI: dwc: all: Use platform_set_drvdata() to save private dataKishon Vijay Abraham I11-4/+22
2017-02-21PCI: dwc: designware: Move register defines to designware header fileKishon Vijay Abraham I2-70/+71
2017-02-21PCI: dwc: Use PTR_ERR_OR_ZERO to simplify codeFengguang Wu1-12/+3
2017-02-21PCI: dra7xx: Group PHY API invocationsKishon Vijay Abraham I1-41/+51
2017-02-21PCI: dra7xx: Enable MSI and legacy interrupts simultaneouslyKishon Vijay Abraham I1-19/+13
2017-02-21PCI: dra7xx: Add support to force RC to work in GEN1 modeKishon Vijay Abraham I1-0/+29
2017-02-21PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional()Kishon Vijay Abraham I1-16/+5
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I22-136/+155
2017-02-21PCI: exynos: Support the PHY generic frameworkJaehoon Chung1-4/+50
2017-02-21Documentation: binding: Modify the exynos5440 PCIe bindingJaehoon Chung1-0/+29
2017-02-21phy: phy-exynos-pcie: Add support for Exynos PCIe PHYJaehoon Chung3-0/+294
2017-02-21Documentation: samsung-phy: Add exynos-pcie-phy bindingJaehoon Chung1-0/+17
2017-02-17PCI/MSI: Fix msi_desc->affinity memory leak when freeing MSI IRQsPrarit Bhargava1-1/+1
2017-02-17PCI: altera: Extract TLP completion status correctlyYadi Hu1-1/+1
2017-02-17PCI: rockchip: Set vendor ID from local core config spaceShawn Lin1-2/+2
2017-02-17PCI: Add ACS quirk for Qualcomm QDF2400 and QDF2432Sinan Kaya1-0/+23
2017-02-17PCI: hv: Use device serial number as PCI domainHaiyang Zhang1-0/+12
2017-02-16PCI: Sort the list of devices with D3 delay quirk by IDAndy Shevchenko1-12/+14
2017-02-15PCI/MSI: Update MSI/MSI-X bits in PCIEBUS-HOWTOChristoph Hellwig1-26/+7
2017-02-15PCI/MSI: Document pci_alloc_irq_vectors(), deprecate pci_enable_msi()Christoph Hellwig1-12/+12
2017-02-15PCI/ASPM: Add comment about L1 substate latencyRajat Jain1-0/+8
2017-02-15PCI/ASPM: Configure L1 substate settingsRajat Jain1-2/+104
2017-02-15PCI/ASPM: Calculate and save the L1.2 timing parametersRajat Jain1-0/+79
2017-02-15PCI/ASPM: Read and set up L1 substate capabilitiesRajat Jain1-1/+58
2017-02-15PCI/ASPM: Add support for L1 substatesRajat Jain2-10/+37
2017-02-11PCI/ASPM: Add L1 substate capability structure register definitionsRajat Jain1-0/+16
2017-02-11PCI: exynos: Refactor to make it easier to support other SoCsNiyas Ahmed S T1-129/+217
2017-02-10PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectorsDennis Chen1-1/+1
2017-02-10PCI/portdrv: Use pci_irq_alloc_vectors()Christoph Hellwig1-113/+48
2017-02-10PCI/MSI: Check that we have a legacy interrupt line before using itChristoph Hellwig1-3/+5
2017-02-10PCI: rockchip: Fix rockchip_pcie_probe() error path to free resource listShawn Lin1-4/+6
2017-02-10PCI: imx6: Fix a typo in error messageAndrey Smirnov1-2/+1
2017-02-10PCI: hv: Fix wslot_to_devfn() to fix warnings on device removalDexuan Cui1-3/+5
2017-02-10PCI: Remove duplicate check for positive return value from probe() functionsGabriel Krisman Bertazi1-2/+0
2017-02-10PCI/DPC: Wait for Root Port busy to clearKeith Busch2-1/+26
2017-02-10PCI/DPC: Decode extended reasonsKeith Busch1-2/+6
2017-02-10PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()Christoph Hellwig3-32/+3
2017-02-10PCI/MSI: Remove unused pci_msi_create_default_irq_domain()Christoph Hellwig2-51/+2
2017-02-10PCI: xilinx-nwl: Remove mask for messages not supported by AXIBharat Kumar Gogada1-13/+1
2017-02-10PCI/MSI: Return failure when msix_setup_entries() failsChristophe JAILLET1-1/+1
2017-02-10PCI: xgene: Configure PCIe MPS settingsBjorn Helgaas1-1/+3
2017-02-10PCI: Enable PCIe Extended Tags if supportedSinan Kaya1-0/+18
2017-02-09PCI/AER: Remove unused .link_reset() callbackMichael S. Tsirkin6-50/+3