Age | Commit message (Expand) | Author | Files | Lines |
2021-10-01 | KVM: x86: add config for non-kvm users of page tracking | David Stevens | 1 | -0/+3 |
2021-06-29 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2021-06-17 | kvm: x86: implement KVM PM-notifier | Sergey Senozhatsky | 1 | -0/+1 |
2021-05-12 | kvm: Select SCHED_INFO instead of TASK_DELAY_ACCT | Peter Zijlstra | 1 | -4/+1 |
2021-04-06 | x86/sgx: Introduce virtual EPC for use by KVM guests | Sean Christopherson | 1 | -0/+12 |
2021-03-02 | KVM: x86: allow compiling out the Xen hypercall interface | Paolo Bonzini | 1 | -0/+9 |
2020-12-14 | KVM: SVM: Add support for SEV-ES capability in KVM | Tom Lendacky | 1 | -1/+2 |
2020-10-22 | x86/kvm: hide KVM options from menuconfig when KVM is not compiled | Matteo Croce | 1 | -0/+1 |
2020-07-24 | x86/kvm: Use generic xfer to guest work function | Thomas Gleixner | 1 | -0/+1 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -6/+6 |
2020-04-01 | vhost: refine vhost and vringh kconfig | Jason Wang | 1 | -4/+0 |
2020-03-05 | KVM: fix Kconfig menu text for -Werror | Jason A. Donenfeld | 1 | -1/+1 |
2020-02-28 | KVM: allow disabling -Werror | Paolo Bonzini | 1 | -0/+13 |
2020-01-13 | KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs | Sean Christopherson | 1 | -6/+4 |
2019-06-18 | kvm: x86: add host poll control msrs | Marcelo Tosatti | 1 | -0/+1 |
2019-04-19 | Make anon_inodes unconditional | David Howells | 1 | -1/+0 |
2018-12-21 | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada | 1 | -1/+1 |
2018-07-15 | x86/kvm/Kconfig: Ensure CRYPTO_DEV_CCP_DD state at minimum matches KVM_AMD | Janakarajan Natarajan | 1 | -1/+1 |
2018-01-16 | KVM: x86: prefer "depends on" to "select" for SEV | Paolo Bonzini | 1 | -3/+1 |
2017-12-04 | KVM: X86: Add CONFIG_KVM_AMD_SEV | Brijesh Singh | 1 | -0/+10 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-05 | KVM: add X86_LOCAL_APIC dependency | Arnd Bergmann | 1 | -0/+1 |
2017-08-24 | x86/lguest: Remove lguest support | Juergen Gross | 1 | -1/+0 |
2017-07-19 | x86: add MULTIUSER dependency for KVM | Arnd Bergmann | 1 | -1/+1 |
2017-04-07 | KVM: x86: drop legacy device assignment | Paolo Bonzini | 1 | -12/+0 |
2016-06-16 | KVM: remove kvm_vcpu_compatible | Paolo Bonzini | 1 | -1/+0 |
2015-10-01 | KVM: x86: select IRQ_BYPASS_MANAGER | Feng Wu | 1 | -0/+2 |
2015-06-05 | KVM: x86: mark legacy PCI device assignment as deprecated | Paolo Bonzini | 1 | -1/+1 |
2015-06-04 | kvm: x86: default legacy PCI device assignment support to "n" | Paolo Bonzini | 1 | -3/+4 |
2015-02-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2015-01-16 | KVM: x86: switch to kvm_get_dirty_log_protect | Paolo Bonzini | 1 | -0/+1 |
2015-01-06 | rcu: Make SRCU optional by using CONFIG_SRCU | Pranith Kumar | 1 | -0/+1 |
2014-08-05 | KVM: Give IRQFD its own separate enabling Kconfig option | Paul Mackerras | 1 | -0/+1 |
2014-01-20 | kvm: make KVM_MMU_AUDIT help text more readable | Randy Dunlap | 1 | -1/+1 |
2013-10-30 | kvm: Add VFIO device | Alex Williamson | 1 | -0/+1 |
2013-04-28 | kvm: Allow build-time configuration of KVM device assignment | Alex Williamson | 1 | -2/+11 |
2013-04-26 | KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING | Alexander Graf | 1 | -0/+1 |
2012-09-10 | KVM: Depend on HIGH_RES_TIMERS | Liu, Jinsong | 1 | -0/+1 |
2012-07-23 | KVM: Add config to support ple or cpu relax optimzation | Raghavendra K T | 1 | -0/+1 |
2012-04-24 | KVM: Introduce direct MSI message injection for in-kernel irqchips | Jan Kiszka | 1 | -0/+1 |
2011-12-27 | KVM: Expose a version 2 architectural PMU to a guests | Gleb Natapov | 1 | -0/+1 |
2011-12-27 | KVM: Make KVM_INTEL depend on CPU_SUP_INTEL | Avi Kivity | 1 | -0/+2 |
2011-08-16 | KVM: uses TASKSTATS, depends on NET | Randy Dunlap | 1 | -0/+2 |
2011-07-27 | KVM: fix TASK_DELAY_ACCT kconfig warning | Randy Dunlap | 1 | -0/+1 |
2011-07-24 | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2011-07-23 | virtio: expose for non-virtualization users too | Ohad Ben-Cohen | 1 | -1/+0 |
2011-07-14 | KVM: Steal time implementation | Glauber Costa | 1 | -0/+1 |
2011-01-12 | KVM: Halt vcpu if page it tries to access is swapped out | Gleb Natapov | 1 | -0/+1 |
2010-10-24 | KVM: MMU: support disable/enable mmu audit dynamicly | Xiao Guangrong | 1 | -0/+7 |
2010-03-06 | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |