summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-01-11tools/nolibc: Add fread() to stdio.hDaniel Palmer
2026-01-11selftests/nolibc: also test libc-test through regular selftest frameworkThomas Weißschuh
2026-01-11selftests/nolibc: scope custom flags to the nolibc-test targetThomas Weißschuh
2026-01-11selftests/nolibc: try to read from stdin in readv_zero testThomas Weißschuh
2026-01-10Merge tag 'linux_kselftest-fixes-6.19-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2026-01-10vsock/test: add a final full barrier after run all testsStefano Garzarella
2026-01-10selftests: kvm: Verify TILELOADD actually #NM faults when XFD[18]=1Sean Christopherson
2026-01-10selftests: kvm: try getting XFD and XSAVE state out of syncPaolo Bonzini
2026-01-10selftests: kvm: replace numbered sync points with actionsPaolo Bonzini
2026-01-09libbpf: Fix OOB read in btf_dump_get_bitfield_valueVarun R Mallya
2026-01-09selftests/resctrl: Fix non-contiguous CBM check for HygonXiaochen Shen
2026-01-09selftests/resctrl: Add CPU vendor detection for HygonXiaochen Shen
2026-01-09selftests/resctrl: Define CPU vendor IDs as bits to match usageXiaochen Shen
2026-01-09selftests/resctrl: Fix a division by zero error on HygonXiaochen Shen
2026-01-09selftests/tracing: Fix test_multiple_writes stallFushuai Wang
2026-01-09bpftool: Make skeleton C++ compatible with explicit castsWanLi Niu
2026-01-09selftests/landlock: Properly close a file descriptorGünther Noack
2026-01-09x86/CPU/AMD: Simplify the spectral chicken fixBorislav Petkov (AMD)
2026-01-08Merge tag 'net-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-01-08tools: ynl: don't install testsJakub Kicinski
2026-01-08Merge tag 'hid-for-linus-2026010801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-01-07thermal: intel: selftests: workload_hint: Support slow workload hintsSrinivas Pandruvada
2026-01-07Merge tag 'linux-cpupower-6.20-rc1' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki
2026-01-07kunit: tool: test: Don't rely on implicit working directory changeThomas Weißschuh
2026-01-07kunit: tool: test: Rename test_data_path() to _test_data_path()Thomas Weißschuh
2026-01-07selftests/hid: add a test for the Digitizer/Button Type pressurepadPeter Hutterer
2026-01-07selftests/hid: use a enum class for the different button typesPeter Hutterer
2026-01-07selftests/hid: require hidtools 0.12Peter Hutterer
2026-01-07selftests/hid: fix bpf compilations due to -fms-extensionsBenjamin Tissoires
2026-01-06bpf: GCC requires function attributes before the declaratorJose E. Marchesi
2026-01-06bpf: adapt selftests to GCC 16 -Wunused-but-set-variableJose E. Marchesi
2026-01-06selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang
2026-01-06libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu mapsLeon Hwang
2026-01-06bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang
2026-01-06selftests: netdevsim: add carrier state consistency testYohei Kojima
2026-01-06selftests: drv-net: Bring back tool() to driver __init__sGal Pressman
2026-01-06selftests/bpf: add tests for arena kfuncs under lockEmil Tsalapatis
2026-01-06perf parse-events: Fix evsel allocation failureFaisal Bukhari
2026-01-06docs: find-unused-docs.sh: fixup directory usageRandy Dunlap
2026-01-06selftests/bpf: Update xdp_context_test_run test to check maximum metadata sizeToke Høiland-Jørgensen
2026-01-06perf pmu: Relax uncore wildcard matching to allow numeric suffixZide Chen
2026-01-06selftests/nolibc: always build sparc32 tests with -mcpu=v8Thomas Weißschuh
2026-01-06tools/nolibc: align sys_vfork() with sys_fork()Thomas Weißschuh
2026-01-06selftests/nolibc: drop NOLIBC_SYSROOT=0 logicThomas Weißschuh
2026-01-06selftests/nolibc: add static assertions around time types handlingThomas Weißschuh
2026-01-06tools/nolibc: add __nolibc_static_assert()Thomas Weißschuh
2026-01-06tools/nolibc: add compiler version detection macrosThomas Weißschuh
2026-01-06tools/nolibc: remove time conversionsThomas Weißschuh
2026-01-06selftests/nolibc: test compatibility of nolibc and kernel time typesThomas Weißschuh
2026-01-05selftests: mptcp: Mark xerror and die_perror __noreturnAnkit Khushwaha