summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | PCI: rpaphp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | * | | | | | sparc/PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | * | | | | | powerpc/PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-272-4/+2
| | * | | | | | ia64/PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-3/+1
| | * | | | | | x86/PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-3/+1
| | * | | | | | PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-273-12/+3
| | * | | | | | PCI: Add new pci_is_bridge() interfaceYijing Wang2014-05-271-0/+13
| | * | | | | | PCI: Rename pci_is_bridge() to pci_has_subordinate()Yijing Wang2014-05-272-5/+5
| | | |_|/ / / | | |/| | | |
| * | | | | | PCI: cpqphp: Fix possible null pointer dereferenceRickard Strandqvist2014-05-271-1/+2
| * | | | | | NVMe: Implement PCIe reset notification callbackKeith Busch2014-05-271-0/+11
| * | | | | | PCI: Notify driver before and after device resetKeith Busch2014-05-272-0/+24
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*---. \ \ \ \ \ \ Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into nextBjorn Helgaas2014-05-289-36/+1224
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | * | | | | | x86/PCI: Clean up and mark early_root_info_init() as deprecatedSuravee Suthikulpanit2014-05-271-30/+38
| | | * | | | | | x86/PCI: Work around AMD Fam15h BIOSes that fail to provide _PXMSuravee Suthikulpanit2014-05-211-4/+21
| | | * | | | | | x86/PCI: Warn if we have to "guess" host bridge node informationMyron Stowe2014-05-211-1/+5
| | | | |/ / / / | | | |/| | | |
| | * | | | | | PCI: rcar: Add gen2 device tree supportBen Dooks2014-05-282-2/+95
| | * | | | | | PCI: rcar: Add R-Car PCIe device tree bindingsPhil Edworthy2014-05-271-0/+47
| | * | | | | | PCI: rcar: Add MSI support for PCIePhil Edworthy2014-05-271-1/+241
| | * | | | | | PCI: rcar: Add Renesas R-Car PCIe driverPhil Edworthy2014-05-273-0/+775
| | * | | | | | PCI: rcar: Use new OF interrupt mapping when possibleLucas Stach2014-04-151-1/+7
| | |/ / / / /
| * | | | | | PCI: exynos: Remove unnecessary OOM messagesJingoo Han2014-05-271-3/+1
| |/ / / / /
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-------. \ \ \ \ \ Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas2014-05-2627-465/+613
|\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | / / | | | | | |_|_|/ / | | | | |/| | | / | | | | | | |_|/ | | | | | |/| |
| | | | | * | | PCI: Add resource allocation commentsBjorn Helgaas2014-05-232-31/+62
| | | | | * | | PCI: Simplify __pci_assign_resource() coding styleBjorn Helgaas2014-05-231-4/+6
| | | | | * | | PCI: Change pbus_size_mem() return values to be more conventionalBjorn Helgaas2014-05-231-14/+21
| | | | | * | | PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resourcesYinghai Lu2014-05-232-53/+117
| | | | | * | | PCI: Support BAR sizes up to 8GBAlan2014-05-231-5/+10
| | | | | * | | resources: Clarify sanity check messageBjorn Helgaas2014-05-231-5/+2
| | | | | * | | PCI: Don't add disabled subtractive decode bus resourcesBjorn Helgaas2014-05-231-1/+1
| | | | | * | | PCI: Don't print anything while decoding is disabledBjorn Helgaas2014-05-231-4/+6
| | | | | * | | PCI: Don't set BAR to zero if dma_addr_t is too smallBjorn Helgaas2014-05-231-6/+7
| | | | | * | | PCI: Don't convert BAR address to resource if dma_addr_t is too smallBjorn Helgaas2014-05-231-2/+3
| | | | | * | | PCI: Reject BAR above 4GB if dma_addr_t is too smallBjorn Helgaas2014-05-231-1/+1
| | | | | * | | PCI: Fail safely if we can't handle BARs larger than 4GBBjorn Helgaas2014-05-231-6/+12
| | | | | * | | x86/gart: Tidy messages and add bridge device infoBjorn Helgaas2014-05-231-16/+21
| | | | | * | | x86/gart: Replace printk() with pr_info()Bjorn Helgaas2014-05-231-28/+26
| | | | | * | | x86/PCI: Move pcibios_assign_resources() annotation to definitionBjorn Helgaas2014-05-231-6/+6
| | | | | * | | x86/PCI: Mark ATI SBx00 HPET BAR as IORESOURCE_PCI_FIXEDBjorn Helgaas2014-04-251-0/+14
| | | | | * | | x86/PCI: Don't try to move IORESOURCE_PCI_FIXED resourcesBjorn Helgaas2014-04-251-5/+10
| | | | | * | | x86/PCI: Fix Broadcom CNB20LE unintended sign extensionBjorn Helgaas2014-04-251-2/+2
| | | | | |/ /
| | | | * | | PCI: Remove pcibios_add_platform_entries()Sebastian Ott2014-05-222-11/+0
| | | | * | | s390/pci: use pdev->dev.groups for attribute creationSebastian Ott2014-05-223-40/+16
| | | | * | | PCI: Move Open Firmware devspec attribute to PCI common codeSebastian Ott2014-04-303-40/+18
| | | * | | | PCI/MSI: Remove pci_enable_msi_block()Alexander Gordeev2014-04-302-50/+34
| | * | | | | PCI: Mark RTL8110SC INTx masking as brokenAlex Williamson2014-05-201-0/+8
| * | | | | | iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas2014-05-261-7/+7
| * | | | | | DMA-API: Update dma_pool_create ()and dma_pool_alloc() descriptionsGioh Kim2014-05-261-4/+4
| * | | | | | DMA-API: Fix duplicated word in DMA-API-HOWTO.txtEmilio López2014-05-261-4/+4
| * | | | | | DMA-API: Capitalize "CPU" consistentlyBjorn Helgaas2014-05-262-10/+10
| * | | | | | sh/PCI: Pass GAPSPCI_DMA_BASE CPU & bus address to dma_declare_coherent_memory()Bjorn Helgaas2014-05-201-3/+15
OpenPOWER on IntegriCloud