summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski40-72/+1415
2022-10-21Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-0/+80
2022-10-19selftests: add selftest for chaining of tc ingress handling to egressPaul Blakey2-0/+80
2022-10-19selftests: bridge_igmp: Remove unnecessary address deletionIdo Schimmel1-3/+0
2022-10-19selftests: bridge_vlan_mcast: Delete qdiscs during cleanupIdo Schimmel1-0/+3
2022-10-19Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski23-301/+580
2022-10-18bpf/docs: Update README for most recent vmtest.shDaniel Müller1-5/+6
2022-10-17Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds36-71/+1265
2022-10-15tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+18
2022-10-15perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu7-0/+396
2022-10-15perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu7-1/+273
2022-10-15perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu1-19/+34
2022-10-15perf tests stat+json_output: Include sanity check for topologyAthira Rajeev1-4/+39
2022-10-15perf tests stat+csv_output: Include sanity check for topologyAthira Rajeev1-4/+39
2022-10-15perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter1-1/+1
2022-10-15perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter1-2/+7
2022-10-15perf test: Fix attr tests for PERF_FORMAT_LOSTJames Clark6-11/+11
2022-10-15perf test: test_intel_pt.sh: Add 9 testsAmmy Yi1-1/+194
2022-10-15perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter1-1/+3
2022-10-15perf test: test_intel_pt.sh: Add jitdump testAdrian Hunter1-0/+162
2022-10-15perf test: test_intel_pt.sh: Tidy some alignmentAdrian Hunter1-3/+3
2022-10-15perf test: test_intel_pt.sh: Print a message when skipping kernel tracingAdrian Hunter1-1/+8
2022-10-15perf test: test_intel_pt.sh: Tidy some perf record optionsAdrian Hunter1-4/+12
2022-10-15perf test: test_intel_pt.sh: Fix return checking againAdrian Hunter1-4/+3
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+70
2022-10-14perf: Skip and warn on unknown format 'configN' attrsRob Herring5-13/+26
2022-10-14perf list: Fix metricgroups title messageAndi Kleen1-1/+1
2022-10-14perf mem: Fix -C option behavior for perf mem recordNamhyung Kim1-0/+8
2022-10-14perf annotate: Add missing condition flags for arm64Namhyung Kim1-1/+1
2022-10-14libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo1-3/+2
2022-10-14perf test: Fix test_arm_coresight.sh failures on JunoJames Clark1-1/+1
2022-10-14perf stat: Support old kernels for bperf cgroup countingNamhyung Kim1-1/+28
2022-10-13selftests/bpf: Use sys_pidfd_open() helper when possibleHou Tao2-7/+7
2022-10-13libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu1-0/+3
2022-10-13libbpf: Deal with section with no data gracefullyShung-Hsi Yu1-1/+5
2022-10-13libbpf: Use elf_getshdrnum() instead of e_shnumShung-Hsi Yu1-4/+9
2022-10-13selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.cXu Kuohai1-3/+3
2022-10-13selftests/bpf: Fix error failure of case test_xdp_adjust_tail_growXu Kuohai1-0/+1
2022-10-13selftest/bpf: Fix memory leak in kprobe_multi_testXu Kuohai1-12/+14
2022-10-13selftests/bpf: Fix memory leak caused by not destroying skeletonXu Kuohai2-2/+4
2022-10-13libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai1-7/+4
2022-10-13libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai1-3/+26
2022-10-13Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-1/+154
2022-10-13selftests/bpf: S/iptables/iptables-legacy/ in the bpf_nf and xdp_synproxy testMartin KaFai Lau2-6/+6
2022-10-13mm/selftest: uffd: explain the write missing fault checkPeter Xu1-1/+21
2022-10-13hmm-tests: add test for migrate_device_range()Alistair Popple1-0/+49
2022-10-13Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-11/+7
2022-10-13Merge tag 'linux-kselftest-next-6.1-rc1-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-8/+28
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-40/+404
2022-10-12selftests: netfilter: Fix nft_fib.sh for all.rp_filter=1Phil Sutter1-0/+1