summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: fib_tests: mute cleanup error messagePo-Hsu Lin2023-05-301-1/+1
* selftests/memfd: Fix unknown type name build failureHardik Garg2023-05-301-0/+1
* act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti2023-05-301-1/+47
* cpupower: Make TSC read per CPU for Mperf monitorWyes Karny2023-05-301-17/+14
* perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong2023-05-171-1/+1
* perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring2023-05-171-2/+1
* perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo2023-05-171-1/+1
* perf vendor events power9: Remove UTF-8 characters from JSON filesKajol Jain2023-05-172-3/+3
* perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter2023-05-171-0/+2
* perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter2023-05-171-1/+4
* bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet2023-05-171-0/+7
* selftests/bpf: Wait for receive in cg_storage_multi testYiFei Zhu2023-05-171-2/+6
* tools: bpftool: Remove invalid \' json escapeLuis Gerhorst2023-05-171-3/+0
* selftests/resctrl: Check for return value after write_schemata()Ilpo Järvinen2023-05-171-1/+6
* selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc memIlpo Järvinen2023-05-171-0/+2
* perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH...Arnaldo Carvalho de Melo2023-05-171-1/+1
* selftests: sigaltstack: fix -WuninitializedNick Desaulniers2023-04-262-6/+24
* libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko2023-04-201-2/+5
* bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman2023-04-201-1/+5
* selftests: intel_pstate: ftime() is deprecatedTommi Rantala2023-04-201-6/+16
* libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko2023-04-052-27/+25
* selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko2023-04-052-1/+164
* libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko2023-04-053-65/+164
* selftests/bpf: Test btf dump for struct with padding only fieldsEduard Zingerman2023-04-051-0/+9
* tools/power turbostat: Fix /dev/cpu_dma_latency warningsPrarit Bhargava2023-04-052-1/+3
* selftests/bpf: check that modifier resolves after pointerLorenz Bauer2023-04-051-0/+28
* bootconfig: Fix testcase to increase max nodeMasami Hiramatsu (Google)2023-04-051-4/+8
* selftests: net: devlink_port_split.py: skip test if no suitable device availablePo-Hsu Lin2023-03-221-0/+30
* selftests: nft_nat: ensuring the listening side is up before starting the clientHangbin Liu2023-03-171-0/+2
* tools/iio/iio_utils:fix memory leakYulong Zhang2023-03-111-17/+6
* objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin2023-03-111-0/+2
* ktest.pl: Add RUN_TIMEOUT option with default unlimitedSteven Rostedt2023-03-112-4/+21
* ktest.pl: Fix missing "end_monitor" when machine check failsSteven Rostedt2023-03-111-1/+2
* ktest.pl: Give back console on Ctrt^C on monitorSteven Rostedt2023-03-111-0/+3
* objtool: add UACCESS exceptions for __tsan_volatile_read/writeArnd Bergmann2023-03-111-0/+2
* selftests/ftrace: Fix bash specific "==" operatorMasami Hiramatsu (Google)2023-03-111-1/+1
* perf tools: Fix auto-complete on aarch64Yicong Yang2023-03-111-3/+8
* perf llvm: Fix inadvertent file creationIan Rogers2023-03-111-1/+24
* sefltests: netdevsim: wait for devlink instance after netns removalJiri Pirko2023-03-111-0/+18
* selftest: fib_tests: Always cleanup before exitRoxana Nicolescu2023-03-111-0/+2
* selftests/net: Interpret UDP_GRO cmsg data as an int valueJakub Sitnicki2023-03-111-4/+2
* selftests/bpf: Fix out-of-srctree buildIlya Leoshkevich2023-03-111-2/+0
* libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich2023-03-111-1/+1
* bpftool: profile online CPUs instead of possibleTonghao Zhang2023-03-111-8/+30
* x86: Mark stop_this_cpu() __noreturnPeter Zijlstra2023-03-111-0/+1
* libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko2023-03-111-0/+13
* tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie2023-02-228-5/+45
* selftests/bpf: Verify copy_register_state() preserves parent/live fieldsEduard Zingerman2023-02-221-0/+36
* selftests: forwarding: lib: quote the sysctl valuesHangbin Liu2023-02-151-2/+2
* selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchma...Andrei Gherzan2023-02-151-7/+27