index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-29
KVM: selftests: Have perf_test_util signal when to stop vCPUs
Oliver Upton
1
-0
/
+3
2022-11-21
KVM: selftests: Allocate Hyper-V partition assist page
Vitaly Kuznetsov
1
-0
/
+5
2022-11-21
KVM: selftests: Create a vendor independent helper to allocate Hyper-V specif...
Vitaly Kuznetsov
2
-12
/
+20
2022-11-21
KVM: selftests: Split off load_evmcs() from load_vmcs()
Vitaly Kuznetsov
1
-20
/
+12
2022-11-21
KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
Vitaly Kuznetsov
1
-0
/
+21
2022-11-18
KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request u...
Vitaly Kuznetsov
1
-2
/
+2
2022-11-18
KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
Vitaly Kuznetsov
1
-2
/
+3
2022-11-17
Merge branch 'kvm-svm-harden' into HEAD
Paolo Bonzini
1
-13
/
+0
2022-11-17
KVM: selftests: move idt_entry to header
Maxim Levitsky
1
-13
/
+0
2022-11-16
KVM: selftests: Assert in prepare_eptp() that nEPT is supported
David Matlack
2
-1
/
+2
2022-11-16
KVM: selftests: Check for KVM nEPT support using "feature" MSRs
David Matlack
1
-8
/
+4
2022-11-16
KVM: selftests: Add dedicated helpers for getting x86 Family and Model
Sean Christopherson
1
-3
/
+1
2022-11-16
KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*
Sean Christopherson
1
-7
/
+10
2022-11-16
KVM: selftests: Refactor kvm_cpuid_has() to prep for X86_PROPERTY_* support
Sean Christopherson
1
-6
/
+13
2022-11-16
KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID values
Sean Christopherson
1
-10
/
+8
2022-11-16
KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDR
Sean Christopherson
1
-3
/
+1
2022-11-16
KVM: selftests: Provide error code as a KVM_ASM_SAFE() output
Sean Christopherson
1
-0
/
+1
2022-11-16
KVM: selftests: Add arch specific post vm creation hook
Vishal Annapurve
2
-3
/
+10
2022-11-16
KVM: selftests: Add arch specific initialization
Vishal Annapurve
2
-9
/
+15
2022-11-16
KVM: selftests: move common startup logic to kvm_util.c
Vishal Annapurve
1
-0
/
+6
2022-11-16
KVM: selftests: Play nice with huge pages when getting PTEs/GPAs
Sean Christopherson
1
-7
/
+38
2022-11-16
KVM: selftests: Use vm_get_page_table_entry() in addr_arch_gva2gpa()
Sean Christopherson
1
-34
/
+4
2022-11-16
KVM: selftests: Use virt_get_pte() when getting PTE pointer
Sean Christopherson
1
-23
/
+6
2022-11-16
KVM: selftests: Verify parent PTE is PRESENT when getting child PTE
Sean Christopherson
1
-8
/
+13
2022-11-16
KVM: selftests: Remove useless shifts when creating guest page tables
Sean Christopherson
1
-9
/
+8
2022-11-16
KVM: selftests: Drop reserved bit checks from PTE accessor
Sean Christopherson
1
-25
/
+1
2022-11-16
KVM: selftests: Drop helpers to read/write page table entries
Sean Christopherson
1
-19
/
+2
2022-11-16
KVM: selftests: Fix spelling mistake "begining" -> "beginning"
Colin Ian King
1
-1
/
+1
2022-11-16
KVM: selftests: Add ucall pool based implementation
Peter Gonda
5
-12
/
+73
2022-11-16
KVM: selftests: Drop now-unnecessary ucall_uninit()
Sean Christopherson
5
-25
/
+2
2022-11-16
KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
Sean Christopherson
1
-5
/
+14
2022-11-16
KVM: selftests: Automatically do init_ucall() for non-barebones VMs
Sean Christopherson
6
-56
/
+17
2022-11-16
KVM: selftests: Consolidate boilerplate code in get_ucall()
Sean Christopherson
5
-53
/
+31
2022-11-16
KVM: selftests: Consolidate common code for populating ucall struct
Sean Christopherson
5
-71
/
+40
2022-11-16
KVM: selftests: Rename perf_test_util symbols to memstress
David Matlack
2
-50
/
+50
2022-11-16
KVM: selftests: Rename pta (short for perf_test_args) to args
David Matlack
1
-30
/
+30
2022-11-16
KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]
David Matlack
2
-3
/
+3
2022-11-16
KVM: selftests: randomize page access order
Colton Lewis
1
-1
/
+14
2022-11-16
KVM: selftests: randomize which pages are written vs read
Colton Lewis
1
-5
/
+8
2022-11-16
KVM: selftests: create -r argument to specify random seed
Colton Lewis
1
-0
/
+6
2022-11-16
KVM: selftests: implement random number generator for guest code
Colton Lewis
1
-0
/
+17
2022-11-16
KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs
Vipin Sharma
2
-1
/
+61
2022-11-16
KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
Vipin Sharma
1
-0
/
+19
2022-11-10
KVM: selftests: Use the right memslot for code, page-tables, and data allocat...
Ricardo Koller
6
-40
/
+61
2022-11-10
KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
Ricardo Koller
2
-24
/
+30
2022-11-10
KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
Ricardo Koller
1
-8
/
+10
2022-11-10
KVM: selftests: Stash backing_src_type in struct userspace_mem_region
Ricardo Koller
1
-0
/
+1
2022-11-10
KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
Ricardo Koller
1
-1
/
+1
2022-11-10
KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
Ricardo Koller
1
-0
/
+6
2022-11-10
KVM: selftests: aarch64: Add virt_get_pte_hva() library function
Ricardo Koller
1
-3
/
+10
[prev]
[next]