index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: stats: Support binary stats retrieval for a VM
Jing Zhang
2021-06-25
1
-0
/
+25
*
KVM: stats: Add fd-based API to read binary stats data
Jing Zhang
2021-06-24
1
-1
/
+1
*
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
2021-06-24
2
-14
/
+9
*
KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU check
Sean Christopherson
2021-06-24
1
-4
/
+6
*
KVM: nVMX: Handle split-lock #AC exceptions that happen in L2
Sean Christopherson
2021-06-24
4
-2
/
+11
*
KVM: x86/mmu: Fix uninitialized boolean variable flush
Colin Ian King
2021-06-24
1
-1
/
+1
*
KVM: x86: Print CPU of last attempted VM-entry when dumping VMCS/VMCB
Jim Mattson
2021-06-24
2
-0
/
+4
*
Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2021-06-23
28
-106
/
+137
|
\
|
*
Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-05-16
1
-0
/
+2
|
|
\
|
|
*
clocksource/drivers/hyper-v: Re-enable VDSO_CLOCKMODE_HVCLOCK on X86
Vitaly Kuznetsov
2021-05-14
1
-0
/
+2
|
*
|
Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-05-16
25
-105
/
+116
|
|
\
\
|
|
*
|
x86/boot/compressed: Enable -Wundef
Nick Desaulniers
2021-05-12
3
-2
/
+3
|
|
*
|
x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFG
Brijesh Singh
2021-05-10
10
-18
/
+18
|
|
*
|
x86/sev: Move GHCB MSR protocol and NAE definitions in a common header
Brijesh Singh
2021-05-10
4
-70
/
+80
|
|
*
|
x86/sev-es: Rename sev-es.{ch} to sev.{ch}
Brijesh Singh
2021-05-10
11
-15
/
+15
|
|
|
/
|
*
|
x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...
Huang Rui
2021-05-13
3
-1
/
+19
|
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-10
20
-316
/
+463
|
|
\
\
|
|
|
/
|
|
/
|
*
|
|
KVM: nVMX: Dynamically compute max VMCS index for vmcs12
Sean Christopherson
2021-06-21
3
-8
/
+43
*
|
|
KVM: VMX: Skip #PF(RSVD) intercepts when emulating smaller maxphyaddr
Jim Mattson
2021-06-21
1
-9
/
+14
*
|
|
KVM: x86/mmu: Remove redundant root_hpa checks
David Matlack
2021-06-18
2
-11
/
+0
*
|
|
KVM: x86/mmu: Refactor is_tdp_mmu_root into is_tdp_mmu
David Matlack
2021-06-18
2
-4
/
+5
*
|
|
KVM: x86/mmu: Remove redundant is_tdp_mmu_enabled check
David Matlack
2021-06-18
2
-8
/
+7
*
|
|
KVM: x86/mmu: Remove redundant is_tdp_mmu_root check
David Matlack
2021-06-18
1
-2
/
+0
*
|
|
KVM: x86: Stub out is_tdp_mmu_root on 32-bit hosts
Paolo Bonzini
2021-06-18
1
-6
/
+7
*
|
|
KVM: x86: WARN and reject loading KVM if NX is supported but not enabled
Sean Christopherson
2021-06-18
1
-0
/
+3
*
|
|
KVM: SVM: Refuse to load kvm_amd if NX support is not available
Sean Christopherson
2021-06-18
1
-3
/
+10
*
|
|
KVM: VMX: Refuse to load kvm_intel if EPT and NX are disabled
Sean Christopherson
2021-06-18
1
-0
/
+6
*
|
|
KVM: x86/mmu: Fix TDP MMU page table level
Kai Huang
2021-06-17
2
-5
/
+5
*
|
|
KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()
Kai Huang
2021-06-17
1
-1
/
+5
*
|
|
KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()
Kai Huang
2021-06-17
1
-1
/
+1
*
|
|
KVM: LAPIC: Keep stored TMCCT register value 0 after KVM_SET_LAPIC
Wanpeng Li
2021-06-17
1
-0
/
+1
*
|
|
KVM: X86: Introduce KVM_HC_MAP_GPA_RANGE hypercall
Ashish Kalra
2021-06-17
3
-0
/
+61
*
|
|
KVM: switch per-VM stats to u64
Paolo Bonzini
2021-06-17
1
-11
/
+11
*
|
|
KVM: x86/mmu: Grab nx_lpage_splits as an unsigned long before division
Sean Christopherson
2021-06-17
1
-1
/
+2
*
|
|
KVM: x86: Check for pending interrupts when APICv is getting disabled
Vitaly Kuznetsov
2021-06-17
1
-0
/
+9
*
|
|
KVM: nVMX: Drop redundant checks on vmcs12 in EPTP switching emulation
Sean Christopherson
2021-06-17
1
-3
/
+1
*
|
|
KVM: nVMX: WARN if subtly-impossible VMFUNC conditions occur
Sean Christopherson
2021-06-17
1
-0
/
+10
*
|
|
KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()
Sean Christopherson
2021-06-17
5
-15
/
+6
*
|
|
KVM: x86: Defer MMU sync on PCID invalidation
Sean Christopherson
2021-06-17
1
-1
/
+1
*
|
|
KVM: nVMX: Use fast PGD switch when emulating VMFUNC[EPTP_SWITCH]
Sean Christopherson
2021-06-17
1
-6
/
+13
*
|
|
KVM: x86: Use KVM_REQ_TLB_FLUSH_GUEST to handle INVPCID(ALL) emulation
Sean Christopherson
2021-06-17
1
-1
/
+1
*
|
|
KVM: nVMX: Free only guest_mode (L2) roots on INVVPID w/o EPT
Sean Christopherson
2021-06-17
3
-4
/
+31
*
|
|
KVM: nVMX: Consolidate VM-Enter/VM-Exit TLB flush and MMU sync logic
Sean Christopherson
2021-06-17
1
-64
/
+23
*
|
|
KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpers
Sean Christopherson
2021-06-17
5
-19
/
+11
*
|
|
KVM: nSVM: Move TLB flushing logic (or lack thereof) to dedicated helper
Sean Christopherson
2021-06-17
2
-10
/
+30
*
|
|
KVM: x86: Uncondtionally skip MMU sync/TLB flush in MOV CR3's PGD switch
Sean Christopherson
2021-06-17
1
-1
/
+1
*
|
|
KVM: x86: Invalidate all PGDs for the current PCID on MOV CR3 w/ flush
Sean Christopherson
2021-06-17
1
-27
/
+42
*
|
|
KVM: nVMX: Don't clobber nested MMU's A/D status on EPTP switch
Sean Christopherson
2021-06-17
1
-7
/
+0
*
|
|
KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap
Sean Christopherson
2021-06-17
1
-1
/
+1
*
|
|
KVM: nVMX: Sync all PGDs on nested transition with shadow paging
Sean Christopherson
2021-06-17
4
-8
/
+15
[next]