aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski21-195/+1306
2022-02-17Merge tag 'linux-kselftest-fixes-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-4/+4
2022-02-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo36-73/+265
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+104
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski3-8/+104
2022-02-17selftests/sgx: Treat CC as one argumentMuhammad Usama Anjum1-1/+1
2022-02-17selftests/x86: Add validity check and allow field splittingMuhammad Usama Anjum1-1/+1
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-57/+220
2022-02-17Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-2/+120
2022-02-17selftests/bpf: Fix crash in core_reloc when bpftool btfgen failsYucong Sun1-2/+2
2022-02-17tools/power/x86/intel-speed-select: v1.12 releaseSrinivas Pandruvada1-1/+2
2022-02-17tools/power/x86/intel-speed-select: HFI supportSrinivas Pandruvada5-4/+324
2022-02-17tools/power/x86/intel-speed-select: OOB daemon modeSrinivas Pandruvada4-11/+292
2022-02-17selftests/bpf: Fix vmtest.sh to launch smp vm.Yucong Sun1-1/+1
2022-02-17Merge tag 'perf-tools-fixes-for-v5.17-2022-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds15-31/+76
2022-02-17libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko1-3/+5
2022-02-17selftests: net: basic test for IPV6_2292*Jakub Kicinski2-1/+41
2022-02-17selftests: net: test IPV6_HOPLIMITJakub Kicinski2-1/+49
2022-02-17selftests: net: test IPV6_TCLASSJakub Kicinski2-1/+69
2022-02-17selftests: net: test IPV6_DONTFRAGJakub Kicinski2-23/+147
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-17perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo1-1/+2
2022-02-16bpftool: Fix C++ additions to skeletonAndrii Nakryiko1-7/+7
2022-02-16bpftool: Fix pretty print dump for maps without BTF loadedJiri Olsa1-16/+15
2022-02-16selftests/bpf: Test "bpftool gen min_core_btf"Mauricio Vásquez1-2/+48
2022-02-16bpftool: Gen min_core_btf explanation and examplesRafael David Tinoco1-0/+90
2022-02-16bpftool: Implement btfgen_get_btf()Mauricio Vásquez1-1/+99
2022-02-16bpftool: Implement "gen min_core_btf" logicMauricio Vásquez2-6/+457
2022-02-16bpftool: Add gen min_core_btf commandMauricio Vásquez2-4/+44
2022-02-16libbpf: Expose bpf_core_{add,free}_cands() to bpftoolMauricio Vásquez2-7/+19
2022-02-16libbpf: Split bpf_core_apply_relo()Mauricio Vásquez3-93/+99
2022-02-16perf test: Fix arm64 perf_event_attr tests wrt --call-graph initializationGerman Gomez5-0/+24
2022-02-16libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook1-9/+2
2022-02-16libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa4-5/+18
2022-02-16perf cs-etm: Fix corrupt inject files when only last branch option is enabledJames Clark1-0/+2
2022-02-16perf cs-etm: No-op refactor of synth opt usageJames Clark1-9/+5
2022-02-16libperf: Fix 32-bit build for tests uint64_t printfRob Herring1-2/+3
2022-02-16tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2022-02-16perf trace: Avoid early exit due SIGCHLD from non-workload processesChangbin Du1-5/+18
2022-02-16perf report: Add "addr_from" and "addr_to" sort dimensionsStephane Eranian4-0/+134
2022-02-16perf tools: Fix spelling mistake "commpressor" -> "compressor"Colin Ian King1-1/+1
2022-02-16perf annotate: Remove redundant 'ret' variabletangmeng1-3/+1
2022-02-16perf top: Remove redundant 'err' variabletangmeng1-3/+1
2022-02-16lkdtm: Add a test for function descriptors protectionChristophe Leroy1-0/+1
2022-02-15perf test: Make metric testing more robustIan Rogers1-6/+26
2022-02-15perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcastJames Clark2-0/+5
2022-02-15perf c2c: Replace bitmap_weight() with bitmap_empty() where appropriateYury Norov1-2/+2
2022-02-15perf tui: Only support --tui with slangIan Rogers4-3/+26
2022-02-15perf intel-pt: Add documentation for Event Trace and TNT disableAdrian Hunter1-2/+102
2022-02-15perf scripts python: export-to-postgresql.py: Export all sample flagsAdrian Hunter1-7/+10