Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23Merge 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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06Merge branch 'pci/doc'Bjorn Helgaas
2020-08-06PCI: Fix kerneldoc warningsKrzysztof Kozlowski
2020-07-10PCI: 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-30PCI: Allow adjust_bridge_window() to shrink resource if necessaryNicholas Johnson
2020-01-30PCI: Set resource size directly in adjust_bridge_window()Nicholas Johnson
2020-01-30PCI: Rename extend_bridge_window() to adjust_bridge_window()Nicholas Johnson
2020-01-30PCI: Rename extend_bridge_window() parameterNicholas Johnson
2020-01-30PCI: Consider alignment of hot-added bridges when assigning resourcesNicholas Johnson
2020-01-30PCI: Remove local variable usage in pci_bus_distribute_available_resources()Nicholas Johnson
2020-01-30PCI: Pass size + alignment to pci_bus_distribute_available_resources()Nicholas Johnson
2020-01-30PCI: 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-15PCI: 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-22PCI: Don't auto-realloc if we're preserving firmware configBenjamin Herrenschmidt
2019-05-14Merge 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-03PCI: 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
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring
2017-11-14Merge branch 'pci/resource' into nextBjorn Helgaas
2017-11-07PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg
2017-11-07PCI: Add for_each_pci_bridge() helperAndy Shevchenko
2017-10-26PCI: Add pci_resize_resource() for resizing BARsChristian König
2017-10-24PCI: Add PCI resource type mask #defineChristian König