index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
Age
Commit message (
Expand
)
Author
2023-07-29
KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest
Sean Christopherson
2023-07-29
KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
Sean Christopherson
2023-07-29
KVM: VMX: Use vmread_error() to report VM-Fail in "goto" path
Sean Christopherson
2023-07-29
KVM: VMX: Make VMREAD error path play nice with noinstr
Sean Christopherson
2023-07-29
KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipiv
Peng Hao
2023-07-01
Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-07-01
Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-06-06
KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
Like Xu
2023-06-06
KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 code
Like Xu
2023-06-06
KVM: x86/pmu: Move handling PERF_GLOBAL_CTRL and friends to common x86
Like Xu
2023-06-06
KVM: x86/pmu: Reject userspace attempts to set reserved GLOBAL_STATUS bits
Like Xu
2023-06-06
KVM: x86/pmu: Move reprogram_counters() to pmu.h
Like Xu
2023-06-06
KVM: x86/pmu: Rename global_ovf_ctrl_mask to global_status_mask
Sean Christopherson
2023-06-06
KVM: VMX: Retry APIC-access page reload if invalidation is in-progress
Sean Christopherson
2023-06-02
KVM: VMX: Inject #GP, not #UD, if SGX2 ENCLS leafs are unsupported
Sean Christopherson
2023-06-02
KVM: VMX: Inject #GP on ENCLS if vCPU has paging disabled (CR0.PG==0)
Sean Christopherson
2023-06-01
KVM: VMX: restore vmx_vmexit alignment
Jon Kohler
2023-06-01
KVM: x86/pmu: Remove redundant check for MSR_IA32_DS_AREA set handler
Jinrong Liang
2023-06-01
KVM: x86: Move common handling of PAT MSR writes to kvm_set_msr_common()
Sean Christopherson
2023-06-01
KVM: VMX: Open code writing vCPU's PAT in VMX's MSR handler
Wenyao Hai
2023-05-26
KVM: VMX: Use proper accessor to read guest CR4 in handle_desc()
Sean Christopherson
2023-05-26
KVM: VMX: Treat UMIP as emulated if and only if the host doesn't have UMIP
Sean Christopherson
2023-05-26
KVM: VMX: Move the comment of CR4.MCE handling right above the code
Xiaoyao Li
2023-05-26
KVM: VMX: Use kvm_read_cr4() to get cr4 value
Xiaoyao Li
2023-05-21
KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATE
Sean Christopherson
2023-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-04-26
Merge tag 'kvm-x86-vmx-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
Merge tag 'kvm-x86-mmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
Merge tag 'kvm-x86-misc-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-11
KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted
Sean Christopherson
2023-04-10
KVM: x86: Rename Hyper-V remote TLB hooks to match established scheme
Sean Christopherson
2023-04-07
KVM: x86/pmu: Fix a typo in kvm_pmu_request_counter_reprogam()
Like Xu
2023-04-06
KVM: x86/pmu: Rewrite reprogram_counters() to improve performance
Like Xu
2023-04-06
KVM: VMX: Refactor intel_pmu_{g,}set_msr() to align with other helpers
Sean Christopherson
2023-04-06
KVM: x86/pmu: Zero out LBR capabilities during PMU refresh
Sean Christopherson
2023-04-06
KVM: x86: Add macros to track first...last VMX feature MSRs
Sean Christopherson
2023-04-06
KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMD
Sean Christopherson
2023-04-06
KVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to common code
Sean Christopherson
2023-04-06
KVM: VMX: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUID
Sean Christopherson
2023-04-06
KVM: x86: Revert MSR_IA32_FLUSH_CMD.FLUSH_L1D enabling
Sean Christopherson
2023-04-05
KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available
Sean Christopherson
2023-04-05
KVM: VMX: Use is_64_bit_mode() to check 64-bit mode in SGX handler
Binbin Wu
2023-03-27
KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real Mode
Sean Christopherson
2023-03-22
KVM: x86: Add helpers to query individual CR0/CR4 bits
Binbin Wu
2023-03-22
KVM: VMX: Make CR0.WP a guest owned bit
Mathias Krause
2023-03-22
KVM: x86: Make use of kvm_read_cr*_bits() when testing bits
Mathias Krause
2023-03-21
KVM: nVMX: Add helpers to setup VMX control msr configs
Yu Zhang
2023-03-21
KVM: nVMX: Remove outdated comments in nested_vmx_setup_ctls_msrs()
Yu Zhang
2023-03-16
KVM: x86/mmu: Use kvm_mmu_invalidate_addr() in nested_ept_invalidate_addr()
Lai Jiangshan
[next]