summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-01-27selftests/vsock: add namespace tests for CID collisionsBobby Eshleman
2026-01-27selftests/vsock: add tests for proc sys vsock ns_modeBobby Eshleman
2026-01-27selftests/vsock: use ss to wait for listeners instead of /proc/netBobby Eshleman
2026-01-27selftests/vsock: add vm_dmesg_{warn,oops}_count() helpersBobby Eshleman
2026-01-27selftests/vsock: prepare vm management helpers for namespacesBobby Eshleman
2026-01-27selftests/vsock: add namespace helpers to vmtest.shBobby Eshleman
2026-01-27selftests/vsock: increase timeout to 1200Bobby Eshleman
2026-01-27perf jitdump: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo
2026-01-27perf bpf-event: Constify variables storing the result of strchr() on const ta...Arnaldo Carvalho de Melo
2026-01-27perf demangle-java: Constify variables storing the result of strchr() on cons...Arnaldo Carvalho de Melo
2026-01-27perf time-utils: Constify variables storing the result of strchr() on const t...Arnaldo Carvalho de Melo
2026-01-27perf units: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo
2026-01-27perf trace-event: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo
2026-01-27perf tp_pmu: Address const-correctness errors in recent glibcsArnaldo Carvalho de Melo
2026-01-27perf hwmon_pmu: Constify the variables returning bsearch() on const tablesArnaldo Carvalho de Melo
2026-01-27perf session: Don't write to memory pointed to a const pointerArnaldo Carvalho de Melo
2026-01-27perf strlist: Don't write to const memoryArnaldo Carvalho de Melo
2026-01-27perf metricgroup: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo
2026-01-27perf disasm: Constify variables storing the result of bsearch() on const tablesArnaldo Carvalho de Melo
2026-01-27perf thread-stack: Switch thread_stack__init() to use e_machineIan Rogers
2026-01-27perf callchain: Switch callchain_param_setup from an arch to an e_machineIan Rogers
2026-01-27perf script: Fix script_fetch_insn for more than just x86Ian Rogers
2026-01-26mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes
2026-01-26mm/rmap: remove anon_vma_merge() functionLorenzo Stoakes
2026-01-26selftests: net: fix wrong boolean evaluation in __exit__Gal Pressman
2026-01-26kernel-chktaint: add reporting for tainted modulesRandy Dunlap
2026-01-26selftests/bpf: convert test_bpftool_map_access.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)
2026-01-26selftests/bpf: convert test_bpftool_metadata.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)
2026-01-26selftests/bpf: Add a few helpers for bpftool testingAlexis Lothoré (eBPF Foundation)
2026-01-26perf session: Print all machines in session dumpHrishikesh Suresh
2026-01-26perf unwind-libdw: Wire up e_flags for CSKYIan Rogers
2026-01-26perf perf_regs: Accurately compute register names for CSKYIan Rogers
2026-01-26perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers
2026-01-26perf dso: Factor out e_machine reading for use in threadIan Rogers
2026-01-26perf vendor events amd: Fix Zen 5 MAB allocation eventsSandipan Das
2026-01-26perf test: Fix test perf evlist for z/VM s390xThomas Richter
2026-01-26perf annotate: Fix BUILD_NONDISTRO=1 missing args->ms conversions to pointerArnaldo Carvalho de Melo
2026-01-26tools headers: Don't check arm64's unistd.hLeo Yan
2026-01-26Revert "perf tools: Fix arm64 build by generating unistd_64.h"Leo Yan
2026-01-26tools headers: Go back to include asm-generic/unistd.h for arm64Leo Yan
2026-01-26Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2026-01-26selftests/bpf: Harden cpu flags test for lru_percpu_hash mapLeon Hwang
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever
2026-01-26xdrgen: Emit a max_arg_sz macroChuck Lever
2026-01-26xdrgen: Extend error reporting to AST transformation phaseChuck Lever
2026-01-26xdrgen: Improve parse error reportingChuck Lever
2026-01-26xdrgen: Remove inclusion of nlm4.h headerChuck Lever
2026-01-26xdrgen: Implement short (16-bit) integer typesChuck Lever
2026-01-26xdrgen: Emit the program number definitionChuck Lever
2026-01-26xdrgen: Fix struct prefix for typedef types in program wrappersChuck Lever