开源镜像站
帮助
动态
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
2022-11-09
KVM: SVM: retrieve VMCB from assembly
Paolo Bonzini
2022-11-09
KVM: SVM: adjust register allocation for __svm_vcpu_run()
Paolo Bonzini
2022-11-09
KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
Paolo Bonzini
2022-11-09
KVM: x86: use a separate asm-offsets.c file
Paolo Bonzini
2022-11-03
KVM: x86: Fix a typo about the usage of kvcalloc()
Liao Chang
2022-11-03
KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()
Ben Gardon
2022-11-02
KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTL
Sean Christopherson
2022-11-02
KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl()
Sean Christopherson
2022-11-02
KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs
Sean Christopherson
2022-10-28
KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()
Eiichi Tsukata
2022-10-28
KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format
Maxim Levitsky
2022-10-28
KVM: x86: emulator: update the emulation mode after CR0 write
Maxim Levitsky
2022-10-28
KVM: x86: emulator: update the emulation mode after rsm
Maxim Levitsky
2022-10-28
KVM: x86: emulator: introduce emulator_recalc_and_set_mode
Maxim Levitsky
2022-10-28
KVM: x86: emulator: em_sysexit should update ctxt->mode
Maxim Levitsky
2022-10-27
KVM: Initialize gfn_to_pfn_cache locks in dedicated helper
Michal Luczaj
2022-10-27
KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailable
Emanuele Giuseppe Esposito
2022-10-27
KVM: x86: Exempt pending triple fault from event injection sanity check
Sean Christopherson
2022-10-27
KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open()
Hou Wenlong
2022-10-27
KVM: x86: Mask off reserved bits in CPUID.8000001FH
Jim Mattson
2022-10-22
KVM: x86: Mask off reserved bits in CPUID.8000001AH
Jim Mattson
2022-10-22
KVM: x86: Mask off reserved bits in CPUID.80000008H
Jim Mattson
2022-10-22
KVM: x86: Mask off reserved bits in CPUID.80000006H
Jim Mattson
2022-10-22
KVM: x86: Mask off reserved bits in CPUID.80000001H
Jim Mattson
2022-10-22
KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER
Alexander Graf
2022-10-22
KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()
Alexander Graf
2022-10-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-10-04
Merge tag 'x86_cleanups_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-10-03
Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2022-09-30
Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEAD
Paolo Bonzini
2022-09-30
KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest
Jim Mattson
2022-09-29
KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ACQ_REL
Marc Zyngier
2022-09-29
KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config option
Marc Zyngier
2022-09-28
KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability
Like Xu
2022-09-28
KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
Like Xu
2022-09-28
KVM: x86/pmu: Avoid using PEBS perf_events for normal counters
Like Xu
2022-09-28
KVM: x86/pmu: Refactor PERF_GLOBAL_CTRL update helper for reuse by PEBS
Like Xu
2022-09-28
KVM: x86/pmu: Don't generate PEBS records for emulated instructions
Like Xu
2022-09-28
KVM: x86/pmu: Avoid setting BIT_ULL(-1) to pmu->host_cross_mapped_mask
Like Xu
2022-09-26
KVM: remove KVM_REQ_UNHALT
Paolo Bonzini
2022-09-26
KVM: mips, x86: do not rely on KVM_REQ_UNHALT
Paolo Bonzini
2022-09-26
KVM: x86: never write to memory from kvm_vcpu_check_block()
Paolo Bonzini
2022-09-26
KVM: x86: Don't snapshot pending INIT/SIPI prior to checking nested events
Sean Christopherson
2022-09-26
KVM: nVMX: Make event request on VMXOFF iff INIT/SIPI is pending
Sean Christopherson
2022-09-26
KVM: nVMX: Make an event request if INIT or SIPI is pending on VM-Enter
Sean Christopherson
2022-09-26
KVM: SVM: Make an event request if INIT or SIPI is pending when GIF is set
Sean Christopherson
2022-09-26
KVM: x86: lapic does not have to process INIT if it is blocked
Paolo Bonzini
2022-09-26
KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specific
Sean Christopherson
2022-09-26
KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed
Sean Christopherson
[next]