summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/hypervisor.c
AgeCommit message (Expand)AuthorLines
2025-09-15x86/cpu: Detect FreeBSD Bhyve hypervisorDavid Woodhouse-0/+3
2019-07-17x86/paravirt: Remove const mark from x86_hyper_xen_hvm variableZhenzhong Duan-8/+0
2019-07-17x86: Add "nopv" parameter to disable PV extensionsZhenzhong Duan-0/+11
2019-06-11x86: Add support for Linux guests on an ACRN hypervisorZhao Yakui-0/+4
2018-01-14x86/jailhouse: Add infrastructure for running in non-root cellJan Kiszka-0/+4
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross-3/+9
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross-28/+26
2017-05-02x86/cpu: remove hypervisor specific set_cpu_featuresJuergen Gross-8/+0
2017-05-02x86/xen: add CONFIG_XEN_PV to KconfigVitaly Kuznetsov-1/+3
2017-05-02x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov-1/+2
2016-09-05virt, sched: Add generic vCPU pinning supportJuergen Gross-0/+11
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+2
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong-1/+1
2015-05-05hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guestsBoris Ostrovsky-2/+2
2013-08-05x86: Correctly detect hypervisorJason Wang-8/+7
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker-1/+1
2013-01-24x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria-0/+7
2012-07-18x86, hyper: fix build with !CONFIG_KVM_GUESTAvi Kivity-0/+2
2012-07-11KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava-0/+1
2011-07-08x86, hyper: Change hypervisor detection orderAnupam Chanda-2/+2
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini-1/+1
2010-07-26xen/pvhvm: fix build problem when !CONFIG_XENJeremy Fitzhardinge-0/+2
2010-07-22x86: early PV on HVM features initialization.Sheng Yang-0/+1
2010-05-09x86, hypervisor: add missing <linux/module.h>H. Peter Anvin-0/+1
2010-05-09x86, hypervisor: Export the x86_hyper* symbolsH. Peter Anvin-0/+1
2010-05-07x86: Clean up the hypervisor layerH. Peter Anvin-22/+34
2010-05-06x86: Detect running on a Microsoft HyperV systemKy Srinivasan-3/+7
2009-08-31x86: Move tsc_calibration to x86_init_opsThomas Gleixner-7/+7
2009-07-11x86/cpu: Clean up various files a bitAlan Cox-3/+2
2008-11-23x86: hypervisor - fix sparse warningsHannes Eder-0/+1
2008-11-01x86: Add a synthetic TSC_RELIABLE feature bit.Alok Kataria-1/+10
2008-11-01x86: Hypervisor detection and get tsc_freq from hypervisorAlok Kataria-0/+48