aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-19PCI: Re-enable Downstream Port LTR after reset or hotplugMingchuang Qiao3-3/+41
2021-10-18PCI/sysfs: Explicitly show first MSI IRQ for 'irq'Barry Song1-1/+23
2021-10-18PCI: Document /sys/bus/pci/devices/.../irqBarry Song1-0/+11
2021-10-18PCI: Remove struct pci_dev->driverUwe Kleine-König2-5/+0
2021-10-18PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König4-37/+45
2021-10-18x86/pci/probe_roms: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-1/+1
2021-10-18perf/x86/intel/uncore: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-1/+1
2021-10-18powerpc/eeh: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-5/+5
2021-10-18usb: xhci: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-1/+1
2021-10-18cxl: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2-4/+4
2021-10-18cxl: Factor out common dev->driver expressionsBjorn Helgaas2-24/+41
2021-10-16PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner3-3/+5
2021-10-15PCI/portdrv: Remove unused pcie_port_bus_{,un}register() declarationsLukas Wunner1-2/+0
2021-10-15PCI/portdrv: Remove unused resume err_handlerLukas Wunner2-27/+0
2021-10-15PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot ResetLukas Wunner5-0/+35
2021-10-15PCI/portdrv: Rename pm_iter() to pcie_port_device_iter()Lukas Wunner2-10/+11
2021-10-15xen/pcifront: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-2/+2
2021-10-15xen/pcifront: Drop pcifront_common_process() tests of pcidev, pdrvUwe Kleine-König1-35/+17
2021-10-12nfp: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-1/+2
2021-10-12mlxsw: pci: Use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-1/+1
2021-10-12net: marvell: prestera: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-1/+1
2021-10-12net: hns3: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-1/+1
2021-10-12crypto: hisilicon - use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-1/+1
2021-10-12powerpc/eeh: Use dev_driver_string() instead of struct pci_dev->driver->nameUwe Kleine-König2-5/+8
2021-10-12ssb: Use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-5/+1
2021-10-12bcma: simplify reference to driver nameUwe Kleine-König1-5/+1
2021-10-12crypto: qat - simplify adf_enable_aer()Uwe Kleine-König6-28/+13
2021-10-12scsi: message: fusion: Remove unused mpt_pci driver .probe() 'id' parameterUwe Kleine-König4-9/+6
2021-10-12PCI/ERR: Factor out common dev->driver expressionsBjorn Helgaas1-16/+24
2021-10-12PCI: Drop pci_device_probe() test of !pci_dev->driverUwe Kleine-König1-1/+1
2021-10-12PCI: Drop pci_device_remove() test of pci_dev->driverUwe Kleine-König1-9/+7
2021-10-12PCI: Return NULL for to_pci_driver(NULL)Bjorn Helgaas1-1/+4
2021-09-28PCI/ACPI: Check for _OSC support in acpi_pci_osc_control_set()Joerg Roedel1-49/+32
2021-09-28PCI/ACPI: Move _OSC query checks to separate functionJoerg Roedel1-9/+19
2021-09-28PCI/ACPI: Move supported and control calculations to separate functionsJoerg Roedel1-38/+55
2021-09-28PCI/ACPI: Remove OSC_PCI_SUPPORT_MASKS and OSC_PCI_CONTROL_MASKSJoerg Roedel2-8/+3
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran9-12/+11
2021-09-19Linux 5.15-rc2Linus Torvalds1-1/+1
2021-09-19pci_iounmap'2: Electric Boogaloo: try to make sense of it allLinus Torvalds2-23/+46
2021-09-19dmascc: use proper 'virt_to_bus()' rather than casting to 'int'Linus Torvalds1-3/+3
2021-09-19alpha: enable GENERIC_PCI_IOMAP unconditionallyLinus Torvalds1-1/+1
2021-09-19parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabledHelge Deller3-11/+6
2021-09-19Revert "drm/vc4: hdmi: Remove drm_encoder->crtc usage"Linus Torvalds1-27/+13
2021-09-19Revert drm/vc4 hdmi runtime PM changesLinus Torvalds1-34/+10
2021-09-19kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGSNathan Chancellor1-0/+5
2021-09-19x86/build: Do not add -falign flags unconditionally for clangNathan Chancellor1-3/+9
2021-09-19kbuild: Fix comment typo in scripts/Makefile.modpostRamji Jiyani1-1/+1
2021-09-19sh: Add missing FORCE prerequisites in MakefileGeert Uytterhoeven1-8/+8
2021-09-19gen_compile_commands: fix missing 'sys' packageKortan1-0/+1
2021-09-19checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileAriel Marcovitch1-8/+0