index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
kvm_host.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-17
1
-1
/
+6
|
\
|
*
x86/kvm: Implement HWCR support
Borislav Petkov
2019-04-30
1
-0
/
+3
|
*
KVM: lapic: Refactor ->set_hv_timer to use an explicit expired param
Sean Christopherson
2019-04-30
1
-1
/
+2
|
*
KVM: x86: Add support of clear Trace_ToPA_PMI status
Luwei Kang
2019-04-30
1
-0
/
+1
*
|
x86/kvm/mmu: reset MMU context when 32-bit guest switches PAE
Vitaly Kuznetsov
2019-04-30
1
-0
/
+1
|
/
*
KVM: x86: Load SMRAM in a single shot when leaving SMM
Sean Christopherson
2019-04-16
1
-1
/
+4
*
kvm: mmu: Fix overflow on kvm mmu page limit calculation
Ben Gardon
2019-04-16
1
-6
/
+6
*
KVM: x86: update %rip after emulating IO
Sean Christopherson
2019-03-28
1
-0
/
+1
*
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Sean Christopherson
2019-03-28
1
-0
/
+1
*
KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()
Wei Yang
2019-03-28
1
-1
/
+1
*
KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)
Singh, Brijesh
2019-03-28
1
-0
/
+2
*
KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'
Sean Christopherson
2019-03-28
1
-2
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-03-15
1
-23
/
+19
|
\
|
*
Revert "KVM: MMU: fast invalidate all pages"
Sean Christopherson
2019-02-20
1
-2
/
+0
|
*
Revert "KVM: MMU: reclaim the zapped-obsolete page first"
Sean Christopherson
2019-02-20
1
-1
/
+0
|
*
Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"
Sean Christopherson
2019-02-20
1
-0
/
+1
|
*
Revert "KVM: MMU: document fast invalidate all pages"
Sean Christopherson
2019-02-20
1
-3
/
+0
|
*
KVM: Call kvm_arch_memslots_updated() before updating memslots
Sean Christopherson
2019-02-20
1
-1
/
+1
|
*
KVM: x86: Explicitly #define the VCPU_REGS_* indices
Sean Christopherson
2019-02-20
1
-16
/
+17
*
|
KVM: MMU: record maximum physical address width in kvm_mmu_extended_role
Yu Zhang
2019-02-22
1
-0
/
+1
*
|
x86/kvm/mmu: fix switch between root and guest MMUs
Vitaly Kuznetsov
2019-02-22
1
-0
/
+1
|
/
*
KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup
Sean Christopherson
2018-12-21
1
-1
/
+1
*
KVM: Make kvm_set_spte_hva() return int
Lan Tianyu
2018-12-21
1
-1
/
+1
*
KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
Lan Tianyu
2018-12-21
1
-0
/
+7
*
KVM: x86: Add Intel Processor Trace cpuid emulation
Chao Peng
2018-12-21
1
-0
/
+1
*
kvm: x86: Dynamically allocate guest_fpu
Marc Orr
2018-12-14
1
-1
/
+2
*
kvm: x86: Use task structs fpu field for user
Marc Orr
2018-12-14
1
-4
/
+3
*
x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.h
Vitaly Kuznetsov
2018-12-14
1
-1
/
+1
*
x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helper
Vitaly Kuznetsov
2018-12-14
1
-0
/
+1
*
KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offset
Leonid Shatz
2018-11-27
1
-1
/
+2
*
kvm: x86: Add exception payload fields to kvm_vcpu_events
Jim Mattson
2018-10-17
1
-0
/
+1
*
kvm: x86: Add has_payload and payload to kvm_queued_exception
Jim Mattson
2018-10-17
1
-0
/
+2
*
KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
Vitaly Kuznetsov
2018-10-17
1
-0
/
+3
*
x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is needed
Vitaly Kuznetsov
2018-10-17
1
-0
/
+2
*
x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu()
Vitaly Kuznetsov
2018-10-17
1
-0
/
+14
*
x86/kvm/mmu: make space for source data caching in struct kvm_mmu
Vitaly Kuznetsov
2018-10-17
1
-2
/
+14
*
x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
Paolo Bonzini
2018-10-17
1
-1
/
+0
*
x86/kvm/mmu: introduce guest_mmu
Vitaly Kuznetsov
2018-10-17
1
-0
/
+3
*
x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
Vitaly Kuznetsov
2018-10-17
1
-1
/
+2
*
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
Vitaly Kuznetsov
2018-10-17
1
-1
/
+4
*
KVM: x86: hyperv: fix 'tlb_lush' typo
Vitaly Kuznetsov
2018-10-17
1
-1
/
+1
*
KVM: x86: hyperv: keep track of mismatched VP indexes
Vitaly Kuznetsov
2018-10-17
1
-0
/
+3
*
KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES together
Wei Yang
2018-10-17
1
-1
/
+9
*
KVM: x86: adjust kvm_mmu_page member to save 8 bytes
Wei Yang
2018-10-17
1
-2
/
+2
*
KVM: nVMX: Clear reserved bits of #DB exit qualification
Jim Mattson
2018-10-17
1
-0
/
+1
*
KVM: x86: Control guest reads of MSR_PLATFORM_INFO
Drew Schmitt
2018-09-20
1
-0
/
+2
*
KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICv
Liran Alon
2018-09-20
1
-0
/
+1
*
KVM: VMX: use preemption timer to force immediate VMExit
Sean Christopherson
2018-09-20
1
-0
/
+2
*
KVM: LAPIC: Fix pv ipis out-of-bounds access
Wanpeng Li
2018-09-07
1
-1
/
+1
*
Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...
Radim Krčmář
2018-09-07
1
-1
/
+0
|
\
[next]