summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-07-14selftests: mptcp: add speed env varGeliang Tang1-105/+125
2023-07-14selftests: mptcp: add fullmesh env varGeliang Tang1-7/+9
2023-07-14selftests: mptcp: add fastclose env varGeliang Tang1-9/+12
2023-07-14selftests: mptcp: set all env vars as local onesGeliang Tang1-6/+12
2023-07-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski67-99/+3201
2023-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski112-632/+9582
2023-07-14selftests/bpf: Add selftest for PTR_UNTRUSTEDYafang Shao2-0/+65
2023-07-14selftests/bpf: Add selftests for nested_trustYafang Shao2-0/+31
2023-07-14selftests/bpf: add testcase for TRACING with 6+ argumentsMenglong Dong12-15/+332
2023-07-14Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-0/+135
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+12
2023-07-13tools: timers: fix freq average calculationMinjie Du1-2/+1
2023-07-13selftests/mincore: fix skip condition for check_huge_pages testRicardo Cañuelo1-2/+2
2023-07-13selftests: tc-testing: add test for qfq with stab overheadPedro Tammela1-0/+38
2023-07-13selftests: tc-testing: add tests for qfq mtu sanity checkPedro Tammela1-0/+48
2023-07-13selftests: ALSA: Fix fclose on an already fclosed file pointerColin Ian King1-3/+1
2023-07-13selftests: forwarding: Add test cases for flower port range matchingIdo Schimmel2-0/+229
2023-07-13selftests: mlxsw: Test port range registers' occupancyIdo Schimmel1-0/+111
2023-07-13selftests: mlxsw: Add scale test for port rangesIdo Schimmel5-0/+114
2023-07-13bpftool: Use "fallthrough;" keyword instead of commentsQuentin Monnet2-2/+2
2023-07-13selftests/bpf: Improve test coverage of bpf_mem_alloc.Alexei Starovoitov1-1/+1
2023-07-12perf parse-events: Avoid SEGV if PMU lookup fails for legacy cache termsIan Rogers1-0/+8
2023-07-12Merge tag 'for-linus-2023071101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2023-07-12selftests/user_events: Test struct size match casesBeau Belgrave1-0/+12
2023-07-12selftests/bpf: extend existing map resize tests for per-cpu use caseAndrii Nakryiko2-5/+17
2023-07-12bpftool: Show perf link infoYafang Shao1-1/+246
2023-07-12bpftool: Add perf event namesYafang Shao1-0/+67
2023-07-12bpf: Support ->fill_link_info for perf_eventYafang Shao1-0/+35
2023-07-12bpftool: Show kprobe_multi link infoYafang Shao1-3/+115
2023-07-12bpftool: Dump the kernel symbol's module nameYafang Shao2-1/+7
2023-07-12bpf: Support ->fill_link_info for kprobe_multiYafang Shao1-0/+5
2023-07-11libsubcmd: Avoid SEGV/use-after-free when commands aren't excludedIan Rogers1-6/+12
2023-07-11libbpf: Remove HASHMAP_INIT static initialization helperJohn Sanpe1-10/+0
2023-07-11tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+11
2023-07-11perf build: Fix broken feature check for libtracefs due to external lib changesThomas Richter1-1/+1
2023-07-11tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo2-2/+3
2023-07-11tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+5
2023-07-11tools headers uapi: Sync linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+5
2023-07-11perf vendor events amd: Fix large metricsSandipan Das3-3/+6
2023-07-11perf build: Fix library not found error when using CSLIBSJames Clark1-2/+2
2023-07-11tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo6-1/+22
2023-07-11tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+93
2023-07-11perf probe: Read DWARF files from the correct CUGeorg Müller1-1/+3
2023-07-11perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller1-0/+77
2023-07-11libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko2-4/+16
2023-07-11bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin1-10/+17
2023-07-11bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.cQuentin Monnet1-2/+9
2023-07-11bpftool: Define a local bpf_perf_link to fix accessing its fieldsAlexander Lobakin1-2/+7
2023-07-11bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookieAlexander Lobakin1-1/+5
2023-07-10objtool: initialize all of struct elfMichal Kubecek1-1/+1