Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ | Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in... | Bjorn Helgaas | 2014-05-28 | 13 | -31/+99 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | PCI: Introduce new device binding path using pci_dev.driver_override | Alex Williamson | 2014-05-28 | 3 | -3/+63 | |
| | | * | | | | | | | | | PCI: pciehp: Use pci_is_bridge() to simplify code | Yijing Wang | 2014-05-27 | 1 | -2/+1 | |
| | | * | | | | | | | | | PCI: acpiphp: Use pci_is_bridge() to simplify code | Yijing Wang | 2014-05-27 | 1 | -2/+1 | |
| | | * | | | | | | | | | PCI: cpcihp: Use pci_is_bridge() to simplify code | Yijing Wang | 2014-05-27 | 1 | -2/+1 | |
| | | * | | | | | | | | | PCI: shpchp: Use pci_is_bridge() to simplify code | Yijing Wang | 2014-05-27 | 1 | -2/+1 | |
| | | * | | | | | | | | | PCI: rpaphp: Use pci_is_bridge() to simplify code | Yijing Wang | 2014-05-27 | 1 | -2/+1 | |
| | | * | | | | | | | | | PCI: Use pci_is_bridge() to simplify code | Yijing Wang | 2014-05-27 | 3 | -12/+3 | |
| | | * | | | | | | | | | PCI: Rename pci_is_bridge() to pci_has_subordinate() | Yijing Wang | 2014-05-27 | 2 | -5/+5 | |
| | | | |_|/ / / / / / | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | PCI: cpqphp: Fix possible null pointer dereference | Rickard Strandqvist | 2014-05-27 | 1 | -1/+2 | |
| | * | | | | | | | | | PCI: Notify driver before and after device reset | Keith Busch | 2014-05-27 | 1 | -0/+21 | |
| | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ \ \ | Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into next | Bjorn Helgaas | 2014-05-28 | 5 | -6/+1052 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / | | | | |/| | | / / / / / | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | PCI: rcar: Add gen2 device tree support | Ben Dooks | 2014-05-28 | 1 | -2/+29 | |
| | | * | | | | | | | | | PCI: rcar: Add MSI support for PCIe | Phil Edworthy | 2014-05-27 | 1 | -1/+241 | |
| | | * | | | | | | | | | PCI: rcar: Add Renesas R-Car PCIe driver | Phil Edworthy | 2014-05-27 | 3 | -0/+775 | |
| | | * | | | | | | | | | PCI: rcar: Use new OF interrupt mapping when possible | Lucas Stach | 2014-04-15 | 1 | -1/+7 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | PCI: exynos: Remove unnecessary OOM messages | Jingoo Han | 2014-05-27 | 1 | -3/+1 | |
| | |/ / / / / / / / | ||||||
| | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-------. \ \ \ \ \ \ \ \ | Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc... | Bjorn Helgaas | 2014-05-26 | 6 | -152/+274 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / | | |/| | | | | / / / / / / | | | | |_|_|_|/ / / / / / | | | |/| | | | / / / / / | | | | | | |_|/ / / / / | | | | | |/| | / / / / | | | | | | | |/ / / / | | | | | | |/| | | | | ||||||
| | | | | | * | | | | | PCI: Add resource allocation comments | Bjorn Helgaas | 2014-05-23 | 2 | -31/+62 | |
| | | | | | * | | | | | PCI: Simplify __pci_assign_resource() coding style | Bjorn Helgaas | 2014-05-23 | 1 | -4/+6 | |
| | | | | | * | | | | | PCI: Change pbus_size_mem() return values to be more conventional | Bjorn Helgaas | 2014-05-23 | 1 | -14/+21 | |
| | | | | | * | | | | | PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resources | Yinghai Lu | 2014-05-23 | 2 | -53/+117 | |
| | | | | | * | | | | | PCI: Support BAR sizes up to 8GB | Alan | 2014-05-23 | 1 | -5/+10 | |
| | | | | | * | | | | | PCI: Don't add disabled subtractive decode bus resources | Bjorn Helgaas | 2014-05-23 | 1 | -1/+1 | |
| | | | | | * | | | | | PCI: Don't print anything while decoding is disabled | Bjorn Helgaas | 2014-05-23 | 1 | -4/+6 | |
| | | | | | * | | | | | PCI: Don't set BAR to zero if dma_addr_t is too small | Bjorn Helgaas | 2014-05-23 | 1 | -6/+7 | |
| | | | | | * | | | | | PCI: Don't convert BAR address to resource if dma_addr_t is too small | Bjorn Helgaas | 2014-05-23 | 1 | -2/+3 | |
| | | | | | * | | | | | PCI: Reject BAR above 4GB if dma_addr_t is too small | Bjorn Helgaas | 2014-05-23 | 1 | -1/+1 | |
| | | | | | * | | | | | PCI: Fail safely if we can't handle BARs larger than 4GB | Bjorn Helgaas | 2014-05-23 | 1 | -6/+12 | |
| | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| | | | | * | | | | | PCI: Remove pcibios_add_platform_entries() | Sebastian Ott | 2014-05-22 | 1 | -10/+0 | |
| | | | | * | | | | | PCI: Move Open Firmware devspec attribute to PCI common code | Sebastian Ott | 2014-04-30 | 1 | -0/+18 | |
| | | | * | | | | | | PCI/MSI: Remove pci_enable_msi_block() | Alexander Gordeev | 2014-04-30 | 1 | -46/+33 | |
| | | * | | | | | | | PCI: Mark RTL8110SC INTx masking as broken | Alex Williamson | 2014-05-20 | 1 | -0/+8 | |
| | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ \ | Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' ... | Bjorn Helgaas | 2014-04-29 | 23 | -61/+76 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | / / / / / / / | | | | | |/ / / / / / / | | | | |/| / / / / / / | | | | |_|/ / / / / / | | | |/| | / / / / / | | | | | |/ / / / / | | | |_|_| / / / / | | |/| | | / / / | ||||||
| | | | | * | | | | PCI: Fix use of uninitialized MPS value | Bjorn Helgaas | 2014-04-29 | 1 | -1/+1 | |
| | | | | * | | | | PCI: Remove dead code | Bjorn Helgaas | 2014-04-29 | 1 | -2/+1 | |
| | | | | * | | | | PCI: Remove unnecessary __ref annotations | Bjorn Helgaas | 2014-04-29 | 7 | -25/+24 | |
| | | | | * | | | | PCI: Fail new_id for vendor/device values already built into driver | Bandan Das | 2014-04-29 | 1 | -1/+21 | |
| | | | | * | | | | PCI: Add new ID for Intel GPU "spurious interrupt" quirk | Thomas Jarosch | 2014-04-28 | 1 | -0/+1 | |
| | | | | * | | | | PCI: Fix incorrect vgaarb conditional in WARN_ON() | Bjorn Helgaas | 2014-04-25 | 1 | -1/+1 | |
| | | | | * | | | | PCI: Remove unnecessary includes of <linux/init.h> | Paul Gortmaker | 2014-04-14 | 9 | -9/+0 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
| | | | * | | | | PCI: Add Patsburg (X79) to Intel PCH root port ACS quirk | Alex Williamson | 2014-04-14 | 1 | -0/+2 | |
| | |_|/ / / / | |/| | | | | | ||||||
| | | * | | | | PCI/MSI: Simplify populate_msi_sysfs() | Jan Beulich | 2014-04-14 | 1 | -10/+6 | |
| | | * | | | | PCI/portdrv: Use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 2014-04-14 | 1 | -2/+2 | |
| | |/ / / / | |/| | | | | ||||||
| | * | | | | PCI: rphahp: Fix endianess issues | Laurent Dufour | 2014-04-25 | 1 | -6/+9 | |
| | * | | | | PCI: Allow hotplug service drivers to operate in polling mode | Rajat Jain | 2014-04-24 | 1 | -1/+4 | |
| | * | | | | PCI: pciehp: Acknowledge spurious "cmd completed" event | Rajat Jain | 2014-04-24 | 1 | -0/+2 | |
| | * | | | | PCI: pciehp: Use PCI_EXP_SLTCAP_PSN define | Bjorn Helgaas | 2014-04-14 | 1 | -1/+1 | |
| | * | | | | PCI: hotplug: Remove unnecessary "dev->bus" test | Bjorn Helgaas | 2014-04-14 | 1 | -2/+1 | |
| |/ / / / | ||||||
* | | | | | Merge tag 'pci-v3.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-05-21 | 2 | -4/+5 | |
|\ \ \ \ \ |