summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong
2023-05-17perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring
2023-05-17perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo
2023-05-17perf vendor events power9: Remove UTF-8 characters from JSON filesKajol Jain
2023-05-17perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter
2023-05-17perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter
2023-05-17bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet
2023-05-17selftests/bpf: Wait for receive in cg_storage_multi testYiFei Zhu
2023-05-17tools: bpftool: Remove invalid \' json escapeLuis Gerhorst
2023-05-17selftests/resctrl: Check for return value after write_schemata()Ilpo Järvinen
2023-05-17selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc memIlpo Järvinen
2023-05-17perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH...Arnaldo Carvalho de Melo
2023-04-26selftests: sigaltstack: fix -WuninitializedNick Desaulniers
2023-04-20libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko
2023-04-20bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman
2023-04-20selftests: intel_pstate: ftime() is deprecatedTommi Rantala
2023-04-05libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko
2023-04-05selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko
2023-04-05libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko
2023-04-05selftests/bpf: Test btf dump for struct with padding only fieldsEduard Zingerman
2023-04-05tools/power turbostat: Fix /dev/cpu_dma_latency warningsPrarit Bhargava
2023-04-05selftests/bpf: check that modifier resolves after pointerLorenz Bauer
2023-04-05bootconfig: Fix testcase to increase max nodeMasami Hiramatsu (Google)
2023-03-22selftests: net: devlink_port_split.py: skip test if no suitable device availablePo-Hsu Lin
2023-03-17selftests: nft_nat: ensuring the listening side is up before starting the clientHangbin Liu
2023-03-11tools/iio/iio_utils:fix memory leakYulong Zhang
2023-03-11objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin
2023-03-11ktest.pl: Add RUN_TIMEOUT option with default unlimitedSteven Rostedt
2023-03-11ktest.pl: Fix missing "end_monitor" when machine check failsSteven Rostedt
2023-03-11ktest.pl: Give back console on Ctrt^C on monitorSteven Rostedt
2023-03-11objtool: add UACCESS exceptions for __tsan_volatile_read/writeArnd Bergmann
2023-03-11selftests/ftrace: Fix bash specific "==" operatorMasami Hiramatsu (Google)
2023-03-11perf tools: Fix auto-complete on aarch64Yicong Yang
2023-03-11perf llvm: Fix inadvertent file creationIan Rogers
2023-03-11sefltests: netdevsim: wait for devlink instance after netns removalJiri Pirko
2023-03-11selftest: fib_tests: Always cleanup before exitRoxana Nicolescu
2023-03-11selftests/net: Interpret UDP_GRO cmsg data as an int valueJakub Sitnicki
2023-03-11selftests/bpf: Fix out-of-srctree buildIlya Leoshkevich
2023-03-11libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich
2023-03-11bpftool: profile online CPUs instead of possibleTonghao Zhang
2023-03-11x86: Mark stop_this_cpu() __noreturnPeter Zijlstra
2023-03-11libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko
2023-02-22tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie
2023-02-22selftests/bpf: Verify copy_register_state() preserves parent/live fieldsEduard Zingerman
2023-02-15selftests: forwarding: lib: quote the sysctl valuesHangbin Liu
2023-02-15selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchma...Andrei Gherzan
2023-02-15selftests: net: udpgso_bench: Fix racing bug between the rx/tx programsAndrei Gherzan
2023-02-15selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are providedAndrei Gherzan
2023-02-15selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warningAndrei Gherzan
2023-02-01Revert "selftests/ftrace: Update synthetic event syntax errors"Zheng Yejian