aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/vmware.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-22x86/vmware: Use BIT() macro for shiftingShreenidhi Shedi1-2/+2
2021-04-26Merge tag 'x86_vmware_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2021-03-28x86/vmware: Avoid TSC recalibration when frequency is knownAlexey Makhalov1-0/+2
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross1-2/+3
2020-12-14KVM: SVM: Add GHCB accessor functions for retrieving fieldsTom Lendacky1-6/+6
2020-09-09x86/vmware: Add VMware-specific handling for VMMCALL under SEV-ESDoug Covelli1-5/+45
2020-03-24x86/vmware: Use bool type for vmw_sched_clockAlexey Makhalov1-2/+2
2020-03-24x86/vmware: Enable steal time accountingAlexey Makhalov1-1/+12
2020-03-24x86/vmware: Add steal time clock support for VMware guestsAlexey Makhalov1-0/+197
2020-03-24x86/vmware: Remove vmware_sched_clock_setup()Alexey Makhalov1-5/+10
2020-03-24x86/vmware: Make vmware_select_hypercall() __initAlexey Makhalov1-1/+1
2019-10-08x86/cpu/vmware: Use the full form of INL in VMWARE_PORTSami Tolvanen1-1/+1
2019-08-28x86/vmware: Add a header file for hypercall definitionsThomas Hellstrom1-1/+5
2019-08-28x86/vmware: Update platform detection code for VMCALL/VMMCALL hypercallsThomas Hellstrom1-17/+71
2019-05-09x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake1-1/+1
2018-11-09x86/cpu/vmware: Do not trace vmware_sched_clock()Steven Rostedt (VMware)1-1/+1
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-2/+2
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross1-2/+2
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init'Juergen Gross1-2/+2
2017-05-02vmware: set cpu capabilities during platform initializationJuergen Gross1-19/+20
2017-03-01x86/vmware: Remove duplicate inclusion of asm/timer.hMasanari Iida1-1/+0
2016-12-12Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+70
2016-10-30x86/vmware: Add paravirt sched clockAlexey Makhalov1-0/+42
2016-10-30x86/vmware: Add basic paravirt ops supportAlexey Makhalov1-0/+12
2016-10-30x86/vmware: Use tsc_khz value for calibrate_cpu()Alexey Makhalov1-0/+1
2016-10-21x86/vmware: Read tsc_khz only once at boot timeAlexey Makhalov1-19/+18
2016-10-19x86/vmware: Skip timer_irq_works() check on VMwareRenat Valiullin1-0/+5
2016-10-05x86/vmware: Skip lapic calibration on VMwareRenat Valiullin1-2/+10
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+2
2016-03-31x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov1-1/+1
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong1-3/+2
2013-08-05x86: Correctly detect hypervisorJason Wang1-4/+4
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2013-01-24x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria1-0/+13
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2010-08-02x86, vmware: Preset lpj values when on VMware.Alok Kataria1-1/+8
2010-05-09x86, hypervisor: Export the x86_hyper* symbolsH. Peter Anvin1-1/+1
2010-05-08Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin1-0/+2
2010-05-07x86: Clean up the hypervisor layerH. Peter Anvin1-16/+20
2010-04-24VMware Balloon driverDmitry Torokhov1-0/+2
2009-09-20x86: Print the hypervisor returned tsc_khz during bootAlok Kataria1-0/+6
2009-08-31x86: Move tsc_calibration to x86_init_opsThomas Gleixner1-9/+12
2009-07-11x86/cpu: Clean up various files a bitAlan Cox1-9/+9
2008-11-23x86: vmware - fix sparse warningsHannes Eder1-0/+1
2008-11-04x86: vmware: look for DMI string in the product serial keyAlok Kataria1-1/+6
2008-11-03x86: VMware: Fix vmware_get_tsc codeAlok Kataria1-2/+2
2008-11-01x86: Add a synthetic TSC_RELIABLE feature bit.Alok Kataria1-0/+18
2008-11-01x86: Hypervisor detection and get tsc_freq from hypervisorAlok Kataria1-0/+88