aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-01-23selftests/bpf: Simple program to dump XDP RX metadataStanislav Fomichev4-1/+491
2023-01-23selftests/bpf: Verify xdp_metadata xdp->af_xdp pathStanislav Fomichev6-1/+514
2023-01-23selftests/bpf: Update expected test_offload.py messagesStanislav Fomichev1-5/+5
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev1-0/+5
2023-01-23perf test buildid: Fix shell string substitutionsAthira Rajeev1-7/+11
2023-01-23perf: Various spelling fixesDiederik de Haas4-5/+5
2023-01-23perf test: Switch basic bpf filtering test to use syscall tracepointNaveen N. Rao1-1/+1
2023-01-23Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo14-20/+119
2023-01-22perf cs-etm: Ensure that Coresight timestamps don't go backwardsJames Clark1-10/+19
2023-01-22perf cs_etm: Set the time field in the synthetic samplesGerman Gomez3-13/+120
2023-01-22perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETEGerman Gomez3-0/+52
2023-01-22perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez4-22/+76
2023-01-22perf pmu: Add function to check if a pmu file existsGerman Gomez2-0/+12
2023-01-22perf pmu: Remove remaining duplication of bus/event_source/devices/...James Clark1-12/+5
2023-01-22perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()James Clark5-60/+27
2023-01-22perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark5-85/+51
2023-01-22perf tools: Fix foolproof typoIan Rogers4-4/+4
2023-01-22perf symbols: Check SHT_RELA and SHT_REL type earlierAdrian Hunter1-27/+27
2023-01-22perf symbols: Combine handling for SHT_RELA and SHT_RELAdrian Hunter1-48/+27
2023-01-22perf symbols: Allow for .plt entries with no symbolAdrian Hunter1-4/+10
2023-01-22perf symbols: Add symbol for .plt headerAdrian Hunter1-5/+21
2023-01-22perf symbols: Do not check ss->dynsym twiceAdrian Hunter1-3/+0
2023-01-22perf symbols: Slightly simplify 'err' usage in dso__synthesize_plt_symbols()Adrian Hunter1-5/+3
2023-01-22perf symbols: Add dso__find_symbol_nocache()Adrian Hunter2-0/+6
2023-01-22perf symbols: Check plt_entry_size is not zeroAdrian Hunter1-7/+11
2023-01-22perf symbols: Factor out get_plt_sizes()Adrian Hunter1-26/+28
2023-01-22perf test: Add Symbols testAdrian Hunter5-0/+160
2023-01-22KVM: selftests: Make reclaim_period_ms input always be positiveVipin Sharma1-1/+1
2023-01-22selftests: kvm: move declaration at the beginning of main()Paolo Bonzini1-4/+3
2023-01-21tools/iio/iio_utils:fix memory leakYulong Zhang1-17/+6
2023-01-21objtool: Check that module init/exit function is an indirect call targetMichal Kubecek2-0/+15
2023-01-20selftests/bpf: Add dynptr helper testsKumar Kartikeya Dwivedi1-0/+192
2023-01-20selftests/bpf: Add dynptr partial slot overwrite testsKumar Kartikeya Dwivedi1-0/+66
2023-01-20selftests/bpf: Add dynptr var_off testsKumar Kartikeya Dwivedi1-0/+40
2023-01-20selftests/bpf: Add dynptr pruning testsKumar Kartikeya Dwivedi1-0/+141
2023-01-20selftests/bpf: convenience macro for use with 'asm volatile' blocksEduard Zingerman1-0/+7
2023-01-20bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi1-2/+2
2023-01-20bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi1-3/+3
2023-01-20bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi2-3/+3
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-28/+134
2023-01-20Merge tag 'linux-kselftest-fixes-6.2-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-12/+64
2023-01-20kselftest/arm64: Correct buffer size for SME ZA storageZenghui Yu1-2/+2
2023-01-20kselftest/arm64: Remove the local NUM_VL definitionZenghui Yu1-2/+0
2023-01-20kselftest/arm64: Verify simultaneous SSVE and ZA context generationMark Brown1-0/+162
2023-01-20kselftest/arm64: Verify that SSVE signal context has SVE_SIG_FLAG_SM setMark Brown1-0/+5
2023-01-20kselftest/arm64: Remove spurious comment from MTE test MakefileMark Brown1-1/+0
2023-01-20kselftest/arm64: Support build of MTE tests with clangMark Brown1-5/+15
2023-01-20kselftest/arm64: Initialise current at build time in signal testsMark Brown1-3/+1
2023-01-20kselftest/arm64: Don't pass headers to the compiler as sourceMark Brown1-2/+6