aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-12PCI: mt7621: Add missing MODULE_LICENSE()Sergio Paracuellos1-0/+2
2022-01-12PCI: mt7621: Move MIPS setup to pcibios_root_bridge_prepare()Sergio Paracuellos2-37/+31
2022-01-12PCI: Let pcibios_root_bridge_prepare() access bridge->windowsSergio Paracuellos1-2/+2
2022-01-12PCI: mt7621: Declare mt7621_pci_ops staticSergio Paracuellos1-1/+1
2022-01-12PCI: brcmstb: Do not turn off WOL regulators on suspendJim Quinlan1-9/+44
2022-01-12PCI: brcmstb: Add control of subdevice voltage regulatorsJim Quinlan1-5/+78
2022-01-12PCI: brcmstb: Add mechanism to turn on subdev regulatorsJim Quinlan1-0/+76
2022-01-12PCI: brcmstb: Split brcm_pcie_setup() into two funcsJim Quinlan1-26/+39
2022-01-12dt-bindings: PCI: Add bindings for Brcmstb EP voltage regulatorsJim Quinlan1-0/+19
2022-01-12dt-bindings: PCI: Correct brcmstb interrupts, interrupt-map.Jim Quinlan1-2/+6
2022-01-12PCI: brcmstb: Fix function return value handlingJim Quinlan1-6/+22
2022-01-12PCI: brcmstb: Do not use __GENMASKFlorian Fainelli1-1/+5
2022-01-12PCI: brcmstb: Declare 'used' as bitmap, not unsigned longChristophe JAILLET1-4/+9
2022-01-12PCI: hv: Add arm64 Hyper-V vPCI supportSunil Muthuswamy4-3/+245
2022-01-12PCI: hv: Make the code arch neutral by adding arch specific interfacesSunil Muthuswamy4-65/+87
2022-01-12PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errorsHans de Goede3-4/+22
2022-01-11x86/PCI: Remove initialization of static variables to falseLongji Guo1-1/+1
2022-01-11PCI: Use DWORD accesses for LTR, L1 SS to avoid erratumRajat Jain2-8/+9
2022-01-11PCI: Work around Intel I210 ROM BAR overlap defectBjorn Helgaas3-2/+17
2022-01-07PCI: keystone: Use phandle argument from "ti,syscon-pcie-id"/"ti,syscon-pcie-mode"Kishon Vijay Abraham I1-3/+24
2022-01-07dt-bindings: PCI: ti,am65: Fix "ti,syscon-pcie-id"/"ti,syscon-pcie-mode" to take argumentKishon Vijay Abraham I2-6/+18
2022-01-07PCI: endpoint: Return -EINVAL when interrupts num is smaller than 1Li Chen1-1/+1
2022-01-07PCI: mediatek: Assert PERST# for 100ms for power and clock to stabilizeqizhong cheng1-0/+7
2022-01-06PCI: mvebu: Add support for compiling driver as modulePali Rohár2-16/+77
2022-01-06bus: mvebu-mbus: Export symbols for public API window functionsPali Rohár1-0/+5
2022-01-05PCI: layerscape: Change to use the DWC common link-up check functionHou Zhiqiang1-141/+11
2022-01-04PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on emulated bridgePali Rohár1-0/+23
2022-01-04PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridgePali Rohár1-1/+10
2022-01-04PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridgePali Rohár1-10/+1
2022-01-04PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridgePali Rohár1-0/+28
2022-01-04PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated bridgePali Rohár1-2/+97
2022-01-04PCI: mvebu: Set PCI Bridge Class Code to PCI BridgePali Rohár1-1/+27
2022-01-04PCI: mvebu: Setup PCIe controller to Root Complex modePali Rohár1-1/+7
2022-01-04PCI: mvebu: Propagate errors when updating PCI_IO_BASE and PCI_MEM_BASE registersPali Rohár1-27/+55
2022-01-04PCI: mvebu: Do not modify PCI IO type bits in conf_writePali Rohár1-7/+0
2022-01-04PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridgePali Rohár1-20/+32
2022-01-04PCI: mvebu: Disallow mapping interrupts on emulated bridgesPali Rohár1-0/+10
2022-01-04PCI: mvebu: Handle invalid size of read config requestPali Rohár1-0/+3
2022-01-04PCI: mvebu: Check that PCI bridge specified in DT has function number zeroPali Rohár1-0/+5
2022-01-04PCI: mvebu: Check for errors from pci_bridge_emul_init() callPali Rohár1-3/+12
2022-01-04PCI: mvebu: Check for valid portsPali Rohár1-0/+7
2021-12-29PCI/sysfs: Use default_groups in kobj_type for slot attrsGreg Kroah-Hartman1-1/+2
2021-12-26PCI: imx: Add the imx8mm pcie supportRichard Zhu1-8/+73
2021-12-17PCI: Convert pci_dev_present() stub to static inlineHans de Goede1-1/+4
2021-12-16dt-bindings: imx6q-pcie: Add PHY phandles and name propertiesRichard Zhu1-0/+6
2021-12-15PCI/P2PDMA: Use percpu_ref_tryget_live_rcu() inside RCU critical sectionChristophe JAILLET1-1/+1
2021-12-15MAINTAINERS: Add Logan Gunthorpe as P2PDMA maintainerBjorn Helgaas1-0/+13
2021-12-15PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controllerYifeng Li1-0/+3
2021-12-14via-agp: convert to generic power managementVaibhav Gupta1-20/+5
2021-12-14sis-agp: convert to generic power managementVaibhav Gupta1-19/+6