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
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-17
Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+4
2024-09-17
Merge tag 'kvm-x86-pat_vmx_msrs-6.12' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
1
-2
/
+2
2024-09-17
Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-98
/
+35
2024-09-17
Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-410
/
+423
2024-09-17
Merge branch 'kvm-redo-enable-virt' into HEAD
Paolo Bonzini
1
-8
/
+18
2024-09-09
KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()
Sean Christopherson
1
-5
/
+7
2024-09-09
KVM: x86: Update retry protection fields when forcing retry on emulation failure
Sean Christopherson
1
-1
/
+1
2024-09-09
KVM: x86: Apply retry protection to "unprotect on failure" path
Sean Christopherson
1
-19
/
+1
2024-09-09
KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfn
Sean Christopherson
1
-9
/
+19
2024-09-09
KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulation
Sean Christopherson
1
-18
/
+0
2024-09-09
KVM: x86: Fold retry_instruction() into x86_emulate_instruction()
Sean Christopherson
1
-21
/
+9
2024-09-09
KVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_instruction()
Sean Christopherson
1
-8
/
+5
2024-09-09
KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" path
Sean Christopherson
1
-26
/
+1
2024-09-09
KVM: x86: Store gpa as gpa_t, not unsigned long, when unprotecting for retry
Sean Christopherson
1
-1
/
+2
2024-09-09
KVM: x86: Get RIP from vCPU state when storing it to last_retry_eip
Sean Christopherson
1
-1
/
+1
2024-09-09
KVM: x86: Retry to-be-emulated insn in "slow" unprotect path iff sp is zapped
Sean Christopherson
1
-4
/
+4
2024-09-09
KVM: x86: Forcibly leave nested if RSM to L2 hits shutdown
Sean Christopherson
1
-6
/
+0
2024-09-06
KVM: x86: don't fall through case statements without annotations
Linus Torvalds
1
-0
/
+1
2024-09-04
KVM: x86: Register "emergency disable" callbacks when virt is enabled
Sean Christopherson
1
-0
/
+10
2024-09-04
KVM: x86: Rename virtualization {en,dis}abling APIs to match common KVM
Sean Christopherson
1
-5
/
+5
2024-09-04
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
1
-3
/
+3
2024-09-02
KVM: x86: Only advertise KVM_CAP_READONLY_MEM when supported by VM
Tom Dohrmann
1
-1
/
+2
2024-08-29
KVM: x86: Add fastpath handling of HLT VM-Exits
Sean Christopherson
1
-1
/
+22
2024-08-29
KVM: x86: Reorganize code in x86.c to co-locate vCPU blocking/running helpers
Sean Christopherson
1
-132
/
+132
2024-08-29
KVM: x86: Exit to userspace if fastpath triggers one on instruction skip
Sean Christopherson
1
-2
/
+7
2024-08-29
KVM: x86: Dedup fastpath MSR post-handling logic
Sean Christopherson
1
-10
/
+11
2024-08-29
KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successful
Sean Christopherson
1
-1
/
+1
2024-08-22
KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRs
Sean Christopherson
1
-3
/
+8
2024-08-22
KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRs
Sean Christopherson
1
-18
/
+9
2024-08-22
KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access()
Sean Christopherson
1
-184
/
+184
2024-08-22
KVM: x86: Funnel all fancy MSR return value handling into a common helper
Sean Christopherson
1
-42
/
+42
2024-08-22
KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entry
Sean Christopherson
1
-16
/
+13
2024-08-22
KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
Sean Christopherson
1
-6
/
+6
2024-08-22
KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entry
Sean Christopherson
1
-1
/
+1
2024-08-22
KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED
Sean Christopherson
1
-6
/
+6
2024-08-22
KVM: x86: Use this_cpu_ptr() in kvm_user_return_msr_cpu_online
Li Chen
1
-2
/
+1
2024-08-22
KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-Exit
Sean Christopherson
1
-2
/
+4
2024-08-22
KVM: x86: Stuff vCPU's PAT with default value at RESET, not creation
Sean Christopherson
1
-2
/
+2
2024-08-22
KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
Sean Christopherson
1
-0
/
+2
2024-08-13
KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
Isaku Yamahata
1
-4
/
+2
2024-07-26
KVM: remove kvm_arch_gmem_prepare_needed()
Paolo Bonzini
1
-5
/
+0
2024-07-26
KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*
Paolo Bonzini
1
-2
/
+2
2024-07-26
KVM: x86: disallow pre-fault for SNP VMs before initialization
Paolo Bonzini
1
-0
/
+3
2024-07-16
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
1
-159
/
+165
2024-07-16
KVM: x86: Replace static_call_cond() with static_call()
Wei Wang
1
-13
/
+13
2024-07-16
KVM: x86: Suppress MMIO that is triggered during task switch emulation
Sean Christopherson
1
-1
/
+7
2024-07-16
Merge tag 'kvm-x86-vmx-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-12
/
+7
2024-07-16
Merge tag 'kvm-x86-pmu-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-7
/
+10
2024-07-16
Merge tag 'kvm-x86-mtrrs-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-12
/
+12
2024-07-16
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-41
/
+71
[next]