summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-08-12perf annotate-data: Show first-level children by default in TUINamhyung Kim-2/+10
2024-08-12perf annotate-data: Implement folding in TUI browserNamhyung Kim-6/+92
2024-08-12perf annotate-data: Support folding in TUI browserNamhyung Kim-23/+212
2024-08-12perf vendor events: SKX, CLX, SNR uncore cache event fixesIan Rogers-117/+60
2024-08-12perf lock contention: Change stack_id type to s32Namhyung Kim-2/+3
2024-08-12perf annotate-data: Fix a buffer overflow in TUI browserNamhyung Kim-1/+2
2024-08-12selftests/nolibc: run-tests.sh: allow building through LLVMThomas Weißschuh-2/+7
2024-08-12selftests/nolibc: use correct clang target for s390/systemzThomas Weißschuh-0/+3
2024-08-12selftests/nolibc: don't use libgcc when building with clangThomas Weißschuh-2/+9
2024-08-12selftests/nolibc: run-tests.sh: avoid overwriting CFLAGS_EXTRAThomas Weißschuh-2/+5
2024-08-12selftests/nolibc: add cc-option compatible with clang cross buildsThomas Weißschuh-2/+4
2024-08-12selftests/nolibc: add support for LLVM= parameterThomas Weißschuh-3/+6
2024-08-12selftests/nolibc: determine $(srctree) firstThomas Weißschuh-8/+8
2024-08-12selftests/nolibc: avoid passing NULL to printf("%s")Thomas Weißschuh-2/+2
2024-08-12selftests/nolibc: report failure if no testcase passedThomas Weißschuh-1/+1
2024-08-12tools/nolibc: compiler: use attribute((naked)) if availableThomas Weißschuh-2/+7
2024-08-12tools/nolibc: move entrypoint specifics to compiler.hThomas Weißschuh-18/+21
2024-08-12libbpf: Fix license for btf_relocate.cAlan Maguire-1/+1
2024-08-12perf docs: Refine the description for the buffer sizeLeo Yan-11/+12
2024-08-12perf script: add --addr2line optionMartin Liška-1/+6
2024-08-12Merge 6.11-rc3 into char-misc-nextGreg Kroah-Hartman-66/+333
2024-08-12perf tests pmu: Initialize all fields of test_pmu variableArnaldo Carvalho de Melo-3/+3
2024-08-12Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-0/+35
2024-08-12selftests: drv-net: rss_ctx: test dumping RSS contextsJakub Kicinski-2/+80
2024-08-12selftests: drv-net: rss_ctx: add identifier to traffic commentsJakub Kicinski-2/+2
2024-08-11selftests: rust: config: disable GCC_PLUGINSAnders Roxell-0/+1
2024-08-11selftests: rust: config: add trailing newlineAnders Roxell-1/+1
2024-08-11mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()Wei Yang-0/+1
2024-08-10tools/nolibc: compiler: introduce __nolibc_has_attribute()Thomas Weißschuh-7/+9
2024-08-10tools/nolibc: powerpc: limit stack-protector workaround to GCCThomas Weißschuh-1/+1
2024-08-10tools/nolibc: mips: load current function to $t9Thomas Weißschuh-1/+3
2024-08-10tools/nolibc: arm: use clang-compatible asm syntaxThomas Weißschuh-2/+2
2024-08-09selftests/net: Add coverage for UDP GSO with IPv6 extension headersJakub Sitnicki-1/+24
2024-08-09perf daemon: Fix the build on 32-bit architecturesArnaldo Carvalho de Melo-4/+5
2024-08-09cxl/test: Skip cxl_setup_parent_dport() for emulated dportsLi Ming-0/+13
2024-08-09perf annotate-data: Support --skip-empty optionNamhyung Kim-29/+45
2024-08-09perf annotate: Fix --group behavior when leader has no samplesNamhyung Kim-2/+12
2024-08-09perf tools: Create source symlink in perf object dirAndi Kleen-0/+2
2024-08-09perf debuginfo: Fix the build with !HAVE_DWARF_SUPPORTArnaldo Carvalho de Melo-0/+2
2024-08-09rtla/osnoise: Prevent NULL dereference in error handlingDan Carpenter-7/+4
2024-08-09tools/cpupower: display residency value in idle-infoAboorva Devarajan-0/+14
2024-08-09perf script python: Add the 'ins_lat' field to event handlerZixian Cai-1/+4
2024-08-09selftests: rds: add testing infrastructureVegard Nossum-0/+593
2024-08-09tools/nolibc: pass argc, argv and envp to constructorsThomas Weißschuh-13/+15
2024-08-08selftests/bpf: add sockopt tests for TCP_BPF_SOCK_OPS_CB_FLAGSAlan Maguire-3/+70
2024-08-08bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flagsAlan Maguire-1/+2
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-27/+56
2024-08-08Merge tag 'net-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-14/+41
2024-08-08perf test shell lbr: Support hybrid x86 systems tooArnaldo Carvalho de Melo-1/+1
2024-08-08perf test: Add set of perf record LBR testsIan Rogers-0/+161