summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-11-01selftests/bpf: Fix cross-compiling urandom_readTony Ambardar
2024-10-17perf lock: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo
2024-10-17selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() testKacper Ludwinski
2024-10-17tools/iio: Add memory allocation failure check for trigger_nameZhu Jun
2024-10-17ktest.pl: Avoid false positives with grub2 skip regexDaniel Jordan
2024-10-17selftests: net: Remove executable bits from library scriptsBenjamin Poirier
2024-10-17libsubcmd: Don't free the usage stringAditya Gupta
2024-10-17perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong
2024-10-17perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong
2024-10-17perf sched: Fix memory leak in perf_sched__map()Yang Jihong
2024-10-17perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong
2024-10-17perf sched: Avoid large stack allocationsIan Rogers
2024-10-17perf lock: Dynamically allocate lockhash_tableIan Rogers
2024-10-17perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim
2024-10-17delayacct: improve the average delay precision of getdelay tool to microsecondWang Yong
2024-10-17perf hist: Update hist symbol when updating mapsMatt Fleming
2024-10-17selftests: vDSO: fix vdso_config for s390Heiko Carstens
2024-10-17selftests: vDSO: fix ELF hash table entry size for s390xJens Remus
2024-10-17selftests/mm: fix charge_reserved_hugetlb.sh testDavid Hildenbrand
2024-10-17selftests: vDSO: fix vDSO symbols lookup for powerpc64Christophe Leroy
2024-10-17selftests: vDSO: fix vdso_config for powerpcChristophe Leroy
2024-10-17selftests: vDSO: fix vDSO name for powerpcChristophe Leroy
2024-10-17selftests: breakpoints: use remaining time to check if suspend succeedYifei Liu
2024-10-17selftests/nolibc: avoid passing NULL to printf("%s")Thomas Weißschuh
2024-10-17tools/x86/kcpuid: Protect against faulty "max subleaf" valuesAhmed S. Darwish
2024-10-17selftests: netfilter: Fix nft_audit.sh for newer nft binariesPhil Sutter
2024-10-17perf time-utils: Fix 32-bit nsec parsingIan Rogers
2024-10-17perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong
2024-10-17perf stat: Display iostat headers correctlyYicong Yang
2024-10-17perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong
2024-10-17perf inject: Fix leader sampling inserting additional samplesIan Rogers
2024-10-17perf mem: Free the allocated sort string, fixing a leakNamhyung Kim
2024-10-17selftests/bpf: Fix compile if backtrace support missing in libcTony Ambardar
2024-10-17selftests/bpf: Move test_progs helpers to testing_helpers objectJiri Olsa
2024-10-17selftests/bpf: Replace extract_build_id with read_build_idJiri Olsa
2024-10-17selftests/bpf: Fix C++ compile error from missing _Bool typeTony Ambardar
2024-10-17selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar
2024-10-17selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar
2024-10-17selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar
2024-10-17selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar
2024-10-17selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar
2024-10-17selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar
2024-10-17selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar
2024-10-17selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song
2024-10-17selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song
2024-10-17selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song
2024-10-17selftests/bpf: Fix missing BUILD_BUG_ON() declarationTony Ambardar
2024-10-17selftests/bpf: Fix missing UINT_MAX definitions in benchmarksTony Ambardar
2024-10-17selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.cTony Ambardar
2024-10-17selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libcTony Ambardar