aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2026-08-11selftests: timers: nsleep-lat: Reuse kselftest error numbersThomas Weißschuh (Schneider Electric)1-13/+6
2026-08-11selftests: timers: nsleep-lat: Explicitly list the tested clocksThomas Weißschuh (Schneider Electric)1-14/+12
2026-08-11selftests: timers: nsleep-lat: Use NSEC_PER_MSEC define for unreasonable latencyThomas Weißschuh (Schneider Electric)1-1/+1
2026-08-11selftests: timers: nanosleep: Report each test separatelyThomas Weißschuh (Schneider Electric)1-13/+8
2026-08-11selftests: timers: nanosleep: Explicitly handle timer_delete() failureThomas Weißschuh (Schneider Electric)1-4/+7
2026-08-11selftests: timers: nanosleep: Move all single clock tests out of the loop in main()Thomas Weißschuh (Schneider Electric)1-23/+28
2026-08-11selftests: timers: nanosleep: Reuse kselftest error numbersThomas Weißschuh (Schneider Electric)1-19/+17
2026-08-11selftests: timers: nanosleep: Explicitly list the tested clocksThomas Weißschuh (Schneider Electric)1-14/+12
2026-08-11selftests: timers: nanosleep: Drop output alignmentThomas Weißschuh (Schneider Electric)1-5/+5
2026-08-11selftests: timers: Use clock_name() and constants from clock-helpers.hThomas Weißschuh (Schneider Electric)12-205/+47
2026-08-11selftests: Add clock-helpers.hThomas Weißschuh (Schneider Electric)1-0/+76
2026-08-11Merge tag 'probes-fixes-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-2/+25
2026-08-11selftests: tls: cover splice after a failed decryptChuck Lever1-10/+65
2026-08-11selftests: net: reuseport_bpf_numa: consider cpuless numa nodeFeng Tang1-0/+24
2026-08-10selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabledAndrey Grodzovsky2-17/+42
2026-08-10selftests: bonding: disable DAD for IPv6 addressesJakub Kicinski1-6/+4
2026-08-10selftests: drv-net: so_txtime: only send test traffic to sch_etfWillem de Bruijn2-3/+15
2026-08-10selftests: drv-net: let ethtool stats settle before readingJakub Kicinski3-0/+19
2026-08-10selftests: drv-net: pace ethtool_std_stats packet generationJakub Kicinski1-2/+2
2026-08-10selftests: netdevsim: fix SIGPIPE flake in ethtool-coalesceJakub Kicinski1-4/+6
2026-08-10selftests: tc-testing: add act_ct test for malformed header handlingHyunjung Ko1-0/+40
2026-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.3-arena-argsTejun Heo242-866/+10722
2026-08-10selftests/net: fin_ack_lat: fix latency threshold typoBrian Grech1-1/+1
2026-08-10selftests/sched_ext: Check skeleton open failure in exit testLiang Luo1-0/+1
2026-08-10selftests/cgroup: Avoid awk -e in cpuset testsRui Qi2-2/+2
2026-08-10vfio: selftests: Retry on EAGAIN during device resetJosh Hilke2-1/+20
2026-08-10vfio: selftests: igb: Add driver for Intel 82576 deviceJosh Hilke6-1/+591
2026-08-10vfio: selftests: Add helpers to re-enable interruptsAlex Williamson2-0/+36
2026-08-10selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typoQingshuang Fu1-17/+14
2026-08-10KVM: selftests: Create one VM with many vCPUs for each major PMU counters testSean Christopherson1-89/+118
2026-08-10selftests/filesystems: test completing a context from another user namespaceChristian Brauner3-0/+250
2026-08-10KVM: LoongArch: selftests: Add FPU/LSX/LASX test casesBibo Mao3-1/+147
2026-08-10KVM: LoongArch: selftests: Enable LSX/LASX by auto detectionBibo Mao2-1/+20
2026-08-08preempt: Introduce HARDIRQ_DISABLE_BITSBoqun Feng1-1/+4
2026-08-08preempt: Track NMI nesting to separate per-CPU counterJoel Fernandes1-1/+1
2026-08-08selftests/bpf: Test attach rejection for struct_ops arena programsKumar Kartikeya Dwivedi2-0/+79
2026-08-08selftests/bpf: Test stack-passed struct_ops arena argumentsTejun Heo4-0/+39
2026-08-08selftests/bpf: Add struct_ops __arena and __arena__nullable argument testsTejun Heo6-0/+217
2026-08-08selftests/bpf: Add JIT-sequence tests for __arena kfunc argumentsTejun Heo2-0/+101
2026-08-08selftests/bpf: Add kfunc __arena and __arena__nullable argument testsTejun Heo4-0/+290
2026-08-08selftests/bpf: Verify zext_dst annotations for various instructionsEduard Zingerman2-0/+394
2026-08-08bpf: Do not print a newline after disassembly in bpf_verbose_insn()Eduard Zingerman1-2/+1
2026-08-07selftests/net: devmem.py: add check_rx_large_niovBobby Eshleman3-11/+119
2026-08-07selftests/net: ncdevmem: add -b option to set rx-page-size on bindBobby Eshleman1-3/+33
2026-08-07selftests: net: shaper: Cover recursive node cleanupMohsin Bashir1-0/+59
2026-08-07selftests: net: shaper: Cover mixed-parent groupingMohsin Bashir1-0/+100
2026-08-07selftests: net: shaper: Reject invalid set requestsMohsin Bashir1-0/+41
2026-08-07selftests: net: shaper: Cover scalar attributesMohsin Bashir1-0/+68
2026-08-07selftests: net: shaper: Add reparenting rejection testMohsin Bashir1-0/+150
2026-08-07selftests: net: shaper: Add queue migration between nodes testMohsin Bashir1-0/+102