index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-04-29
KVM: selftests: Drop @selector from segment helpers
Sean Christopherson
2024-04-29
KVM: selftests: Init x86's segments during VM creation
Sean Christopherson
2024-04-29
KVM: selftests: Add macro for TSS selector, rename up code/data macros
Sean Christopherson
2024-04-29
KVM: selftests: Allocate x86's TSS at VM creation
Sean Christopherson
2024-04-29
KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
Sean Christopherson
2024-04-29
KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
Sean Christopherson
2024-04-29
KVM: selftests: Allocate x86's GDT during VM creation
Sean Christopherson
2024-04-29
KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
Sean Christopherson
2024-04-29
KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
Sean Christopherson
2024-04-29
KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
Sean Christopherson
2024-04-29
KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
Sean Christopherson
2024-04-29
KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcase
Sean Christopherson
2024-04-29
KVM: selftests: Rework platform_info_test to actually verify #GP
Sean Christopherson
2024-04-29
KVM: selftests: Move platform_info_test's main assert into guest code
Sean Christopherson
2024-04-29
KVM: selftests: Fix off-by-one initialization of GDT limit
Ackerley Tng
2024-04-29
KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
Sean Christopherson
2024-04-29
KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t
Sean Christopherson
2024-04-29
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
2024-04-29
KVM: selftests: Randomly force emulation on x86 writes from guest code
Sean Christopherson
2024-04-29
KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest code
Sean Christopherson
2024-04-29
KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()
Sean Christopherson
2024-04-29
KVM: selftests: Provide an API for getting a random bool from an RNG
Sean Christopherson
2024-04-29
KVM: selftests: Provide a global pseudo-RNG instance for all tests
Sean Christopherson
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
2024-04-19
Merge x86 bugfixes from Linux 6.9-rc3
Paolo Bonzini
2024-04-12
KVM: SEV: use u64_to_user_ptr throughout
Paolo Bonzini
2024-04-12
KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
Sean Christopherson
2024-04-12
KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDX
Paolo Bonzini
2024-04-12
KVM: x86: Split core of hypercall emulation to helper function
Sean Christopherson
2024-04-12
Merge branch 'kvm-sev-init2' into HEAD
Paolo Bonzini
2024-04-12
Merge branch 'mm-delete-change-gpte' into HEAD
Paolo Bonzini
2024-04-12
mm: replace set_pte_at_notify() with just set_pte_at()
Paolo Bonzini
2024-04-11
mmu_notifier: remove the .change_pte() callback
Paolo Bonzini
2024-04-11
KVM: remove unused argument of kvm_handle_hva_range()
Paolo Bonzini
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
2024-04-11
selftests: kvm: add test for transferring FPU state into VMSA
Paolo Bonzini
2024-04-11
selftests: kvm: split "launch" phase of SEV VM creation
Paolo Bonzini
2024-04-11
selftests: kvm: switch to using KVM_X86_*_VM
Paolo Bonzini
2024-04-11
selftests: kvm: add tests for KVM_SEV_INIT2
Paolo Bonzini
2024-04-11
KVM: SEV: allow SEV-ES DebugSwap again
Paolo Bonzini
2024-04-11
KVM: SEV: introduce KVM_SEV_INIT2 operation
Paolo Bonzini
2024-04-11
KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
Paolo Bonzini
2024-04-11
KVM: SEV: define VM types for SEV and SEV-ES
Paolo Bonzini
2024-04-11
KVM: SEV: introduce to_kvm_sev_info
Paolo Bonzini
2024-04-11
KVM: x86: Add supported_vm_types to kvm_caps
Paolo Bonzini
2024-04-11
KVM: x86: add fields to struct kvm_arch for CoCo features
Paolo Bonzini
2024-04-11
KVM: SEV: store VMSA features in kvm_sev_info
Paolo Bonzini
2024-04-11
KVM: SEV: publish supported VMSA features
Paolo Bonzini
2024-04-11
KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
Paolo Bonzini
2024-04-11
KVM: x86: use u64_to_user_ptr()
Paolo Bonzini
[next]