aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-13bpf: Add resolve_btfids tool to resolve BTF IDs in ELF objectJiri Olsa3-0/+808
2020-07-10bpf: Fix fds_example SIGSEGV errorWenbo Zhang1-1/+2
2020-07-10libbpf: Fix memory leak and optimize BTF sanitizationAndrii Nakryiko3-10/+5
2020-07-09selftests/bpf: Switch perf_buffer test to tracepoint and skeletonAndrii Nakryiko2-32/+14
2020-07-09libbpf: Handle missing BPF_OBJ_GET_INFO_BY_FD gracefully in perf_bufferAndrii Nakryiko1-11/+20
2020-07-09selftests/bpf: Add test relying only on CO-RE and no recent kernel featuresAndrii Nakryiko2-0/+63
2020-07-09libbpf: Improve BTF sanitization handlingAndrii Nakryiko1-45/+58
2020-07-09libbpf: Add btf__set_fd() for more control over loaded BTF FDAndrii Nakryiko3-1/+8
2020-07-09libbpf: Make BTF finalization strictAndrii Nakryiko1-12/+4
2020-07-09selftests/bpf: test_progs avoid minus shell exit codesJesper Dangaard Brouer1-4/+5
2020-07-09selftests/bpf: test_progs use another shell exit on non-actionsJesper Dangaard Brouer1-1/+3
2020-07-09bpf: Fix another bpftool segfault without skeleton code enabledLouis Peens1-0/+1
2020-07-08selftests: bpf: Remove unused bpf_map_def_legacy structDaniel T. Lee1-14/+0
2020-07-08samples: bpf: Refactor BPF map performance test with libbpfDaniel T. Lee2-147/+196
2020-07-08samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee3-49/+91
2020-07-08samples: bpf: Fix bpf programs with kprobe/sys_connect eventDaniel T. Lee3-9/+18
2020-07-08selftests/bpf: Test BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev2-0/+117
2020-07-08bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev1-0/+1
2020-07-08libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev2-0/+5
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev5-0/+12
2020-07-07mvpp2: fix pointer checkMatteo Croce1-3/+12
2020-07-07mptcp: use mptcp worker for path managementFlorian Westphal3-47/+27
2020-07-07sun/cassini: mark cas_resume() as __maybe_unusedWei Yongjun1-1/+1
2020-07-07sun/niu: add __maybe_unused attribute to PM functionsVaibhav Gupta1-2/+2
2020-07-07net: phy: mdio-octeon: Cleanup module loading dependenciesAndrew Lunn5-16/+4
2020-07-07net: phy: cavium: Improve __iomem messAndrew Lunn3-11/+10
2020-07-07net: phy: dp83640: Fixup cast to restricted __be16 warningAndrew Lunn1-2/+3
2020-07-07net: phy: Make phy_10gbit_fec_features_array staticAndrew Lunn1-2/+1
2020-07-07net: phy: Properly define genphy_c45_driverAndrew Lunn2-1/+3
2020-07-07net: phy: Fixup parameters in kerneldocAndrew Lunn3-8/+9
2020-07-07net: phy: at803x: Avoid comparison is always false warningAndrew Lunn1-4/+3
2020-07-07net: sfp: Unique GPIO interrupt namesChris Healy1-1/+6
2020-07-07ice: add documentation for device-caps regionJacob Keller1-2/+53
2020-07-07net: systemport: Add support for VLAN transmit accelerationFlorian Fainelli1-3/+34
2020-07-06mptcp: fix race in subflow_data_ready()Davide Caratti1-1/+1
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov9-13/+13
2020-07-06net: qede: fix BE vs CPU comparisonAlexander Lobakin1-4/+4
2020-07-06net: qede: fix kernel-doc for qede_ptp_adjfreq()Alexander Lobakin1-5/+5
2020-07-06net: qed: sanitize BE/LE data processingAlexander Lobakin20-399/+434
2020-07-06net: qed: use ptr shortcuts to dedup field accessing in some partsAlexander Lobakin5-64/+68
2020-07-06net: qed: improve indentation of some parts of codeAlexander Lobakin9-144/+136
2020-07-06net: qed: address kernel-doc warningsAlexander Lobakin4-48/+55
2020-07-06net: qed: correct qed_hw_err_notify() prototypeAlexander Lobakin2-6/+6
2020-07-06net: qed: cleanup global structs declarationsAlexander Lobakin9-21/+20
2020-07-06net: qed: move static iro_arr[] out of header fileAlexander Lobakin2-73/+73
2020-07-06geneve: move all configuration under struct geneve_configSabrina Dubroca1-98/+87
2020-07-06dpaa2-eth: fix draining of S/G cacheIoana Ciornei1-1/+1
2020-07-06net/amd: Remove needless assignment and the extra brank linesTang Bin1-5/+0
2020-07-06selftests: mptcp: capture pcap on both sidesMatthieu Baerts1-4/+9
2020-07-06sun/cassini: use generic power managementVaibhav Gupta1-10/+7