aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2026-07-07KVM: selftests: Add kvm_gettid() wrapper and convert usersJosh Hilke5-9/+11
2026-07-07KVM: selftests: Verify non-postable IRQ remapping in IRQ testSean Christopherson1-11/+37
2026-07-07KVM: selftests: Make number of IRQs configurable in IRQ testDavid Matlack1-2/+6
2026-07-07KVM: selftests: Add option to set empty routing between IRQs in eventfd IRQ testDavid Matlack1-2/+18
2026-07-07KVM: selftests: Verify interrupts are received when IRQ affinity changes in IRQ testDavid Matlack1-5/+21
2026-07-07KVM: selftests: Add a helper to set proc IRQ affinity for IRQ testJosh Hilke2-0/+16
2026-07-07KVM: selftests: Add VFIO device support to eventfd IRQ testDavid Matlack1-6/+92
2026-07-07KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass testDavid Matlack3-0/+50
2026-07-07KVM: selftests: Add an irqfd send+receive (and later IRQ bypass) testDavid Matlack2-0/+171
2026-07-07KVM: selftests: Add helper to generate random u64 in range [min,max]Josh Hilke2-0/+21
2026-07-07KVM: selftests: Seed libc's RNG before using it to generate a seed for KVM's pRNGSean Christopherson1-0/+2
2026-07-07KVM: selftests: Initialize the default/global pRNG during kvm_selftest_init()Sean Christopherson1-7/+11
2026-07-07KVM: selftests: Rename guest_rng to kvm_rngJosh Hilke8-34/+34
2026-07-07KVM: selftests: Add macros to read/write+sync to/from guest memoryDavid Matlack4-26/+24
2026-07-07KVM: selftests: Build and link selftests/vfio/lib into KVM selftestsDavid Matlack1-1/+4
2026-07-07selftests/bpf: Add test for bpf_get_smp_processor_idMaxim Khmelevskii2-0/+65
2026-07-07selftests/bpf: Cover MEM_ALLOC access past object boundsYiyang Chen2-0/+24
2026-07-07selftests/bpf: Fix memory leak in msg_alloc_iov error pathMalaya Kumar Rout1-0/+1
2026-07-07selftests/bpf: libarena: Add parallel bitmap selftestEmil Tsalapatis1-0/+190
2026-07-07selftests/bpf: libarena: Add bitmap selftestsEmil Tsalapatis1-0/+394
2026-07-07selftests/bpf: Add arena-based bitmap data structureEmil Tsalapatis2-0/+279
2026-07-07selftests/bpf: libarena: Clean up allocation state before buddy testsEmil Tsalapatis3-4/+18
2026-07-07selftests/bpf: libarena: Fix can-loop zero variable definitionEmil Tsalapatis5-12/+18
2026-07-07selftests/bpf: libarena: Replace leftover st_ prefix with test_Emil Tsalapatis3-1/+1
2026-07-07Merge branch 'topic/firewire-include-fix' into for-linusTakashi Iwai14-37/+360
2026-07-07selftests: drv-net: Add test for cross-esw rate schedulingCosmin Ratiu2-0/+297
2026-07-06Merge tag 'mm-hotfixes-stable-2026-07-06-17-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-7/+8
2026-07-06KVM: arm64: selftests: Add MMIO sign-extending load testFuad Tabba2-0/+256
2026-07-06selftests: net: make busywait timeout clock portableNirmoy Das1-2/+23
2026-07-06selftests/tc-testing: Add tests that force multiq and taprio to enqueue to child's gso_skbVictor Nogueira1-0/+164
2026-07-06selftests/alsa: Fix format specifier and function mismatch in mixer-testMalaya Kumar Rout1-2/+2
2026-07-05selftests/rseq: Fix spelling of accommodateDing Junlin1-1/+1
2026-07-05selftests/futex: Dynamically skip unsupported testsWake Liu2-0/+6
2026-07-05selftests/futex: Add FUTEX_LOCK_PI owner-exiting coverageValery Borovsky4-1/+269
2026-07-05selftests/futex: Migrate robust_list to harnessWake Liu1-82/+97
2026-07-05selftests/futex: Migrate futex_priv_hash to harnessWake Liu1-81/+79
2026-07-05selftests/futex: Migrate futex_numa_mpol to harnessWake Liu1-62/+62
2026-07-05selftests/futex: Migrate futex_requeue_pi_signal_restart to harnessWake Liu1-37/+37
2026-07-05selftests/futex: Migrate futex_requeue_pi_mismatched_ops to harnessWake Liu1-16/+25
2026-07-05selftests/futex: Migrate futex_requeue_pi to harnessWake Liu1-78/+79
2026-07-05selftests/futex: Migrate futex_requeue to harnessWake Liu1-10/+24
2026-07-05selftests/futex: Migrate futex_wait_uninitialized_heap to harnessWake Liu1-15/+20
2026-07-05selftests/futex: Migrate futex_wait_private_mapped_file to harnessWake Liu1-16/+20
2026-07-05selftests/futex: Migrate futex_wait to harnessWake Liu1-47/+80
2026-07-05selftests/futex: Correct validation logic in waitvWake Liu1-25/+30
2026-07-05selftests/futex: Migrate functional tests to harnessWake Liu4-137/+144
2026-07-05selftests/futex: Remove static keyword from 'head'Ankit Khushwaha1-1/+1
2026-07-05Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+86
2026-07-05selftests/alsa: Fix memory leak in find_controls error pathMalaya Kumar Rout1-0/+1
2026-07-04selftests/bpf: Add tests for forked/cloned optimized uprobesJiri Olsa1-0/+88