summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-09-28selftests/bpf: Convert sockopt_multi test to ASSERT_* macrosWang Yufen1-5/+5
2022-09-28selftests/bpf: Convert sockopt_inherit test to ASSERT_* macrosWang Yufen1-17/+13
2022-09-28selftests/bpf: Convert sockopt test to ASSERT_* macrosWang Yufen1-2/+2
2022-09-28selftests/bpf: Convert sockmap_ktls test to ASSERT_* macrosWang Yufen1-29/+10
2022-09-28selftests/bpf: Convert sockmap_basic test to ASSERT_* macrosWang Yufen1-54/+33
2022-09-28bpftool: Show parameters of BPF task iterators.Kui-Feng Lee1-0/+19
2022-09-28selftests/bpf: Test parameterized task BPF iterators.Kui-Feng Lee6-24/+322
2022-09-28bpf: Handle bpf_link_info for the parameterized task BPF iterators.Kui-Feng Lee1-0/+4
2022-09-28bpf: Parameterize task iterators.Kui-Feng Lee1-0/+6
2022-09-28perf arm-spe: augment the data source type with neoverse_spe listJing Zhang1-1/+1
2022-09-28perf tests vmlinux-kallsyms: Update is_ignored_symbol function to match the k...Athira Rajeev1-2/+3
2022-09-28selftests/tc-testing: add selftests for teql qdiscZhengchao Shao2-0/+98
2022-09-28selftests/tc-testing: add selftests for tbf qdiscZhengchao Shao2-0/+212
2022-09-28selftests/tc-testing: add selftests for taprio qdiscZhengchao Shao2-0/+136
2022-09-28selftests/tc-testing: add selftests for skbprio qdiscZhengchao Shao2-0/+96
2022-09-28selftests/tc-testing: add selftests for sfq qdiscZhengchao Shao2-0/+233
2022-09-28selftests/tc-testing: add selftests for sfb qdiscZhengchao Shao2-0/+280
2022-09-28selftests/tc-testing: add selftests for plug qdiscZhengchao Shao2-0/+189
2022-09-28selftests/tc-testing: add selftests for pfifo_fast qdiscZhengchao Shao1-0/+119
2022-09-28selftests/tc-testing: add selftests for hhf qdiscZhengchao Shao2-0/+211
2022-09-28selftests/tc-testing: add selftests for gred qdiscZhengchao Shao2-0/+165
2022-09-28selftests/tc-testing: add selftests for fq qdiscZhengchao Shao2-0/+396
2022-09-28selftests/tc-testing: add selftests for etf qdiscZhengchao Shao2-0/+118
2022-09-28selftests/tc-testing: add selftests for codel qdiscZhengchao Shao2-0/+212
2022-09-28selftests/tc-testing: add selftests for choke qdiscZhengchao Shao2-0/+189
2022-09-28selftests/tc-testing: add selftests for atm qdiscZhengchao Shao2-0/+96
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda3-3/+3
2022-09-27virtio_test: fixup for vq resetXuan Zhuo2-0/+8
2022-09-27libbpf: Don't require full struct enum64 in UAPI headersAndrii Nakryiko1-1/+24
2022-09-27selftests/net: enable io_uring sendzc testingPavel Begunkov1-0/+1
2022-09-27headers: Remove some left-over license textChristophe JAILLET1-5/+0
2022-09-27selftests/bpf: Fix passing arguments via function in test_kmod.shYauheni Kaliuta1-4/+5
2022-09-27KVM: selftests: Skip tests that require EPT when it is not availableDavid Matlack2-0/+21
2022-09-27selftests: Fix the if conditions of in test_extra_filter()Wang Yufen1-1/+1
2022-09-26libbpf: Fix the case of running as non-root with capabilitiesJon Doron3-5/+5
2022-09-26selftests/bpf: Fix get_func_ip offset test for CONFIG_X86_KERNEL_IBTJiri Olsa2-22/+60
2022-09-26bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa2-2/+3
2022-09-26bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa1-3/+1
2022-09-26Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-20/+2
2022-09-26selftests: net: tsn_lib: run phc2sys in automatic modeVladimir Oltean2-6/+3
2022-09-26selftests: net: tsn_lib: allow multiple isochron receiversVladimir Oltean1-5/+11
2022-09-26selftests: net: tsn_lib: allow running ptp4l on multiple interfacesVladimir Oltean1-8/+19
2022-09-26selftests: net: tsn_lib: don't overwrite isochron receiver extra args with UDSVladimir Oltean1-1/+1
2022-09-26objtool: Disable CFI warningsSami Tolvanen1-1/+6
2022-09-26objtool: Preserve special st_shndx indexes in elf_update_symbolSami Tolvanen1-1/+6
2022-09-26selftests/bpf: Add wait send memory test for sockmap redirectLiu Jian1-0/+42
2022-09-26perf tests powerpc: Fix branch stack sampling test to include sanity check fo...Athira Rajeev1-1/+2
2022-09-26perf parse-events: Remove "not supported" hybrid cache eventsZhengjun Xing4-43/+57
2022-09-26perf print-events: Fix "perf list" can not display the PMU prefix for some hy...Zhengjun Xing1-1/+1
2022-09-26perf tools: Get a perf cgroup more portably in BPFNamhyung Kim2-5/+24