aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-12-17selftests: gpio: provide a helper for reading chip infoBartosz Golaszewski3-1/+59
2021-12-17Merge tag 'lkdtm-v5.17-rc1' of https://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-1/+15
2021-12-16bpf: Right align verifier states in verifier logs.Christy Lee1-77/+92
2021-12-16bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee1-15/+15
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-124/+854
2021-12-16selftest/lkdtm: Skip stack-entropy test if lkdtm is not availableMisono Tomohiro1-1/+15
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-16/+421
2021-12-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski9-3/+353
2021-12-16bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau1-2/+14
2021-12-16selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov2-0/+32
2021-12-16selftests/bpf: Enable cross-building with clangJean-Philippe Brucker1-4/+4
2021-12-16tools/runqslower: Enable cross-building with clangJean-Philippe Brucker1-2/+2
2021-12-16bpftool: Enable cross-building with clangJean-Philippe Brucker1-6/+7
2021-12-16tools/libbpf: Enable cross-building with clangJean-Philippe Brucker1-1/+2
2021-12-16tools/resolve_btfids: Support cross-building the kernel with clangJean-Philippe Brucker1-0/+1
2021-12-16tools: Help cross-building with clangJean-Philippe Brucker1-1/+12
2021-12-16perf test: Test 73 Sig_trap fails on s390Thomas Richter1-0/+18
2021-12-16bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann1-0/+23
2021-12-16perf ftrace: Implement cpu and task filters in BPFNamhyung Kim2-1/+62
2021-12-16perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim6-67/+380
2021-12-16perf ftrace: Add 'latency' subcommandNamhyung Kim1-9/+276
2021-12-16perf ftrace: Move out common code from __cmd_ftraceNamhyung Kim1-30/+33
2021-12-16perf ftrace: Add 'trace' subcommandNamhyung Kim1-12/+23
2021-12-16perf arch: Support register names from all archsGerman Gomez13-601/+697
2021-12-16perf arm64: Rename perf_event_arm_regs for ARM64 registersGerman Gomez2-0/+4
2021-12-16perf namespaces: Add helper nsinfo__is_in_root_namespace()Leo Yan2-30/+48
2021-12-16libperf tests: Fix a spelling mistake "Runnnig" -> "Running"Colin Ian King1-1/+1
2021-12-16perf bpf-loader: Use IS_ERR_OR_NULL() to clean code and fix checkMiaoqian Lin1-6/+9
2021-12-16perf cs-etm: Remove duplicate and incorrect aux size checksJames Clark1-19/+0
2021-12-16perf vendor events: Rename arm64 arch std event filesAndrew Kilroy2-0/+0
2021-12-16perf vendor events: For the Arm Neoverse N2Andrew Kilroy12-0/+681
2021-12-16perf dlfilter: Drop unused variableSalvatore Bonaccorso1-2/+0
2021-12-16perf arm-spe: Add SPE total latency as PERF_SAMPLE_WEIGHTNamhyung Kim3-1/+7
2021-12-16perf bench: Use unbuffered output when pipe/tee'ing to a fileSohaib Mohamed2-2/+6
2021-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo41-345/+1199
2021-12-16iio: event_monitor: Flush output on eventZach DeCook1-0/+1
2021-12-16selftests/powerpc: skip tests for unavailable mitigations.Sachin Sant1-1/+4
2021-12-15kunit: tool: Default --jobs to number of CPUsDavid Gow2-3/+7
2021-12-15kunit: tool: fix newly introduced typechecker errorsDaniel Latypov2-2/+3
2021-12-15kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov2-2/+10
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov4-35/+29
2021-12-15kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov2-70/+75
2021-12-15objtool: Add a missing comma to avoid string concatenationEric W. Biederman1-1/+1
2021-12-15selftests: mlxsw: vxlan: Remove IPv6 test caseAmit Cohen1-18/+0
2021-12-14libbpf: Avoid reading past ELF data section end when copying licenseAndrii Nakryiko1-1/+4
2021-12-14bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann1-2/+65
2021-12-14bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann2-0/+117
2021-12-14libbpf: Mark bpf_object__find_program_by_title API deprecated.Kui-Feng Lee1-0/+1
2021-12-14tools/perf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee1-1/+12
2021-12-14selftests/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee10-67/+104