summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-02-21objtool/rust: add one more `noreturn` Rust functionMiguel Ojeda1-0/+1
2025-02-21selftests: gpio: gpio-sim: Fix missing chip disablementsKoichiro Den1-6/+25
2025-02-21rtla/timerlat_top: Abort event processing on second signalTomas Glozar1-0/+8
2025-02-21rtla/timerlat_hist: Abort event processing on second signalTomas Glozar1-0/+8
2025-02-21sched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h.Chuyi Zhou1-2/+10
2025-02-17rtla/timerlat_top: Stop timerlat tracer on signalTomas Glozar1-1/+11
2025-02-17rtla/timerlat_hist: Stop timerlat tracer on signalTomas Glozar1-1/+10
2025-02-17rtla: Add trace_instance_stopTomas Glozar2-0/+9
2025-02-17rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threadsTomas Glozar1-6/+9
2025-02-17rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threadsTomas Glozar1-6/+9
2025-02-17rtla/osnoise: Distinguish missing workload optionTomas Glozar1-1/+1
2025-02-17selftests: mptcp: connect: -f: no reconnectMatthieu Baerts (NGI0)1-1/+1
2025-02-17perf bench: Fix undefined behavior in cmpworker()Kuan-Wei Chiu1-1/+6
2025-02-17selftests: drv-net: rss_ctx: add missing cleanup in queue reconfigureJakub Kicinski1-0/+2
2025-02-17udp: gso: do not drop small packets when PMTU reducesYan Zhai1-0/+26
2025-02-17bpf: Improve verifier log for resource leak on exitKumar Kartikeya Dwivedi3-10/+10
2025-02-17selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()Liu Ye1-1/+2
2025-02-08selftests/mm: build with -O2Kevin Brodsky1-1/+8
2025-02-08ktest.pl: Check kernelrelease return in get_versionRicardo B. Marliere1-0/+5
2025-02-08selftests/ftrace: Fix to use remount when testing mount GID optionMasami Hiramatsu (Google)1-4/+4
2025-02-08selftests/rseq: Fix handling of glibc without rseq supportMathieu Desnoyers2-8/+33
2025-02-08tools/power turbostat: Fix forked child affinity regressionLen Brown1-2/+52
2025-02-08tools/power turbostat: Fix PMT mmaped file size roundingPatryk Wlazlyn1-1/+3
2025-02-08perf test: Skip syscall enum test if no landlock syscallNamhyung Kim1-2/+6
2025-02-08perf trace: Fix runtime error of index out of boundsHoward Chu1-1/+5
2025-02-08perf annotate: Use an array for the disassembler preferenceIan Rogers3-78/+96
2025-02-08selftests: net/{lib,openvswitch}: extend CFLAGS to keep options from environmentJan Stancek2-2/+2
2025-02-08selftests: mptcp: extend CFLAGS to keep options from environmentJan Stancek1-1/+1
2025-02-08tools: ynl: c: correct reverse decode of empty attrsJakub Kicinski1-1/+1
2025-02-08net: netdevsim: try to close UDP port harness racesJakub Kicinski1-8/+8
2025-02-08perf trace: Fix BPF loading failure (-E2BIG)Howard Chu1-7/+4
2025-02-08tools/bootconfig: Fix the wrong format specifierLuo Yifan1-2/+2
2025-02-08perf lock: Fix parse_lock_type which only retrieve one lock flagChun-Tse Shao1-25/+41
2025-02-08tools: Sync if_xdp.h uapi tooling headerVishal Chourasia1-2/+2
2025-02-08libbpf: Fix incorrect traversal end type ID when marking BTF_IS_EMBEDDEDPu Lehui1-1/+1
2025-02-08libbpf: Fix return zero when elf_begin failedPu Lehui1-0/+1
2025-02-08selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill testPu Lehui1-2/+2
2025-02-08selftests/bpf: Fix undefined UINT_MAX in veristat.cTony Ambardar1-0/+1
2025-02-08perf inject: Fix use without initialization of local variablesIan Rogers1-4/+4
2025-02-08perf test stat: Avoid hybrid assumption when virtualizedIan Rogers1-1/+5
2025-02-08perf report: Fix misleading help message about --demangleJiachen Zhang1-1/+1
2025-02-08perf MANIFEST: Add arch/*/include/uapi/asm/bpf_perf_event.h to the perf tarballArnaldo Carvalho de Melo1-0/+1
2025-02-08perf symbol: Prefer non-label symbols with same addressNamhyung Kim1-1/+8
2025-02-08perf namespaces: Fixup the nsinfo__in_pidns() return type, its boolArnaldo Carvalho de Melo2-2/+2
2025-02-08perf namespaces: Introduce nsinfo__set_in_pidns()Arnaldo Carvalho de Melo2-0/+6
2025-02-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy1-1/+1
2025-02-08perf maps: Fix display of kernel symbolsChristophe Leroy1-1/+6
2025-02-08perf top: Don't complain about lack of vmlinux when not resolving some kernel...Arnaldo Carvalho de Melo1-1/+1
2025-02-08selftests/bpf: Avoid generating untracked files when running bpf selftestsJiayuan Chen1-2/+2
2025-02-08perf stat: Fix trailing comma when there is no metric unitJames Clark2-87/+104