aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-21selftests: pci_endpoint: Migrate to Kselftest frameworkManivannan Sadhasivam9-498/+302
2025-01-21selftests: Move PCI Endpoint tests from tools/pci to KselftestsManivannan Sadhasivam7-10/+14
2025-01-21misc: pci_endpoint_test: Fix IOCTL return valueManivannan Sadhasivam2-153/+153
2025-01-21dt-bindings: PCI: qcom: Document the IPQ5424 PCIe controllerManikanta Mylavarapu1-0/+4
2025-01-21dt-bindings: PCI: qcom,pcie-sm8550: Document 'global' interruptNeil Armstrong1-3/+6
2025-01-21dt-bindings: PCI: mobiveil: Convert mobiveil-pcie.txt to YAMLFrank Li4-126/+174
2025-01-21PCI: switchtec: Add Microchip PCI100X device IDsRakesh Babu Saladi2-0/+37
2025-01-21misc: pci_endpoint_test: Remove redundant 'remainder' testHans Zhang1-7/+1
2025-01-21misc: pci_endpoint_test: Add consecutive BAR testNiklas Cassel4-1/+105
2025-01-21misc: pci_endpoint_test: Add support for capabilitiesNiklas Cassel1-0/+19
2025-01-21PCI: endpoint: pci-epf-test: Add support for capabilitiesNiklas Cassel1-0/+19
2025-01-21PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY testManivannan Sadhasivam1-2/+2
2025-01-21PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL on errorMohamed Khalfella1-1/+1
2025-01-18PCI: of_property: Rename struct of_pci_range to of_pci_range_entryBjorn Helgaas1-2/+2
2025-01-18PCI: Remove devres from pci_intx()Philipp Stanner14-62/+22
2025-01-18net/ethernet: Use never-managed version of pci_intx()Philipp Stanner2-2/+2
2025-01-18HID: amd_sfh: Use always-managed version of pcim_intx()Philipp Stanner2-3/+3
2025-01-18wifi: qtnfmac: use always-managed version of pcim_intx()Philipp Stanner1-1/+1
2025-01-18ata: Use always-managed version of pci_intx()Philipp Stanner7-7/+7
2025-01-18PCI/MSI: Use never-managed version of pci_intx()Philipp Stanner2-2/+2
2025-01-18vfio/pci: Use never-managed version of pci_intx()Philipp Stanner2-6/+6
2025-01-18misc: Use never-managed version of pci_intx()Philipp Stanner2-4/+4
2025-01-18ntb: Use never-managed version of pci_intx()Philipp Stanner2-3/+3
2025-01-18drivers/xen: Use never-managed version of pci_intx()Philipp Stanner1-1/+1
2025-01-18PCI: Export pci_intx_unmanaged() and pcim_intx()Philipp Stanner3-21/+34
2025-01-16PCI: Add pcie_print_tlp_log() to print TLP Header and Prefix LogIlpo Järvinen4-12/+39
2025-01-16PCI: Add TLP Prefix reading to pcie_read_tlp_log()Ilpo Järvinen6-18/+68
2025-01-15sparc/PCI: Update reference to devm_of_pci_get_host_bridge_resources()Bjorn Helgaas1-1/+1
2025-01-15PCI: of: Simplify devm_of_pci_get_host_bridge_resources() interfaceBjorn Helgaas1-8/+8
2025-01-15PCI: of: Drop 'No bus range found' messageBjorn Helgaas1-2/+0
2025-01-15PCI: Unexport of_pci_parse_bus_range()Bjorn Helgaas2-9/+2
2025-01-15PCI/DPC: Quirk PIO log size for Intel Raptor Lake-PTakashi Iwai1-0/+1
2025-01-15PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1Werner Sembach1-0/+30
2025-01-15PCI/sysfs: Remove unnecessary zero in initializerIlpo Järvinen1-1/+1
2025-01-15PCI/sysfs: Use __free() in reset_method_store()Ilpo Järvinen1-11/+7
2025-01-15PCI/sysfs: Move reset related sysfs code to correct fileIlpo Järvinen3-126/+114
2025-01-14PCI: Store number of supported End-End TLP PrefixesIlpo Järvinen4-7/+12
2025-01-14PCI: Use unsigned int i in pcie_read_tlp_log()Ilpo Järvinen1-1/+2
2025-01-14PCI: Use same names in pcie_read_tlp_log() prototype and definitionIlpo Järvinen1-6/+5
2025-01-14PCI: Add defines for TLP Header/Prefix log sizesIlpo Järvinen4-8/+19
2025-01-14PCI: Move TLP Log handling to its own fileIlpo Järvinen4-29/+41
2025-01-14PCI: Don't expose pcie_read_tlp_log() outside PCI subsystemIlpo Järvinen3-3/+4
2024-12-18PCI: endpoint: Verify that requested BAR size is a power of twoNiklas Cassel1-0/+3
2024-12-18PCI: endpoint: Add size check for fixed size BARs in pci_epc_set_bar()Niklas Cassel1-2/+9
2024-12-18PCI: artpec6: Implement dw_pcie_ep operation get_featuresNiklas Cassel1-0/+13
2024-12-18PCI: dwc: ep: Add 'address' alignment to 'size' check in dw_pcie_prog_ep_inbo...Niklas Cassel3-6/+9
2024-12-18PCI: dwc: ep: Prevent changing BAR size/flags in pci_epc_set_bar()Niklas Cassel1-1/+21
2024-12-18PCI: dwc: ep: Write BAR_MASK before iATU registers in pci_epc_set_bar()Niklas Cassel1-13/+15
2024-12-13PCI/ASPM: Save parent L1SS config in pci_save_aspm_l1ss_state()Jian-Hong Pan1-5/+28
2024-12-12PCI: endpoint: Finish virtual EP removal in pci_epf_remove_vepf()Zijun Hu1-0/+1