开源镜像站
帮助
动态
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
Age
Commit message (
Expand
)
Author
2020-07-09
KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
Sean Christopherson
2020-07-09
KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
Sean Christopherson
2020-07-09
KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
Sean Christopherson
2020-07-09
KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
Sean Christopherson
2020-07-09
KVM: x86/mmu: Topup memory caches after walking GVA->GPA
Sean Christopherson
2020-07-09
KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
Sean Christopherson
2020-07-09
KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
Sean Christopherson
2020-07-09
KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
Sean Christopherson
2020-07-09
KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
Sean Christopherson
2020-07-09
KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
Sean Christopherson
2020-07-09
KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
Sean Christopherson
2020-07-09
x86/kvm/vmx: Use native read/write_cr2()
Thomas Gleixner
2020-07-09
x86/kvm/svm: Use uninstrumented wrmsrl() to restore GS
Thomas Gleixner
2020-07-09
x86/kvm/svm: Move guest enter/exit into .noinstr.text
Thomas Gleixner
2020-07-09
x86/kvm/vmx: Move guest enter/exit into .noinstr.text
Thomas Gleixner
2020-07-09
x86/kvm/svm: Add hardirq tracing on guest enter/exit
Thomas Gleixner
2020-07-09
x86/kvm/vmx: Add hardirq tracing to guest enter/exit
Thomas Gleixner
2020-07-09
x86/kvm: Move context tracking where it belongs
Thomas Gleixner
2020-07-09
kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host
Maxim Levitsky
2020-07-09
KVM/x86: pmu: Fix #GP condition check for RDPMC emulation
Like Xu
2020-07-09
KVM: x86: take as_id into account when checking PGD
Vitaly Kuznetsov
2020-07-09
KVM: x86: Move kvm_x86_ops.vcpu_after_set_cpuid() into kvm_vcpu_after_set_cpu...
Xiaoyao Li
2020-07-09
KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()
Xiaoyao Li
2020-07-09
KVM: x86: Rename kvm_update_cpuid() to kvm_vcpu_after_set_cpuid()
Xiaoyao Li
2020-07-09
KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()
Xiaoyao Li
2020-07-09
KVM: x86: Introduce kvm_check_cpuid()
Xiaoyao Li
2020-07-09
KVM: X86: Move kvm_apic_set_version() to kvm_update_cpuid()
Xiaoyao Li
2020-07-08
KVM: lapic: Use guest_cpuid_has() in kvm_apic_set_version()
Xiaoyao Li
2020-07-08
KVM: X86: Go on updating other CPUID leaves when leaf 1 is absent
Xiaoyao Li
2020-07-08
KVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID* fails
Xiaoyao Li
2020-07-08
kvm: x86: limit the maximum number of vPMU fixed counters to 3
Like Xu
2020-07-08
KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested ...
Krish Sadhukhan
2020-07-08
KVM: x86: Make CR4.VMXE reserved for the guest
Paolo Bonzini
2020-07-08
KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()
Krish Sadhukhan
2020-07-08
kvm: x86: Read PDPTEs on CR0.CD and CR0.NW changes
Jim Mattson
2020-07-08
xen: Mark "xen_nopvspin" parameter obsolete
Zhenzhong Duan
2020-07-08
x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
Zhenzhong Duan
2020-07-08
x86/kvm: Change print code to use pr_*() format
Zhenzhong Duan
2020-07-08
Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get init...
Zhenzhong Duan
2020-07-08
KVM: x86/mmu: Rename page_header() to to_shadow_page()
Sean Christopherson
2020-07-08
KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookup
Sean Christopherson
2020-07-08
KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-only
Sean Christopherson
2020-07-08
KVM: x86/mmu: Add MMU-internal header
Sean Christopherson
2020-07-08
KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.c
Sean Christopherson
2020-07-08
KVM: x86/mmu: Move mmu_audit.c and mmutrace.h into the mmu/ sub-directory
Sean Christopherson
2020-07-08
KVM: x86/mmu: Exit to userspace on make_mmu_pages_available() error
Sean Christopherson
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
[next]