index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability
Like Xu
2022-09-28
1
-68
/
+20
*
KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
Like Xu
2022-09-28
1
-36
/
+5
*
KVM: SVM: Make an event request if INIT or SIPI is pending when GIF is set
Sean Christopherson
2022-09-26
1
-1
/
+2
*
KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()
Sean Christopherson
2022-09-26
2
-2
/
+2
*
KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
Sean Christopherson
2022-09-26
1
-32
/
+13
*
KVM: x86: Formalize blocking of nested pending exceptions
Sean Christopherson
2022-09-26
1
-10
/
+16
*
KVM: x86: Make kvm_queued_exception a properly named, visible struct
Sean Christopherson
2022-09-26
2
-30
/
+31
*
KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
Sean Christopherson
2022-09-26
1
-2
/
+2
*
KVM: x86: Print guest pgd in kvm_nested_vmenter()
Mingwei Zhang
2022-09-26
1
-0
/
+2
*
KVM: x86: Update trace function for nested VM entry to support VMX
Mingwei Zhang
2022-09-26
1
-5
/
+7
*
KVM: Add extra information in kvm_page_fault trace point
Wonhyuk Yang
2022-09-26
1
-1
/
+1
*
KVM: SVM: remove unnecessary check on INIT intercept
Paolo Bonzini
2022-09-26
1
-9
/
+1
*
KVM: SVM: Disable SEV-ES support if MMIO caching is disable
Sean Christopherson
2022-08-10
2
-3
/
+16
*
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
2022-08-01
6
-169
/
+467
|
\
|
*
KVM: SVM: Dump Virtual Machine Save Area (VMSA) to klog
Jarkko Sakkinen
2022-07-28
1
-0
/
+3
|
*
KVM: SVM: Do not virtualize MSR accesses for APIC LVTT register
Suravee Suthikulpanit
2022-07-28
1
-1
/
+8
|
*
KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits
Sean Christopherson
2022-07-28
1
-1
/
+2
|
*
KVM: SVM: Fix x2APIC MSRs interception
Suravee Suthikulpanit
2022-07-28
1
-25
/
+27
|
*
KVM: nSVM: Pull CS.Base from actual VMCB12 for soft int/ex re-injection
Maciej S. Szmigiero
2022-07-28
1
-4
/
+5
|
*
KVM: x86: Restrict get_mt_mask() to a u8, use KVM_X86_OP_OPTIONAL_RET0
Sean Christopherson
2022-07-14
1
-6
/
+0
|
*
KVM: x86: Add dedicated helper to get CPUID entry with significant index
Sean Christopherson
2022-07-14
1
-1
/
+1
|
*
KVM: SVM: fix task switch emulation on INTn instruction.
Maxim Levitsky
2022-07-14
1
-0
/
+1
|
*
KVM: x86: nSVM: optimize svm_set_x2apic_msr_interception
Maxim Levitsky
2022-06-24
3
-0
/
+17
|
*
KVM: SVM: Add AVIC doorbell tracepoint
Suravee Suthikulpanit
2022-06-24
1
-1
/
+3
|
*
KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible
Suravee Suthikulpanit
2022-06-24
1
-3
/
+18
|
*
KVM: SVM: Introduce hybrid-AVIC mode
Suravee Suthikulpanit
2022-06-24
2
-11
/
+11
|
*
KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu
Suravee Suthikulpanit
2022-06-24
1
-1
/
+0
|
*
KVM: SVM: Introduce logic to (de)activate x2AVIC mode
Suravee Suthikulpanit
2022-06-24
3
-5
/
+53
|
*
KVM: x86: nSVM: always intercept x2apic msrs
Maxim Levitsky
2022-06-24
2
-0
/
+14
|
*
KVM: SVM: Refresh AVIC configuration when changing APIC mode
Suravee Suthikulpanit
2022-06-24
3
-0
/
+15
|
*
KVM: SVM: Adding support for configuring x2APIC MSRs interception
Suravee Suthikulpanit
2022-06-24
2
-2
/
+27
|
*
KVM: SVM: Do not support updating APIC ID when in x2APIC mode
Suravee Suthikulpanit
2022-06-24
1
-1
/
+10
|
*
KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID
Suravee Suthikulpanit
2022-06-24
1
-2
/
+8
|
*
KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
Suravee Suthikulpanit
2022-06-24
1
-3
/
+5
|
*
KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
Suravee Suthikulpanit
2022-06-24
3
-13
/
+56
|
*
KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
Suravee Suthikulpanit
2022-06-24
1
-2
/
+2
|
*
Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"
Sean Christopherson
2022-06-20
1
-1
/
+1
|
*
Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !en...
Sean Christopherson
2022-06-20
1
-10
/
+1
|
*
KVM: x86: Move "apicv_active" into "struct kvm_lapic"
Sean Christopherson
2022-06-20
1
-2
/
+3
|
*
KVM: SVM: Drop unused AVIC / kvm_x86_ops declarations
Sean Christopherson
2022-06-20
1
-4
/
+0
|
*
KVM: X86/SVM: Use root_level in svm_load_mmu_pgd()
Lai Jiangshan
2022-06-15
1
-1
/
+1
|
*
KVM: SVM: Hide SEV migration lockdep goo behind CONFIG_PROVE_LOCKING
Sean Christopherson
2022-06-15
1
-10
/
+7
|
*
KVM: SEV: fix misplaced closing parenthesis
Paolo Bonzini
2022-06-15
1
-2
/
+2
|
*
Merge branch 'kvm-5.20-early'
Paolo Bonzini
2022-06-09
4
-105
/
+214
|
|
\
|
|
*
KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmu
Like Xu
2022-06-08
1
-1
/
+10
|
|
*
KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings
Sean Christopherson
2022-06-08
2
-8
/
+9
|
|
*
KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context
Like Xu
2022-06-08
1
-53
/
+3
|
|
*
KVM: x86/pmu: Use only the uniform interface reprogram_counter()
Paolo Bonzini
2022-06-08
1
-1
/
+1
|
|
*
KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()
Like Xu
2022-06-08
1
-2
/
+4
|
|
*
KVM: x86: always allow host-initiated writes to PMU MSRs
Paolo Bonzini
2022-06-08
1
-1
/
+1
[next]