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-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-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
2024-07-16
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-19
/
+17
2024-07-12
KVM: x86: Implement kvm_arch_vcpu_pre_fault_memory()
Paolo Bonzini
1
-0
/
+3
2024-06-28
KVM: X86: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
Peng Hao
1
-5
/
+4
2024-06-28
KVM: x86/pmu: Introduce distinct macros for GP/fixed counter max number
Dapeng Mi
1
-6
/
+9
2024-06-28
KVM: x86: WARN if a vCPU gets a valid wakeup that KVM can't yet inject
Sean Christopherson
1
-1
/
+4
2024-06-28
KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()
Sean Christopherson
1
-9
/
+1
2024-06-28
KVM: nVMX: Request immediate exit iff pending nested event needs injection
Sean Christopherson
1
-2
/
+2
2024-06-20
Merge branch 'kvm-6.10-fixes' into HEAD
Paolo Bonzini
1
-5
/
+4
2024-06-20
KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes
Sean Christopherson
1
-5
/
+4
2024-06-18
KVM: Introduce vcpu->wants_to_run
David Matlack
1
-2
/
+2
2024-06-18
KVM: x86: Prevent excluding the BSP on setting max_vcpu_ids
Sean Christopherson
1
-1
/
+3
2024-06-18
KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_ID
Mathias Krause
1
-0
/
+3
2024-06-11
KVM: x86: Drop now-superflous setting of l1tf_flush_l1d in vcpu_run()
Sean Christopherson
1
-1
/
+0
2024-06-11
KVM: x86: Unconditionally set l1tf_flush_l1d during vCPU load
Sean Christopherson
1
-6
/
+5
2024-06-11
KVM: Delete the now unused kvm_arch_sched_in()
Sean Christopherson
1
-5
/
+0
2024-06-11
KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
Sean Christopherson
1
-7
/
+10
2024-06-11
KVM: x86: Don't re-setup empty IRQ routing when KVM_CAP_SPLIT_IRQCHIP
Yi Wang
1
-3
/
+0
2024-06-11
KVM: x86: Add KVM_RUN_X86_GUEST_MODE kvm_run flag
Thomas Prescher
1
-0
/
+3
2024-06-10
KVM: x86: Use "is Intel compatible" helper to emulate SYSCALL in !64-bit
Sean Christopherson
1
-0
/
+6
2024-06-10
KVM: x86: Inhibit code #DBs in MOV-SS shadow for all Intel compat vCPUs
Sean Christopherson
1
-8
/
+6
2024-06-10
KVM: x86: Apply Intel's TSC_AUX reserved-bit behavior to Intel compat vCPUs
Sean Christopherson
1
-4
/
+4
2024-06-07
KVM: x86: Ensure a full memory barrier is emitted in the VM-Exit path
Yan Zhao
1
-0
/
+6
2024-06-05
KVM: VMX: Drop support for forcing UC memory when guest CR0.CD=1
Sean Christopherson
1
-6
/
+0
2024-06-05
KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes
Sean Christopherson
1
-8
/
+8
2024-06-05
KVM: x86: Keep consistent naming for APICv/AVIC inhibit reasons
Alejandro Jimenez
1
-1
/
+1
2024-06-05
KVM: x86: Print names of apicv inhibit reasons in traces
Alejandro Jimenez
1
-0
/
+4
2024-06-05
KVM: x86: Add a capability to configure bus frequency for APIC timer
Isaku Yamahata
1
-0
/
+27
2024-06-05
KVM: x86: Make nanoseconds per APIC bus cycle a VM variable
Isaku Yamahata
1
-0
/
+1
[next]