index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
x86_64
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-20
KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookups
Sean Christopherson
1
-1
/
+1
2024-09-17
Merge tag 'kvm-x86-selftests-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-6
/
+42
2024-09-10
KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspace
Sean Christopherson
1
-4
/
+7
2024-08-30
KVM: selftests: Add SEV-ES shutdown test
Peter Gonda
1
-0
/
+32
2024-08-30
KVM: selftests: Play nice with AMD's AVIC errata
Sean Christopherson
1
-4
/
+19
2024-08-30
KVM: selftests: Verify the guest can read back the x2APIC ICR it wrote
Sean Christopherson
1
-2
/
+4
2024-08-30
KVM: selftests: Test x2APIC ICR reserved bits
Sean Christopherson
1
-13
/
+10
2024-08-30
KVM: selftests: Skip ICR.BUSY test in xapic_state_test if x2APIC is enabled
Sean Christopherson
1
-6
/
+12
2024-08-22
KVM: selftests: Re-enable hyperv_evmcs/hyperv_svm_test on bare metal
Vitaly Kuznetsov
2
-2
/
+2
2024-08-22
KVM: selftests: Move Hyper-V specific functions out of processor.c
Vitaly Kuznetsov
1
-0
/
+1
2024-08-13
KVM: selftests: Add a testcase to verify x2APIC is fully readonly
Michal Luczaj
1
-0
/
+28
2024-07-16
Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-45
/
+34
2024-07-16
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+194
2024-07-16
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-2
/
+36
2024-06-29
KVM: selftests: Add test for configure of x86 APIC bus frequency
Isaku Yamahata
1
-0
/
+194
2024-06-28
KVM: selftests: Increase robustness of LLC cache misses in PMU counters test
Maxim Levitsky
1
-10
/
+14
2024-06-28
KVM: selftests: Rework macros in PMU counters test to prep for multi-insn loop
Sean Christopherson
1
-9
/
+19
2024-06-18
KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_ID
Mathias Krause
1
-0
/
+16
2024-06-18
KVM: selftests: Test max vCPU IDs corner cases
Mathias Krause
1
-2
/
+20
2024-06-10
KVM: selftests: Treat AMD Family 17h+ as supporting branch insns retired
Manali Shukla
1
-30
/
+5
2024-06-05
KVM: selftests: Fix shift of 32 bit unsigned int more than 32 bits
Colin Ian King
1
-2
/
+2
2024-05-12
Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...
Paolo Bonzini
39
-159
/
+39
2024-05-12
Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-24
/
+42
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2
-15
/
+65
2024-04-29
KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
Sean Christopherson
21
-65
/
+0
2024-04-29
KVM: selftests: Rework platform_info_test to actually verify #GP
Sean Christopherson
1
-33
/
+33
2024-04-29
KVM: selftests: Move platform_info_test's main assert into guest code
Sean Christopherson
1
-8
/
+12
2024-04-29
KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
Sean Christopherson
2
-2
/
+2
2024-04-29
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
3
-2
/
+2
2024-04-29
KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest code
Sean Christopherson
1
-2
/
+3
2024-04-29
KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()
Sean Christopherson
2
-11
/
+2
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
28
-51
/
+0
2024-04-29
KVM: selftests: Avoid assuming "sudo" exists in NX hugepage test
Brendan Jackman
1
-1
/
+12
2024-04-26
KVM: selftests: Make monitor_mwait require MONITOR/MWAIT feature
Zide Chen
1
-0
/
+1
2024-04-26
KVM: selftests: Compare wall time from xen shinfo against KVM_GET_CLOCK
Vitaly Kuznetsov
1
-22
/
+28
2024-04-26
KVM: selftests: Remove second semicolon
Colin Ian King
1
-1
/
+1
2024-04-11
KVM: selftests: Add coverage of EPT-disabled to vmx_dirty_log_test
David Matlack
1
-14
/
+46
2024-04-11
selftests: kvm: add test for transferring FPU state into VMSA
Paolo Bonzini
1
-0
/
+89
2024-04-11
selftests: kvm: split "launch" phase of SEV VM creation
Paolo Bonzini
1
-1
/
+6
2024-04-11
selftests: kvm: add tests for KVM_SEV_INIT2
Paolo Bonzini
1
-0
/
+152
2024-04-08
KVM: selftests: Verify post-RESET value of PERF_GLOBAL_CTRL in PMCs test
Sean Christopherson
1
-1
/
+19
2024-03-19
Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+39
2024-03-11
Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-9
/
+50
2024-03-11
Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-120
/
+677
2024-03-11
Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
7
-161
/
+241
2024-03-06
KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabled
Vitaly Kuznetsov
1
-0
/
+39
2024-03-06
KVM: selftests: Explicitly close guest_memfd files in some gmem tests
Dongli Zhang
1
-0
/
+2
2024-02-29
KVM: selftests: Add a basic SEV-ES smoke test
Sean Christopherson
1
-0
/
+30
2024-02-29
KVM: selftests: Add a basic SEV smoke test
Peter Gonda
1
-0
/
+58
2024-02-29
KVM: selftests: Use the SEV library APIs in the intra-host migration test
Sean Christopherson
1
-42
/
+18
[next]