aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-07-28perf tools: Add a place to put kernel config fragments for test runsJames Clark3-0/+19
2023-07-28perf scripts python: Add command execution for gecko scriptAnup Sharma2-0/+5
2023-07-28perf scripts python: Implement add sample function and thread processingAnup Sharma1-2/+50
2023-07-28perf scripts python: Implement add sample function and thread processingAnup Sharma1-0/+54
2023-07-28perf scripts python: Add trace end processing and PRODUCT and CATEGORIES info...Anup Sharma1-1/+64
2023-07-28perf scripts python: Add classes and conversion functionsAnup Sharma1-1/+132
2023-07-28perf scripts python: Extact necessary information from process eventAnup Sharma1-1/+13
2023-07-28perf scripts python: Add initial script file with usage informationAnup Sharma1-0/+31
2023-07-28perf doc: Fix typo in perf.data-file-format.txtXiu Jianfeng1-1/+1
2023-07-28perf machine: Include data symbols in the kernel mapNamhyung Kim1-1/+3
2023-07-28perf symbols: Add kallsyms__get_symbol_start()Namhyung Kim2-3/+29
2023-07-28perf parse-events: Remove ABORT_ONIan Rogers1-8/+14
2023-07-28perf parse-events: Improve location for add pmuIan Rogers3-11/+13
2023-07-28perf parse-events: Populate error column for BPF/tracepoint eventsIan Rogers4-39/+57
2023-07-28perf parse-events: Additional error reportingIan Rogers1-6/+19
2023-07-28perf parse-events: Separate ENOMEM memory handlingIan Rogers1-52/+82
2023-07-28perf parse-events: Move instances of YYABORT to YYNOMEMIan Rogers1-18/+40
2023-07-28perf parse-events: Separate YYABORT and YYNOMEM casesIan Rogers1-19/+26
2023-07-28perf parse-event: Add memory allocation test for name termsIan Rogers3-3/+6
2023-07-28perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo1-0/+6
2023-07-28XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)1-2/+66
2023-07-28perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller1-1/+7
2023-07-28Merge tag 'cxl-fixes-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+0
2023-07-28ynl: print xdp-zc-max-segs in the sampleStanislav Fomichev1-0/+2
2023-07-28ynl: regenerate all headersStanislav Fomichev5-1/+16
2023-07-28ynl: mark max/mask as private for kdocStanislav Fomichev1-0/+1
2023-07-28iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverageNicolin Chen2-2/+46
2023-07-28selftests/bpf: Enable test test_progs-cpuv4 for gcc build kernelYonghong Song1-2/+3
2023-07-28selftests/ptp: Add -X option for testing PTP_SYS_OFFSET_PRECISEAlex Maftei1-1/+30
2023-07-28selftests/ptp: Add -x option for testing PTP_SYS_OFFSET_EXTENDEDAlex Maftei1-2/+42
2023-07-27Merge branch 'net-tls-fixes-for-nvme-over-tls'Jakub Kicinski1-0/+11
2023-07-27selftests/net/tls: add test for MSG_EORHannes Reinecke1-0/+11
2023-07-27selftests/bpf: Test ldsx with more complex casesYonghong Song3-1/+265
2023-07-27selftests/bpf: Add unit tests for new gotol insnYonghong Song2-0/+46
2023-07-27selftests/bpf: Add unit tests for new sdiv/smod insnsYonghong Song2-0/+783
2023-07-27selftests/bpf: Add unit tests for new bswap insnsYonghong Song2-0/+61
2023-07-27selftests/bpf: Add unit tests for new sign-extension mov insnsYonghong Song2-0/+215
2023-07-27selftests/bpf: Add unit tests for new sign-extension load insnsYonghong Song2-0/+133
2023-07-27selftests/bpf: Add a cpuv4 test runner for cpu=v4 testingYonghong Song2-4/+26
2023-07-27selftests/bpf: Fix a test_verifier failureYonghong Song1-3/+3
2023-07-27bpf: Support new sign-extension load insnsYonghong Song1-0/+1
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+11
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-11/+9
2023-07-27kselftest/arm64: Validate that changing one VL type does not affect anotherMark Brown1-1/+21
2023-07-27kselftest/arm64: Add a test case for SVE VL changes with SME activeMark Brown1-3/+102
2023-07-27vsock/test: MSG_PEEK test for SOCK_SEQPACKETArseniy Krasnov1-4/+54
2023-07-27vsock/test: rework MSG_PEEK test for SOCK_STREAMArseniy Krasnov1-3/+75
2023-07-27perf parse-events: Only move force grouped evsels when sortingIan Rogers1-13/+26
2023-07-27perf parse-events: When fixing group leaders always set the leaderIan Rogers1-8/+3
2023-07-27perf parse-events: Extra care around force grouped eventsIan Rogers1-4/+10