aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-05-02selftests/net: skip partial checksum packets in csum testWillem de Bruijn1-3/+15
2024-05-02selftests: net: py: check process exit code in bkg() and background cmd()Jakub Kicinski1-2/+6
2024-05-02libbpf: fix ring_buffer__consume_n() return result logicAndrii Nakryiko1-1/+1
2024-05-02libbpf: fix potential overflow in ring__consume_n()Andrii Nakryiko1-1/+1
2024-05-02selftests/bpf: Add test for the use of new args in cong_controlMiao Xu3-0/+233
2024-05-02tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu1-3/+3
2024-05-02KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslotsSean Christopherson1-0/+8
2024-05-02KVM: selftests: Allow skipping the KVM_RUN sanity check in rseq_testZide Chen1-2/+33
2024-05-02selftests/bpf: Add kernel socket operation testsJordan Rife1-0/+472
2024-05-02selftests/bpf: Make sock configurable for each test caseJordan Rife1-42/+98
2024-05-02selftests/bpf: Move IPv4 and IPv6 sockaddr test casesJordan Rife2-314/+268
2024-05-02perf maps: Remove check_invariants() from maps__lock()Namhyung Kim1-5/+11
2024-05-02selftests/bpf: Implement BPF programs for kernel socket operationsJordan Rife1-0/+65
2024-05-02selftests/bpf: Implement socket kfuncs for bpf_testmodJordan Rife2-0/+282
2024-05-02selftests/bpf: Fix bind program for big endian systemsJordan Rife3-16/+39
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-45/+90
2024-05-02bpf: Missing trailing slash in tools/testing/selftests/bpf/MakefileJose E. Marchesi1-1/+1
2024-05-02libbpf: Fix error message in attach_kprobe_multiJiri Olsa1-1/+1
2024-05-02libbpf: Fix error message in attach_kprobe_sessionJiri Olsa1-1/+1
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+3
2024-05-02perf cs-etm: Improve version detection and error reportingJames Clark1-18/+43
2024-05-02perf cs-etm: Remove repeated fetches of the ETM PMUJames Clark1-33/+27
2024-05-02perf cs-etm: Use struct perf_cpu as much as possibleJames Clark1-116/+88
2024-05-02perf annotate-data: Check kind of stack variablesNamhyung Kim1-0/+6
2024-05-02perf annotate-data: Handle multi regs in find_data_type_block()Namhyung Kim1-11/+12
2024-05-02perf annotate-data: Check memory access with two registersNamhyung Kim1-5/+39
2024-05-02perf annotate-data: Handle direct global variable accessNamhyung Kim1-12/+15
2024-05-02perf annotate-data: Collect global variables in advanceNamhyung Kim1-2/+55
2024-05-02perf dwarf-aux: Add die_collect_global_vars()Namhyung Kim2-0/+70
2024-05-02Merge branch 'x86/cpu' into perf/core, to pick up dependent commitsIngo Molnar2-18/+11
2024-05-02x86/insn: Add support for APX EVEX instructions to the opcode mapAdrian Hunter1-0/+93
2024-05-02x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter4-0/+21
2024-05-02x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder op...Adrian Hunter1-72/+76
2024-05-02x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter4-6/+66
2024-05-02x86/insn: Add misc new Intel instructionsAdrian Hunter1-12/+45
2024-05-02x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter1-4/+4
2024-05-02x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter1-1/+1
2024-05-02x86/insn: Add Key Locker instructions to the opcode mapChang S. Bae1-4/+7
2024-05-02Merge tag 'v6.9-rc6' into perf/core, to pick up fixesIngo Molnar42-841/+967
2024-05-01selftests: netfilter: nft_concat_range.sh: reduce debug kernel run timeFlorian Westphal4-6/+34
2024-05-01libbpf: better fix for handling nulled-out struct_ops programAndrii Nakryiko2-12/+27
2024-05-01selftests/bpf: add tests for the "module: Function" syntaxViktor Malik2-0/+29
2024-05-01libbpf: support "module: Function" syntax for tracing programsViktor Malik1-9/+26
2024-05-01selftests/ftrace: add fprobe test cases for VFS type "%pd" and "%pD"Ye Bin1-0/+40
2024-05-01selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"Ye Bin1-0/+40
2024-05-01tools/power turbostat: Enable non-privileged users to read sysfs countersPatryk Wlazlyn1-25/+31
2024-05-01tools/power turbostat: Replace _Static_assert with BUILD_BUG_ONPatryk Wlazlyn1-1/+2
2024-05-01tools/power turbostat: Add ARL-H supportZhang Rui1-0/+2
2024-05-01tools/power turbostat: Enhance ARL/LNL supportZhang Rui1-2/+19
2024-04-30selftests/bpf: Drop start_server_proto helperGeliang Tang1-9/+2