index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-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-21
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-12
KVM: x86: Drop now-superflous setting of l1tf_flush_l1d in vcpu_run()
Sean Christopherson
1
-1
/
+0
2024-06-12
KVM: x86: Unconditionally set l1tf_flush_l1d during vCPU load
Sean Christopherson
1
-6
/
+5
2024-06-12
KVM: Delete the now unused kvm_arch_sched_in()
Sean Christopherson
1
-5
/
+0
2024-06-12
KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
Sean Christopherson
1
-7
/
+10
2024-06-12
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-11
KVM: x86: Use "is Intel compatible" helper to emulate SYSCALL in !64-bit
Sean Christopherson
1
-0
/
+6
2024-06-11
KVM: x86: Inhibit code #DBs in MOV-SS shadow for all Intel compat vCPUs
Sean Christopherson
1
-8
/
+6
2024-06-11
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
2024-06-03
Merge branch 'kvm-6.11-sev-snp' into HEAD
Paolo Bonzini
1
-0
/
+30
2024-06-03
KVM: x86: Drop support for hand tuning APIC timer advancement from userspace
Sean Christopherson
1
-10
/
+1
2024-06-03
KVM: x86: Remove IA32_PERF_GLOBAL_OVF_CTRL from KVM_GET_MSR_INDEX_LIST
Jim Mattson
1
-1
/
+1
2024-06-03
KVM: x86: Add a struct to consolidate host values, e.g. EFER, XCR0, etc...
Sean Christopherson
1
-23
/
+15
2024-05-12
KVM: SEV: Implement gmem hook for initializing private pages
Michael Roth
1
-0
/
+5
2024-05-12
KVM: SEV: Support SEV-SNP AP Creation NAE event
Tom Lendacky
1
-0
/
+11
2024-05-12
KVM: SEV: Add support to handle RMP nested page faults
Brijesh Singh
1
-0
/
+1
2024-05-12
Merge branch 'kvm-coco-hooks' into HEAD
Paolo Bonzini
1
-0
/
+13
2024-05-12
Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-17
/
+11
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-2
/
+2
2024-05-10
KVM: guest_memfd: Add hook for invalidating memory
Michael Roth
1
-0
/
+7
[next]