index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
lib
/
x86_64
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-18
KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
Sean Christopherson
10
-2590
/
+0
2024-11-13
Merge branch 'kvm-docs-6.13' into HEAD
Paolo Bonzini
1
-1
/
+1
2024-11-08
KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_MEM_TYPE_WB
John Sperbeck
1
-1
/
+1
2024-11-01
KVM: selftests: Configure XCR0 to max supported value by default
Sean Christopherson
1
-0
/
+24
2024-09-17
Merge tag 'kvm-x86-selftests-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-61
/
+67
2024-08-29
KVM: selftests: Report unhandled exceptions on x86 as regular guest asserts
Sean Christopherson
1
-5
/
+3
2024-08-22
KVM: selftests: Re-enable hyperv_evmcs/hyperv_svm_test on bare metal
Vitaly Kuznetsov
1
-0
/
+8
2024-08-22
KVM: selftests: Move Hyper-V specific functions out of processor.c
Vitaly Kuznetsov
2
-61
/
+59
2024-07-16
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+11
2024-06-28
KVM: selftests: Add guest udelay() utility for x86
Reinette Chatre
1
-0
/
+11
2024-06-05
KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits
Tao Su
1
-2
/
+13
2024-04-29
KVM: selftests: Drop @selector from segment helpers
Sean Christopherson
1
-15
/
+14
2024-04-29
KVM: selftests: Init x86's segments during VM creation
Sean Christopherson
1
-48
/
+20
2024-04-29
KVM: selftests: Add macro for TSS selector, rename up code/data macros
Sean Christopherson
1
-9
/
+9
2024-04-29
KVM: selftests: Allocate x86's TSS at VM creation
Sean Christopherson
1
-3
/
+2
2024-04-29
KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
Sean Christopherson
1
-25
/
+5
2024-04-29
KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
Sean Christopherson
1
-16
/
+11
2024-04-29
KVM: selftests: Allocate x86's GDT during VM creation
Sean Christopherson
1
-3
/
+1
2024-04-29
KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
Sean Christopherson
1
-1
/
+2
2024-04-29
KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
Sean Christopherson
1
-2
/
+6
2024-04-29
KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
Sean Christopherson
1
-2
/
+2
2024-04-29
KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
Sean Christopherson
1
-96
/
+95
2024-04-29
KVM: selftests: Fix off-by-one initialization of GDT limit
Ackerley Tng
1
-1
/
+1
2024-04-29
KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
Sean Christopherson
1
-11
/
+11
2024-04-29
KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()
Sean Christopherson
1
-0
/
+3
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
1
-1
/
+0
2024-04-11
selftests: kvm: split "launch" phase of SEV VM creation
Paolo Bonzini
1
-6
/
+10
2024-04-11
selftests: kvm: switch to using KVM_X86_*_VM
Paolo Bonzini
2
-8
/
+36
2024-03-11
Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-3
/
+43
2024-03-11
Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-4
/
+155
2024-02-28
KVM: selftests: Add a basic SEV-ES smoke test
Sean Christopherson
2
-2
/
+6
2024-02-28
KVM: selftests: Add library for creating and interacting with SEV guests
Peter Gonda
2
-0
/
+127
2024-02-28
KVM: selftests: Allow tagging protected memory in guest page tables
Peter Gonda
1
-1
/
+14
2024-02-28
KVM: selftests: Move setting a vCPU's entry point to a dedicated API
Sean Christopherson
1
-3
/
+10
2024-02-01
KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_page too
Vitaly Kuznetsov
1
-2
/
+3
2024-02-01
KVM: selftests: Generalize check_clocksource() from kvm_clock_test
Vitaly Kuznetsov
1
-0
/
+10
2024-01-30
KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
Jinrong Liang
1
-0
/
+31
2024-01-30
KVM: selftests: Add vcpu_set_cpuid_property() to set properties
Jinrong Liang
1
-3
/
+12
2024-01-30
KVM: selftests: x86_64: Remove redundant newlines
Andrew Jones
2
-8
/
+8
2023-10-04
KVM: selftests: Remove obsolete and incorrect test case metadata
Like Xu
1
-2
/
+0
2023-08-02
KVM: selftests: Print out guest RIP on unhandled exception
Sean Christopherson
1
-12
/
+6
2023-08-02
KVM: selftests: Add arch ucall.h and inline simple arch hooks
Sean Christopherson
1
-4
/
+0
2023-08-02
KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucall
Sean Christopherson
1
-2
/
+30
2023-04-14
KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"
Colin Ian King
1
-1
/
+1
2023-04-11
KVM: selftests: Rework dynamic XFeature helper to take mask, not bit
Sean Christopherson
1
-7
/
+10
2023-03-24
KVM: selftests: Add 'malloc' failure check in vcpu_save_state
Ivan Orlov
1
-0
/
+1
2023-03-24
KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
Ackerley Tng
1
-1
/
+17
2023-03-14
KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercalls
Sean Christopherson
1
-0
/
+10
2023-03-14
KVM: selftests: Move the guts of kvm_hypercall() to a separate macro
Sean Christopherson
1
-12
/
+17
2023-01-24
KVM: selftests: x86: Use host's native hypercall instruction in kvm_hypercall()
Vishal Annapurve
1
-2
/
+8
[next]