summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-27selftests/vsock: add vm_dmesg_{warn,oops}_count() helpersBobby Eshleman1-4/+15
2026-01-27selftests/vsock: prepare vm management helpers for namespacesBobby Eshleman1-32/+69
2026-01-27selftests/vsock: add namespace helpers to vmtest.shBobby Eshleman1-0/+32
2026-01-27selftests/vsock: increase timeout to 1200Bobby Eshleman1-1/+1
2026-01-27perf jitdump: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo1-1/+1
2026-01-27perf bpf-event: Constify variables storing the result of strchr() on const ta...Arnaldo Carvalho de Melo1-1/+2
2026-01-27perf demangle-java: Constify variables storing the result of strchr() on cons...Arnaldo Carvalho de Melo1-1/+1
2026-01-27perf time-utils: Constify variables storing the result of strchr() on const t...Arnaldo Carvalho de Melo1-2/+2
2026-01-27perf units: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo1-1/+1
2026-01-27perf trace-event: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo1-1/+1
2026-01-27perf tp_pmu: Address const-correctness errors in recent glibcsArnaldo Carvalho de Melo1-1/+1
2026-01-27perf hwmon_pmu: Constify the variables returning bsearch() on const tablesArnaldo Carvalho de Melo1-1/+1
2026-01-27perf session: Don't write to memory pointed to a const pointerArnaldo Carvalho de Melo1-3/+3
2026-01-27perf strlist: Don't write to const memoryArnaldo Carvalho de Melo1-4/+8
2026-01-27perf metricgroup: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo1-3/+2
2026-01-27perf disasm: Constify variables storing the result of bsearch() on const tablesArnaldo Carvalho de Melo1-1/+1
2026-01-27perf thread-stack: Switch thread_stack__init() to use e_machineIan Rogers1-2/+2
2026-01-27perf callchain: Switch callchain_param_setup from an arch to an e_machineIan Rogers5-10/+8
2026-01-27perf script: Fix script_fetch_insn for more than just x86Ian Rogers11-78/+87
2026-01-27mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes1-1/+10
2026-01-27mm/rmap: remove anon_vma_merge() functionLorenzo Stoakes1-5/+0
2026-01-27selftests: net: fix wrong boolean evaluation in __exit__Gal Pressman1-1/+1
2026-01-27kernel-chktaint: add reporting for tainted modulesRandy Dunlap1-1/+17
2026-01-27selftests/bpf: convert test_bpftool_map_access.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)3-399/+371
2026-01-27selftests/bpf: convert test_bpftool_metadata.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)3-86/+144
2026-01-27selftests/bpf: Add a few helpers for bpftool testingAlexis Lothoré (eBPF Foundation)3-1/+87
2026-01-27perf session: Print all machines in session dumpHrishikesh Suresh1-5/+8
2026-01-27perf unwind-libdw: Wire up e_flags for CSKYIan Rogers2-4/+6
2026-01-27perf perf_regs: Accurately compute register names for CSKYIan Rogers7-38/+62
2026-01-27perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers12-48/+122
2026-01-27perf dso: Factor out e_machine reading for use in threadIan Rogers3-50/+75
2026-01-27perf vendor events amd: Fix Zen 5 MAB allocation eventsSandipan Das1-3/+3
2026-01-27perf test: Fix test perf evlist for z/VM s390xThomas Richter1-2/+2
2026-01-27perf annotate: Fix BUILD_NONDISTRO=1 missing args->ms conversions to pointerArnaldo Carvalho de Melo1-3/+3
2026-01-26tools headers: Don't check arm64's unistd.hLeo Yan1-1/+0
2026-01-26Revert "perf tools: Fix arm64 build by generating unistd_64.h"Leo Yan2-13/+2
2026-01-26tools headers: Go back to include asm-generic/unistd.h for arm64Leo Yan1-1/+23
2026-01-26Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo51-405/+1360
2026-01-26selftests/bpf: Harden cpu flags test for lru_percpu_hash mapLeon Hwang1-3/+10
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever7-7/+62
2026-01-26xdrgen: Emit a max_arg_sz macroChuck Lever3-1/+39
2026-01-26xdrgen: Extend error reporting to AST transformation phaseChuck Lever5-5/+67
2026-01-26xdrgen: Improve parse error reportingChuck Lever6-35/+118
2026-01-26xdrgen: Remove inclusion of nlm4.h headerChuck Lever1-1/+0
2026-01-26xdrgen: Implement short (16-bit) integer typesChuck Lever3-0/+10
2026-01-26xdrgen: Emit the program number definitionChuck Lever2-0/+8
2026-01-26xdrgen: Fix struct prefix for typedef types in program wrappersChuck Lever3-1/+12
2026-01-26xdrgen: Address some checkpatch whitespace complaintsChuck Lever4-1/+3
2026-01-26xdrgen: Generate "if" instead of "switch" for boolean union enumeratorsChuck Lever3-20/+109
2026-01-26xdrgen: improve error reporting for invalid void declarationsKhushal Chitturi1-4/+4