summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-07-05selftests/futex: Migrate futex_requeue_pi to harnessWake Liu
2026-07-05selftests/futex: Migrate futex_requeue to harnessWake Liu
2026-07-05selftests/futex: Migrate futex_wait_uninitialized_heap to harnessWake Liu
2026-07-05selftests/futex: Migrate futex_wait_private_mapped_file to harnessWake Liu
2026-07-05selftests/futex: Migrate futex_wait to harnessWake Liu
2026-07-05selftests/futex: Correct validation logic in waitvWake Liu
2026-07-05selftests/futex: Migrate functional tests to harnessWake Liu
2026-07-05selftests/futex: Remove static keyword from 'head'Ankit Khushwaha
2026-07-05Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-07-05selftests/alsa: Fix memory leak in find_controls error pathMalaya Kumar Rout
2026-07-04perf tests: Add auto counter reload (ACR) sampling testDapeng Mi
2026-07-04perf vendor events amd: Update Zen 6 core eventsSandipan Das
2026-07-04perf vendor events amd: Update Zen 5 core eventsSandipan Das
2026-07-04perf test amd ibs: avoid using executable heapOndrej Mosnacek
2026-07-04selftests/bpf: Add tests for forked/cloned optimized uprobesJiri Olsa
2026-07-04selftests/bpf: Add tests for uprobe nop10 red zone clobberingAndrii Nakryiko
2026-07-04selftests/bpf: Add reattach tests for uprobe syscallJiri Olsa
2026-07-04selftests/bpf: Change uprobe/usdt trigger bench code to use nop10Jiri Olsa
2026-07-04selftests/bpf: Change uprobe syscall tests to use nop10Jiri Olsa
2026-07-04selftests/bpf: Emit nop,nop10 instructions combo for x86_64 archJiri Olsa
2026-07-04libbpf: Detect uprobe syscall with new errorJiri Olsa
2026-07-04libbpf: Change has_nop_combo to work on top of nop10Jiri Olsa
2026-07-03perf test: Add Arm CoreSight callchain testLeo Yan
2026-07-03perf cs-etm: Synthesize callchains for instruction samplesLeo Yan
2026-07-03perf cs-etm: Support call indentationLeo Yan
2026-07-03perf cs-etm: Flush thread stacks after decoder resetLeo Yan
2026-07-03perf cs-etm: Use thread-stack for last branch entriesLeo Yan
2026-07-03perf cs-etm: Refactor instruction size handlingLeo Yan
2026-07-03perf cs-etm: Decode ETE exception packetsLeo Yan
2026-07-03perf cs-etm: Filter synthesized branch samplesLeo Yan
2026-07-03perf cs-etm: Fix thread leaks on trace queue init failureLeo Yan
2026-07-03perf test: Extend perf kvm tests to check default eventNamhyung Kim
2026-07-03perf kvm: Fix a memory leak in the usage stringNamhyung Kim
2026-07-03perf kvm: Do not copy filename stringNamhyung Kim
2026-07-03perf kvm: Kill STRDUP_FAIL_EXIT()Namhyung Kim
2026-07-03perf kvm: Check kvm_need_default_arch_event() earlyNamhyung Kim
2026-07-03perf kvm: Factor out kvm_need_default_arch_event()Namhyung Kim
2026-07-03perf symbols: skip livepatch symbols in kcore_copy kallsyms processingJoe Lawrence
2026-07-03perf symbols: skip livepatch symbols when loading kallsymsJoe Lawrence
2026-07-03tools/nolibc: mark arg1 operand in __nolibc_syscall0() as write-onlyThomas Weißschuh
2026-07-03selftests/nolibc: Add test for getcwd() and readlink()Daniel Palmer
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc2Daniel Borkmann
2026-07-03Merge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-03tools: ynl: pyynl: pull the --family resolution logic into the libJakub Kicinski
2026-07-03tools: ynl: pyynl: re-export the library API from the package rootJakub Kicinski
2026-07-02Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-03selftests: net: check multicast group user countYuyang Huang
2026-07-03tools/nolibc: unistd: Add readlink()Daniel Palmer
2026-07-03tools/nolibc: unistd: Add getcwd()Daniel Palmer
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni