index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
Commit message (
Expand
)
Author
Age
*
KVM: VMX: Introduce pi_is_pir_empty() helper
Joao Martins
2019-11-12
*
KVM: VMX: Do not change PID.NDST when loading a blocked vCPU
Joao Martins
2019-11-12
*
KVM: VMX: Consider PID.PIR to determine if vCPU has pending interrupts
Joao Martins
2019-11-12
*
KVM: VMX: Fix comment to specify PID.ON instead of PIR.ON
Liran Alon
2019-11-12
*
KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active
Paolo Bonzini
2019-10-31
*
KVM: nVMX: Don't leak L1 MMIO regions to L2
Jim Mattson
2019-10-22
*
KVM: VMX: Remove specialized handling of unexpected exit-reasons
Liran Alon
2019-10-22
*
KVM: nVMX: Fix consistency check on injected exception error code
Sean Christopherson
2019-10-03
*
kvm: vmx: Limit guest PMCs to those supported on the host
Jim Mattson
2019-10-01
*
KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TF
Waiman Long
2019-09-27
*
KVM: nVMX: cleanup and fix host 64-bit mode checks
Paolo Bonzini
2019-09-25
*
KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386
Vitaly Kuznetsov
2019-09-25
*
KVM: VMX: Add error handling to VMREAD helper
Sean Christopherson
2019-09-25
*
KVM: VMX: Optimize VMX instruction error and fault handling
Sean Christopherson
2019-09-25
*
kvm: nvmx: limit atomic switch MSRs
Marc Orr
2019-09-24
*
KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit
Tao Xu
2019-09-24
*
KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL
Tao Xu
2019-09-24
*
KVM: x86: Add support for user wait instructions
Tao Xu
2019-09-24
*
KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfig
Sean Christopherson
2019-09-24
*
KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}
Sean Christopherson
2019-09-24
*
KVM: VMX: Remove EMULATE_FAIL handling in handle_invalid_guest_state()
Sean Christopherson
2019-09-24
*
KVM: x86: Move triple fault request into RM int injection
Sean Christopherson
2019-09-24
*
KVM: x86: Handle emulation failure directly in kvm_task_switch()
Sean Christopherson
2019-09-24
*
KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()
Sean Christopherson
2019-09-24
*
KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error code
Sean Christopherson
2019-09-24
*
KVM: x86: Relocate MMIO exit stats counting
Sean Christopherson
2019-09-24
*
KVM: nVMX: Check Host Address Space Size on vmentry of nested guests
Krish Sadhukhan
2019-09-24
*
KVM/Hyper-V/VMX: Add direct tlb flush support
Vitaly Kuznetsov
2019-09-24
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-09-18
|
\
|
*
KVM: x86: Fix INIT signal handling in various CPU states
Liran Alon
2019-09-11
|
*
KVM: VMX: Stop the preemption timer during vCPU reset
Wanpeng Li
2019-09-11
|
*
KVM: nVMX: trace nested VM-Enter failures detected by H/W
Sean Christopherson
2019-09-11
|
*
KVM: nVMX: add tracepoint for failed nested VM-Enter
Sean Christopherson
2019-09-11
|
*
KVM: x86: Return to userspace with internal error on unexpected exit reason
Liran Alon
2019-09-11
|
*
KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM code
Sean Christopherson
2019-09-10
|
*
KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callers
Sean Christopherson
2019-09-10
|
*
KVM: X86: Tune PLE Window tracepoint
Peter Xu
2019-09-10
|
*
KVM: VMX: Change ple_window type to unsigned int
Peter Xu
2019-09-10
|
*
KVM: x86: Disable posted interrupts for non-standard IRQs delivery modes
Alexander Graf
2019-09-10
|
*
KVM: VMX: Fix and tweak the comments for VM-Enter
Sean Christopherson
2019-08-22
|
*
KVM: Assert that struct kvm_vcpu is always as offset zero
Sean Christopherson
2019-08-22
|
*
KVM: x86/mmu: Add explicit access mask for MMIO SPTEs
Sean Christopherson
2019-08-22
|
*
x86: kvm: svm: propagate errors from skip_emulated_instruction()
Vitaly Kuznetsov
2019-08-22
*
|
KVM: nVMX: handle page fault in vmread
Paolo Bonzini
2019-09-14
*
|
KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...
Vitaly Kuznetsov
2019-08-27
|
/
*
Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
2019-08-09
|
\
|
*
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-07-20
|
|
\
|
|
*
x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2
Josh Poimboeuf
2019-07-18
*
|
|
KVM: Fix leak vCPU's VMCS value into other pCPU
Wanpeng Li
2019-08-05
*
|
|
KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after free
Jan Kiszka
2019-07-22
[next]