summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-08-12perf tool: Move fill defaults into tool.cIan Rogers
2024-08-12perf tool: Constify tool pointersIan Rogers
2024-08-12perf s390-cpumsf: Remove unused structIan Rogers
2024-08-12perf auxtrace: Remove dummy toolsIan Rogers
2024-08-12perf inject: Fix leader sampling inserting additional samplesIan Rogers
2024-08-12perf annotate-data: Show first-level children by default in TUINamhyung Kim
2024-08-12perf annotate-data: Implement folding in TUI browserNamhyung Kim
2024-08-12perf annotate-data: Support folding in TUI browserNamhyung Kim
2024-08-12perf vendor events: SKX, CLX, SNR uncore cache event fixesIan Rogers
2024-08-12perf lock contention: Change stack_id type to s32Namhyung Kim
2024-08-12perf annotate-data: Fix a buffer overflow in TUI browserNamhyung Kim
2024-08-12selftests/nolibc: run-tests.sh: allow building through LLVMThomas Weißschuh
2024-08-12selftests/nolibc: use correct clang target for s390/systemzThomas Weißschuh
2024-08-12selftests/nolibc: don't use libgcc when building with clangThomas Weißschuh
2024-08-12selftests/nolibc: run-tests.sh: avoid overwriting CFLAGS_EXTRAThomas Weißschuh
2024-08-12selftests/nolibc: add cc-option compatible with clang cross buildsThomas Weißschuh
2024-08-12selftests/nolibc: add support for LLVM= parameterThomas Weißschuh
2024-08-12selftests/nolibc: determine $(srctree) firstThomas Weißschuh
2024-08-12selftests/nolibc: avoid passing NULL to printf("%s")Thomas Weißschuh
2024-08-12selftests/nolibc: report failure if no testcase passedThomas Weißschuh
2024-08-12tools/nolibc: compiler: use attribute((naked)) if availableThomas Weißschuh
2024-08-12tools/nolibc: move entrypoint specifics to compiler.hThomas Weißschuh
2024-08-12libbpf: Fix license for btf_relocate.cAlan Maguire
2024-08-12perf docs: Refine the description for the buffer sizeLeo Yan
2024-08-12perf script: add --addr2line optionMartin Liška
2024-08-12Merge 6.11-rc3 into char-misc-nextGreg Kroah-Hartman
2024-08-12perf tests pmu: Initialize all fields of test_pmu variableArnaldo Carvalho de Melo
2024-08-12Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-08-12selftests: drv-net: rss_ctx: test dumping RSS contextsJakub Kicinski
2024-08-12selftests: drv-net: rss_ctx: add identifier to traffic commentsJakub Kicinski
2024-08-11selftests: rust: config: disable GCC_PLUGINSAnders Roxell
2024-08-11selftests: rust: config: add trailing newlineAnders Roxell
2024-08-11mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()Wei Yang
2024-08-10tools/nolibc: compiler: introduce __nolibc_has_attribute()Thomas Weißschuh
2024-08-10tools/nolibc: powerpc: limit stack-protector workaround to GCCThomas Weißschuh
2024-08-10tools/nolibc: mips: load current function to $t9Thomas Weißschuh
2024-08-10tools/nolibc: arm: use clang-compatible asm syntaxThomas Weißschuh
2024-08-09selftests/net: Add coverage for UDP GSO with IPv6 extension headersJakub Sitnicki
2024-08-09perf daemon: Fix the build on 32-bit architecturesArnaldo Carvalho de Melo
2024-08-09cxl/test: Skip cxl_setup_parent_dport() for emulated dportsLi Ming
2024-08-09perf annotate-data: Support --skip-empty optionNamhyung Kim
2024-08-09perf annotate: Fix --group behavior when leader has no samplesNamhyung Kim
2024-08-09perf tools: Create source symlink in perf object dirAndi Kleen
2024-08-09perf debuginfo: Fix the build with !HAVE_DWARF_SUPPORTArnaldo Carvalho de Melo
2024-08-09rtla/osnoise: Prevent NULL dereference in error handlingDan Carpenter
2024-08-09tools/cpupower: display residency value in idle-infoAboorva Devarajan
2024-08-09perf script python: Add the 'ins_lat' field to event handlerZixian Cai
2024-08-09selftests: rds: add testing infrastructureVegard Nossum
2024-08-09tools/nolibc: pass argc, argv and envp to constructorsThomas Weißschuh
2024-08-08selftests/bpf: add sockopt tests for TCP_BPF_SOCK_OPS_CB_FLAGSAlan Maguire