| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: Equalize hotplug memory and io for occupied and empty slots | Jon Derrick | 2018-10-02 | 1 | -13/+15 |
* | PCI: Move resource distribution for single bridge outside loop | Mika Westerberg | 2018-06-04 | 1 | -41/+41 |
* | PCI: Tidy comments | Bjorn Helgaas | 2018-03-19 | 1 | -5/+1 |
* | Merge branch 'pci/spdx' into next | Bjorn Helgaas | 2018-02-01 | 1 | -0/+1 |
|\ |
|
| * | PCI: Add SPDX GPL-2.0 when no license was specified | Bjorn Helgaas | 2018-01-26 | 1 | -0/+1 |
* | | PCI: Add wrappers for dev_printk() | Frederick Lawler | 2018-01-18 | 1 | -22/+22 |
* | | PCI: Remove unnecessary messages for memory allocation failures | Markus Elfring | 2018-01-17 | 1 | -3/+1 |
|/ |
|
* | Merge branch 'pci/resource' into next | Bjorn Helgaas | 2017-11-14 | 1 | -9/+106 |
|\ |
|
| * | PCI: Add pci_resize_resource() for resizing BARs | Christian König | 2017-10-25 | 1 | -0/+98 |
| * | PCI: Add PCI resource type mask #define | Christian König | 2017-10-24 | 1 | -9/+8 |
* | | PCI: Distribute available resources to hotplug-capable bridges | Mika Westerberg | 2017-11-06 | 1 | -0/+177 |
* | | PCI: Add for_each_pci_bridge() helper | Andy Shevchenko | 2017-11-06 | 1 | -4/+3 |
|/ |
|
* | PCI: Fix calculation of bridge window's size and alignment | Yongji Xie | 2017-04-18 | 1 | -2/+2 |
* | PCI: Remove res_to_dev_res() debug message | Bjorn Helgaas | 2016-12-29 | 1 | -10/+1 |
* | x86/ioapic: Ignore root bridges without a companion ACPI device | Rui Wang | 2016-09-10 | 1 | -1/+4 |
* | x86/ioapic: Support hot-removal of IOAPICs present during boot | Rui Wang | 2016-08-18 | 1 | -1/+4 |
* | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-02 | 1 | -0/+68 |
|\ |
|
| * | PCI: Add generic pci_bus_claim_resources() | Lorenzo Pieralisi | 2016-06-23 | 1 | -0/+68 |
* | | PCI: Add pcibios_setup_bridge() | Gavin Shan | 2016-06-21 | 1 | -0/+5 |
|/ |
|
* | PCI: Remove includes of empty asm-generic/pci-bridge.h | Bjorn Helgaas | 2016-02-05 | 1 | -1/+0 |
* | PCI: Fix all whitespace issues | Bogicevic Sasa | 2016-01-08 | 1 | -1/+1 |
* | PCI: Handle IORESOURCE_PCI_FIXED when assigning resources | David Daney | 2015-10-29 | 1 | -0/+43 |
* | PCI: Handle IORESOURCE_PCI_FIXED when sizing resources | David Daney | 2015-10-29 | 1 | -3/+4 |
* | PCI: Preserve resource size during alignment reordering | Yinghai Lu | 2015-06-01 | 1 | -2/+3 |
* | PCI: Fix IOV resource sorting by alignment requirement | Wei Yang | 2015-05-27 | 1 | -1/+3 |
* | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 2015-04-16 | 1 | -16/+79 |
|\ |
|
| * | PCI: Consider additional PF's IOV BAR alignment in sizing and assigning | Wei Yang | 2015-03-31 | 1 | -16/+79 |
* | | PCI: Export symbols required for loadable host driver modules | Ray Jui | 2015-04-08 | 1 | -0/+1 |
|/ |
|
* | PCI: Add pci_claim_bridge_resource() to clip window if necessary | Yinghai Lu | 2015-01-16 | 1 | -0/+35 |
* | PCI: Pass bridge device, not bus, when updating bridge windows | Yinghai Lu | 2015-01-16 | 1 | -12/+9 |
* | PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources() | Yinghai Lu | 2014-09-30 | 1 | -1/+1 |
* | PCI: Support BAR sizes up to 128GB | Yinghai Lu | 2014-07-08 | 1 | -1/+1 |
* | PCI: Merge multi-line quoted strings | Ryan Desfosses | 2014-06-10 | 1 | -22/+17 |
* | PCI: Whitespace cleanup | Ryan Desfosses | 2014-06-10 | 1 | -6/+6 |
*-. | Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in... | Bjorn Helgaas | 2014-05-28 | 1 | -3/+1 |
|\ \ |
|
| | * | PCI: Use pci_is_bridge() to simplify code | Yijing Wang | 2014-05-27 | 1 | -3/+1 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc... | Bjorn Helgaas | 2014-05-26 | 1 | -67/+155 |
|\ \ \
| | |/
| |/| |
|
| | * | PCI: Add resource allocation comments | Bjorn Helgaas | 2014-05-23 | 1 | -15/+43 |
| | * | 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 | 1 | -51/+99 |
| | * | PCI: Support BAR sizes up to 8GB | Alan | 2014-05-23 | 1 | -5/+10 |
| |/ |
|
* / | PCI: Remove unnecessary __ref annotations | Bjorn Helgaas | 2014-04-29 | 1 | -13/+12 |
|/ |
|
* | Merge branch 'pci/resource' into next | Bjorn Helgaas | 2014-01-10 | 1 | -8/+8 |
|\ |
|
| * | PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev | Yinghai Lu | 2013-12-21 | 1 | -8/+8 |
* | | PCI: Stop clearing bridge Secondary Status when setting up I/O aperture | Bjorn Helgaas | 2013-12-13 | 1 | -5/+5 |
* | | PCI: Prevent bus conflicts while checking for bridge apertures | Bjorn Helgaas | 2013-12-13 | 1 | -2/+4 |
|/ |
|
* | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 2013-11-14 | 1 | -9/+9 |
* | PCI: Pass type, width, and prefetchability for window alignment | Wei Yang | 2013-09-25 | 1 | -1/+1 |
* | PCI: Use pci_is_root_bus() to check for root bus | Wei Yang | 2013-09-25 | 1 | -1/+1 |
* | Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-03 | 1 | -88/+88 |
|\ |
|