| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: x86: model canonical checks more precisely | Maxim Levitsky | 2024-11-01 | 1 | -2/+46 |
* | Merge tag 'kvm-x86-pat_vmx_msrs-6.12' of https://github.com/kvm-x86/linux int... | Paolo Bonzini | 2024-09-17 | 1 | -1/+2 |
|\ |
|
| * | x86/cpu: KVM: Move macro to encode PAT value to common header | Sean Christopherson | 2024-08-22 | 1 | -1/+2 |
* | | KVM: x86: Forcibly leave nested if RSM to L2 hits shutdown | Sean Christopherson | 2024-09-10 | 1 | -0/+6 |
* | | KVM: x86: Add fastpath handling of HLT VM-Exits | Sean Christopherson | 2024-08-30 | 1 | -0/+1 |
* | | KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED | Sean Christopherson | 2024-08-22 | 1 | -4/+11 |
* | | KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enums | Sean Christopherson | 2024-08-22 | 1 | -0/+6 |
|/ |
|
* | KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops | Wei Wang | 2024-07-16 | 1 | -1/+1 |
* | Merge tag 'kvm-x86-mtrrs-6.11' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2024-07-16 | 1 | -4/+0 |
|\ |
|
| * | KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes | Sean Christopherson | 2024-06-05 | 1 | -4/+0 |
* | | KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr" | Sean Christopherson | 2024-06-03 | 1 | -0/+7 |
* | | KVM: x86: Add a struct to consolidate host values, e.g. EFER, XCR0, etc... | Sean Christopherson | 2024-06-03 | 1 | -4/+8 |
|/ |
|
* | KVM: x86: Add supported_vm_types to kvm_caps | Paolo Bonzini | 2024-04-11 | 1 | -0/+2 |
* | Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2024-03-11 | 1 | -0/+1 |
|\ |
|
| * | KVM: x86/xen: improve accuracy of Xen timers | David Woodhouse | 2024-03-05 | 1 | -0/+1 |
* | | KVM: x86/pmu: Explicitly check NMI from guest to reducee false positives | Like Xu | 2024-02-27 | 1 | -6/+0 |
|/ |
|
* | KVM: x86: Virtualize LAM for supervisor pointer | Robert Hoo | 2023-11-29 | 1 | -0/+2 |
* | KVM: x86: Refine calculation of guest wall clock to use a single TSC read | David Woodhouse | 2023-10-06 | 1 | -0/+1 |
* | KVM: x86: Snapshot host's MSR_IA32_ARCH_CAPABILITIES | Sean Christopherson | 2023-08-03 | 1 | -0/+1 |
* | KVM: x86: Make kvm_mtrr_valid() static now that there are no external users | Sean Christopherson | 2023-06-01 | 1 | -1/+0 |
* | Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2023-04-26 | 1 | -0/+29 |
|\ |
|
| * | KVM: x86: Filter out XTILE_CFG if XTILE_DATA isn't permitted | Sean Christopherson | 2023-04-11 | 1 | -1/+17 |
| * | KVM: x86: Add a helper to handle filtering of unpermitted XCR0 features | Aaron Lewis | 2023-04-11 | 1 | -0/+13 |
* | | Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2023-04-26 | 1 | -0/+13 |
|\ \ |
|
| * | | KVM: x86: Add macros to track first...last VMX feature MSRs | Sean Christopherson | 2023-04-06 | 1 | -0/+8 |
| * | | KVM: x86: Add a helper to query whether or not a vCPU has ever run | Sean Christopherson | 2023-04-06 | 1 | -0/+5 |
| |/ |
|
* | | KVM: x86: Change return type of is_long_mode() to bool | Binbin Wu | 2023-03-22 | 1 | -3/+3 |
* | | KVM: x86: Use boolean return value for is_{pae,pse,paging}() | Binbin Wu | 2023-03-22 | 1 | -6/+6 |
* | | KVM: x86: Add helpers to query individual CR0/CR4 bits | Binbin Wu | 2023-03-22 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'kvm-x86-vmx-6.3' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2023-02-15 | 1 | -3/+3 |
|\ |
|
| * | KVM: VMX: Handle NMI VM-Exits in noinstr region | Sean Christopherson | 2023-01-24 | 1 | -3/+3 |
* | | KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs | Sean Christopherson | 2023-01-27 | 1 | -0/+12 |
|/ |
|
* | KVM: x86: Track supported PERF_CAPABILITIES in kvm_caps | Sean Christopherson | 2022-11-09 | 1 | -0/+1 |
* | KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed | Sean Christopherson | 2022-09-26 | 1 | -5/+0 |
* | KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptions | Sean Christopherson | 2022-09-26 | 1 | -1/+2 |
* | KVM: x86: Morph pending exceptions to pending VM-Exits at queue time | Sean Christopherson | 2022-09-26 | 1 | -0/+7 |
* | KVM: x86: Make kvm_queued_exception a properly named, visible struct | Sean Christopherson | 2022-09-26 | 1 | -1/+2 |
* | KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits | Sean Christopherson | 2022-07-28 | 1 | -1/+1 |
* | KVM: VMX: Enable Notify VM exit | Tao Xu | 2022-06-08 | 1 | -0/+7 |
* | KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings | Sean Christopherson | 2022-06-08 | 1 | -3/+23 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-03-24 | 1 | -0/+2 |
|\ |
|
| * | KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG | David Matlack | 2022-02-10 | 1 | -0/+2 |
* | | Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-03-22 | 1 | -6/+1 |
|\ \
| |/
|/| |
|
| * | x86: Share definition of __is_canonical_address() | Adrian Hunter | 2022-02-02 | 1 | -6/+1 |
* | | Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 2022-02-05 | 1 | -4/+13 |
|\| |
|
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-01-22 | 1 | -0/+1 |
| |\ |
|
| * \ | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-01-16 | 1 | -1/+0 |
| |\ \ |
|
| * \ \ | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2022-01-13 | 1 | -4/+13 |
| |\ \ \ |
|
| | * | | | KVM: x86: More precisely identify NMI from guest when handling PMI | Sean Christopherson | 2021-11-17 | 1 | -3/+10 |
| | * | | | KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable | Sean Christopherson | 2021-11-17 | 1 | -4/+6 |