aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14PCI/ASPM: Reformat ASPM register definitionsBjorn Helgaas1-14/+14
2017-11-14PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLDBjorn Helgaas1-1/+1
2017-11-13PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_TimeBjorn Helgaas1-1/+1
2017-11-08PCI: Fix kernel-doc build warningRandy Dunlap1-1/+1
2017-11-07PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap2-9/+9
2017-11-07alpha/PCI: Make pdev_save_srm_config() staticBjorn Helgaas2-9/+10
2017-11-07PCI: Remove unused declarationsBjorn Helgaas4-12/+0
2017-11-07PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas11-28/+0
2017-11-07PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas8-13/+0
2017-11-07PCI/PME: Handle invalid data when reading Root StatusQiang1-1/+4
2017-11-06PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg1-3/+8
2017-11-06PCI: pciehp: Fix race condition handling surprise link downMika Westerberg3-5/+10
2017-11-06PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg1-0/+177
2017-11-06PCI: Distribute available buses to hotplug-capable bridgesMika Westerberg1-18/+138
2017-11-06PCI: Do not allocate more buses than available in parentMika Westerberg1-1/+6
2017-11-06PCI: Open-code the two pass loop when scanning bridgesMika Westerberg1-7/+20
2017-11-06PCI: Move pci_hp_add_bridge() to drivers/pci/probe.cMika Westerberg3-32/+23
2017-11-06PCI: Add for_each_pci_bridge() helperAndy Shevchenko8-32/+23
2017-11-06PCI: shpchp: Convert timers to use timer_setup()Kees Cook1-6/+3
2017-11-06PCI: cpqphp: Convert timers to use timer_setup()Kees Cook3-12/+12
2017-11-06PCI: pciehp: Convert timers to use timer_setup()Kees Cook1-8/+4
2017-11-06PCI: ibmphp: Use common error handling code in unconfigure_boot_device()Markus Elfring1-8/+11
2017-11-06PCI/portdrv: Turn off PCIe services during shutdownSinan Kaya1-0/+1
2017-10-31misc: pci_endpoint_test: Fix BUG_ON error during pci_disable_msi()Kishon Vijay Abraham I1-0/+8
2017-10-31misc: pci_endpoint_test: Fix pci_endpoint_test not releasing resources on removeKishon Vijay Abraham I1-2/+10
2017-10-31misc: pci_endpoint_test: Fix failure path return values in probeKishon Vijay Abraham I1-0/+2
2017-10-31misc: pci_endpoint_test: Avoid triggering a BUG()Dan Carpenter1-0/+2
2017-10-21PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocationBjorn Helgaas1-10/+20
2017-10-20PCI/portdrv: Factor out Interrupt Message Number lookupBjorn Helgaas1-48/+62
2017-10-20PCI/portdrv: Consolidate commentsBjorn Helgaas1-54/+9
2017-10-19PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masksDongdong Liu2-2/+4
2017-10-17misc: pci_endpoint_test: Prevent some integer overflowsDan Carpenter1-0/+9
2017-10-05x86/pci/intel_mid_pci: Constify intel_mid_pci_ops and make it __initconstBhumika Goyal1-1/+1
2017-10-05PCI: Constify pci_dev_type structureBhumika Goyal2-2/+2
2017-10-05PCI/ASPM: Deal with missing root ports in link state handlingArd Biesheuvel1-2/+6
2017-10-05PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni1-1/+8
2017-10-05ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handleVitaly Kuznetsov1-1/+1
2017-10-01Linux 4.14-rc3Linus Torvalds1-1/+1
2017-09-29fix infoleak in waitid(2)Al Viro1-13/+10
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin5-18/+7
2017-09-29x86/mm: Disable branch profiling in mem_encrypt.cTom Lendacky1-0/+2
2017-09-29arm64: fault: Route pte translation faults via do_translation_faultWill Deacon1-1/+1
2017-09-29arm64: mm: Use READ_ONCE when dereferencing pointer to pte tableWill Deacon1-1/+1
2017-09-29kvm/x86: Handle async PF in RCU read-side critical sectionsBoqun Feng1-1/+2
2017-09-29KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresumeWanpeng Li1-1/+2
2017-09-29sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2
2017-09-29x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf1-2/+4
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra3-11/+10
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra1-1/+23
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra3-13/+27