aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-07-06Merge tag 'mm-hotfixes-stable-2026-07-06-17-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds10-7/+120
2026-07-06KVM: arm64: selftests: Add MMIO sign-extending load testFuad Tabba2-0/+256
2026-07-06selftests: net: make busywait timeout clock portableNirmoy Das1-2/+23
2026-07-06selftests/tc-testing: Add tests that force multiq and taprio to enqueue to child's gso_skbVictor Nogueira1-0/+164
2026-07-06selftests/alsa: Fix format specifier and function mismatch in mixer-testMalaya Kumar Rout1-2/+2
2026-07-05selftests/rseq: Fix spelling of accommodateDing Junlin1-1/+1
2026-07-05selftests/futex: Dynamically skip unsupported testsWake Liu2-0/+6
2026-07-05selftests/futex: Add FUTEX_LOCK_PI owner-exiting coverageValery Borovsky4-1/+269
2026-07-05selftests/futex: Migrate robust_list to harnessWake Liu1-82/+97
2026-07-05selftests/futex: Migrate futex_priv_hash to harnessWake Liu1-81/+79
2026-07-05selftests/futex: Migrate futex_numa_mpol to harnessWake Liu1-62/+62
2026-07-05selftests/futex: Migrate futex_requeue_pi_signal_restart to harnessWake Liu1-37/+37
2026-07-05selftests/futex: Migrate futex_requeue_pi_mismatched_ops to harnessWake Liu1-16/+25
2026-07-05selftests/futex: Migrate futex_requeue_pi to harnessWake Liu1-78/+79
2026-07-05selftests/futex: Migrate futex_requeue to harnessWake Liu1-10/+24
2026-07-05selftests/futex: Migrate futex_wait_uninitialized_heap to harnessWake Liu1-15/+20
2026-07-05selftests/futex: Migrate futex_wait_private_mapped_file to harnessWake Liu1-16/+20
2026-07-05selftests/futex: Migrate futex_wait to harnessWake Liu1-47/+80
2026-07-05selftests/futex: Correct validation logic in waitvWake Liu1-25/+30
2026-07-05selftests/futex: Migrate functional tests to harnessWake Liu4-137/+144
2026-07-05selftests/futex: Remove static keyword from 'head'Ankit Khushwaha1-1/+1
2026-07-05Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+86
2026-07-05selftests/alsa: Fix memory leak in find_controls error pathMalaya Kumar Rout1-0/+1
2026-07-04perf tests: Add auto counter reload (ACR) sampling testDapeng Mi1-0/+43
2026-07-04perf vendor events amd: Update Zen 6 core eventsSandipan Das1-5/+29
2026-07-04perf vendor events amd: Update Zen 5 core eventsSandipan Das2-18/+120
2026-07-04perf test amd ibs: avoid using executable heapOndrej Mosnacek1-14/+6
2026-07-04selftests/bpf: Add tests for forked/cloned optimized uprobesJiri Olsa1-0/+88
2026-07-04selftests/bpf: Add tests for uprobe nop10 red zone clobberingAndrii Nakryiko4-0/+164
2026-07-04selftests/bpf: Add reattach tests for uprobe syscallJiri Olsa1-10/+120
2026-07-04selftests/bpf: Change uprobe/usdt trigger bench code to use nop10Jiri Olsa3-29/+29
2026-07-04selftests/bpf: Change uprobe syscall tests to use nop10Jiri Olsa4-25/+34
2026-07-04selftests/bpf: Emit nop,nop10 instructions combo for x86_64 archJiri Olsa1-1/+1
2026-07-04libbpf: Detect uprobe syscall with new errorJiri Olsa2-3/+3
2026-07-04libbpf: Change has_nop_combo to work on top of nop10Jiri Olsa1-8/+8
2026-07-03perf test: Add Arm CoreSight callchain testLeo Yan6-2/+213
2026-07-03perf cs-etm: Synthesize callchains for instruction samplesLeo Yan1-5/+78
2026-07-03perf cs-etm: Support call indentationLeo Yan1-5/+15
2026-07-03perf cs-etm: Flush thread stacks after decoder resetLeo Yan1-0/+45
2026-07-03perf cs-etm: Use thread-stack for last branch entriesLeo Yan1-115/+58
2026-07-03perf cs-etm: Refactor instruction size handlingLeo Yan1-21/+22
2026-07-03perf cs-etm: Decode ETE exception packetsLeo Yan1-3/+3
2026-07-03perf cs-etm: Filter synthesized branch samplesLeo Yan3-6/+22
2026-07-03perf cs-etm: Fix thread leaks on trace queue init failureLeo Yan1-0/+4
2026-07-03perf test: Extend perf kvm tests to check default eventNamhyung Kim1-0/+10
2026-07-03perf kvm: Fix a memory leak in the usage stringNamhyung Kim1-7/+8
2026-07-03perf kvm: Do not copy filename stringNamhyung Kim1-10/+4
2026-07-03perf kvm: Kill STRDUP_FAIL_EXIT()Namhyung Kim4-53/+24
2026-07-03perf kvm: Check kvm_need_default_arch_event() earlyNamhyung Kim1-10/+11
2026-07-03perf kvm: Factor out kvm_need_default_arch_event()Namhyung Kim5-60/+69