summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-03-23perf symbols: Fix symbol size calculation conditionMichael Petlan
2022-03-23kselftest/vm: fix tests build with old libcChengming Zhou
2022-03-16selftests/memfd: clean up mapping in mfd_fail_writeMike Kravetz
2022-03-11x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)
2022-02-23libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook
2022-02-23selftests/zram: Adapt the situation that /dev/zram0 is being usedYang Xu
2022-02-23selftests/zram01.sh: Fix compression ratio calculationYang Xu
2022-02-23selftests/zram: Skip max_comp_streams interface on newer kernelYang Xu
2022-02-16perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen
2022-02-08selftests: futex: Use variable MAKE instead of makeMuhammad Usama Anjum
2022-01-05selftests/net: udpgso_bench_tx: fix dst ip argumentwujianguo
2022-01-05selftests: Calculate udpgso segment count without header adjustmentCoco Li
2021-12-14tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo
2021-12-08perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers
2021-11-26selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi
2021-10-09tools/vm/page-types: remove dependency on opt_file for idle page trackingChangbin Du
2021-10-09selftests: be sure to make khdr before other targetsLi Zhijian
2021-10-09usb: testusb: Fix for showing the connection speedFaizel K B
2021-09-22perf machine: Initialize srcline string member in add_location structMichael Petlan
2021-09-22selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian
2021-09-22tools/thermal/tmon: Add cross compiling supportRolf Eike Beer
2021-09-22selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov
2021-09-22selftests/bpf: Test variable offset stack accessAndrey Ignatov
2021-09-22bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang
2021-08-15bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann
2021-08-04Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo
2021-07-31selftest: fix build error in tools/testing/selftests/vm/userfaultfd.cGreg Kroah-Hartman
2021-07-28selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne
2021-07-28bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser
2021-07-28perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini
2021-07-28perf test bpf: Free obj_bufRiccardo Mancini
2021-07-28perf lzma: Close lzma stream on exitRiccardo Mancini
2021-07-28perf dso: Fix memory leak in dso__new_map()Riccardo Mancini
2021-07-28perf probe: Fix dso->nsinfo refcountingRiccardo Mancini
2021-07-28perf map: Fix dso->nsinfo refcountingRiccardo Mancini
2021-07-28bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian
2021-07-20selftests/powerpc: Fix "no_handler" EBB selftestAthira Rajeev
2021-07-20selftests: timers: rtcpie: skip test if default RTC device does not existPo-Hsu Lin
2021-07-20perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo
2021-07-20selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really randomDave Hansen
2021-07-20tools/bpftool: Fix error return code in do_batch()Zhihao Cheng
2021-06-30KVM: selftests: Fix kvm_check_cap() assertionFuad Tabba
2021-06-30tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo
2021-06-16perf session: Correct buffer copying when peeking eventsLeo Yan
2021-06-10selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel
2021-06-10selftests/bpf: add "any alignment" annotation for some testsBjörn Töpel
2021-06-10bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David S. Miller
2021-06-10bpf: Make more use of 'any' alignment in test_verifier.cDavid S. Miller
2021-06-10bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid S. Miller
2021-06-10bpf: Add BPF_F_ANY_ALIGNMENT.David S. Miller