aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-12tools: jobserver: Prevent deadlock caused by incorrect jobserver configuration and enhance error reportingChangbin Du1-1/+6
2026-01-12verification/rvgen: Remove unused variable declaration from containersGabriele Monaco1-2/+0
2026-01-12verification/dot2c: Remove superfluous enum assignment and add last commaGabriele Monaco1-24/+12
2026-01-12verification/dot2c: Remove __buff_to_string() and cleanupGabriele Monaco1-29/+6
2026-01-12verification/rvgen: Annotate DA functions with typesGabriele Monaco3-41/+41
2026-01-12verification/rvgen: Adapt dot2k and templates after refactoring da_monitor.hGabriele Monaco2-18/+13
2026-01-11Merge branch 'block-6.19' into for-7.0/blockJens Axboe3-6/+83
2026-01-11treewide: Update email addressThomas Gleixner2-2/+2
2026-01-11tools/nolibc: Add a simple test for writing to a FILE and reading it backDaniel Palmer1-0/+53
2026-01-11tools/nolibc: Add fseek() to stdio.hDaniel Palmer1-0/+19
2026-01-11tools/nolibc: Add fread() to stdio.hDaniel Palmer1-1/+33
2026-01-11selftests/nolibc: also test libc-test through regular selftest frameworkThomas Weißschuh1-1/+5
2026-01-11selftests/nolibc: scope custom flags to the nolibc-test targetThomas Weißschuh1-6/+2
2026-01-11selftests/nolibc: try to read from stdin in readv_zero testThomas Weißschuh1-1/+1
2026-01-10Merge tag 'linux_kselftest-fixes-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+17
2026-01-10selftests: net: py: ensure defer() is only used within a test caseJakub Kicinski2-0/+10
2026-01-10selftests: net: py: capitalize defer queue and improve importJakub Kicinski2-6/+6
2026-01-10selftests/net: parametrise iou-zcrx.py with ksft_variantsDavid Wei1-89/+73
2026-01-10selftests: drv-net: psp: Better control the used PSP devCosmin Ratiu3-29/+26
2026-01-10vsock/test: add a final full barrier after run all testsStefano Garzarella1-0/+12
2026-01-10selftests: kvm: Verify TILELOADD actually #NM faults when XFD[18]=1Sean Christopherson1-12/+18
2026-01-10selftests: kvm: try getting XFD and XSAVE state out of syncPaolo Bonzini1-8/+30
2026-01-10selftests: kvm: replace numbered sync points with actionsPaolo Bonzini1-45/+43
2026-01-09selftests: forwarding: update PTP tcpdump patternsJakub Kicinski1-9/+9
2026-01-09selftests: drv-net: gro: increase the rcvbuf sizeJakub Kicinski1-1/+24
2026-01-09selftests: tls: avoid flakiness in data_stealJakub Kicinski1-4/+12
2026-01-09libbpf: Fix OOB read in btf_dump_get_bitfield_valueVarun R Mallya1-0/+9
2026-01-09selftests/resctrl: Fix non-contiguous CBM check for HygonXiaochen Shen1-2/+4
2026-01-09selftests/resctrl: Add CPU vendor detection for HygonXiaochen Shen2-0/+3
2026-01-09selftests/resctrl: Define CPU vendor IDs as bits to match usageXiaochen Shen2-11/+22
2026-01-09selftests/resctrl: Fix a division by zero error on HygonXiaochen Shen1-0/+10
2026-01-09selftests/tracing: Fix test_multiple_writes stallFushuai Wang1-1/+17
2026-01-09bpftool: Make skeleton C++ compatible with explicit castsWanLi Niu1-4/+4
2026-01-09tools: ynl-gen-c: Fix remaining pylint warningsDonald Hunter1-8/+10
2026-01-09tools: ynl-gen-c: fix pylint None, type, dict, generators, initDonald Hunter1-22/+27
2026-01-09tools: ynl-gen-c: fix pylint warnings for returns, unused, redefinedDonald Hunter1-48/+52
2026-01-09tools: ynl-gen-c: suppress unhelpful pylint messagesDonald Hunter1-0/+11
2026-01-09tools: ynl: fix pylint issues in ynl_gen_rstDonald Hunter1-0/+2
2026-01-09tools: ynl: ethtool: fix pylint issuesDonald Hunter1-15/+31
2026-01-09tools: ynl: fix logic errors reported by pylintDonald Hunter1-3/+2
2026-01-09tools: ynl: fix pylint global variable related warningsDonald Hunter2-23/+17
2026-01-09tools: ynl: fix pylint misc warningsDonald Hunter3-14/+12
2026-01-09tools: ynl: fix pylint dict, indentation, long lines, uninitialisedDonald Hunter2-27/+29
2026-01-09tools: ynl: fix pylint exception warningsDonald Hunter4-36/+52
2026-01-09tools: ynl: fix pylint redefinition, encoding errorsDonald Hunter3-58/+58
2026-01-09tools: ynl: pylint suppressions and docstringsDonald Hunter5-0/+45
2026-01-09selftests/landlock: Properly close a file descriptorGünther Noack1-1/+2
2026-01-09x86/CPU/AMD: Simplify the spectral chicken fixBorislav Petkov (AMD)1-2/+2
2026-01-09memblock: drop redundant 'struct page *' argument from memblock_free_pages()Shengming Hu1-2/+1
2026-01-08KVM: selftests: Extend vmx_set_nested_state_test to cover SVMYosry Ahmed2-12/+112