summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/vmware.c
AgeCommit message (Expand)AuthorLines
2021-04-26Merge tag 'x86_vmware_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+2
2021-03-28x86/vmware: Avoid TSC recalibration when frequency is knownAlexey Makhalov-0/+2
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross-2/+3
2020-12-14KVM: SVM: Add GHCB accessor functions for retrieving fieldsTom Lendacky-6/+6
2020-09-09x86/vmware: Add VMware-specific handling for VMMCALL under SEV-ESDoug Covelli-5/+45
2020-03-24x86/vmware: Use bool type for vmw_sched_clockAlexey Makhalov-2/+2
2020-03-24x86/vmware: Enable steal time accountingAlexey Makhalov-1/+12
2020-03-24x86/vmware: Add steal time clock support for VMware guestsAlexey Makhalov-0/+197
2020-03-24x86/vmware: Remove vmware_sched_clock_setup()Alexey Makhalov-5/+10
2020-03-24x86/vmware: Make vmware_select_hypercall() __initAlexey Makhalov-1/+1
2019-10-08x86/cpu/vmware: Use the full form of INL in VMWARE_PORTSami Tolvanen-1/+1
2019-08-28x86/vmware: Add a header file for hypercall definitionsThomas Hellstrom-1/+5
2019-08-28x86/vmware: Update platform detection code for VMCALL/VMMCALL hypercallsThomas Hellstrom-17/+71
2019-05-09x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake-1/+1
2018-11-09x86/cpu/vmware: Do not trace vmware_sched_clock()Steven Rostedt (VMware)-1/+1
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross-2/+2
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross-2/+2
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross-2/+2
2017-05-02vmware: set cpu capabilities during platform initializationJuergen Gross-19/+20
2017-03-01x86/vmware: Remove duplicate inclusion of asm/timer.hMasanari Iida-1/+0
2016-12-12Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-16/+70
2016-10-30x86/vmware: Add paravirt sched clockAlexey Makhalov-0/+42
2016-10-30x86/vmware: Add basic paravirt ops supportAlexey Makhalov-0/+12
2016-10-30x86/vmware: Use tsc_khz value for calibrate_cpu()Alexey Makhalov-0/+1
2016-10-21x86/vmware: Read tsc_khz only once at boot timeAlexey Makhalov-19/+18
2016-10-19x86/vmware: Skip timer_irq_works() check on VMwareRenat Valiullin-0/+5
2016-10-05x86/vmware: Skip lapic calibration on VMwareRenat Valiullin-2/+10
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+2
2016-03-31x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov-1/+1
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong-3/+2
2013-08-05x86: Correctly detect hypervisorJason Wang-4/+4
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/+13
2011-03-18x86: Fix common misspellingsLucas De Marchi-1/+1
2010-08-02x86, vmware: Preset lpj values when on VMware.Alok Kataria-1/+8
2010-05-09x86, hypervisor: Export the x86_hyper* symbolsH. Peter Anvin-1/+1
2010-05-08Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin-0/+2
2010-05-07x86: Clean up the hypervisor layerH. Peter Anvin-16/+20
2010-04-24VMware Balloon driverDmitry Torokhov-0/+2
2009-09-20x86: Print the hypervisor returned tsc_khz during bootAlok Kataria-0/+6
2009-08-31x86: Move tsc_calibration to x86_init_opsThomas Gleixner-9/+12
2009-07-11x86/cpu: Clean up various files a bitAlan Cox-9/+9
2008-11-23x86: vmware - fix sparse warningsHannes Eder-0/+1
2008-11-04x86: vmware: look for DMI string in the product serial keyAlok Kataria-1/+6
2008-11-03x86: VMware: Fix vmware_get_tsc codeAlok Kataria-2/+2
2008-11-01x86: Add a synthetic TSC_RELIABLE feature bit.Alok Kataria-0/+18
2008-11-01x86: Hypervisor detection and get tsc_freq from hypervisorAlok Kataria-0/+88