summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-08-03tools build: Add 3-component logical version comparatorsArnaldo Carvalho de Melo
2023-08-03test/vsock: remove vsock_perf executable on `make clean`Stefano Garzarella
2023-08-02selftests: riscv: Fix compilation error with vstate_exec_nolibc.cAlexandre Ghiti
2023-08-02selftests/riscv: fix potential build failure during the "emit_tests" stepJohn Hubbard
2023-08-01selftest: net: Assert on a proper value in so_incoming_cpu.c.Kuniyuki Iwashima
2023-08-01perf test parse-events: Test complex name has required event formatIan Rogers
2023-08-01perf pmus: Create placholder regardless of scanning core_onlyIan Rogers
2023-07-31net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson
2023-07-29KVM: selftests: Explicitly free vcpus array in binary stats testSean Christopherson
2023-07-29KVM: selftests: Clean up stats fd in common stats_test() helperSean Christopherson
2023-07-29KVM: selftests: Use pread() to read binary stats headerSean Christopherson
2023-07-29selftests/rseq: Play nice with binaries statically linked against glibc 2.35+Sean Christopherson
2023-07-28perf build: Add Wextra for C++ compilationIan Rogers
2023-07-28perf build: Don't always set -funwind-tables and -ggdb3Ian Rogers
2023-07-28perf bpf-loader: Remove unneeded diagnostic pragmaIan Rogers
2023-07-28perf vendor events arm64: Add JSON metrics for Yitian 710 DDRJing Zhang
2023-07-28perf jevents: Add support for Yitian 710 DDR PMU (arm64) aliasingJing Zhang
2023-07-28perf tools: Add a place to put kernel config fragments for test runsJames Clark
2023-07-28perf scripts python: Add command execution for gecko scriptAnup Sharma
2023-07-28perf scripts python: Implement add sample function and thread processingAnup Sharma
2023-07-28perf scripts python: Implement add sample function and thread processingAnup Sharma
2023-07-28perf scripts python: Add trace end processing and PRODUCT and CATEGORIES info...Anup Sharma
2023-07-28perf scripts python: Add classes and conversion functionsAnup Sharma
2023-07-28perf scripts python: Extact necessary information from process eventAnup Sharma
2023-07-28perf scripts python: Add initial script file with usage informationAnup Sharma
2023-07-28perf doc: Fix typo in perf.data-file-format.txtXiu Jianfeng
2023-07-28perf machine: Include data symbols in the kernel mapNamhyung Kim
2023-07-28perf symbols: Add kallsyms__get_symbol_start()Namhyung Kim
2023-07-28perf parse-events: Remove ABORT_ONIan Rogers
2023-07-28perf parse-events: Improve location for add pmuIan Rogers
2023-07-28perf parse-events: Populate error column for BPF/tracepoint eventsIan Rogers
2023-07-28perf parse-events: Additional error reportingIan Rogers
2023-07-28perf parse-events: Separate ENOMEM memory handlingIan Rogers
2023-07-28perf parse-events: Move instances of YYABORT to YYNOMEMIan Rogers
2023-07-28perf parse-events: Separate YYABORT and YYNOMEM casesIan Rogers
2023-07-28perf parse-event: Add memory allocation test for name termsIan Rogers
2023-07-28perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo
2023-07-28perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller
2023-07-28Merge tag 'cxl-fixes-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-27perf parse-events: Only move force grouped evsels when sortingIan Rogers
2023-07-27perf parse-events: When fixing group leaders always set the leaderIan Rogers
2023-07-27perf parse-events: Extra care around force grouped eventsIan Rogers
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)