summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-01-27perf time-utils: Constify variables storing the result of strchr() on const t...Arnaldo Carvalho de Melo-2/+2
2026-01-27perf units: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo-1/+1
2026-01-27perf trace-event: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo-1/+1
2026-01-27perf tp_pmu: Address const-correctness errors in recent glibcsArnaldo Carvalho de Melo-1/+1
2026-01-27perf hwmon_pmu: Constify the variables returning bsearch() on const tablesArnaldo Carvalho de Melo-1/+1
2026-01-27perf session: Don't write to memory pointed to a const pointerArnaldo Carvalho de Melo-3/+3
2026-01-27perf strlist: Don't write to const memoryArnaldo Carvalho de Melo-4/+8
2026-01-27perf metricgroup: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo-3/+2
2026-01-27perf disasm: Constify variables storing the result of bsearch() on const tablesArnaldo Carvalho de Melo-1/+1
2026-01-27perf thread-stack: Switch thread_stack__init() to use e_machineIan Rogers-2/+2
2026-01-27perf callchain: Switch callchain_param_setup from an arch to an e_machineIan Rogers-10/+8
2026-01-27perf script: Fix script_fetch_insn for more than just x86Ian Rogers-78/+87
2026-01-26mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes-1/+10
2026-01-26mm/rmap: remove anon_vma_merge() functionLorenzo Stoakes-5/+0
2026-01-26selftests: net: fix wrong boolean evaluation in __exit__Gal Pressman-1/+1
2026-01-26kernel-chktaint: add reporting for tainted modulesRandy Dunlap-1/+17
2026-01-26selftests/bpf: convert test_bpftool_map_access.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)-399/+371
2026-01-26selftests/bpf: convert test_bpftool_metadata.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)-86/+144
2026-01-26selftests/bpf: Add a few helpers for bpftool testingAlexis Lothoré (eBPF Foundation)-1/+87
2026-01-26perf session: Print all machines in session dumpHrishikesh Suresh-5/+8
2026-01-26perf unwind-libdw: Wire up e_flags for CSKYIan Rogers-4/+6
2026-01-26perf perf_regs: Accurately compute register names for CSKYIan Rogers-38/+62
2026-01-26perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers-48/+122
2026-01-26perf dso: Factor out e_machine reading for use in threadIan Rogers-50/+75
2026-01-26perf vendor events amd: Fix Zen 5 MAB allocation eventsSandipan Das-3/+3
2026-01-26perf test: Fix test perf evlist for z/VM s390xThomas Richter-2/+2
2026-01-26perf annotate: Fix BUILD_NONDISTRO=1 missing args->ms conversions to pointerArnaldo Carvalho de Melo-3/+3
2026-01-26tools headers: Don't check arm64's unistd.hLeo Yan-1/+0
2026-01-26Revert "perf tools: Fix arm64 build by generating unistd_64.h"Leo Yan-13/+2
2026-01-26tools headers: Go back to include asm-generic/unistd.h for arm64Leo Yan-1/+23
2026-01-26Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-405/+1360
2026-01-26selftests/bpf: Harden cpu flags test for lru_percpu_hash mapLeon Hwang-3/+10
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever-7/+62
2026-01-26xdrgen: Emit a max_arg_sz macroChuck Lever-1/+39
2026-01-26xdrgen: Extend error reporting to AST transformation phaseChuck Lever-5/+67
2026-01-26xdrgen: Improve parse error reportingChuck Lever-35/+118
2026-01-26xdrgen: Remove inclusion of nlm4.h headerChuck Lever-1/+0
2026-01-26xdrgen: Implement short (16-bit) integer typesChuck Lever-0/+10
2026-01-26xdrgen: Emit the program number definitionChuck Lever-0/+8
2026-01-26xdrgen: Fix struct prefix for typedef types in program wrappersChuck Lever-1/+12
2026-01-26xdrgen: Address some checkpatch whitespace complaintsChuck Lever-1/+3
2026-01-26xdrgen: Generate "if" instead of "switch" for boolean union enumeratorsChuck Lever-20/+109
2026-01-26xdrgen: improve error reporting for invalid void declarationsKhushal Chitturi-4/+4
2026-01-26kselftest/arm64: Add missing file in .gitignoreI-Hsin Cheng-0/+1
2026-01-25selftests: net: add ipv6 ping to local address from localhostFernando Fernandez Mancera-0/+7
2026-01-25selftests: ublk: add missing gitignore for metadata_size binaryAlexander Atanasov-2/+4
2026-01-25selftests/bpf: Add tests for execution context helpersChangwoo Min-0/+144
2026-01-25selftests/bpf: Introduce execution context detection helpersChangwoo Min-0/+58
2026-01-24selftests/bpf: test fsession mixed with fentry and fexitMenglong Dong-0/+16
2026-01-24selftests/bpf: add testcases for fsession cookieMenglong Dong-0/+100