summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-08-28bonding: Add independent control state machineAahil Awatramani
2025-08-28selftests: mptcp: pm: check flush doesn't reset limitsMatthieu Baerts (NGI0)
2025-08-28selftests/memfd: add test for mapping write-sealed memfd read-onlyLorenzo Stoakes
2025-08-28tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macrosWilly Tarreau
2025-08-28selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page sizeYonghong Song
2025-08-28kselftest/arm64: Specify SVE data when testing VL set in sve-ptraceMark Brown
2025-08-28ktest.pl: Prevent recursion of default variable optionsSteven Rostedt
2025-08-28pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop()Gautham R. Shenoy
2025-08-28selftests: tracing: Use mutex_unlock for testing glob filterMasami Hiramatsu (Google)
2025-08-28tools/build: Fix s390(x) cross-compilation with clangThomas Weißschuh
2025-08-28tools/nolibc: define time_t in terms of __kernel_old_time_tThomas Weißschuh
2025-08-28selftests/futex: Define SYS_futex on 32-bit architectures with 64-bit time_tCynthia Huang
2025-08-15selftests/perf_events: Add a mmap() correctness testLorenzo Stoakes
2025-08-15perf tests bp_account: Fix leaked file descriptorLeo Yan
2025-08-15perf sched: Fix memory leaks in 'perf sched latency'Namhyung Kim
2025-08-15perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim
2025-08-15selftests: rtnetlink.sh: remove esp4_offload after testXiumei Mu
2025-08-15kselftest/arm64: Fix check for setting new VLs in sve-ptraceMark Brown
2025-08-15bpftool: Fix memory leak in dump_xx_nlmsg on realloc failureYuan Chen
2025-08-15selftests/tracing: Fix false failure of subsystem event testSteven Rostedt
2025-08-15selftests: Fix errno checking in syscall_user_dispatch testDmitry Vyukov
2025-08-15selftests: mptcp: connect: also cover checksumMatthieu Baerts (NGI0)
2025-08-15selftests: mptcp: connect: also cover alt modesMatthieu Baerts (NGI0)
2025-07-24selftests: net: increase inter-packet timeout in udpgro.shPaolo Abeni
2025-07-17kallsyms: fix build without execinfoAchill Gilgenast
2025-07-06libbpf: Fix null pointer dereference in btf_dump__free on allocation failureYuan Chen
2025-06-27bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon
2025-06-27selftests/x86: Add a test to detect infinite SIGTRAP handler loopXin Li (Intel)
2025-06-27libbpf: Add identical pointer detection to btf_dedup_is_equiv()Alan Maguire
2025-06-27tools/resolve_btfids: Fix build when cross compiling kernel with clang.Suleiman Souhlal
2025-06-27perf record: Fix incorrect --user-regs commentsDapeng Mi
2025-06-27perf tests switch-tracking: Fix timestamp comparisonLeo Yan
2025-06-27perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3Adrian Hunter
2025-06-27perf intel-pt: Fix PEBS-via-PT data_srcAdrian Hunter
2025-06-27perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo
2025-06-27perf build: Warn when libdebuginfod devel files are not availableArnaldo Carvalho de Melo
2025-06-27libbpf: Use proper errno value in nlattrAnton Protopopov
2025-06-27bpf: Fix uninitialized values in BPF_{CORE,PROBE}_READAnton Protopopov
2025-06-27libbpf: Use proper errno value in linkerAnton Protopopov
2025-06-27libbpf: Fix buffer overflow in bpf_object__init_progViktor Malik
2025-06-27selftests/seccomp: fix syscall_restart test for arm compatNeill Kapron
2025-06-04bpftool: Fix readlink usage in get_fd_typeViktor Malik
2025-06-04kunit: tool: Use qboot on QEMU x86_64Brendan Jackman
2025-06-04libbpf: Fix out-of-bound readNandakumar Edamana
2025-06-04selftests/net: have `gro.sh -t` return a correct exit codeKevin Krakauer
2025-06-04tools/build: Don't pass test log files to linkerIan Rogers
2025-06-04objtool: Properly disable uaccess validationJosh Poimboeuf
2025-06-04selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failureIhor Solodrai
2025-05-22selftests/mm: compaction_test: support platform with huge mount of memoryFeng Tang
2025-05-22binfmt_elf: Honor PT_LOAD alignment for static PIEKees Cook