summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-02-13tools/power turbostat: Simplify global core_id calculationLen Brown
2026-02-13tools/power turbostat: Unify even/odd/average counter referencingLen Brown
2026-02-13tools/power turbostat: Allocate average counters dynamicallyLen Brown
2026-02-13tools/power turbostat: Delete core_data.core_idLen Brown
2026-02-13tools/power turbostat: Rename physical_core_id to core_idLen Brown
2026-02-13tools/power turbostat: Cleanup package_idLen Brown
2026-02-13tools/power turbostat: Cleanup internal use of "base_cpu"Len Brown
2026-02-13tools/power turbostat: Add L2 cache statisticsLen Brown
2026-02-12Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-12selftests: drv-net: limit RPS test CPUs to supported rangeGal Pressman
2026-02-12selftests: net: lib: Fix jq parsing errorYue Haibing
2026-02-12selftests: mlxsw: tc_restrictions: Fix test failure with new iproute2Ido Schimmel
2026-02-12tools/testing: keep legacy generated files around in .gitignore fileLinus Torvalds
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2026-02-12Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2026-02-12selftests/memfd: use IPC semaphore instead of SIGSTOP/SIGCONTAristeu Rozanski
2026-02-12delayacct: fix build regression on accounting toolArnd Bergmann
2026-02-12selftests/mm: add memory failure dirty pagecache testMiaohe Lin
2026-02-12selftests/mm: add memory failure clean pagecache testMiaohe Lin
2026-02-12selftests/mm: add memory failure anonymous page testMiaohe Lin
2026-02-12tools/testing/vma: add VMA userland tests for VMA flag functionsLorenzo Stoakes
2026-02-12tools/testing/vma: separate out vma_internal.h into logical headersLorenzo Stoakes
2026-02-12tools/testing/vma: separate VMA userland tests into separate filesLorenzo Stoakes
2026-02-12mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes
2026-02-12mm: add basic VMA flag operation helper functionsLorenzo Stoakes
2026-02-12tools: bitmap: add missing bitmap_[subset(), andnot()]Lorenzo Stoakes
2026-02-12mm: use unmap_desc struct for freeing page tablesLiam R. Howlett
2026-02-12mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett
2026-02-12mm/memory: add tree limit to free_pgtables()Liam R. Howlett
2026-02-12Merge tag 'trace-rtla-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-12Merge tag 'trace-rv-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2026-02-12tools/sched_ext: scx_userland: fix restart and stats thread lifecycle bugsDavid Carlier
2026-02-12perf test script: Add python script testing supportIan Rogers
2026-02-12perf test script: Add perl script testing supportIan Rogers
2026-02-12perf script: Allow the generated script to be a pathIan Rogers
2026-02-12perf test: perf data --to-ctf testingIan Rogers
2026-02-12perf test: Test pipe mode with data conversion --to-jsonIan Rogers
2026-02-12perf json: Pipe mode --to-ctf supportIan Rogers
2026-02-12perf json: Pipe mode --to-json supportIan Rogers
2026-02-12perf check: Add libbabeltrace to the listed featuresIan Rogers
2026-02-12perf build: Allow passing extra Clang flags via EXTRA_BPF_FLAGShupu
2026-02-12perf test data_type_profiling.sh: Skip just the Rust tests if code_with_type ...Arnaldo Carvalho de Melo
2026-02-12tools build: Fix feature test for rust compilerDmitrii Dolgov
2026-02-12perf libunwind: Fix calls to thread__e_machine()Ian Rogers
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12tools/sched_ext: scx_central: fix sched_setaffinity() call with the set sizeDavid Carlier
2026-02-12tools/sched_ext: scx_flatcg: zero-initialize stats counter arrayDavid Carlier
2026-02-12kbuild: Add objtool to top-level clean targetJosh Poimboeuf
2026-02-12Merge 7.0 Kbuild changes into kbuild-fixesNathan Chancellor