summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-04-01bpf: Clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard()Eyal Birger1-1/+3
2026-04-01selftests/run_kselftest.sh: Remove unused $ROOTRicardo B. Marlière1-1/+0
2026-04-01selftests/cpu-hotplug: Fix check for cpu hotplug not supportedDmytro Maluka1-1/+1
2026-04-01Merge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-0/+263
2026-04-01selftests/mqueue: Fix incorrectly named fileSimon Liebold1-0/+0
2026-03-31Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-4/+23
2026-03-31selftests: Use ktap helpers for runner.shHangbin Liu2-43/+73
2026-03-31selftests: harness: Validate intermixing of kselftest and harness functionalityThomas Weißschuh2-9/+46
2026-03-31selftests: harness: Detect illegal mixing of kselftest and harness functionalityThomas Weißschuh1-0/+9
2026-03-31selftests: kselftest: Add ksft_reset_state()Thomas Weißschuh1-0/+11
2026-03-31selftests: harness: Validate that explicit kselftest exitcodes are handledThomas Weißschuh2-9/+46
2026-03-31selftests: kselftest: Treat xpass as successful resultThomas Weißschuh1-0/+1
2026-03-31selftests/tracing: Fix to check awk supports non POSIX strtonum()Masami Hiramatsu (Google)2-0/+6
2026-03-31selftests/tracing: Fix to make --logdir option work againMasami Hiramatsu (Google)1-6/+12
2026-03-31rv/rvgen: use context managers for file operationsWander Lairson Costa2-12/+6
2026-03-31rv/rvgen: remove unnecessary semicolonsWander Lairson Costa1-3/+3
2026-03-31rv/rvgen: replace __len__() calls with len()Wander Lairson Costa2-9/+9
2026-03-31rv/rvgen: replace % string formatting with f-stringsWander Lairson Costa6-85/+83
2026-03-31rv/rvgen: remove bare except clauses in generatorWander Lairson Costa1-8/+1
2026-03-31rv/rvgen: introduce AutomataError exception classWander Lairson Costa7-34/+43
2026-03-31rv: Add nomiss deadline monitorGabriele Monaco1-0/+41
2026-03-31verification/rvgen: Add support for per-obj monitorsGabriele Monaco2-5/+14
2026-03-31rv: Convert the opid monitor to a hybrid automatonGabriele Monaco1-29/+7
2026-03-31rv: Add sample hybrid monitor stallGabriele Monaco1-0/+22
2026-03-31verification/rvgen: Add support for Hybrid AutomataGabriele Monaco7-16/+679
2026-03-31verification/rvgen: Allow spaces in and events stringsGabriele Monaco1-5/+4
2026-03-31selftests/bpf: Test that dst is cleared on same-protocol encapJakub Kicinski2-0/+112
2026-03-31x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds1-1/+1
2026-03-30Merge tag 'trace-rtla-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2026-03-30rcutorture: Add NOCB02 config for nocb poll mode testingJoel Fernandes2-0/+23
2026-03-30rcutorture: Add NOCB01 config for RCU_LAZY torture testingJoel Fernandes2-0/+23
2026-03-30rcuscale: Ditch rcu_scale_shutdown in favor of torture_shutdown_init()Paul E. McKenney1-1/+1
2026-03-30refscale: Ditch ref_scale_shutdown in favor of torture_shutdown_init()Paul E. McKenney1-1/+1
2026-03-30rcutorture: Fix numeric "test" comparison in srcu_lockdep.shPaul E. McKenney1-3/+3
2026-03-30torture: Print informative message for test without recheck filePaul E. McKenney1-1/+6
2026-03-30torture: Make hangs more visible in torture.sh outputPaul E. McKenney2-2/+1
2026-03-30kvm-check-branches.sh: Remove in favor of kvm-series.shPaul E. McKenney1-102/+0
2026-03-30rcutorture: Add a textbook-style trivial preemptible RCUPaul E. McKenney2-0/+15
2026-03-30Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo3-0/+263
2026-03-30selftests/sched_ext: Add cyclic SCX_KICK_WAIT stress testTejun Heo3-0/+263
2026-03-30Merge branch 'master' into rdma-nextLeon Romanovsky146-1002/+3074
2026-03-30RDMA/rxe: Add testcase for net namespace rxeZhu Yanjun7-0/+298
2026-03-30docs: kdoc_diff: add a helper tool to help checking kdoc regressionsMauro Carvalho Chehab1-0/+508
2026-03-30tools: unittest_helper: add a quiet modeMauro Carvalho Chehab1-6/+16
2026-03-30rtla: Fix build without libbpf headerTomas Glozar1-1/+0
2026-03-30doc tools: better handle KBUILD_VERBOSEMauro Carvalho Chehab2-2/+12
2026-03-30selftests/livepatch: add test for module function patchingPablo Alessandro Santos Hugen4-0/+194
2026-03-30Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-03-30selftests: drv-net: xdp: Add rss_hash metadata testsChris J Arges4-0/+312
2026-03-30selftests: net: move common xdp.py functions into libChris J Arges4-74/+94