summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-10-10perf python: Allow checking for the existence of warning options in clangArnaldo Carvalho de Melo
2024-10-10perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim
2024-10-10rtla: Fix the help text in osnoise and timerlat top toolsEder Zulian
2024-10-10perf hist: Update hist symbol when updating mapsMatt Fleming
2024-10-10perf python: Disable -Wno-cast-function-type-mismatch if present on clangArnaldo Carvalho de Melo
2024-10-10selftests: vDSO: fix vdso_config for s390Heiko Carstens
2024-10-10selftests: vDSO: fix ELF hash table entry size for s390xJens Remus
2024-10-10selftests/mm: fix charge_reserved_hugetlb.sh testDavid Hildenbrand
2024-10-10selftests: vDSO: fix vDSO symbols lookup for powerpc64Christophe Leroy
2024-10-10selftests: vDSO: fix vdso_config for powerpcChristophe Leroy
2024-10-10selftests: vDSO: fix vDSO name for powerpcChristophe Leroy
2024-10-10perf callchain: Fix stitch LBR memory leaksIan Rogers
2024-10-10selftests: breakpoints: use remaining time to check if suspend succeedYifei Liu
2024-10-10kselftest/devices/probe: Fix SyntaxWarning in regex strings for Python3Alessandro Zanni
2024-10-10selftest: hid: add missing run-hid-tools-tests.shYun Lu
2024-10-10bpftool: Fix undefined behavior in qsort(NULL, 0, ...)Kuan-Wei Chiu
2024-10-10bpftool: Fix undefined behavior caused by shifting into the sign bitKuan-Wei Chiu
2024-10-10tools/hv: Add memory allocation check in hv_fcopy_startZhu Jun
2024-10-10selftests/nolibc: avoid passing NULL to printf("%s")Thomas Weißschuh
2024-10-10tools/nolibc: powerpc: limit stack-protector workaround to GCCThomas Weißschuh
2024-10-10tools/x86/kcpuid: Protect against faulty "max subleaf" valuesAhmed S. Darwish
2024-10-10tools/rtla: Fix installation from out-of-tree buildBen Hutchings
2024-10-10selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddrJeff Xu
2024-10-10selftests: netfilter: Add missing return valuezhang jiao
2024-10-10selftests: netfilter: Fix nft_audit.sh for newer nft binariesPhil Sutter
2024-10-04tools/nolibc: include arch.h from string.hThomas Weißschuh
2024-10-04objtool: Handle frame pointer related instructionsTiezhu Yang
2024-10-04selftests/bpf: correctly move 'log' upon successful matchEduard Zingerman
2024-10-04selftests: netfilter: Avoid hanging ipvs.shPhil Sutter
2024-10-04perf mem: Fix missed p-core mem events on ADL and RPLKan Liang
2024-10-04perf mem: Check mem_events for all eligible PMUsKan Liang
2024-10-04perf time-utils: Fix 32-bit nsec parsingIan Rogers
2024-10-04perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong
2024-10-04perf dwarf-aux: Handle bitfield members from pointer accessNamhyung Kim
2024-10-04perf annotate-data: Fix off-by-one in location range checkNamhyung Kim
2024-10-04perf dwarf-aux: Check allowed location expressions when collecting variablesNamhyung Kim
2024-10-04perf stat: Display iostat headers correctlyYicong Yang
2024-10-04perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong
2024-10-04perf build: Fix up broken capstone feature detection fast pathArnaldo Carvalho de Melo
2024-10-04perf report: Fix --total-cycles --stdio output errorKan Liang
2024-10-04perf inject: Fix leader sampling inserting additional samplesIan Rogers
2024-10-04perf lock contention: Change stack_id type to s32Namhyung Kim
2024-10-04perf mem: Free the allocated sort string, fixing a leakNamhyung Kim
2024-10-04perf scripts python cs-etm: Restore first sample log in verbose modeJames Clark
2024-10-04libbpf: Fix bpf_object__open_skeleton()'s mishandling of optionsAndrii Nakryiko
2024-10-04selftests/bpf: Fix incorrect parameters in NULL pointer checkingHao Ge
2024-10-04selftests/bpf: fix to avoid __msg tag de-duplication by clangEduard Zingerman
2024-10-04selftests/bpf: __arch_* macro to limit test cases to specific archsEduard Zingerman
2024-10-04selftests/bpf: allow checking xlated programs in verifier_* testsEduard Zingerman
2024-10-04selftests/bpf: extract test_loader->expect_msgs as a data structureEduard Zingerman