summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/Kconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Break CONFIG_KVM_X86's direct dependency on KVM_INTEL || KVM_AMDSean Christopherson12 days1-1/+1
* KVM: x86: add back X86_LOCAL_APIC dependencyArnd Bergmann12 days1-1/+1
* KVM: x86: switch hugepage recovery thread to vhost_taskPaolo Bonzini2024-11-141-0/+1
* KVM: x86: Don't emit TLB flushes when aging SPTEs for mmu_notifiersSean Christopherson2024-10-301-0/+1
* KVM: x86: leave kvm.ko out of the build if no vendor module is requestedPaolo Bonzini2024-10-061-3/+6
* KVM: Remove HIGH_RES_TIMERS dependencySteven Rostedt2024-09-051-1/+0
* KVM: SEV: Update KVM_AMD_SEV Kconfig entry and mention SEV-SNPVitaly Kuznetsov2024-08-281-2/+4
* KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*Paolo Bonzini2024-07-261-2/+2
* KVM: x86: Implement kvm_arch_vcpu_pre_fault_memory()Paolo Bonzini2024-07-121-0/+1
* Merge branch 'kvm-6.11-sev-snp' into HEADPaolo Bonzini2024-06-031-0/+3
|\
| * KVM: SEV: Implement gmem hook for invalidating private pagesMichael Roth2024-05-121-0/+1
| * KVM: SEV: Implement gmem hook for initializing private pagesMichael Roth2024-05-121-0/+1
| * KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=yMichael Roth2024-05-121-0/+1
* | KVM: x86: Force KVM_WERROR if the global WERROR is enabledSean Christopherson2024-05-231-1/+2
* | KVM: x86: Disable KVM_INTEL_PROVE_VE by defaultSean Christopherson2024-05-231-3/+5
|/
* KVM: VMX: Introduce test mode related to EPT violation VEIsaku Yamahata2024-04-191-0/+13
* x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORMBorislav Petkov (AMD)2024-04-041-0/+1
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-1/+1
|\
| * treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-1/+1
* | Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-091-3/+4
|\ \
| * | KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIPSean Christopherson2024-02-231-3/+4
| |/
* | Merge branch 'kvm-kconfig'Paolo Bonzini2024-02-081-3/+0
|\ \
| * | treewide: remove CONFIG_HAVE_KVMPaolo Bonzini2024-02-081-2/+0
| * | kvm: move "select IRQ_BYPASS_MANAGER" to common codePaolo Bonzini2024-02-081-1/+0
| |/
* / kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini2024-02-081-0/+1
|/
* Merge tag 'kvm-x86-misc-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-7/+7
|\
| * KVM: x86: Turn off KVM_WERROR by default for all configsSean Christopherson2023-11-301-7/+7
* | Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-0/+14
|\ \
| * | KVM: x86: Make Hyper-V emulation optionalVitaly Kuznetsov2023-12-071-0/+14
| |/
* | KVM: x86: add missing "depends on KVM"Paolo Bonzini2024-01-081-1/+1
* | KVM: introduce CONFIG_KVM_COMMONPaolo Bonzini2024-01-081-2/+1
* | KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2023-12-081-1/+0
* | KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini2023-12-081-1/+0
|/
* KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson2023-11-141-0/+12
* KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2023-11-131-1/+1
* KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS to allow up to 4096 vCPUsKyle Meyer2023-09-281-0/+11
* KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU KconfigSean Christopherson2023-08-311-0/+13
* KVM: SVM: Make KVM_AMD depend on CPU_SUP_AMD or CPU_SUP_HYGONSean Christopherson2023-08-041-1/+1
* kvm: Remove "select SRCU"Paul E. McKenney2023-04-051-1/+0
* KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-291-0/+1
* KVM: allow compiling out SMM supportPaolo Bonzini2022-11-091-0/+11
* KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ACQ_RELMarc Zyngier2022-09-291-0/+1
* KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config optionMarc Zyngier2022-09-291-1/+1
* KVM: x86/mmu: Remove MMU auditingSean Christopherson2022-02-181-7/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-161-0/+3
|\
| * KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse2022-01-071-0/+1
| * KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RINGDavid Woodhouse2021-12-091-0/+1
| * KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero2021-12-081-0/+1
* | perf: Force architectures to opt-in to guest callbacksSean Christopherson2021-11-171-0/+1
|/
* KVM: x86: add config for non-kvm users of page trackingDavid Stevens2021-10-011-0/+3