aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2026-04-20KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"Sean Christopherson2-9/+7
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson15-55/+55
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson16-182/+150
2026-04-20KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a guest PASean Christopherson1-2/+2
2026-04-20KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()Sean Christopherson1-8/+5
2026-04-20KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson3-4/+4
2026-04-20KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson5-23/+9
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson28-142/+102
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack49-205/+201
2026-04-20KVM: selftests: Use s16 instead of int16_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use u16 instead of uint16_tDavid Matlack11-42/+42
2026-04-20KVM: selftests: Use s32 instead of int32_tDavid Matlack2-14/+14
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack87-646/+642
2026-04-20KVM: selftests: Use s64 instead of int64_tDavid Matlack11-22/+22
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack142-1415/+1415
2026-04-20KVM: selftests: Use gpa_t for GPAs in Hyper-V selftestsDavid Matlack4-6/+6
2026-04-20KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack35-96/+92
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack71-178/+172
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-0/+298
2026-04-20selftests/sched_ext: Add non_scx_kfunc_deny testCheng-Yang Chou3-0/+92
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds13-138/+263
2026-04-18selftests: mm: skip charge_reserved_hugetlb without killallCao Ruichuang1-0/+5
2026-04-18selftests/mm: transhuge_stress: skip the test when thp not availableChunyu Hu1-0/+4
2026-04-18selftests/mm: split_huge_page_test: skip the test when thp is not availableChunyu Hu1-0/+4
2026-04-18selftests/mm/vm_util: robust write_file()Chunyu Hu1-3/+12
2026-04-18selftests/mm: move write_file helper to vm_utilChunyu Hu5-48/+20
2026-04-18selftests/mm: soft-dirty: skip two tests when thp is not availableChunyu Hu1-1/+3
2026-04-18selftests/mm/guard-regions: skip collapse test when thp not enabledChunyu Hu1-0/+4
2026-04-18selftests/mm: hmm-tests: don't hardcode THP size to 2MBAlistair Popple1-67/+16
2026-04-18selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatibleLi Wang1-22/+69
2026-04-18tools/testing/selftests: add merge test for partial msealed rangeLorenzo Stoakes (Oracle)1-0/+88
2026-04-18selftests: liveupdate: add test for double preservationPasha Tatashin1-0/+41
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds16-48/+505
2026-04-17selftests: Fix duplicated test number reportingMark Brown1-13/+10
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+34
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds49-341/+1873
2026-04-17selftests: ovpn: serialize YNL listener startupRalf Lici1-0/+3
2026-04-17selftests: ovpn: align command flow with TAPRalf Lici4-238/+641
2026-04-17selftests: ovpn: add prefix to helpers and shared variablesRalf Lici11-192/+224
2026-04-17selftests: ovpn: flatten slurped notification JSON before filteringRalf Lici1-1/+2
2026-04-17selftests: ovpn: fail notification check on mismatchRalf Lici1-1/+13
2026-04-17selftests: ovpn: add nftables config dependencies for test-markRalf Lici1-0/+3
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds8-64/+125
2026-04-16selftests: net: add missing CMAC to tcp_ao configJakub Kicinski1-0/+1
2026-04-16selftests/bpf: cover UTF-8 trace_printk outputYihan Ding2-6/+32
2026-04-16bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding1-1/+2
2026-04-16selftests/bpf: Reject scalar store into kptr slotMykyta Yatsenko1-0/+15
2026-04-16selftests: Fix runner.sh for non-bash shellsMark Brown1-4/+4
2026-04-16selftests: Fix runner.sh busybox supportMark Brown1-8/+10
2026-04-16selftests: Deescalate error reportingMark Brown1-4/+4