开源镜像站
帮助
动态
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
/
include
/
asm
/
kvm_host.h
Age
Commit message (
Expand
)
Author
2022-12-12
Merge remote-tracking branch 'kvm/queue' into HEAD
Paolo Bonzini
2022-12-09
Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
2022-11-30
KVM: x86/xen: Allow XEN_RUNSTATE_UPDATE flag behaviour to be configured
David Woodhouse
2022-11-30
KVM: x86/xen: Compatibility fixes for shared runstate area
David Woodhouse
2022-11-18
KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
Vitaly Kuznetsov
2022-11-18
KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
Vitaly Kuznetsov
2022-11-18
KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
Vitaly Kuznetsov
2022-11-18
KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of...
Vitaly Kuznetsov
2022-11-18
KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
Vitaly Kuznetsov
2022-11-18
KVM: x86: hyper-v: Introduce TLB flush fifo
Vitaly Kuznetsov
2022-11-18
KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
Vitaly Kuznetsov
2022-11-18
KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
Vitaly Kuznetsov
2022-11-16
KVM: x86/mmu: Use BIT{,_ULL}() for PFERR masks
David Matlack
2022-11-10
KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h
Gavin Shan
2022-11-09
KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counter
Like Xu
2022-11-09
KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()
Like Xu
2022-11-09
KVM: x86/pmu: Force reprogramming of all counters on PMU filter change
Sean Christopherson
2022-11-09
KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages
Sean Christopherson
2022-11-09
KVM: x86/mmu: Rename NX huge pages fields/functions for consistency
Sean Christopherson
2022-11-09
KVM: x86: smm: use smram structs in the common code
Maxim Levitsky
2022-11-09
KVM: x86: do not define SMM-related constants if SMM disabled
Paolo Bonzini
2022-11-09
KVM: x86: do not define KVM_REQ_SMI if SMM disabled
Paolo Bonzini
2022-11-09
KVM: x86: remove SMRAM address space if SMM is not supported
Paolo Bonzini
2022-11-09
KVM: x86: compile out vendor-specific code if SMM is disabled
Paolo Bonzini
2022-11-09
KVM: x86: move SMM entry to a new file
Paolo Bonzini
2022-11-09
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
2022-11-09
KVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()
Miaohe Lin
2022-11-09
KVM: x86/pmu: Limit the maximum number of supported AMD GP counters
Like Xu
2022-11-09
KVM: x86/pmu: Limit the maximum number of supported Intel GP counters
Like Xu
2022-09-30
kvm: mmu: fix typos in struct kvm_arch
Peng Hao
2022-09-30
Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEAD
Paolo Bonzini
2022-09-26
KVM: x86: make vendor code check for all nested events
Paolo Bonzini
2022-09-26
KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
Sean Christopherson
2022-09-26
KVM: x86: Make kvm_queued_exception a properly named, visible struct
Sean Christopherson
2022-09-26
KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
Sean Christopherson
2022-09-26
KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
Vitaly Kuznetsov
2022-09-22
KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0
Sean Christopherson
2022-08-19
KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
Chao Peng
2022-08-10
KVM: x86: Tag kvm_mmu_x86_module_init() with __init
Sean Christopherson
2022-07-14
KVM: x86: Restrict get_mt_mask() to a u8, use KVM_X86_OP_OPTIONAL_RET0
Sean Christopherson
2022-07-13
KVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to make it #UD specific
Sean Christopherson
2022-07-12
KVM: x86/mmu: Replace UNMAPPED_GVA with INVALID_GPA for gva_to_gpa()
Hou Wenlong
2022-06-24
KVM: SVM: Introduce hybrid-AVIC mode
Suravee Suthikulpanit
2022-06-24
KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.
Jue Wang
2022-06-24
KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
David Matlack
2022-06-24
KVM: x86/mmu: Cache the access bits of shadowed translations
David Matlack
2022-06-24
KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
Ben Gardon
2022-06-20
KVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are NOPs!" behavior
Sean Christopherson
2022-06-20
KVM: x86: Move "apicv_active" into "struct kvm_lapic"
Sean Christopherson
2022-06-20
KVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_isr_update()
Sean Christopherson
[next]