index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-06
KVM: SVM: Return the local "r" variable from svm_set_msr()
Sean Christopherson
1
-5
/
+5
2023-04-06
KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMD
Sean Christopherson
1
-0
/
+5
2023-04-06
KVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to common code
Sean Christopherson
1
-14
/
+0
2023-04-06
KVM: SVM: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUID
Sean Christopherson
1
-1
/
+4
2023-04-06
KVM: x86: Revert MSR_IA32_FLUSH_CMD.FLUSH_L1D enabling
Sean Christopherson
1
-30
/
+13
2023-03-16
kvm: svm: Add IA32_FLUSH_CMD guest support
Emanuele Giuseppe Esposito
1
-13
/
+30
2023-03-14
KVM: SVM: WARN if GATag generation drops VM or vCPU ID information
Sean Christopherson
1
-3
/
+12
2023-03-14
KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
Suravee Suthikulpanit
1
-8
/
+18
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-288
/
+300
2023-02-22
KVM: SVM: hyper-v: placate modpost section mismatch error
Randy Dunlap
1
-2
/
+2
2023-02-21
Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+3
2023-02-15
Merge tag 'kvm-x86-svm-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-23
/
+44
2023-02-07
KVM: SVM: Fix potential overflow in SEV's send|receive_update_data()
Peter Gonda
1
-2
/
+2
2023-01-31
KVM: x86: Move HF_NMI_MASK and HF_IRET_MASK into "struct vcpu_svm"
Maxim Levitsky
2
-9
/
+31
2023-01-31
KVM: x86: Move HF_GIF_MASK into "struct vcpu_svm" as "guest_gif"
Maxim Levitsky
1
-3
/
+6
2023-01-31
KVM: nSVM: Don't sync tlb_ctl back to vmcb12 on nested VM-Exit
Maxim Levitsky
1
-1
/
+0
2023-01-26
KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs
Sean Christopherson
1
-3
/
+2
2023-01-26
KVM: x86/pmu: Cap kvm_pmu_cap.num_counters_gp at KVM's internal max
Sean Christopherson
1
-0
/
+1
2023-01-25
KVM: x86: Propagate the AMD Automatic IBRS feature to the guest
Kim Phillips
1
-0
/
+3
2023-01-24
KVM: SVM: Account scratch allocations used to decrypt SEV guest memory
Anish Ghulati
1
-1
/
+1
2023-01-24
KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()
Like Xu
3
-3
/
+3
2023-01-24
KVM: SVM: remove redundant ret variable
zhang songyi
1
-5
/
+2
2023-01-24
KVM: x86/pmu: Correct the mask used in a pmu event filter lookup
Aaron Lewis
1
-0
/
+1
2023-01-24
Merge branch 'kvm-lapic-fix-and-cleanup' into HEAD
Paolo Bonzini
4
-219
/
+188
2023-01-24
Merge branch 'kvm-v6.2-rc4-fixes' into HEAD
Paolo Bonzini
1
-7
/
+5
2023-01-13
KVM: x86: Track required APICv inhibits with variable, not callback
Sean Christopherson
3
-21
/
+16
2023-01-13
Revert "KVM: SVM: Do not throw warning when calling avic_vcpu_load on a runni...
Sean Christopherson
1
-0
/
+1
2023-01-13
KVM: SVM: Ignore writes to Remote Read Data on AVIC write traps
Sean Christopherson
1
-0
/
+3
2023-01-13
KVM: SVM: Handle multiple logical targets in AVIC kick fastpath
Sean Christopherson
1
-48
/
+62
2023-01-13
KVM: SVM: Require logical ID to be power-of-2 for AVIC entry
Sean Christopherson
1
-15
/
+15
2023-01-13
KVM: SVM: Update svm->ldr_reg cache even if LDR is "bad"
Sean Christopherson
1
-10
/
+4
2023-01-13
KVM: SVM: Always update local APIC on writes to logical dest register
Sean Christopherson
1
-7
/
+4
2023-01-13
KVM: SVM: Inhibit AVIC if vCPUs are aliased in logical mode
Sean Christopherson
1
-1
/
+2
2023-01-13
KVM: x86: Inhibit APICv/AVIC if the optimized physical map is disabled
Sean Christopherson
1
-0
/
+1
2023-01-13
KVM: SVM: Add helper to perform final AVIC "kick" of single vCPU
Sean Christopherson
1
-12
/
+13
2023-01-13
KVM: SVM: Document that vCPU ID == APIC ID in AVIC kick fastpatch
Sean Christopherson
1
-3
/
+7
2023-01-13
Revert "KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible"
Sean Christopherson
1
-18
/
+11
2023-01-13
KVM: SVM: Fix x2APIC Logical ID calculation for avic_kick_target_vcpus_fast
Suravee Suthikulpanit
1
-1
/
+1
2023-01-13
KVM: SVM: Compute dest based on sender's x2APIC status for AVIC kick
Sean Christopherson
1
-7
/
+1
2023-01-13
KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" boolean
Sean Christopherson
3
-35
/
+24
2023-01-13
KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
Sean Christopherson
3
-7
/
+9
2023-01-13
KVM: x86: Move APIC access page helper to common x86 code
Sean Christopherson
1
-34
/
+7
2023-01-13
KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
Sean Christopherson
3
-18
/
+17
2023-01-13
KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target
Sean Christopherson
1
-7
/
+9
2023-01-13
KVM: SVM: Flush the "current" TLB when activating AVIC
Sean Christopherson
1
-0
/
+6
2023-01-09
KVM: nSVM: clarify recalc_intercepts() wrt CR8
Paolo Bonzini
1
-7
/
+5
2022-12-29
KVM: x86: Do compatibility checks when onlining CPU
Chao Gao
1
-5
/
+3
2022-12-29
KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
Sean Christopherson
1
-2
/
+3
2022-12-29
KVM: SVM: Check for SVM support in CPU compatibility checks
Sean Christopherson
1
-5
/
+8
2022-12-29
KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
1
-21
/
+17
[next]