summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-04-01veristat: improve version reportingAndrii Nakryiko1-2/+17
2023-04-01veristat: relicense veristat.c as dual GPL-2.0-only or BSD-2-Clause licensedAndrii Nakryiko1-1/+1
2023-03-31selftests/bpf: Fix conflicts with built-in functions in bench_local_storage_c...James Hilliard2-2/+2
2023-03-31selftests/bpf: Replace extract_build_id with read_build_idJiri Olsa4-49/+13
2023-03-31selftests/bpf: Add read_build_id functionJiri Olsa2-0/+87
2023-03-31selftests/bpf: Add err.h headerJiri Olsa2-2/+19
2023-03-31selftests mount: Fix mount_setattr_test builds failedAnh Tuan Phan1-0/+1
2023-03-31tools: ynl: ethtool testing toolStanislav Fomichev3-0/+444
2023-03-31tools: ynl: replace print with NlErrorStanislav Fomichev1-3/+9
2023-03-31tools: ynl: support byte-order in cliStanislav Fomichev2-12/+24
2023-03-31selftests: forwarding: add tunnel_key "nofrag" test caseDavide Caratti2-0/+162
2023-03-31selftests: tc-testing: add tunnel_key "nofrag" test caseDavide Caratti1-0/+25
2023-03-31selftests: tc-testing: add "depends_on" property to skip testsDavide Caratti2-0/+15
2023-03-31selftests: rtnetlink: Fix do_test_address_proto()Petr Machata1-4/+8
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-11/+220
2023-03-31selftests/bpf: Add testcases for ptr_*_or_null_ in bpf_kptr_xchgDavid Vernet2-0/+48
2023-03-31Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+90
2023-03-30veristat: change guess for __sk_buff from CGROUP_SKB to SCHED_CLSAndrii Nakryiko1-1/+1
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet2-2/+2
2023-03-30KVM: selftests: Comment newly defined aarch64 ID registersMark Brown1-5/+5
2023-03-30KVM: selftests: arm64: Fix ttbr0_el1 encoding for PA bits > 48Ryan Roberts1-2/+5
2023-03-30KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48Ryan Roberts1-8/+24
2023-03-30KVM: selftests: Fixup config fragment for access_tracking_perf_testRyan Roberts1-0/+1
2023-03-30KVM: arm64: selftests: Augment existing timer test to handle variable offsetMarc Zyngier1-1/+15
2023-03-30KVM: arm64: selftests: Deal with spurious timer interruptsMarc Zyngier1-15/+25
2023-03-30KVM: arm64: selftests: Add physical timer registers to the sysreg listMarc Zyngier1-1/+4
2023-03-30selftests/powerpc: Make dd output quietBenjamin Gray1-1/+1
2023-03-30selftests/powerpc: Pass make context to childrenBenjamin Gray2-16/+16
2023-03-30selftests/powerpc: Use CLEAN macro to fix make warningBenjamin Gray1-2/+5
2023-03-30test/vsock: new skbuff appending testArseniy Krasnov1-0/+90
2023-03-30selftests/bpf: Rewrite two infinite loops in bound check casesXu Kuohai1-8/+16
2023-03-30veristat: guess and substitue underlying program type for freplace (EXT) progsAndrii Nakryiko1-4/+117
2023-03-30veristat: add -d debug mode option to see debug libbpf logAndrii Nakryiko1-1/+7
2023-03-30libbpf: disassociate section handler on explicit bpf_program__set_type() callAndrii Nakryiko2-1/+2
2023-03-29selftests/bpf: test a BPF CC writing app_limitedYixin Shen1-1/+12
2023-03-29cgroup/cpuset: Minor updates to test_cpuset_prs.shWaiman Long1-11/+14
2023-03-29tools: bpftool: json: Fix backslash escape typo in jsonw_putsManu Bretelle2-1/+2
2023-03-29tracing/user_events: Add ABI self-testBeau Belgrave2-1/+227
2023-03-29tracing/user_events: Update self-tests to write ABIBeau Belgrave2-89/+96
2023-03-29tools/kvm_stat: use canonical ftrace pathRoss Zwisler1-1/+1
2023-03-29selftests: use canonical ftrace pathRoss Zwisler4-12/+12
2023-03-29Merge branch 'slab/for-6.4/slob-removal' into slab/for-nextVlastimil Babka1-5/+1
2023-03-29mm, page_flags: remove PG_slob_freeVlastimil Babka1-5/+1
2023-03-29macvlan: Add netlink attribute for broadcast cutoffHerbert Xu1-0/+1
2023-03-29selftests: mptcp: add mptcp_info testsGeliang Tang1-1/+46
2023-03-29selftests/bpf: add a test case for vsock sockmapBobby Eshleman1-0/+163
2023-03-29selftests/bpf: add vsock to vmtest.shBobby Eshleman3-0/+8
2023-03-29testing/vsock: add vsock_perf to gitignoreBobby Eshleman1-0/+1
2023-03-29tools: ynl: Add fixed-header support to ynlDonald Hunter2-12/+33
2023-03-29tools: ynl: Add struct attr decoding to ynlDonald Hunter2-1/+16