index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-02-25
56
-1397
/
+2207
|
\
|
*
KVM: SVM: hyper-v: placate modpost section mismatch error
Randy Dunlap
2023-02-22
1
-2
/
+2
|
*
Merge tag 'kvm-x86-apic-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-02-22
3
-49
/
+70
|
|
\
|
|
*
KVM: x86: Reinitialize xAPIC ID when userspace forces x2APIC => xAPIC
Emanuele Giuseppe Esposito
2023-02-02
1
-2
/
+6
|
|
*
KVM: x86: fire timer when it is migrated and expired, and in oneshot mode
Li RongQing
2023-01-24
1
-2
/
+6
|
|
*
KVM: VMX: Intercept reads to invalid and write-only x2APIC registers
Sean Christopherson
2023-01-24
1
-4
/
+4
|
|
*
KVM: VMX: Always intercept accesses to unsupported "extended" x2APIC regs
Sean Christopherson
2023-01-24
1
-18
/
+20
|
|
*
KVM: x86: Split out logic to generate "readable" APIC regs mask to helper
Sean Christopherson
2023-01-24
2
-13
/
+23
|
|
*
KVM: x86: Mark x2APIC DFR reg as non-existent for x2APIC
Sean Christopherson
2023-01-24
1
-7
/
+4
|
|
*
KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32
Sean Christopherson
2023-01-24
1
-1
/
+5
|
|
*
KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPI
Sean Christopherson
2023-01-24
1
-3
/
+7
|
|
*
KVM: x86: remove redundant ret variable
zhang songyi
2023-01-24
1
-5
/
+1
|
*
|
KVM: x86/mmu: Make tdp_mmu_allowed static
David Matlack
2023-02-16
1
-1
/
+1
|
*
|
Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-02-15
1
-12
/
+9
|
|
\
\
|
*
\
\
Merge tag 'kvm-x86-vmx-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-02-15
9
-113
/
+133
|
|
\
\
\
|
|
*
|
|
KVM: VMX: Fix crash due to uninitialized current_vmcs
Alexandru Matei
2023-02-07
2
-13
/
+7
|
|
*
|
|
KVM: nVMX: Simplify the setting of SECONDARY_EXEC_ENABLE_VMFUNC for nested.
Yu Zhang
2023-02-07
1
-9
/
+5
|
|
*
|
|
KVM: VMX: Do not trap VMFUNC instructions for L1 guests.
Yu Zhang
2023-02-07
2
-4
/
+9
|
|
*
|
|
KVM: VMX: Handle NMI VM-Exits in noinstr region
Sean Christopherson
2023-01-24
4
-22
/
+30
|
|
*
|
|
KVM: VMX: Provide separate subroutines for invoking NMI vs. IRQ handlers
Sean Christopherson
2023-01-24
2
-46
/
+50
|
|
*
|
|
x86/entry: KVM: Use dedicated VMX NMI entry for 32-bit kernels too
Sean Christopherson
2023-01-24
1
-2
/
+2
|
|
*
|
|
KVM: VMX: Always inline to_vmx() and to_kvm_vmx()
Sean Christopherson
2023-01-24
2
-4
/
+5
|
|
*
|
|
KVM: VMX: Always inline eVMCS read/write helpers
Sean Christopherson
2023-01-24
1
-10
/
+10
|
|
*
|
|
KVM: VMX: Allow VM-Fail path of VMREAD helper to be instrumented
Sean Christopherson
2023-01-24
1
-0
/
+2
|
|
*
|
|
KVM: x86: Make vmx_get_exit_qual() and vmx_get_intr_info() noinstr-friendly
Sean Christopherson
2023-01-24
2
-8
/
+18
|
|
*
|
|
KVM: VMX: don't use "unsigned long" in vmx_vcpu_enter_exit()
Alexey Dobriyan
2023-01-24
1
-1
/
+1
|
|
*
|
|
KVM: VMX: Access @flags as a 32-bit value in __vmx_vcpu_run()
Sean Christopherson
2023-01-24
1
-4
/
+4
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge tag 'kvm-x86-svm-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-02-15
9
-41
/
+60
|
|
\
\
\
|
|
*
|
|
KVM: SVM: Fix potential overflow in SEV's send|receive_update_data()
Peter Gonda
2023-02-07
1
-2
/
+2
|
|
*
|
|
KVM: x86: Use emulator callbacks instead of duplicating "host flags"
Maxim Levitsky
2023-02-01
4
-18
/
+16
|
|
*
|
|
KVM: x86: Move HF_NMI_MASK and HF_IRET_MASK into "struct vcpu_svm"
Maxim Levitsky
2023-01-31
2
-9
/
+31
|
|
*
|
|
KVM: x86: Move HF_GIF_MASK into "struct vcpu_svm" as "guest_gif"
Maxim Levitsky
2023-01-31
1
-3
/
+6
|
|
*
|
|
KVM: nSVM: Don't sync tlb_ctl back to vmcb12 on nested VM-Exit
Maxim Levitsky
2023-01-31
1
-1
/
+0
|
|
*
|
|
KVM: SVM: Account scratch allocations used to decrypt SEV guest memory
Anish Ghulati
2023-01-24
1
-1
/
+1
|
|
*
|
|
KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()
Like Xu
2023-01-24
3
-3
/
+3
|
|
*
|
|
KVM: SVM: remove redundant ret variable
zhang songyi
2023-01-24
1
-5
/
+2
|
|
|
/
/
|
*
|
|
Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-02-15
9
-184
/
+401
|
|
\
\
\
|
|
*
|
|
KVM: x86/pmu: Add PRIR++ and PDist support for SPR and later models
Like Xu
2023-02-02
1
-12
/
+33
|
|
*
|
|
KVM: x86/pmu: Provide "error" semantics for unsupported-but-known PMU MSRs
Sean Christopherson
2023-01-27
1
-22
/
+29
|
|
*
|
|
KVM: x86/pmu: Don't tell userspace to save MSRs for non-existent fixed PMCs
Like Xu
2023-01-27
1
-0
/
+5
|
|
*
|
|
KVM: x86/pmu: Don't tell userspace to save PMU MSRs if PMU is disabled
Sean Christopherson
2023-01-27
1
-2
/
+4
|
|
*
|
|
KVM: x86/pmu: Use separate array for defining "PMU MSRs to save"
Sean Christopherson
2023-01-27
1
-71
/
+82
|
|
*
|
|
KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs
Sean Christopherson
2023-01-27
5
-25
/
+24
|
|
*
|
|
KVM: x86/pmu: Cap kvm_pmu_cap.num_counters_gp at KVM's internal max
Sean Christopherson
2023-01-27
4
-4
/
+9
|
|
*
|
|
KVM: x86/pmu: Drop event_type and rename "struct kvm_event_hw_type_mapping"
Like Xu
2023-01-26
2
-15
/
+12
|
|
*
|
|
KVM: x86/pmu: Introduce masked events to the pmu event filter
Aaron Lewis
2023-01-24
2
-30
/
+168
|
|
*
|
|
KVM: x86/pmu: prepare the pmu event filter for masked events
Aaron Lewis
2023-01-24
1
-23
/
+33
|
|
*
|
|
KVM: x86/pmu: Remove impossible events from the pmu event filter
Aaron Lewis
2023-01-24
1
-1
/
+18
|
|
*
|
|
KVM: x86/pmu: Correct the mask used in a pmu event filter lookup
Aaron Lewis
2023-01-24
4
-1
/
+6
|
|
|
/
/
|
*
|
|
Merge tag 'kvm-x86-mmu-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-02-15
7
-48
/
+63
|
|
\
\
\
[next]