summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-29xdrgen: Implement pass-through lines in specificationsChuck Lever9-17/+95
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever7-7/+62
2026-01-26xdrgen: Emit a max_arg_sz macroChuck Lever3-1/+39
2026-01-26xdrgen: Extend error reporting to AST transformation phaseChuck Lever5-5/+67
2026-01-26xdrgen: Improve parse error reportingChuck Lever6-35/+118
2026-01-26xdrgen: Remove inclusion of nlm4.h headerChuck Lever1-1/+0
2026-01-26xdrgen: Implement short (16-bit) integer typesChuck Lever3-0/+10
2026-01-26xdrgen: Emit the program number definitionChuck Lever2-0/+8
2026-01-26xdrgen: Fix struct prefix for typedef types in program wrappersChuck Lever3-1/+12
2026-01-26xdrgen: Address some checkpatch whitespace complaintsChuck Lever4-1/+3
2026-01-26xdrgen: Generate "if" instead of "switch" for boolean union enumeratorsChuck Lever3-20/+109
2026-01-26xdrgen: improve error reporting for invalid void declarationsKhushal Chitturi1-4/+4
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
2026-01-22Merge tag 'net-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds12-46/+429
2026-01-22vsock/test: add stream TX credit bounds testMelbin K Mathew1-0/+101
2026-01-22vsock/test: fix seqpacket message bounds testStefano Garzarella1-0/+11
2026-01-22Merge tag 'perf-tools-fixes-for-v6.19-2026-01-21' of git://git.kernel.org/pub...Linus Torvalds1-2/+5
2026-01-22selftests: net: amt: wait longer for connection before sending packetsTaehee Yoo1-2/+5
2026-01-21objtool: Fix libopcodes linking with static librariesSasha Levin1-4/+17
2026-01-21selftests/io_uring: support NO_SQARRAY in miniliburingPavel Begunkov1-7/+27
2026-01-21selftests/io_uring: add io_uring_queue_init_paramsPavel Begunkov1-8/+17
2026-01-21selftests/ublk: fix garbage output in foreground modeMing Lei1-1/+2
2026-01-21selftests/ublk: fix error handling for starting deviceMing Lei1-2/+4
2026-01-21selftests/ublk: fix IO thread idle checkMing Lei1-1/+1
2026-01-21tools/net/ynl: Makefile's install target now installs ynltoolMichel Lind1-1/+2
2026-01-20vsock/test: Do not filter kallsyms by symbol typeMichal Luczaj1-1/+1
2026-01-19selftests/tc-testing: Try to add teql as a child qdiscVictor Nogueira1-0/+25
2026-01-19selftests: net: simple selftest for ipvtapDmitry Skorodumov3-0/+171
2026-01-19selftests: ALSA: Remove unused variable in utimer-testLeeYongjun1-1/+0
2026-01-19Merge tag 'landlock-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-185/+66
2026-01-18Merge tag 'x86-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-01-18Merge tag 'objtool-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-12/+16
2026-01-18tools: ynl: Specify --no-line-number in ynl-regen.sh.Kuniyuki Iwashima1-1/+1
2026-01-17selftests: vDSO: getrandom: Fix path to s390 chacha implementationThomas Weißschuh1-1/+1
2026-01-17selftests/x86: Add selftests include path for kselftest.h after centralizationBala-Vignesh-Reddy1-0/+1
2026-01-17Merge tag 'cxl-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+18
2026-01-16selftests: net: fib-onlink-tests: Convert to use namespaces by defaultRicardo B. Marlière1-41/+30
2026-01-16vsock/test: Add test for a linear and non-linear skb getting coalescedMichal Luczaj3-0/+82
2026-01-15Merge tag 'mm-hotfixes-stable-2026-01-15-08-03' of git://git.kernel.org/pub/s...Linus Torvalds2-28/+358
2026-01-15Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-7/+24
2026-01-15tools/testing/selftests: fix gup_longterm for unknown fsLorenzo Stoakes1-1/+1
2026-01-15tools/testing/selftests: add forked (un)/faulted VMA merge testsLorenzo Stoakes1-41/+139
2026-01-15tools/testing/selftests: add tests for !tgt, src mremap() mergesLorenzo Stoakes1-0/+232
2026-01-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-3/+11
2026-01-14selftests: drv-net: fix RPS mask handling for high CPU numbersGal Pressman1-2/+2
2026-01-14selftests: drv-net: fix RPS mask handling in toeplitz testGal Pressman1-2/+4