summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-2140-72/+1415
|\
| * Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-212-0/+80
| |\
| | * selftests: add selftest for chaining of tc ingress handling to egressPaul Blakey2022-10-192-0/+80
| * | Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-1736-71/+1265
| |\ \
| | * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-10-151-0/+18
| | * | perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu2022-10-157-0/+396
| | * | perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-157-1/+273
| | * | perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu2022-10-151-19/+34
| | * | perf tests stat+json_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| | * | perf tests stat+csv_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| | * | perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter2022-10-151-1/+1
| | * | perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter2022-10-151-2/+7
| | * | perf test: Fix attr tests for PERF_FORMAT_LOSTJames Clark2022-10-156-11/+11
| | * | perf test: test_intel_pt.sh: Add 9 testsAmmy Yi2022-10-151-1/+194
| | * | perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter2022-10-151-1/+3
| | * | perf test: test_intel_pt.sh: Add jitdump testAdrian Hunter2022-10-151-0/+162
| | * | perf test: test_intel_pt.sh: Tidy some alignmentAdrian Hunter2022-10-151-3/+3
| | * | perf test: test_intel_pt.sh: Print a message when skipping kernel tracingAdrian Hunter2022-10-151-1/+8
| | * | perf test: test_intel_pt.sh: Tidy some perf record optionsAdrian Hunter2022-10-151-4/+12
| | * | perf test: test_intel_pt.sh: Fix return checking againAdrian Hunter2022-10-151-4/+3
| | * | perf: Skip and warn on unknown format 'configN' attrsRob Herring2022-10-145-13/+26
| | * | perf list: Fix metricgroups title messageAndi Kleen2022-10-141-1/+1
| | * | perf mem: Fix -C option behavior for perf mem recordNamhyung Kim2022-10-141-0/+8
| | * | perf annotate: Add missing condition flags for arm64Namhyung Kim2022-10-141-1/+1
| | * | libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo2022-10-141-3/+2
| | * | perf test: Fix test_arm_coresight.sh failures on JunoJames Clark2022-10-141-1/+1
| | * | perf stat: Support old kernels for bperf cgroup countingNamhyung Kim2022-10-141-1/+28
| | |/
| * | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-142-1/+70
| |\ \ | | |/ | |/|
| | * mm/selftest: uffd: explain the write missing fault checkPeter Xu2022-10-131-1/+21
| | * hmm-tests: add test for migrate_device_range()Alistair Popple2022-10-131-0/+49
* | | selftests: bridge_igmp: Remove unnecessary address deletionIdo Schimmel2022-10-191-3/+0
* | | selftests: bridge_vlan_mcast: Delete qdiscs during cleanupIdo Schimmel2022-10-191-0/+3
* | | Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski2022-10-1923-301/+580
|\ \ \ | |/ / |/| |
| * | bpf/docs: Update README for most recent vmtest.shDaniel Müller2022-10-181-5/+6
| * | selftests/bpf: Use sys_pidfd_open() helper when possibleHou Tao2022-10-132-7/+7
| * | libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu2022-10-131-0/+3
| * | libbpf: Deal with section with no data gracefullyShung-Hsi Yu2022-10-131-1/+5
| * | libbpf: Use elf_getshdrnum() instead of e_shnumShung-Hsi Yu2022-10-131-4/+9
| * | selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.cXu Kuohai2022-10-131-3/+3
| * | selftests/bpf: Fix error failure of case test_xdp_adjust_tail_growXu Kuohai2022-10-131-0/+1
| * | selftest/bpf: Fix memory leak in kprobe_multi_testXu Kuohai2022-10-131-12/+14
| * | selftests/bpf: Fix memory leak caused by not destroying skeletonXu Kuohai2022-10-132-2/+4
| * | libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai2022-10-131-7/+4
| * | libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai2022-10-131-3/+26
| * | selftests/bpf: S/iptables/iptables-legacy/ in the bpf_nf and xdp_synproxy testMartin KaFai Lau2022-10-132-6/+6
| * | selftests/bpf: Alphabetize DENYLISTsDavid Vernet2022-10-122-21/+23
| * | selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()Roberto Sassu2022-10-113-0/+124
| * | libbpf: Introduce bpf_link_get_fd_by_id_opts()Roberto Sassu2022-10-113-1/+14
| * | libbpf: Introduce bpf_btf_get_fd_by_id_opts()Roberto Sassu2022-10-113-1/+14
| * | libbpf: Introduce bpf_prog_get_fd_by_id_opts()Roberto Sassu2022-10-113-1/+14