aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-20selftests/bpf: Correct the INDEX address in vmtest.shPu Lehui1-1/+1
2021-12-20KVM: selftests: Add test to verify TRIPLE_FAULT on invalid L2 guest stateSean Christopherson3-0/+107
2021-12-20selftests: KVM: Fix non-x86 compilingAndrew Jones2-9/+6
2021-12-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-17/+0
2021-12-19KVM: selftests: vmx_pmu_msrs_test: Drop tests mangling guest visible CPUIDsVitaly Kuznetsov1-17/+0
2021-12-19selftests: tc-testing: add action offload selftest for action and filterBaowen Zheng2-0/+96
2021-12-18bpf/selftests: Test PTR_TO_RDONLY_MEMHao Luo2-0/+43
2021-12-18perf inject: Fix segfault due to perf_data__fd() without openAdrian Hunter1-3/+7
2021-12-18perf inject: Fix segfault due to close without openAdrian Hunter1-1/+2
2021-12-18perf expr: Fix missing check for return value of hashmap__new()Miaoqian Lin1-0/+5
2021-12-17selftests: mptcp: try to set mptcp ulp mode in different sk statesFlorian Westphal2-66/+51
2021-12-17perf arm-spe: Synthesize SPE instruction eventsGerman Gomez1-0/+62
2021-12-17bpf, selftests: Fix spelling mistake "tained" -> "tainted"Colin Ian King1-1/+1
2021-12-17bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko1-3/+23
2021-12-17selftests/bpf: Add libbpf feature-probing API selftestsAndrii Nakryiko2-0/+126
2021-12-17libbpf: Rework feature-probing APIsAndrii Nakryiko3-54/+236
2021-12-17selftests/sgx: Fix corrupted cpuid macro invocationJarkko Sakkinen1-3/+2
2021-12-17selftests: gpio: gpio-sim: avoid forking test twiceBartosz Golaszewski1-1/+1
2021-12-17selftests: gpio: gpio-sim: remove bashismsBartosz Golaszewski1-2/+2
2021-12-17selftests: gpio: add test cases for gpio-simBartosz Golaszewski3-1/+398
2021-12-17selftests: gpio: add a helper for reading GPIO line namesBartosz Golaszewski3-1/+57
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/git/kees/linux into char-misc-nextGreg 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/netdev/netLinus 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