summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2022-11-17bpf: Introduce bpf_obj_dropKumar Kartikeya Dwivedi-0/+13
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi-0/+25
2022-11-17bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi-4/+4
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+35807
2022-11-18random: use random.trust_{bootloader,cpu} command line option onlyJason A. Donenfeld-2/+0
2022-11-17selftests/bpf: Pass target triple to get_sys_includes macroBjörn Töpel-4/+8
2022-11-17selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-makeBjörn Töpel-1/+1
2022-11-17selftests/tdx: Test TDX attestation GetReport supportKuppuswamy Sathyanarayanan-0/+172
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-2/+14
2022-11-17Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini-30/+138
2022-11-17KVM: selftests: add svm part to triple_fault_testMaxim Levitsky-17/+56
2022-11-17kvm: selftests: add svm nested shutdown testMaxim Levitsky-0/+69
2022-11-17KVM: selftests: move idt_entry to headerMaxim Levitsky-13/+13
2022-11-16selftests/bpf: fix memory leak of lsm_cgroupWang Yufen-4/+21
2022-11-16KVM: selftests: Assert in prepare_eptp() that nEPT is supportedDavid Matlack-1/+3
2022-11-16KVM: selftests: Check for KVM nEPT support using "feature" MSRsDavid Matlack-9/+5
2022-11-16KVM: selftests: Drop helpers for getting specific KVM supported CPUID entrySean Christopherson-11/+0
2022-11-16KVM: selftests: Add and use KVM helpers for x86 Family and ModelSean Christopherson-14/+28
2022-11-16KVM: selftests: Add dedicated helpers for getting x86 Family and ModelSean Christopherson-20/+36
2022-11-16KVM: selftests: Add PMU feature framework, use in PMU event filter testSean Christopherson-44/+48
2022-11-16KVM: selftests: Convert vmx_pmu_caps_test to use X86_PROPERTY_*Sean Christopherson-21/+4
2022-11-16KVM: selftests: Convert AMX test to use X86_PROPRETY_XXXSean Christopherson-79/+31
2022-11-16KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*Sean Christopherson-12/+39
2022-11-16KVM: selftests: Refactor kvm_cpuid_has() to prep for X86_PROPERTY_* supportSean Christopherson-6/+13
2022-11-16KVM: selftests: Use X86_PROPERTY_MAX_KVM_LEAF in CPUID testSean Christopherson-10/+1
2022-11-16KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID valuesSean Christopherson-10/+76
2022-11-16KVM: selftests: Refactor X86_FEATURE_* framework to prep for X86_PROPERTY_*Sean Christopherson-13/+25
2022-11-16KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDRSean Christopherson-3/+2
2022-11-16KVM: selftests: Add a test for KVM_CAP_EXIT_ON_EMULATION_FAILUREDavid Matlack-0/+47
2022-11-16KVM: selftests: Expect #PF(RSVD) when TDP is disabledDavid Matlack-5/+46
2022-11-16KVM: selftests: Provide error code as a KVM_ASM_SAFE() outputSean Christopherson-13/+30
2022-11-16KVM: selftests: Avoid JMP in non-faulting path of KVM_ASM_SAFE()Sean Christopherson-5/+3
2022-11-16KVM: selftests: Copy KVM PFERR masks into selftestsDavid Matlack-0/+23
2022-11-16KVM: selftests: Move flds instruction emulation failure handling to headerDavid Matlack-40/+59
2022-11-16KVM: selftests: Delete dead ucall codeDavid Matlack-60/+1
2022-11-16KVM: selftests: Explicitly require instructions bytesDavid Matlack-48/+20
2022-11-16KVM: selftests: Rename emulator_error_test to smaller_maxphyaddr_emulation_testDavid Matlack-3/+4
2022-11-16KVM: selftests: Don't assume vcpu->id is '0' in xAPIC state testGautam Menghani-1/+3
2022-11-16KVM: selftests: Add arch specific post vm creation hookVishal Annapurve-3/+12
2022-11-16KVM: selftests: Add arch specific initializationVishal Annapurve-9/+22
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve-54/+6
2022-11-16KVM: selftests: Play nice with huge pages when getting PTEs/GPAsSean Christopherson-9/+47
2022-11-16KVM: selftests: Use vm_get_page_table_entry() in addr_arch_gva2gpa()Sean Christopherson-34/+4
2022-11-16KVM: selftests: Use virt_get_pte() when getting PTE pointerSean Christopherson-23/+6
2022-11-16KVM: selftests: Verify parent PTE is PRESENT when getting child PTESean Christopherson-8/+13
2022-11-16KVM: selftests: Remove useless shifts when creating guest page tablesSean Christopherson-10/+10
2022-11-16KVM: selftests: Drop reserved bit checks from PTE accessorSean Christopherson-28/+3
2022-11-16KVM: selftests: Drop helpers to read/write page table entriesSean Christopherson-25/+8
2022-11-16KVM: selftests: Fix spelling mistake "begining" -> "beginning"Colin Ian King-1/+1
2022-11-16KVM: selftests: Add ucall pool based implementationPeter Gonda-17/+77