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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-06
KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabled
Vitaly Kuznetsov
1
-0
/
+9
2024-03-06
KVM: riscv: selftests: Add sstc timer test
Haibo Xu
3
-2
/
+84
2024-03-06
KVM: riscv: selftests: Change vcpu_has_ext to a common function
Haibo Xu
1
-0
/
+2
2024-03-06
KVM: riscv: selftests: Add guest helper to get vcpu id
Haibo Xu
2
-4
/
+2
2024-03-06
KVM: riscv: selftests: Add exception handling support
Haibo Xu
1
-0
/
+50
2024-02-28
KVM: selftests: Add a basic SEV-ES smoke test
Sean Christopherson
1
-0
/
+2
2024-02-28
KVM: selftests: Add library for creating and interacting with SEV guests
Peter Gonda
3
-0
/
+115
2024-02-28
KVM: selftests: Allow tagging protected memory in guest page tables
Peter Gonda
5
-0
/
+55
2024-02-28
KVM: selftests: Add support for protected vm_vaddr_* allocations
Michael Roth
1
-0
/
+3
2024-02-28
KVM: selftests: Add support for allocating/managing protected guest memory
Peter Gonda
1
-2
/
+23
2024-02-28
KVM: selftests: Add a macro to iterate over a sparsebit range
Ackerley Tng
1
-0
/
+20
2024-02-28
KVM: selftests: Make sparsebit structs const where appropriate
Michael Roth
1
-18
/
+18
2024-02-28
KVM: selftests: Extend VM creation's @shape to allow control of VM subtype
Sean Christopherson
1
-2
/
+7
2024-02-28
KVM: selftests: Add a macro to define a test with one vcpu
Thomas Huth
1
-0
/
+36
2024-02-28
KVM: selftests: Move setting a vCPU's entry point to a dedicated API
Sean Christopherson
1
-4
/
+7
2024-02-26
KVM: riscv: selftests: Switch to use macro from csr.h
Haibo Xu
1
-8
/
+2
2024-02-26
KVM: arm64: selftests: Split arch_timer test code
Haibo Xu
2
-0
/
+46
2024-02-01
KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...
Vitaly Kuznetsov
1
-1
/
+1
2024-02-01
KVM: selftests: Generalize check_clocksource() from kvm_clock_test
Vitaly Kuznetsov
2
-0
/
+4
2024-01-30
KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBV
Sean Christopherson
1
-12
/
+26
2024-01-30
KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()
Sean Christopherson
1
-2
/
+28
2024-01-30
KVM: selftests: Move KVM_FEP macro into common library header
Sean Christopherson
1
-0
/
+3
2024-01-30
KVM: selftests: Query module param to detect FEP in MSR filtering test
Sean Christopherson
1
-0
/
+5
2024-01-30
KVM: selftests: Add helpers to read integer module params
Sean Christopherson
1
-0
/
+4
2024-01-30
KVM: selftests: Add a helper to query if the PMU module param is enabled
Sean Christopherson
1
-0
/
+5
2024-01-30
KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
Jinrong Liang
1
-0
/
+97
2024-01-30
KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
Sean Christopherson
1
-18
/
+47
2024-01-30
KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
Sean Christopherson
1
-2
/
+2
2024-01-30
KVM: selftests: Add vcpu_set_cpuid_property() to set properties
Jinrong Liang
1
-1
/
+3
2024-01-08
Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
3
-4
/
+5
2024-01-02
Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2
-17
/
+46
2023-12-30
RISC-V: KVM: selftests: Add steal_time test support
Andrew Jones
1
-0
/
+1
2023-12-30
RISC-V: KVM: selftests: Add guest_sbi_probe_extension
Andrew Jones
1
-0
/
+21
2023-12-29
RISC-V: KVM: selftests: Treat SBI ext regs like ISA ext regs
Andrew Jones
1
-0
/
+1
2023-12-29
KVM: riscv: selftests: Add RISCV_SBI_EXT_REG
Andrew Jones
1
-17
/
+23
2023-12-01
KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()
Sean Christopherson
2
-4
/
+5
2023-11-29
KVM: selftests: Add logic to detect if ioctl() failed because VM was killed
Sean Christopherson
1
-5
/
+34
2023-11-29
KVM: selftests: Drop the single-underscore ioctl() helpers
Sean Christopherson
1
-17
/
+13
2023-11-27
KVM: selftests: arm64: Support P52V48 4K and 16K guest_modes
Ryan Roberts
1
-0
/
+1
2023-11-27
KVM: selftests: arm64: Determine max ipa size per-page size
Ryan Roberts
2
-4
/
+4
2023-11-14
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
4
-14
/
+167
2023-11-14
KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
Chao Peng
1
-0
/
+12
2023-11-14
KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
Chao Peng
1
-0
/
+7
2023-11-14
KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
Sean Christopherson
1
-0
/
+11
2023-11-14
KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Sean Christopherson
1
-9
/
+45
2023-11-14
KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
Vishal Annapurve
1
-0
/
+15
2023-11-14
KVM: selftests: Add helpers to convert guest memory b/w private and shared
Vishal Annapurve
1
-0
/
+48
2023-11-14
KVM: selftests: Add support for creating private memslots
Sean Christopherson
2
-0
/
+28
2023-11-14
KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
Sean Christopherson
1
-1
/
+1
2023-11-14
KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
Sean Christopherson
1
-4
/
+0
[prev]
[next]