| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-31 | PCI: Do not size non-existing prefetchable window | Ilpo Järvinen | 1 | -1/+1 |
| 2025-10-08 | PCI: Fix regression in pci_bus_distribute_available_resources() | Yangyu Chen | 1 | -2/+3 |
| 2025-09-24 | PCI: Don't print stale information about resource | Ilpo Järvinen | 1 | -5/+10 |
| 2025-09-16 | PCI: Alter misleading recursion to pci_bus_release_bridge_resources() | Ilpo Järvinen | 1 | -1/+1 |
| 2025-09-16 | PCI: Pass bridge window to pci_bus_release_bridge_resources() | Ilpo Järvinen | 1 | -42/+27 |
| 2025-09-16 | PCI: Add pci_setup_one_bridge_window() | Ilpo Järvinen | 1 | -18/+19 |
| 2025-09-16 | PCI: Refactor remove_dev_resources() to use pbus_select_window() | Ilpo Järvinen | 1 | -25/+9 |
| 2025-09-16 | PCI: Refactor distributing available memory to use loops | Ilpo Järvinen | 1 | -90/+72 |
| 2025-09-16 | PCI: Use pbus_select_window_for_type() during mem window sizing | Ilpo Järvinen | 1 | -87/+24 |
| 2025-09-16 | PCI: Use pbus_select_window() in space available checker | Ilpo Järvinen | 1 | -33/+32 |
| 2025-09-16 | PCI: Rename resource variable from r to res | Ilpo Järvinen | 1 | -7/+7 |
| 2025-09-16 | PCI: Use pbus_select_window_for_type() during IO window sizing | Ilpo Järvinen | 1 | -2/+1 |
| 2025-09-16 | PCI: Warn if bridge window cannot be released when resizing BAR | Ilpo Järvinen | 1 | -0/+6 |
| 2025-09-16 | PCI: Fix finding bridge window in pci_reassign_bridge_resources() | Ilpo Järvinen | 1 | -20/+18 |
| 2025-09-16 | PCI: Add bridge window selection functions | Ilpo Järvinen | 1 | -0/+101 |
| 2025-09-16 | PCI: Preserve bridge window resource type flags | Ilpo Järvinen | 1 | -31/+58 |
| 2025-09-16 | PCI: Use pci_release_resource() instead of release_resource() | Ilpo Järvinen | 1 | -32/+14 |
| 2025-09-16 | PCI: Disable non-claimed bridge window | Ilpo Järvinen | 1 | -13/+12 |
| 2025-09-16 | PCI: Always claim bridge window before its setup | Ilpo Järvinen | 1 | -4/+8 |
| 2025-09-16 | PCI: Refactor find_bus_resource_of_type() logic checks | Ilpo Järvinen | 1 | -3/+7 |
| 2025-09-16 | PCI: Move find_bus_resource_of_type() earlier | Ilpo Järvinen | 1 | -28/+28 |
| 2025-09-16 | PCI: Fix failure detection during resource resize | Ilpo Järvinen | 1 | -8/+18 |
| 2025-09-16 | PCI: Fix pdev_resources_assignable() disparity | Ilpo Järvinen | 1 | -0/+1 |
| 2025-09-16 | PCI: Ensure relaxed tail alignment does not increase min_align | Ilpo Järvinen | 1 | -4/+7 |
| 2025-07-14 | PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IO... | Michał Winiarski | 1 | -1/+2 |
| 2025-06-04 | Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+9 |
| 2025-06-02 | PCI: Remove unnecessary linesplit in __pci_setup_bridge() | Ilpo Järvinen | 1 | -2/+1 |
| 2025-06-02 | PCI: WARN (not BUG()) when we fail to assign optional resources | Ilpo Järvinen | 1 | -5/+8 |
| 2025-04-18 | PCI: Restore assigned resources fully after release | Ilpo Järvinen | 1 | -0/+4 |
| 2025-03-27 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -1/+1 |
| 2025-03-20 | PCI: Make pci_setup_bridge() static | Ilpo Järvinen | 1 | -1/+1 |
| 2025-03-08 | PCI: Fix typos | Bjorn Helgaas | 1 | -1/+1 |
| 2025-03-07 | PCI: Increase Resizable BAR support from 512 GB to 128 TB | Zhiyuan Dai | 1 | -1/+1 |
| 2025-02-18 | PCI: Rework optional resource handling | Ilpo Järvinen | 1 | -31/+58 |
| 2025-02-18 | PCI: Perform reset_resource() and build fail list in sync | Ilpo Järvinen | 1 | -6/+29 |
| 2025-02-18 | PCI: Use res->parent to check if resource is assigned | Ilpo Järvinen | 1 | -1/+1 |
| 2025-02-18 | PCI: Add debug print when releasing resources before retry | Ilpo Järvinen | 1 | -2/+12 |
| 2025-02-18 | PCI: Indicate optional resource assignment failures | Ilpo Järvinen | 1 | -2/+6 |
| 2025-02-18 | PCI: Always have realloc_head in __assign_resources_sorted() | Ilpo Järvinen | 1 | -2/+6 |
| 2025-02-18 | PCI: Extend enable to check for any optional resource | Ilpo Järvinen | 1 | -0/+12 |
| 2025-02-18 | PCI: Add restore_dev_resource() | Ilpo Järvinen | 1 | -20/+15 |
| 2025-02-18 | PCI: Consolidate assignment loop next round preparation | Ilpo Järvinen | 1 | -62/+42 |
| 2025-02-18 | PCI: Rename retval to ret | Ilpo Järvinen | 1 | -5/+4 |
| 2025-02-18 | PCI: Use while loop and break instead of gotos | Ilpo Järvinen | 1 | -106/+106 |
| 2025-02-18 | PCI: Refactor pdev_sort_resources() & __dev_sort_resources() | Ilpo Järvinen | 1 | -21/+23 |
| 2025-02-18 | PCI: Converge return paths in __assign_resources_sorted() | Ilpo Järvinen | 1 | -2/+3 |
| 2025-02-18 | PCI: Add dev & res local variables to resource assignment funcs | Ilpo Järvinen | 1 | -29/+37 |
| 2025-02-18 | PCI: Add pci_resource_num() helper | Ilpo Järvinen | 1 | -5/+5 |
| 2025-02-18 | PCI: Check resource_size() separately | Ilpo Järvinen | 1 | -2/+5 |
| 2025-02-18 | PCI: Add pci_resource_is_iov() to identify IOV resources | Michał Winiarski | 1 | -4/+3 |
| 2025-02-18 | PCI: Use resource_set_{range,size}() helpers | Ilpo Järvinen | 1 | -9/+6 |
| 2025-02-18 | PCI: Use SZ_* instead of literals in setup-bus.c | Ilpo Järvinen | 1 | -4/+4 |
| 2025-02-18 | PCI: Fix old_size lower bound in calculate_iosize() too | Ilpo Järvinen | 1 | -4/+2 |
| 2025-02-18 | PCI: Allow relaxed bridge window tail sizing for optional resources | Ilpo Järvinen | 1 | -1/+13 |
| 2025-02-18 | PCI: Simplify size1 assignment logic | Ilpo Järvinen | 1 | -7/+14 |
| 2025-02-18 | PCI: Use min_align, not unrelated add_align, for size0 | Ilpo Järvinen | 1 | -1/+1 |
| 2025-02-18 | PCI: Remove add_align overwrite unrelated to size0 | Ilpo Järvinen | 1 | -1/+0 |
| 2025-02-18 | PCI: Use downstream bridges for distributing resources | Kai-Heng Feng | 1 | -2/+1 |
| 2024-10-18 | PCI: Improve pdev_sort_resources() warning message | Ilpo Järvinen | 1 | -2/+3 |
| 2024-10-10 | PCI: Add ALIGN_DOWN_IF_NONZERO() helper | Ilpo Järvinen | 1 | -6/+7 |
| 2024-10-10 | PCI: Use resource_set_{range,size}() helpers | Ilpo Järvinen | 1 | -20/+15 |
| 2024-06-12 | PCI: Relax bridge window tail sizing rules | Ilpo Järvinen | 1 | -2/+77 |
| 2024-06-12 | PCI: Make minimum bridge window alignment reference more obvious | Ilpo Järvinen | 1 | -2/+4 |
| 2024-05-28 | PCI: Fix resource double counting on remove & rescan | Ilpo Järvinen | 1 | -4/+2 |
| 2023-12-15 | PCI: Use resource names in PCI log messages | Puranjay Mohan | 1 | -10/+20 |
| 2023-10-05 | PCI: Make pci_assign_unassigned_resources() non-init | Randy Dunlap | 1 | -1/+1 |
| 2023-08-25 | PCI: Fix typos in docs and comments | Bjorn Helgaas | 1 | -1/+1 |
| 2023-04-05 | PCI: Make pci_bus_for_each_resource() index optional | Andy Shevchenko | 1 | -6/+4 |
| 2023-04-04 | PCI: Introduce pci_dev_for_each_resource() | Mika Westerberg | 1 | -17/+10 |
| 2023-02-07 | PCI: Distribute available resources for root buses, too | Mika Westerberg | 1 | -1/+56 |
| 2023-02-07 | PCI: Take other bus devices into account when distributing resources | Mika Westerberg | 1 | -70/+106 |
| 2023-02-07 | PCI: Align extra resources for hotplug bridges properly | Mika Westerberg | 1 | -6/+19 |
| 2022-10-14 | Revert "PCI: Distribute available resources for root buses, too" | Bjorn Helgaas | 1 | -61/+1 |
| 2022-09-21 | PCI: Fix whitespace and indentation | Mika Westerberg | 1 | -1/+1 |
| 2022-09-21 | PCI: Distribute available resources for root buses, too | Mika Westerberg | 1 | -1/+61 |
| 2022-09-21 | PCI: Move pci_assign_unassigned_root_bus_resources() | Mika Westerberg | 1 | -113/+113 |
| 2022-03-22 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -1/+1 |
| 2022-03-22 | PCI: Remove unused assignments | Bjorn Helgaas | 1 | -1/+1 |
| 2022-03-03 | PCI: Support BAR sizes up to 8TB | Dongdong Liu | 1 | -1/+1 |
| 2021-10-27 | PCI: Prefer 'unsigned int' over bare 'unsigned' | Krzysztof Wilczyński | 1 | -1/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-08-05 | Merge branch 'pci/doc' | Bjorn Helgaas | 1 | -0/+1 |
| 2020-08-05 | PCI: Fix kerneldoc warnings | Krzysztof Kozlowski | 1 | -0/+1 |
| 2020-07-09 | PCI: Fix error in panic message | Liao Pingfang | 1 | -1/+1 |
| 2020-06-04 | Merge branch 'remotes/lorenzo/pci/host-generic' | Bjorn Helgaas | 1 | -0/+1 |
| 2020-05-21 | PCI: Use bridge window names (PCI_BRIDGE_IO_WINDOW etc) | Krzysztof Wilczynski | 1 | -53/+61 |
| 2020-05-01 | PCI: host-generic: Support building as modules | Rob Herring | 1 | -0/+1 |
| 2020-03-30 | PCI: Add support for root bus sizing | Ivan Kokshaysky | 1 | -12/+22 |
| 2020-01-29 | PCI: Allow adjust_bridge_window() to shrink resource if necessary | Nicholas Johnson | 1 | -4/+12 |
| 2020-01-29 | PCI: Set resource size directly in adjust_bridge_window() | Nicholas Johnson | 1 | -16/+7 |
| 2020-01-29 | PCI: Rename extend_bridge_window() to adjust_bridge_window() | Nicholas Johnson | 1 | -4/+4 |
| 2020-01-29 | PCI: Rename extend_bridge_window() parameter | Nicholas Johnson | 1 | -4/+4 |
| 2020-01-29 | PCI: Consider alignment of hot-added bridges when assigning resources | Nicholas Johnson | 1 | -32/+46 |
| 2020-01-29 | PCI: Remove local variable usage in pci_bus_distribute_available_resources() | Nicholas Johnson | 1 | -10/+6 |
| 2020-01-29 | PCI: Pass size + alignment to pci_bus_distribute_available_resources() | Nicholas Johnson | 1 | -16/+19 |
| 2020-01-29 | PCI: Rename variables | Nicholas Johnson | 1 | -13/+17 |
| 2020-01-29 | PCI: Remove unnecessary braces | Nicholas Johnson | 1 | -2/+1 |
| 2020-01-13 | PCI: Don't disable bridge BARs when assigning bus resources | Logan Gunthorpe | 1 | -4/+16 |
| 2019-11-14 | PCI: Avoid double hpmemsize MMIO window assignment | Nicholas Johnson | 1 | -11/+27 |
| 2019-10-23 | PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parameters | Nicholas Johnson | 1 | -11/+13 |
| 2019-09-30 | PCI: Protect pci_reassign_bridge_resources() against concurrent addition/removal | Benjamin Herrenschmidt | 1 | -1/+7 |
| 2019-08-08 | PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_END | Denis Efremov | 1 | -2/+2 |
| 2019-07-02 | PCI: Skip resource distribution when no hotplug bridges | Nicholas Johnson | 1 | -2/+3 |
| 2019-07-02 | PCI: Simplify pci_bus_distribute_available_resources() | Nicholas Johnson | 1 | -25/+25 |
| 2019-06-21 | PCI: Don't auto-realloc if we're preserving firmware config | Benjamin Herrenschmidt | 1 | -0/+5 |
| 2019-05-13 | Merge branch 'pci/trivial' | Bjorn Helgaas | 1 | -247/+249 |
| 2019-05-09 | PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etc | Mohan Kumar | 1 | -16/+14 |
| 2019-05-07 | PCI: Cleanup setup-bus.c comments and whitespace | Nicholas Johnson | 1 | -247/+249 |
| 2019-01-30 | PCI: Rely on config space header type, not class code | Honghui Zhang | 1 | -9/+9 |
| 2019-01-22 | PCI: Probe bridge window attributes once at enumeration-time | Bjorn Helgaas | 1 | -41/+4 |
| 2018-10-02 | PCI: Equalize hotplug memory and io for occupied and empty slots | Jon Derrick | 1 | -13/+15 |
| 2018-06-04 | PCI: Move resource distribution for single bridge outside loop | Mika Westerberg | 1 | -41/+41 |
| 2018-03-19 | PCI: Tidy comments | Bjorn Helgaas | 1 | -5/+1 |
| 2018-02-01 | Merge branch 'pci/spdx' into next | Bjorn Helgaas | 1 | -0/+1 |
| 2018-01-26 | PCI: Add SPDX GPL-2.0 when no license was specified | Bjorn Helgaas | 1 | -0/+1 |
| 2018-01-18 | PCI: Add wrappers for dev_printk() | Frederick Lawler | 1 | -22/+22 |
| 2018-01-17 | PCI: Remove unnecessary messages for memory allocation failures | Markus Elfring | 1 | -3/+1 |
| 2017-11-14 | Merge branch 'pci/resource' into next | Bjorn Helgaas | 1 | -9/+106 |
| 2017-11-06 | PCI: Distribute available resources to hotplug-capable bridges | Mika Westerberg | 1 | -0/+177 |
| 2017-11-06 | PCI: Add for_each_pci_bridge() helper | Andy Shevchenko | 1 | -4/+3 |
| 2017-10-25 | PCI: Add pci_resize_resource() for resizing BARs | Christian König | 1 | -0/+98 |
| 2017-10-24 | PCI: Add PCI resource type mask #define | Christian König | 1 | -9/+8 |
| 2017-04-18 | PCI: Fix calculation of bridge window's size and alignment | Yongji Xie | 1 | -2/+2 |
| 2016-12-29 | PCI: Remove res_to_dev_res() debug message | Bjorn Helgaas | 1 | -10/+1 |
| 2016-09-10 | x86/ioapic: Ignore root bridges without a companion ACPI device | Rui Wang | 1 | -1/+4 |
| 2016-08-18 | x86/ioapic: Support hot-removal of IOAPICs present during boot | Rui Wang | 1 | -1/+4 |
| 2016-08-02 | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+68 |
| 2016-06-23 | PCI: Add generic pci_bus_claim_resources() | Lorenzo Pieralisi | 1 | -0/+68 |
| 2016-06-21 | PCI: Add pcibios_setup_bridge() | Gavin Shan | 1 | -0/+5 |
| 2016-02-05 | PCI: Remove includes of empty asm-generic/pci-bridge.h | Bjorn Helgaas | 1 | -1/+0 |
| 2016-01-08 | PCI: Fix all whitespace issues | Bogicevic Sasa | 1 | -1/+1 |
| 2015-10-29 | PCI: Handle IORESOURCE_PCI_FIXED when assigning resources | David Daney | 1 | -0/+43 |
| 2015-10-29 | PCI: Handle IORESOURCE_PCI_FIXED when sizing resources | David Daney | 1 | -3/+4 |
| 2015-06-01 | PCI: Preserve resource size during alignment reordering | Yinghai Lu | 1 | -2/+3 |
| 2015-05-27 | PCI: Fix IOV resource sorting by alignment requirement | Wei Yang | 1 | -1/+3 |
| 2015-04-16 | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 1 | -16/+79 |
| 2015-04-08 | PCI: Export symbols required for loadable host driver modules | Ray Jui | 1 | -0/+1 |
| 2015-03-31 | PCI: Consider additional PF's IOV BAR alignment in sizing and assigning | Wei Yang | 1 | -16/+79 |
| 2015-01-16 | PCI: Add pci_claim_bridge_resource() to clip window if necessary | Yinghai Lu | 1 | -0/+35 |
| 2015-01-16 | PCI: Pass bridge device, not bus, when updating bridge windows | Yinghai Lu | 1 | -12/+9 |
| 2014-09-30 | PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources() | Yinghai Lu | 1 | -1/+1 |
| 2014-07-08 | PCI: Support BAR sizes up to 128GB | Yinghai Lu | 1 | -1/+1 |
| 2014-06-10 | PCI: Merge multi-line quoted strings | Ryan Desfosses | 1 | -22/+17 |
| 2014-06-10 | PCI: Whitespace cleanup | Ryan Desfosses | 1 | -6/+6 |
| 2014-05-28 | Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in... | Bjorn Helgaas | 1 | -3/+1 |
| 2014-05-27 | PCI: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -3/+1 |
| 2014-05-26 | Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc... | Bjorn Helgaas | 1 | -67/+155 |
| 2014-05-23 | PCI: Add resource allocation comments | Bjorn Helgaas | 1 | -15/+43 |
| 2014-05-23 | PCI: Change pbus_size_mem() return values to be more conventional | Bjorn Helgaas | 1 | -14/+21 |
| 2014-05-23 | PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resources | Yinghai Lu | 1 | -51/+99 |
| 2014-05-23 | PCI: Support BAR sizes up to 8GB | Alan | 1 | -5/+10 |
| 2014-04-29 | PCI: Remove unnecessary __ref annotations | Bjorn Helgaas | 1 | -13/+12 |
| 2014-01-10 | Merge branch 'pci/resource' into next | Bjorn Helgaas | 1 | -8/+8 |
| 2013-12-21 | PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev | Yinghai Lu | 1 | -8/+8 |
| 2013-12-13 | PCI: Stop clearing bridge Secondary Status when setting up I/O aperture | Bjorn Helgaas | 1 | -5/+5 |
| 2013-12-13 | PCI: Prevent bus conflicts while checking for bridge apertures | Bjorn Helgaas | 1 | -2/+4 |
| 2013-11-14 | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 1 | -9/+9 |
| 2013-09-25 | PCI: Pass type, width, and prefetchability for window alignment | Wei Yang | 1 | -1/+1 |
| 2013-09-25 | PCI: Use pci_is_root_bus() to check for root bus | Wei Yang | 1 | -1/+1 |
| 2013-09-03 | Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -88/+88 |
| 2013-08-26 | Merge branch 'pci/yinghai-assign-unassigned-v6' into next | Bjorn Helgaas | 1 | -74/+77 |
| 2013-08-05 | PCI: Align bridge I/O windows as required by downstream devices & bridges | Bjorn Helgaas | 1 | -5/+2 |
| 2013-08-02 | PCI: Fix types in pbus_size_io() | Wei Yang | 1 | -3/+4 |
| 2013-08-02 | PCI: Add comments for pbus_size_mem() parameters | Wei Yang | 1 | -0/+2 |
| 2013-08-02 | PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth() | Wei Yang | 1 | -6/+3 |
| 2013-07-26 | PCI: Retry allocation of only the resource type that failed | Yinghai Lu | 1 | -1/+68 |
| 2013-07-25 | PCI: Assign resources for hot-added host bridge more aggressively | Yinghai Lu | 1 | -1/+1 |
| 2013-07-25 | PCI: Move resource reallocation code to non-__init | Yinghai Lu | 1 | -8/+7 |
| 2013-07-25 | PCI: Delay enabling bridges until they're needed | Yinghai Lu | 1 | -7/+3 |
| 2013-07-25 | PCI: Assign resources on a per-bus basis | Yinghai Lu | 1 | -37/+25 |
| 2013-07-25 | PCI: Enable unassigned resource reallocation on per-bus basis | Yinghai Lu | 1 | -19/+23 |
| 2013-07-25 | PCI: Turn on reallocation for unassigned resources with host bridge offset | Yinghai Lu | 1 | -1/+6 |
| 2013-07-25 | PCI: Look for unassigned resources on per-bus basis | Yinghai Lu | 1 | -15/+29 |
| 2013-07-25 | PCI: Drop temporary variable in pci_assign_unassigned_resources() | Yinghai Lu | 1 | -10/+7 |
| 2013-06-23 | PCI / ACPI: Use boot-time resource allocation rules during hotplug | Jiang Liu | 1 | -4/+4 |
| 2013-04-17 | PCI: Warn about failures instead of "must_check" functions | Bjorn Helgaas | 1 | -0/+2 |
| 2013-04-12 | PCI: Make local functions/structs static | Bjorn Helgaas | 1 | -1/+1 |
| 2013-01-25 | PCI: Add root bus children dev's res to fail list | Yinghai Lu | 1 | -1/+1 |
| 2012-11-03 | PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res | Yinghai Lu | 1 | -2/+0 |
| 2012-11-03 | PCI: Move pci_rescan_bus() back to probe.c | Yinghai Lu | 1 | -23/+0 |
| 2012-10-30 | PCI: Separate out pci_assign_unassigned_bus_resources() | Yinghai Lu | 1 | -14/+19 |
| 2012-09-11 | PCI: Refactor pbus_size_mem() | Gavin Shan | 1 | -13/+23 |
| 2012-09-11 | PCI: Align P2P windows using pcibios_window_alignment() | Gavin Shan | 1 | -9/+6 |
| 2012-09-11 | PCI: Add weak pcibios_window_alignment() interface | Gavin Shan | 1 | -0/+32 |
| 2012-07-24 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 1 | -21/+44 |
| 2012-07-24 | pci: hotplug: Fix typo in pci | Masanari Iida | 1 | -1/+1 |
| 2012-07-10 | Merge branch 'pci/bjorn-p2p-bridge-windows' into next | Bjorn Helgaas | 1 | -8/+31 |
| 2012-07-09 | PCI: support sizing P2P bridge I/O windows with 1K granularity | Yinghai Lu | 1 | -6/+22 |
| 2012-07-09 | PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2) | Bjorn Helgaas | 1 | -2/+9 |
| 2012-06-22 | Merge branch 'topic/bjorn-trivial' into next | Bjorn Helgaas | 1 | -1/+1 |
| 2012-06-20 | PCI: cleanup assign_requested_resources_sorted() kernel-doc warning | Wanpeng Li | 1 | -1/+1 |
| 2012-06-13 | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 1 | -12/+12 |
| 2012-02-24 | Merge branch 'pci-next+probe_only+bus2res-fb127cb' of git://github.com/bjorn-... | Jesse Barnes | 1 | -0/+3 |
| 2012-02-24 | PCI: add a PCI resource reallocation config option | Yinghai Lu | 1 | -0/+28 |
| 2012-02-24 | PCI: print out suggestion about using pci=realloc | Yinghai Lu | 1 | -0/+3 |
| 2012-02-24 | PCI: prepare pci=realloc for multiple options | Yinghai Lu | 1 | -7/+27 |
| 2012-02-24 | PCI: Retry on IORESOURCE_IO type allocations | Yinghai Lu | 1 | -11/+1 |
| 2012-02-23 | PCI: make pci_flags non-weak | Bjorn Helgaas | 1 | -1/+1 |
| 2012-02-23 | PCI: make pci_flags always available | Bjorn Helgaas | 1 | -0/+3 |
| 2012-02-23 | PCI: Skip cardbus assigned resource reset during pci bus rescan | Yinghai Lu | 1 | -0/+14 |