summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
3 daysselftests: tc_actions: don't dump 2MB of \0 to stdoutJakub Kicinski1-1/+1
3 daysbpftool: Fix truncated netlink dumpsJakub Kicinski2-2/+7
3 daysselftests: forwarding: fix pedit tests failure with br_netfilter enabledAleksei Oladko2-0/+16
3 daysselftests: forwarding: vxlan_bridge_1d_ipv6: fix test failure with br_netfilt...Aleksei Oladko1-1/+1
3 daysselftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter en...Aleksei Oladko1-10/+16
3 dayslibbpf: Fix invalid write loop logic in bpf_linker__add_buf()Amery Hung1-1/+1
3 daysselftests: netconsole: Increase port listening timeoutPin-yen Lin1-2/+2
3 daysselftests: net: lib: Fix jq parsing errorYue Haibing1-1/+1
3 daysselftests: mlxsw: tc_restrictions: Fix test failure with new iproute2Ido Schimmel1-2/+2
3 daysselftests/memfd: use IPC semaphore instead of SIGSTOP/SIGCONTAristeu Rozanski1-8/+105
3 dayskbuild: Add objtool to top-level clean targetJosh Poimboeuf1-0/+2
3 daystools/power turbostat: Harden against unexpected valuesLen Brown1-43/+51
3 daystools/power turbostat: AMD: msr offset 0x611 read failed: Input/output errorLen Brown1-1/+1
3 daystools/power/x86/intel-speed-select: Fix file descriptor leak in isolate_cpus()Malaya Kumar Rout1-0/+2
3 daysselftests/mm: fix usage of FORCE_READ() in cow testsKevin Brodsky1-8/+8
3 daysxdrgen: Remove inclusion of nlm4.h headerChuck Lever1-1/+0
3 daysxdrgen: Fix struct prefix for typedef types in program wrappersChuck Lever3-1/+12
3 daysspi: tools: Add include folder to .gitignoreFrancesco Lavra1-0/+1
3 daysselftests/xsk: fix number of Tx frags in invalid packetLarysa Zaremba1-1/+1
3 daysselftests/xsk: properly handle batch ending in the middle of a packetLarysa Zaremba1-0/+2
3 daysselftests/bpf: Fix kprobe multi stacktrace_ips testJiri Olsa1-5/+14
3 daysselftests/bpf: Fix resource leak in serial_test_wq on attach failureKery Qi1-2/+3
3 dayslibbpf: Fix OOB read in btf_dump_get_bitfield_valueVarun R Mallya1-0/+9
3 daysselftests/bpf: veristat: fix printing order in output_stats()Puranjay Mohan1-1/+1
3 daysdocs: find-unused-docs.sh: fixup directory usageRandy Dunlap1-1/+1
3 daystools/nolibc: always use 64-bit mode for s390 header checksThomas Weißschuh1-1/+4
3 daysselftests/resctrl: Fix a division by zero error on HygonXiaochen Shen1-0/+10
2026-02-07Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-13/+42
2026-02-05Merge tag 'net-6.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+64
2026-02-05objtool/klp: Fix unexported static call key access for manually built livepat...Josh Poimboeuf1-1/+1
2026-02-05objtool/klp: Fix symbol correlation for orphaned local symbolsJosh Poimboeuf1-5/+34
2026-02-05livepatch: Free klp_{object,func}_ext data after initializationPetr Pavlu3-7/+7
2026-02-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2026-02-04Merge tag 'kvm-x86-fixes-6.19-rc8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2026-02-04selftest: net: add a test-case for encap segmentation after GROPaolo Abeni1-0/+64
2026-02-01Merge tag 'objtool-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-16/+25
2026-01-31Merge tag 'rust-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2026-01-29Merge tag 'net-6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-7/+81
2026-01-29selftests: mptcp: join: fix local endp not being trackedMatthieu Baerts (NGI0)1-5/+4
2026-01-29selftests: mptcp: check subflow errors in close eventsMatthieu Baerts (NGI0)1-3/+20
2026-01-29selftests: mptcp: check no dup close events after errorMatthieu Baerts (NGI0)1-0/+51
2026-01-27objtool/klp: Fix bug table handling for __WARN_printf()Josh Poimboeuf1-3/+11
2026-01-27objtool: Replace custom macros in elf.c with shared onesPetr Pavlu1-7/+6
2026-01-27objtool: Print bfd_vma as unsigned long long on ia32-x86_64 cross buildDmitry Safonov1-6/+8
2026-01-26selftests: net: add ipv6 ping to local address from localhostFernando Fernandez Mancera1-0/+7
2026-01-24Merge tag 'objtool-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+17
2026-01-24Merge tag 's390-6.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+1
2026-01-23Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+7
2026-01-23Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+44
2026-01-23Merge tag 'sound-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+0