summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-10-24tools/power turbostat: Add Wildcat Lake and Nova Lake supportLen Brown-1/+4
2025-10-24tools/power turbostat: Regression fix Uncore MHz printed in hexLen Brown-6/+6
2025-10-23perf cs-etm: Mute enumeration value warningLeo Yan-33/+11
2025-10-23tools: arm64: Add Cortex-A720AE definitionsKuninori Morimoto-0/+3
2025-10-23perf annotate: Fix Clang build by adding block in switch caseJames Clark-1/+2
2025-10-23libbpf: Fix powerpc's stack register definition in bpf_tracing.hAndrii Nakryiko-1/+1
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-225/+633
2025-10-23Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-52/+56
2025-10-23perf build: Fix perf build issues with fixdepJosh Poimboeuf-5/+3
2025-10-22selftests: cachestat: Fix warning on declaration under labelSidharth Seela-2/+2
2025-10-22selftests/cachestat: add tmpshmcstat file to .gitignoreMadhur Kumar-0/+1
2025-10-22objtool: Fix failure when being compiled on x32 systemMikulas Patocka-2/+2
2025-10-22objtool/rust: add one more `noreturn` Rust functionMiguel Ojeda-0/+1
2025-10-22objtool/klp: Add the debian-based package name of xxhash to the hintBorislav Petkov (AMD)-1/+1
2025-10-22selftests/tty: add TIOCSTI test suiteAbhinav Saxena-1/+656
2025-10-21selftests: mptcp: join: mark laminar tests as skipped if not supportedMatthieu Baerts (NGI0)-5/+5
2025-10-21selftests: mptcp: join: mark 'delete re-add signal' as skipped if not supportedMatthieu Baerts (NGI0)-1/+1
2025-10-21selftests: mptcp: join: mark implicit tests as skipped if not supportedMatthieu Baerts (NGI0)-2/+2
2025-10-21selftests: mptcp: join: mark 'flush re-add' as skipped if not supportedMatthieu Baerts (NGI0)-1/+1
2025-10-21sched_ext: Fix scx_bpf_dsq_insert() backward binary compatibilityTejun Heo-5/+5
2025-10-21libbpf: fix formatting of bpf_object__append_subprog_codeAnton Protopopov-26/+26
2025-10-21perf annotate: Invalidate register states for untracked instructionsZecheng Li-0/+29
2025-10-21perf annotate: Save pointer offset in stack stateZecheng Li-10/+15
2025-10-21perf annotate: Track arithmetic instructions on pointersZecheng Li-8/+152
2025-10-21perf annotate: Track address registers via TSR_KIND_POINTERZecheng Li-8/+71
2025-10-21perf annotate: Skip annotating data types to lea instructionsZecheng Li-0/+20
2025-10-21perf annotate: Check return value of evsel__get_arch() properlyTianyou Li-1/+1
2025-10-21perf annotate: fix a crash when annotate the same symbol with 's' and 'T'Tianyou Li-5/+22
2025-10-21perf annotate: Fix build with NO_SLANG=1Namhyung Kim-4/+6
2025-10-20perf jevents: Suppress circular dependency warningsJames Clark-1/+3
2025-10-20perf jevents: Remove unused makefile variableJames Clark-1/+0
2025-10-20perf jevents: Fix build when there are other json files in the treeJames Clark-1/+1
2025-10-20selftests: net: fix server bind failure in sctp_vrf.shXin Long-43/+47
2025-10-20iommufd/selftest: Fix ioctl return value in _test_cmd_trigger_vevents()Nicolin Chen-2/+2
2025-10-20Merge tag 'cgroup-for-6.18-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-9/+29
2025-10-20KVM: selftests: Use "gpa" and "gva" for local variable names in pre-fault testSean Christopherson-18/+14
2025-10-20KVM: selftests: Forcefully override ARCH from x86_64 to x86Sean Christopherson-1/+1
2025-10-20KVM: selftests: Don't fall over in mmu_stress_test when only one CPU is presentBrendan Jackman-1/+3
2025-10-20KVM: selftests: Add guest_memfd tests for mmap and NUMA policy supportShivank Garg-0/+98
2025-10-20KVM: selftests: Add helpers to probe for NUMA support, and multi-node systemsShivank Garg-0/+52
2025-10-20KVM: selftests: Use proper uAPI headers to pick up mempolicy.h definitionsSean Christopherson-31/+1
2025-10-20KVM: selftests: Add additional equivalents to libnuma APIs in KVM's numaif.hSean Christopherson-20/+25
2025-10-20KVM: selftests: Report stacktraces SIGBUS, SIGSEGV, SIGILL, and SIGFPE by def...Sean Christopherson-0/+24
2025-10-20KVM: selftests: Define wrappers for common syscalls to assert successSean Christopherson-60/+96
2025-10-20perf parse-events: Make X modifier more respectful of groupsIan Rogers-6/+10
2025-10-19perf c2c annotate: Start from the contention lineTianyou Li-9/+55
2025-10-19perf c2c: Add annotation support to perf c2c reportTianyou Li-5/+157
2025-10-19perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024Ian Rogers-1/+1
2025-10-19perf ilist: Add PMU information to metricsIan Rogers-4/+18
2025-10-19perf python: Add PMU argument to parse_metricsIan Rogers-3/+3