开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
2020-07-08
KVM: x86/mmu: Batch zap MMU pages when shrinking the slab
Sean Christopherson
2020-07-08
KVM: x86/mmu: Batch zap MMU pages when recycling oldest pages
Sean Christopherson
2020-07-08
KVM: x86/mmu: Don't put invalid SPs back on the list of active pages
Sean Christopherson
2020-07-08
KVM: x86/mmu: Optimize MMU page cache lookup for fully direct MMUs
Sean Christopherson
2020-07-08
KVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mmu_page()
Sean Christopherson
2020-07-08
KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr()
Joerg Roedel
2020-07-08
KVM: SVM: Add svm_ prefix to set/clr/is_intercept()
Joerg Roedel
2020-07-08
KVM: SVM: Add vmcb_ prefix to mark_*() functions
Joerg Roedel
2020-07-08
KVM: SVM: Rename struct nested_state to svm_nested_state
Joerg Roedel
2020-07-08
KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper
Sean Christopherson
2020-07-08
kvm: x86: Set last_vmentry_cpu in vcpu_enter_guest
Jim Mattson
2020-07-08
kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu
Jim Mattson
2020-07-08
kvm: x86: Add "last CPU" to some KVM_EXIT information
Jim Mattson
2020-07-08
kvm: vmx: Add last_cpu to struct vcpu_vmx
Jim Mattson
2020-07-08
kvm: svm: Always set svm->last_cpu on VMRUN
Jim Mattson
2020-07-08
kvm: svm: Prefer vcpu->cpu to raw_smp_processor_id()
Jim Mattson
2020-07-08
KVM: x86: report sev_pin_memory errors with PTR_ERR
Paolo Bonzini
2020-07-08
KVM: SVM: convert get_user_pages() --> pin_user_pages()
John Hubbard
2020-07-08
KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast()
John Hubbard
2020-07-08
KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of neste...
Krish Sadhukhan
2020-07-08
KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate function
Krish Sadhukhan
2020-07-08
KVM: X86: Do the same ignore_msrs check for feature msrs
Peter Xu
2020-07-08
KVM: X86: Move ignore_msrs handling upper the stack
Peter Xu
2020-07-08
KVM: x86/mmu: Make .write_log_dirty a nested operation
Sean Christopherson
2020-07-08
KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guest
Sean Christopherson
2020-07-08
KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapper
Sean Christopherson
2020-07-08
KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t...
Vitaly Kuznetsov
2020-07-08
KVM: x86: drop KVM_PV_REASON_PAGE_READY case from kvm_handle_page_fault()
Vitaly Kuznetsov
2020-07-03
KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks
Sean Christopherson
2020-07-03
KVM: x86: Mark CR4.TSD as being possibly owned by the guest
Sean Christopherson
2020-07-03
KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode
Sean Christopherson
2020-06-30
KVM: x86: bit 8 of non-leaf PDPEs is not reserved
Paolo Bonzini
2020-06-29
KVM: X86: Fix async pf caused null-ptr-deref
Wanpeng Li
2020-06-23
KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru
Sean Christopherson
2020-06-23
KVM: x86: allow TSC to differ by NTP correction bounds without TSC scaling
Marcelo Tosatti
2020-06-23
KVM: X86: Fix MSR range of APIC registers in X2APIC mode
Xiaoyao Li
2020-06-22
KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL
Sean Christopherson
2020-06-22
KVM: nVMX: Plumb L2 GPA through to PML emulation
Sean Christopherson
2020-06-22
KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic()
Vitaly Kuznetsov
2020-06-22
KVM: LAPIC: ensure APIC map is up to date on concurrent update requests
Paolo Bonzini
2020-06-22
kvm: lapic: fix broken vcpu hotplug
Igor Mammedov
2020-06-19
Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"
Vitaly Kuznetsov
2020-06-15
KVM: VMX: Add helpers to identify interrupt type from intr_info
Sean Christopherson
2020-06-15
kvm/svm: disable KCSAN for svm_vcpu_run()
Qian Cai
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2020-06-13
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-11
KVM: x86: do not pass poisoned hva to __kvm_set_memory_region
Paolo Bonzini
2020-06-11
KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...
Vitaly Kuznetsov
[next]