summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/vmware.c
Commit message (Expand)AuthorAgeFilesLines
* sched/clock/x86: Mark sched_clock() noinstrPeter Zijlstra2023-01-311-1/+1
* x86/vmware: Use BIT() macro for shiftingShreenidhi Shedi2022-06-221-2/+2
* Merge tag 'x86_vmware_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-261-0/+2
|\
| * x86/vmware: Avoid TSC recalibration when frequency is knownAlexey Makhalov2021-03-281-0/+2
* | x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross2021-03-111-2/+3
|/
* KVM: SVM: Add GHCB accessor functions for retrieving fieldsTom Lendacky2020-12-141-6/+6
* x86/vmware: Add VMware-specific handling for VMMCALL under SEV-ESDoug Covelli2020-09-091-5/+45
* x86/vmware: Use bool type for vmw_sched_clockAlexey Makhalov2020-03-241-2/+2
* x86/vmware: Enable steal time accountingAlexey Makhalov2020-03-241-1/+12
* x86/vmware: Add steal time clock support for VMware guestsAlexey Makhalov2020-03-241-0/+197
* x86/vmware: Remove vmware_sched_clock_setup()Alexey Makhalov2020-03-241-5/+10
* x86/vmware: Make vmware_select_hypercall() __initAlexey Makhalov2020-03-241-1/+1
* x86/cpu/vmware: Use the full form of INL in VMWARE_PORTSami Tolvanen2019-10-081-1/+1
* x86/vmware: Add a header file for hypercall definitionsThomas Hellstrom2019-08-281-1/+5
* x86/vmware: Update platform detection code for VMCALL/VMMCALL hypercallsThomas Hellstrom2019-08-281-17/+71
* x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake2019-05-091-1/+1
* x86/cpu/vmware: Do not trace vmware_sched_clock()Steven Rostedt (VMware)2018-11-091-1/+1
* x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-2/+2
* x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-11-101-2/+2
* x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-11-101-2/+2
* vmware: set cpu capabilities during platform initializationJuergen Gross2017-05-021-19/+20
* x86/vmware: Remove duplicate inclusion of asm/timer.hMasanari Iida2017-03-011-1/+0
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-16/+70
|\
| * x86/vmware: Add paravirt sched clockAlexey Makhalov2016-10-301-0/+42
| * x86/vmware: Add basic paravirt ops supportAlexey Makhalov2016-10-301-0/+12
| * x86/vmware: Use tsc_khz value for calibrate_cpu()Alexey Makhalov2016-10-301-0/+1
| * x86/vmware: Read tsc_khz only once at boot timeAlexey Makhalov2016-10-211-19/+18
* | x86/vmware: Skip timer_irq_works() check on VMwareRenat Valiullin2016-10-191-0/+5
|/
* x86/vmware: Skip lapic calibration on VMwareRenat Valiullin2016-10-051-2/+10
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+2
* x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov2016-03-311-1/+1
* x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-031-3/+2
* x86: Correctly detect hypervisorJason Wang2013-08-051-4/+4
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-1/+1
* x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria2013-01-241-0/+13
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* x86, vmware: Preset lpj values when on VMware.Alok Kataria2010-08-021-1/+8
* x86, hypervisor: Export the x86_hyper* symbolsH. Peter Anvin2010-05-091-1/+1
* Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin2010-05-081-0/+2
|\
| * VMware Balloon driverDmitry Torokhov2010-04-241-0/+2
* | x86: Clean up the hypervisor layerH. Peter Anvin2010-05-071-16/+20
|/
* x86: Print the hypervisor returned tsc_khz during bootAlok Kataria2009-09-201-0/+6
* x86: Move tsc_calibration to x86_init_opsThomas Gleixner2009-08-311-9/+12
* x86/cpu: Clean up various files a bitAlan Cox2009-07-111-9/+9
* x86: vmware - fix sparse warningsHannes Eder2008-11-231-0/+1
* x86: vmware: look for DMI string in the product serial keyAlok Kataria2008-11-041-1/+6
* x86: VMware: Fix vmware_get_tsc codeAlok Kataria2008-11-031-2/+2
* x86: Add a synthetic TSC_RELIABLE feature bit.Alok Kataria2008-11-011-0/+18
* x86: Hypervisor detection and get tsc_freq from hypervisorAlok Kataria2008-11-011-0/+88