summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-04-19KVM: VMX: Introduce test mode related to EPT violation VEIsaku Yamahata1-0/+13
2024-04-04x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORMBorislav Petkov (AMD)1-0/+1
2024-03-22Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini1-3/+4
2024-02-23KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIPSean Christopherson1-3/+4
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada1-1/+1
2024-02-08Merge branch 'kvm-kconfig'Paolo Bonzini1-3/+0
2024-02-08treewide: remove CONFIG_HAVE_KVMPaolo Bonzini1-2/+0
2024-02-08kvm: move "select IRQ_BYPASS_MANAGER" to common codePaolo Bonzini1-1/+0
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini1-0/+1
2024-01-08Merge tag 'kvm-x86-misc-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-7/+7
2024-01-08Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+14
2024-01-08KVM: x86: add missing "depends on KVM"Paolo Bonzini1-1/+1
2024-01-08KVM: introduce CONFIG_KVM_COMMONPaolo Bonzini1-2/+1
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini1-1/+0
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini1-1/+0
2023-12-07KVM: x86: Make Hyper-V emulation optionalVitaly Kuznetsov1-0/+14
2023-11-30KVM: x86: Turn off KVM_WERROR by default for all configsSean Christopherson1-7/+7
2023-11-14KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson1-0/+12
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson1-1/+1
2023-09-28KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS to allow up to 4096 vCPUsKyle Meyer1-0/+11
2023-08-31KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU KconfigSean Christopherson1-0/+13
2023-08-04KVM: SVM: Make KVM_AMD depend on CPU_SUP_AMD or CPU_SUP_HYGONSean Christopherson1-1/+1
2023-04-05kvm: Remove "select SRCU"Paul E. McKenney1-1/+0
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson1-0/+1
2022-11-09KVM: allow compiling out SMM supportPaolo Bonzini1-0/+11
2022-09-29KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ACQ_RELMarc Zyngier1-0/+1
2022-09-29KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config optionMarc Zyngier1-1/+1
2022-02-18KVM: x86/mmu: Remove MMU auditingSean Christopherson1-7/+0
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse1-0/+1
2021-12-09KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RINGDavid Woodhouse1-0/+1
2021-12-08KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero1-0/+1
2021-11-17perf: Force architectures to opt-in to guest callbacksSean Christopherson1-0/+1
2021-10-01KVM: x86: add config for non-kvm users of page trackingDavid Stevens1-0/+3
2021-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2021-06-17kvm: x86: implement KVM PM-notifierSergey Senozhatsky1-0/+1
2021-05-12kvm: Select SCHED_INFO instead of TASK_DELAY_ACCTPeter Zijlstra1-4/+1
2021-04-06x86/sgx: Introduce virtual EPC for use by KVM guestsSean Christopherson1-0/+12
2021-03-02KVM: x86: allow compiling out the Xen hypercall interfacePaolo Bonzini1-0/+9
2020-12-14KVM: SVM: Add support for SEV-ES capability in KVMTom Lendacky1-1/+2
2020-10-22x86/kvm: hide KVM options from menuconfig when KVM is not compiledMatteo Croce1-0/+1
2020-07-24x86/kvm: Use generic xfer to guest work functionThomas Gleixner1-0/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-6/+6
2020-04-01vhost: refine vhost and vringh kconfigJason Wang1-4/+0
2020-03-05KVM: fix Kconfig menu text for -WerrorJason A. Donenfeld1-1/+1
2020-02-28KVM: allow disabling -WerrorPaolo Bonzini1-0/+13
2020-01-13KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUsSean Christopherson1-6/+4
2019-06-18kvm: x86: add host poll control msrsMarcelo Tosatti1-0/+1
2019-04-19Make anon_inodes unconditionalDavid Howells1-1/+0