Sign in
◑
Theme
android-kvm
/
kvm-unit-tests
/
HEAD
033ab80
powerpc: Add a panic test
by Nicholas Piggin
· 7 weeks ago
master
8f2ac26
scripts/arch-run.bash: Fix run_panic() success exit status
by Nicholas Piggin
· 7 weeks ago
1731a7e
powerpc: gitlab CI update
by Nicholas Piggin
· 7 weeks ago
1cd967b
powerpc: Remove remnants of ppc64 directory and build structure
by Nicholas Piggin
· 7 weeks ago
28e9085
configure: Make arch_libdir a first-class entity
by Nicholas Piggin
· 7 weeks ago
73d64c5
powerpc: add pmu tests
by Nicholas Piggin
· 7 weeks ago
1da1819
Merge branch 'arm/queue' into 'master'
by Andrew Jones
· 2 months ago
1ee88e4
arm64: update ESR_ELx definitions to match Linux kernel
by Joey Gouly
· 5 months ago
a3150b8
arm: io: Set is_pl011_uart flag in ACPI initialization
by Colton Lewis
· 3 months ago
6b9c350
checkpatch: add support for Assisted-by tag
by Andrew Jones
· 3 months ago
1647129
Merge branch '32bit' into 'master'
by Paolo Bonzini
· 3 months ago
87ddaa8
svm_tests: replace rdpru with byte encoding
by Paolo Bonzini
· 3 months ago
ed8d5c6
svm: add test for 32-bit non-PAE guest
by Paolo Bonzini
· 4 months ago
ee6f162
svm: add test for 32-bit PAE guest
by Paolo Bonzini
· 4 months ago
feef9d9
vmx: add test for 32-bit non-PAE guest
by Paolo Bonzini
· 3 months ago
55b77db
vmx: add a test for 32-bit guest PAE paging PDPTEs
by Paolo Bonzini
· 3 months ago
e212ec5
unittests.cfg: add an entry to run SVM tests with NPT disabled
by Paolo Bonzini
· 4 months ago
afcc98a
Remove the Fedora Cirrus-CI job
by Thomas Huth
· 3 months ago
0f098ea
Merge tag 'kvm-x86-2026.05.27' of https://github.com/kvm-x86/kvm-unit-tests into HEAD
by Paolo Bonzini
· 3 months ago
c10d461
x86/vmx: Remove the superfluous vmx_cet config entry
by Sean Christopherson
· 3 months ago
20693e4
x86/emulator: Add testcases for ENTER + emulated MMIO
by Sean Christopherson
· 4 months ago
c490a16
x86/apic: Verify LVT timer register mode reads back what was written
by Sean Christopherson
· 4 months ago
027ea79
x86/debug: Verify DR6 is always empty on an INT1/ICEBP #DB
by Sean Christopherson
· 4 months ago
01a2f54
x86/xsave: Extend VMOVDQA testing to also cover VMOVNTDQA
by Sean Christopherson
· 4 months ago
7e7d2f8
x86: Disable PKU in vCPU model for vmx_pf_{vpid/no_vpid/invvpid}_test
by Sean Christopherson
· 4 months ago
74af64e
x86: tscdeadline_latency: Remove unnecessary nop
by Isaku Yamahata
· 6 months ago
dc14035
x86: Replace NOP with CPUID after WRMSR(TSCDEADLINE) to serialize deadline timer
by Isaku Yamahata
· 6 months ago
dbcb11d
x86: nVMX: Add retry loop to advanced RTM debugging subtest
by Jim Mattson
· 6 months ago
7586f98
x86/svm: Add unsupported instruction intercept test
by Kevin Cheng
· 9 months ago
8322dde
x86/svm: Add missing svm intercepts
by Kevin Cheng
· 9 months ago
05b7715
svm_tests: access rflags and rax via this_cpu_guest_regs()
by Paolo Bonzini
· 3 months ago
02e3b6f
Merge branch 'kvm-x86-manual-cherry-pick' into 'master'
by Paolo Bonzini
· 4 months ago
ab3bd5f
x86/vmx: add note that CR2 is not context switched
by Paolo Bonzini
· 4 months ago
781db7e
Skip PMU portion of vmware_backdoors test if PMU is not enabled.
by Maxim Levitsky
· 9 months ago
6d27a4b
x86/debug: Fix macro definitions for DR7 local/global enable bits
by Sean Christopherson
· 9 months ago
6da817d
x86/cstart: Delete "local" version of save_id() to fix x2APIC SMP bug
by Sean Christopherson
· 9 months ago
b392887
x86/svm: Track and handle exit code as an unsigned 64-bit value
by Sean Christopherson
· 8 months ago
15bb3de
Merge branch 'vmx-svm-regs-fixes' into 'master'
by Paolo Bonzini
· 4 months ago
8d37abb
svm: fix rflags and rax offsets
by Paolo Bonzini
· 4 months ago
9212538
x86/vmx: Write to KVM's WALL_CLOCK MSR via VM-Entry load list sync in SIPI test
by Sean Christopherson
· 4 months ago
2db07d6
x86/smp: Align the stack to a 16-byte boundary when invoking SMP function calls
by Sean Christopherson
· 4 months ago
0833ea0
x86/vmx: Tag "struct vmx_msr_entry" as needing to be 16-byte aligned
by Sean Christopherson
· 4 months ago
36f5186
x86/kvmclock: Skip kvmclock test when not running on KVM with CLOCKSOURCE2
by Sean Christopherson
· 4 months ago
f94ee0b
x86/kvmclock: Replace spaces with tabs
by Sean Christopherson
· 4 months ago
1231be0
x86/vmx: Initialize test stage in SIPI test *before* launching AP thread
by Mathias Krause
· 4 months ago
55c87a2
x86/vmx: Communicate hypercalls via RAX, not a global field
by Sean Christopherson
· 4 months ago
1e39fc4
x86/vmx: Track "is this CPU in guest mode" per-CPU
by Sean Christopherson
· 4 months ago
fdc3b93
x86/vmx: Track VMCS "launched" state per-CPU
by Sean Christopherson
· 4 months ago
409e86a
x86/vmx: Swap GPRs after checking "launched" status
by Sean Christopherson
· 4 months ago
67913cf
x86/vmx: Use separate VMCSes for BSP vs. AP in INIT test
by Sean Christopherson
· 4 months ago
bfcf974
x86/svm: Don't VMLOAD/VMSAVE "guest" state around VMRUN
by Sean Christopherson
· 4 months ago
bbad9ba
x86/virt: Track "guest regs" using per-CPU variable
by Sean Christopherson
· 4 months ago
c7197bf
x86/virt: Use macro shenanigans to get reg offsets when swapping guest/host regs
by Sean Christopherson
· 4 months ago
73e6d71
x86: Dedup guest/host context switch of registers across SVM and VMX
by Sean Christopherson
· 4 months ago
5fb9bcc
x86/svm: Sort (and swap) GPRs by their index, not alphabetically
by Sean Christopherson
· 4 months ago
2a00b01
x86/vmx: Drop unused guest_regs "support" in nested VMX infrastructure
by Sean Christopherson
· 4 months ago
f9a8f5a
x86/vmx: Drop unused SYSENTER "support" in nested VMX infrastructure
by Sean Christopherson
· 4 months ago
cd84298
x86: Work-around failing intel-iommu test due to bug in GCC v16.1
by Thomas Huth
· 4 months ago
11a4d95
build: add -Wno-override-init
by Paolo Bonzini
· 4 months ago
b740fab
realmode: load above stack
by Paolo Bonzini
· 4 months ago
4d60e24
x86/svm: Track and handle exit code as an unsigned 64-bit value
by Sean Christopherson
· 8 months ago
bf60564
Skip PMU portion of vmware_backdoors test if PMU is not enabled.
by Maxim Levitsky
· 9 months ago
e1a0812
x86/debug: Fix macro definitions for DR7 local/global enable bits
by Sean Christopherson
· 9 months ago
d0052ff
x86/cstart: Delete "local" version of save_id() to fix x2APIC SMP bug
by Sean Christopherson
· 9 months ago
9eb6c57
Merge branch 'mbec' into HEAD
by Paolo Bonzini
· 4 months ago
6a061f5
x86/vmx: add EPT tests covering XU permission
by Paolo Bonzini
· 5 months ago
a225b3e
x86/vmx: run EPT tests with MBEC enabled when available
by Paolo Bonzini
· 5 months ago
1266148
x86/vmx: add user execution operation to EPT access tests
by Paolo Bonzini
· 5 months ago
88b1f6c
x86/vmx: add mode-based execute control test for Skylake and above
by Paolo Bonzini
· 5 months ago
780ffa8
x86/vmx: diagnose unexpected EPT violations
by Paolo Bonzini
· 5 months ago
4d2d44a
x86/vmx: update EPT installation to use EPT_PRESENT flag
by Jon Kohler
· 9 months ago
f4c5838
svm: add basic GMET tests
by Paolo Bonzini
· 6 months ago
ce81613
add definitions for nested_ctl
by Paolo Bonzini
· 6 months ago
534b9e8
move PFERR_* constants to lib
by Paolo Bonzini
· 6 months ago
c634d67
b4: Add b4 config with default prefix
by Christoph Schlameuss
· 4 months ago
bdf7bbc
scripts/get_maintainer.pl: Ignore --nogit-chief-penguins option
by Christoph Schlameuss
· 4 months ago
06b423e
scripts/checkpatch.pl: Create a project specific codespell config
by Christoph Schlameuss
· 4 months ago
7b78213
scripts/checkpatch.pl: Add (almost) empty const_structs configs
by Christoph Schlameuss
· 4 months ago
ea91ac1
Update gitlab-CI jobs to Fedora 43
by Thomas Huth
· 5 months ago
v2026-04-17
1baa012
MAINTAINERS: Update s390x reviewers
by Thomas Huth
· 5 months ago
6123bbb
x86/eventinj: Fix flush_cache() macro for the newer versions of Clang
by Thomas Huth
· 5 months ago
7e54762
ci: Move the macos jobs from cirrus-CI to gitlab-CI
by Thomas Huth
· 5 months ago
test
86e5327
Merge branch 'arm64/el2-support-v6' into 'master'
by Andrew Jones
· 8 months ago
c5ddbb7
arm64: gitlab-ci: add EL2 tests to CI
by Joey Gouly
· 8 months ago
659b4fa
arm64: debug: skip tests at EL2
by Joey Gouly
· 8 months ago
c547b3a
arm64: add EL2 environment variable
by Joey Gouly
· 8 months ago
2e1d800
arm64: run at EL2 if supported
by Joey Gouly
· 8 months ago
b2075fa
arm64: pmu: count EL2 cycles
by Joey Gouly
· 8 months ago
d31e0ed
arm64: selftest: update test for running at EL2
by Alexandru Elisei
· 8 months ago
a4d4ee8
arm64: micro-bench: use smc when at EL2
by Alexandru Elisei
· 8 months ago
4545d4c
arm64: micro-bench: fix timer IRQ
by Joey Gouly
· 8 months ago
ff93454
arm64: timer: use hypervisor timers when at EL2
by Joey Gouly
· 8 months ago
17e55d9
arm64: efi: initialise the EL
by Joey Gouly
· 8 months ago
fa6e00d
arm64: efi: initialise SCTLR_ELx fully
by Joey Gouly
· 8 months ago
e39b5ce
arm64: drop to EL1 if booted at EL2
by Joey Gouly
· 8 months ago
f3292c2
arm64: set SCTLR_EL1 to a known value for secondary cores
by Joey Gouly
· 8 months ago
7377466
arm64: fix overflow in gic-v2 initialisation
by Joey Gouly
· 8 months ago
acf6b06
kerneldoc: Fix Perl warning leading to CI warning
by Andrew Jones
· 8 months ago
31d91f5
Merge branch 'hpet' into 'master'
by Paolo Bonzini
· 9 months ago
4f94f46
x86: add HPET counter read micro benchmark and enable/disable torture tests
by Igor Mammedov
· 1 year, 1 month ago
Next »