summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-10-10perf python: Allow checking for the existence of warning options in clangArnaldo Carvalho de Melo1-1/+1
2024-10-10perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim1-1/+1
2024-10-10rtla: Fix the help text in osnoise and timerlat top toolsEder Zulian2-3/+3
2024-10-10perf hist: Update hist symbol when updating mapsMatt Fleming1-0/+5
2024-10-10perf python: Disable -Wno-cast-function-type-mismatch if present on clangArnaldo Carvalho de Melo1-0/+2
2024-10-10selftests: vDSO: fix vdso_config for s390Heiko Carstens1-2/+2
2024-10-10selftests: vDSO: fix ELF hash table entry size for s390xJens Remus1-4/+10
2024-10-10selftests/mm: fix charge_reserved_hugetlb.sh testDavid Hildenbrand2-10/+13
2024-10-10selftests: vDSO: fix vDSO symbols lookup for powerpc64Christophe Leroy1-1/+2
2024-10-10selftests: vDSO: fix vdso_config for powerpcChristophe Leroy1-3/+3
2024-10-10selftests: vDSO: fix vDSO name for powerpcChristophe Leroy1-0/+6
2024-10-10perf callchain: Fix stitch LBR memory leaksIan Rogers3-2/+20
2024-10-10selftests: breakpoints: use remaining time to check if suspend succeedYifei Liu1-1/+4
2024-10-10kselftest/devices/probe: Fix SyntaxWarning in regex strings for Python3Alessandro Zanni1-2/+2
2024-10-10selftest: hid: add missing run-hid-tools-tests.shYun Lu1-0/+2
2024-10-10bpftool: Fix undefined behavior in qsort(NULL, 0, ...)Kuan-Wei Chiu1-0/+3
2024-10-10bpftool: Fix undefined behavior caused by shifting into the sign bitKuan-Wei Chiu1-4/+4
2024-10-10tools/hv: Add memory allocation check in hv_fcopy_startZhu Jun1-0/+7
2024-10-10selftests/nolibc: avoid passing NULL to printf("%s")Thomas Weißschuh1-2/+2
2024-10-10tools/nolibc: powerpc: limit stack-protector workaround to GCCThomas Weißschuh1-1/+1
2024-10-10tools/x86/kcpuid: Protect against faulty "max subleaf" valuesAhmed S. Darwish1-7/+5
2024-10-10tools/rtla: Fix installation from out-of-tree buildBen Hutchings1-1/+1
2024-10-10selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddrJeff Xu1-21/+36
2024-10-10selftests: netfilter: Add missing return valuezhang jiao1-0/+1
2024-10-10selftests: netfilter: Fix nft_audit.sh for newer nft binariesPhil Sutter1-28/+29
2024-10-04tools/nolibc: include arch.h from string.hThomas Weißschuh1-0/+1
2024-10-04objtool: Handle frame pointer related instructionsTiezhu Yang3-4/+31
2024-10-04selftests/bpf: correctly move 'log' upon successful matchEduard Zingerman1-1/+1
2024-10-04selftests: netfilter: Avoid hanging ipvs.shPhil Sutter1-1/+1
2024-10-04perf mem: Fix missed p-core mem events on ADL and RPLKan Liang4-22/+15
2024-10-04perf mem: Check mem_events for all eligible PMUsKan Liang4-4/+16
2024-10-04perf time-utils: Fix 32-bit nsec parsingIan Rogers1-2/+2
2024-10-04perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong1-1/+4
2024-10-04perf dwarf-aux: Handle bitfield members from pointer accessNamhyung Kim1-2/+9
2024-10-04perf annotate-data: Fix off-by-one in location range checkNamhyung Kim2-2/+2
2024-10-04perf dwarf-aux: Check allowed location expressions when collecting variablesNamhyung Kim1-0/+3
2024-10-04perf stat: Display iostat headers correctlyYicong Yang1-1/+2
2024-10-04perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong1-1/+2
2024-10-04perf build: Fix up broken capstone feature detection fast pathArnaldo Carvalho de Melo1-4/+0
2024-10-04perf report: Fix --total-cycles --stdio output errorKan Liang1-1/+2
2024-10-04perf inject: Fix leader sampling inserting additional samplesIan Rogers3-0/+5
2024-10-04perf lock contention: Change stack_id type to s32Namhyung Kim2-2/+3
2024-10-04perf mem: Free the allocated sort string, fixing a leakNamhyung Kim1-0/+1
2024-10-04perf scripts python cs-etm: Restore first sample log in verbose modeJames Clark1-5/+4
2024-10-04libbpf: Fix bpf_object__open_skeleton()'s mishandling of optionsAndrii Nakryiko1-33/+19
2024-10-04selftests/bpf: Fix incorrect parameters in NULL pointer checkingHao Ge1-1/+1
2024-10-04selftests/bpf: fix to avoid __msg tag de-duplication by clangEduard Zingerman3-22/+48
2024-10-04selftests/bpf: __arch_* macro to limit test cases to specific archsEduard Zingerman2-0/+51
2024-10-04selftests/bpf: allow checking xlated programs in verifier_* testsEduard Zingerman2-3/+84
2024-10-04selftests/bpf: extract test_loader->expect_msgs as a data structureEduard Zingerman1-40/+41