summaryrefslogtreecommitdiffstats
path: root/scripts/bloat-o-meter (unfollow)
Commit message (Expand)AuthorFilesLines
9 daysPCI/pwrctrl: Rename pwrctl files to pwrctrlBjorn Helgaas9-12/+12
9 daysPCI/pwrctl: Remove pwrctl device without iterating over all children of pwrct...Manivannan Sadhasivam1-9/+8
9 daysPCI/pwrctl: Ensure that pwrctl drivers are probed before PCI client driversManivannan Sadhasivam2-29/+56
9 daysPCI/pwrctl: Create pwrctl device only if at least one power supply is presentManivannan Sadhasivam3-0/+43
9 daysPCI/pwrctl: Use of_platform_device_create() to create pwrctl devicesManivannan Sadhasivam1-5/+7
14 daysPCI: Drop duplicate pcie_get_speed_cap(), pcie_get_width_cap() declarationsBjorn Helgaas1-2/+0
14 daysselftests/pcie_bwctrl: Create selftestsIlpo Järvinen5-0/+193
14 daysthermal: Add PCIe cooling driverIlpo Järvinen6-0/+133
14 daysPCI/bwctrl: Add pcie_set_target_speed() to set PCIe Link SpeedIlpo Järvinen4-19/+208
14 daysPCI/bwctrl: Re-add BW notification portdrv as PCIe BW controllerIlpo Järvinen10-9/+229
2024-11-15PCI: of_property: Assign PCI instead of CPU bus address to dynamic PCI nodesAndrea della Porta1-1/+1
2024-11-14PCI: hotplug: Add OCTEON PCI hotplug controller driverShijith Thotton4-0/+444
2024-11-13PCI: Warn if a running device is unaware of resetKeith Busch1-0/+4
2024-11-13PCI: Add 'reset_subordinate' to reset hierarchy below bridgeKeith Busch4-1/+39
2024-11-13PCI: Enable runtime PM of the host bridgeKrishna chaitanya chundru1-0/+11
2024-11-13PCI: starfive: Enable controller runtime PM before probing host bridgeMayank Rana1-3/+7
2024-11-11PCI: Unexport pci_walk_bus_locked()Keith Busch3-3/+3
2024-11-11PCI: Abstract LBMS seen check into pcie_lbms_seen()Ilpo Järvinen1-2/+6
2024-11-11PCI: Refactor pcie_update_link_speed()Ilpo Järvinen3-7/+14
2024-11-11PCI: Store all PCIe Supported Link SpeedsIlpo Järvinen5-17/+56
2024-11-11PCI: Convert __pci_walk_bus() to be recursiveKeith Busch1-25/+11
2024-11-11PCI: Move __pci_walk_bus() mutex to where we need itKeith Busch1-7/+5
2024-11-11PCI: Make pci_destroy_dev() concurrent safeKeith Busch2-1/+7
2024-11-11PCI: Make pci_stop_dev() concurrent safeKeith Busch3-13/+19
2024-11-07ethernet: cavium: Replace deprecated PCI functionsPhilipp Stanner1-4/+3
2024-11-07gpio: Replace deprecated PCI functionsPhilipp Stanner1-7/+8
2024-11-07fpga/dfl-pci.c: Replace deprecated PCI functionsPhilipp Stanner1-12/+4
2024-11-07PCI: Deprecate pcim_iounmap_regions()Philipp Stanner1-1/+4
2024-11-06PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich3-7/+148
2024-11-06PCI: vmd: Set devices to D0 before enabling PM L1 SubstatesJian-Hong Pan1-4/+9
2024-11-06PCI/ASPM: Add notes about enabling PCI-PM L1SS to pci_enable_link_state(_locked)Jian-Hong Pan1-0/+6
2024-10-30PCI: Fix use-after-free of slot->bus on hot removeLukas Wunner1-1/+3
2024-10-30PCI: Make pcim_iounmap_region() a public functionPhilipp Stanner2-1/+3
2024-10-30PCI: Remove pcim_iomap_regions_request_all()Philipp Stanner3-59/+0
2024-10-30ALSA: korg1212: Replace deprecated PCI functionsPhilipp Stanner1-2/+4
2024-10-30serial: rp2: Replace deprecated PCI functionsPhilipp Stanner1-5/+7
2024-10-30ntb: idt: Replace deprecated PCI functionsPhilipp Stanner1-4/+9
2024-10-30wifi: iwlwifi: replace deprecated PCI functionsPhilipp Stanner1-12/+4
2024-10-30intel_th: pci: Replace deprecated PCI functionsPhilipp Stanner1-2/+7
2024-10-30crypto: marvell - replace deprecated PCI functionsPhilipp Stanner2-9/+18
2024-10-30crypto: qat - replace deprecated PCI functionsPhilipp Stanner2-6/+16
2024-10-30ata: ahci: Replace deprecated PCI functionsPhilipp Stanner2-4/+8
2024-10-30PCI: Make pcim_request_all_regions() a public functionPhilipp Stanner2-1/+3
2024-10-23PCI: Protect Link Control 2 Register with RMW lockingIlpo Järvinen2-0/+2
2024-10-23Documentation PCI: Reformat RMW ops documentationIlpo Järvinen1-5/+8
2024-10-23PCI/ASPM: Disable L1 before disabling L1 PM SubstatesAjay Agarwal1-42/+50
2024-10-22PCI: cpqphp: Simplify PCI_ScanBusForNonBridge()Ilpo Järvinen1-19/+15
2024-10-22PCI: cpqphp: Use define to read class/revision dwordIlpo Järvinen1-2/+2
2024-10-22PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presenceIlpo Järvinen1-16/+6
2024-10-22PCI: cpqphp: Fix PCIBIOS_* return value confusionIlpo Järvinen1-5/+10