summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-03-20tools/nolibc/printf: Simplify __nolibc_printf()David Laight-51/+53
2026-03-20tools/nolibc/printf: Output pad characters in 16 byte chunksDavid Laight-5/+9
2026-03-20tools/nolibc: Rename the 'errnum' parameter to strerror()David Laight-2/+2
2026-03-20tools/nolibc: Implement strerror() in terms of strerror_r()David Laight-21/+21
2026-03-20selftests/nolibc: Rename w to written in expect_vfprintf()David Laight-4/+4
2026-03-20tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.hDavid Laight-0/+3
2026-03-20selftests/nolibc: Let EXPECT_VFPRINTF() tests be skippedDavid Laight-17/+17
2026-03-20selftests/nolibc: Check that snprintf() doesn't write beyond the buffer endDavid Laight-0/+13
2026-03-20selftests/nolibc: Use length of 'expected' string to check snprintf() outputDavid Laight-26/+41
2026-03-20selftests/nolibc: check vsnprintf() output buffer before the lengthDavid Laight-7/+9
2026-03-20selftests/nolibc: Return correct value when printf test failsDavid Laight-1/+1
2026-03-20tools/nolibc/printf: Move snprintf length check to callbackDavid Laight-27/+67
2026-03-20tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'David Laight-19/+19
2026-03-20tools/nolibc: Optimise and common up the number to ascii functionsDavid Laight-87/+82
2026-03-20selftests/nolibc: Fix build with host headers and libcDavid Laight-1/+15
2026-03-20selftests/nolibc: fix test_file_stream() on musl libcThomas Weißschuh-1/+9
2026-03-20selftests: Add tests for creating pidns init via setnsPavel Tikhomirov-1/+240
2026-03-20rtla: Fix segfault on multiple SIGINTsTomas Glozar-1/+15
2026-03-19selftests: drv-net: gro: add a test for GRO depthJakub Kicinski-20/+181
2026-03-19selftests: drv-net: gro: add test for packet orderingJakub Kicinski-6/+61
2026-03-19selftests: drv-net: gro: test GRO statsJakub Kicinski-2/+433
2026-03-19selftests: drv-net: gro: use SO_TXTIME to schedule packets togetherJakub Kicinski-3/+54
2026-03-19selftests: drv-net: give HW stats sync time extra 25% of marginJakub Kicinski-2/+2
2026-03-19selftests: net: move gro to lib for HW vs SW reuseJakub Kicinski-4/+4
2026-03-19perf evlist: Improve default event for s390Ian Rogers-35/+64
2026-03-19perf callchain: Refactor callchain option parsingIan Rogers-80/+104
2026-03-19perf evsel: Constify option arguments to config functionsIan Rogers-14/+14
2026-03-19perf target: Constify simple check functionsIan Rogers-6/+6
2026-03-19perf evsel: Improve falling back from cyclesIan Rogers-14/+33
2026-03-19perf dwarf-aux: Collect all variable locations for insn trackingZecheng Li-30/+30
2026-03-19perf annotate-data: Use DWARF location ranges to preserve reg stateZecheng Li-6/+54
2026-03-19perf annotate-data: Invalidate caller-saved regs for all callsZecheng Li-6/+13
2026-03-19perf annotate-data: Add invalidate_reg_state() helper for x86Zecheng Li-12/+17
2026-03-19perf annotate-data: Handle global variable access with const registerZecheng Li-0/+5
2026-03-19perf annotate-data: Collect global variables without nameZecheng Li-6/+1
2026-03-19perf dwarf-aux: Handle array types in die_get_member_typeZecheng Li-1/+16
2026-03-19perf annotate-data: Improve type comparison from different scopesZecheng Li-1/+3
2026-03-19perf dwarf-aux: Skip check_variable for variable lookupZecheng Li-30/+30
2026-03-19perf dwarf-aux: Preserve typedefs in match_var_offsetZecheng Li-11/+15
2026-03-19perf dwarf-aux: Add die_get_pointer_type to get pointer typesZecheng Li-17/+51
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-658/+1055
2026-03-19selftests/landlock: Test tsync interruption and cancellation pathsMickaël Salaün-1/+90
2026-03-19vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()Manish Honap-1/+3
2026-03-19KVM: arm64: selftests: Add no-vgic-v5 selftestSascha Bischoff-178/+298
2026-03-19KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftestSascha Bischoff-0/+379
2026-03-19KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPISascha Bischoff-0/+1
2026-03-19KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headersSascha Bischoff-0/+2
2026-03-19kunit: configs: Enable all crypto library tests in all_tests.configEric Biggers-0/+2
2026-03-19Merge tag 'ovpn-net-next-20260317' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni-86/+472
2026-03-19selftests/net: packetdrill: improve tcp_rcv_neg_window.pktSimon Baatz-3/+11