aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c
AgeCommit message (Expand)Author
2023-12-15PCI: Use resource names in PCI log messagesPuranjay Mohan
2023-10-05PCI: Make pci_assign_unassigned_resources() non-initRandy Dunlap
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas
2023-04-05PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg
2023-02-07PCI: Distribute available resources for root buses, tooMika Westerberg
2023-02-07PCI: Take other bus devices into account when distributing resourcesMika Westerberg
2023-02-07PCI: Align extra resources for hotplug bridges properlyMika Westerberg
2022-10-14Revert "PCI: Distribute available resources for root buses, too"Bjorn Helgaas
2022-09-21PCI: Fix whitespace and indentationMika Westerberg
2022-09-21PCI: Distribute available resources for root buses, tooMika Westerberg
2022-09-21PCI: Move pci_assign_unassigned_root_bus_resources()Mika Westerberg
2022-03-22Merge branch 'pci/misc'Bjorn Helgaas
2022-03-22PCI: Remove unused assignmentsBjorn Helgaas
2022-03-03PCI: Support BAR sizes up to 8TBDongdong Liu
2021-10-27PCI: Prefer 'unsigned int' over bare 'unsigned'Krzysztof WilczyƄski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05Merge branch 'pci/doc'Bjorn Helgaas
2020-08-05PCI: Fix kerneldoc warningsKrzysztof Kozlowski
2020-07-09PCI: Fix error in panic messageLiao Pingfang
2020-06-04Merge branch 'remotes/lorenzo/pci/host-generic'Bjorn Helgaas
2020-05-21PCI: Use bridge window names (PCI_BRIDGE_IO_WINDOW etc)Krzysztof Wilczynski
2020-05-01PCI: host-generic: Support building as modulesRob Herring
2020-03-30PCI: Add support for root bus sizingIvan Kokshaysky
2020-01-29PCI: Allow adjust_bridge_window() to shrink resource if necessaryNicholas Johnson
2020-01-29PCI: Set resource size directly in adjust_bridge_window()Nicholas Johnson
2020-01-29PCI: Rename extend_bridge_window() to adjust_bridge_window()Nicholas Johnson
2020-01-29PCI: Rename extend_bridge_window() parameterNicholas Johnson
2020-01-29PCI: Consider alignment of hot-added bridges when assigning resourcesNicholas Johnson
2020-01-29PCI: Remove local variable usage in pci_bus_distribute_available_resources()Nicholas Johnson
2020-01-29PCI: Pass size + alignment to pci_bus_distribute_available_resources()Nicholas Johnson
2020-01-29PCI: Rename variablesNicholas Johnson
2020-01-29PCI: Remove unnecessary bracesNicholas Johnson
2020-01-13PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe
2019-11-14PCI: Avoid double hpmemsize MMIO window assignmentNicholas Johnson
2019-10-23PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parametersNicholas Johnson
2019-09-30PCI: Protect pci_reassign_bridge_resources() against concurrent addition/removalBenjamin Herrenschmidt
2019-08-08PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_ENDDenis Efremov
2019-07-02PCI: Skip resource distribution when no hotplug bridgesNicholas Johnson
2019-07-02PCI: Simplify pci_bus_distribute_available_resources()Nicholas Johnson
2019-06-21PCI: Don't auto-realloc if we're preserving firmware configBenjamin Herrenschmidt
2019-05-13Merge branch 'pci/trivial'Bjorn Helgaas
2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar
2019-05-07PCI: Cleanup setup-bus.c comments and whitespaceNicholas Johnson
2019-01-30PCI: Rely on config space header type, not class codeHonghui Zhang
2019-01-22PCI: Probe bridge window attributes once at enumeration-timeBjorn Helgaas
2018-10-02PCI: Equalize hotplug memory and io for occupied and empty slotsJon Derrick
2018-06-04PCI: Move resource distribution for single bridge outside loopMika Westerberg
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas