| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/clock/x86: Mark sched_clock() noinstr | Peter Zijlstra | 2023-01-31 | 1 | -1/+1 |
* | x86/vmware: Use BIT() macro for shifting | Shreenidhi Shedi | 2022-06-22 | 1 | -2/+2 |
* | Merge tag 'x86_vmware_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-04-26 | 1 | -0/+2 |
|\ |
|
| * | x86/vmware: Avoid TSC recalibration when frequency is known | Alexey Makhalov | 2021-03-28 | 1 | -0/+2 |
* | | x86/paravirt: Switch time pvops functions to use static_call() | Juergen Gross | 2021-03-11 | 1 | -2/+3 |
|/ |
|
* | KVM: SVM: Add GHCB accessor functions for retrieving fields | Tom Lendacky | 2020-12-14 | 1 | -6/+6 |
* | x86/vmware: Add VMware-specific handling for VMMCALL under SEV-ES | Doug Covelli | 2020-09-09 | 1 | -5/+45 |
* | x86/vmware: Use bool type for vmw_sched_clock | Alexey Makhalov | 2020-03-24 | 1 | -2/+2 |
* | x86/vmware: Enable steal time accounting | Alexey Makhalov | 2020-03-24 | 1 | -1/+12 |
* | x86/vmware: Add steal time clock support for VMware guests | Alexey Makhalov | 2020-03-24 | 1 | -0/+197 |
* | x86/vmware: Remove vmware_sched_clock_setup() | Alexey Makhalov | 2020-03-24 | 1 | -5/+10 |
* | x86/vmware: Make vmware_select_hypercall() __init | Alexey Makhalov | 2020-03-24 | 1 | -1/+1 |
* | x86/cpu/vmware: Use the full form of INL in VMWARE_PORT | Sami Tolvanen | 2019-10-08 | 1 | -1/+1 |
* | x86/vmware: Add a header file for hypercall definitions | Thomas Hellstrom | 2019-08-28 | 1 | -1/+5 |
* | x86/vmware: Update platform detection code for VMCALL/VMMCALL hypercalls | Thomas Hellstrom | 2019-08-28 | 1 | -17/+71 |
* | x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period' | Daniel Drake | 2019-05-09 | 1 | -1/+1 |
* | x86/cpu/vmware: Do not trace vmware_sched_clock() | Steven Rostedt (VMware) | 2018-11-09 | 1 | -1/+1 |
* | x86/paravirt: Use a single ops structure | Juergen Gross | 2018-09-03 | 1 | -2/+2 |
* | x86/virt: Add enum for hypervisors to replace x86_hyper | Juergen Gross | 2017-11-10 | 1 | -2/+2 |
* | x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a... | Juergen Gross | 2017-11-10 | 1 | -2/+2 |
* | vmware: set cpu capabilities during platform initialization | Juergen Gross | 2017-05-02 | 1 | -19/+20 |
* | x86/vmware: Remove duplicate inclusion of asm/timer.h | Masanari Iida | 2017-03-01 | 1 | -1/+0 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-12-13 | 1 | -16/+70 |
|\ |
|
| * | x86/vmware: Add paravirt sched clock | Alexey Makhalov | 2016-10-30 | 1 | -0/+42 |
| * | x86/vmware: Add basic paravirt ops support | Alexey Makhalov | 2016-10-30 | 1 | -0/+12 |
| * | x86/vmware: Use tsc_khz value for calibrate_cpu() | Alexey Makhalov | 2016-10-30 | 1 | -0/+1 |
| * | x86/vmware: Read tsc_khz only once at boot time | Alexey Makhalov | 2016-10-21 | 1 | -19/+18 |
* | | x86/vmware: Skip timer_irq_works() check on VMware | Renat Valiullin | 2016-10-19 | 1 | -0/+5 |
|/ |
|
* | x86/vmware: Skip lapic calibration on VMware | Renat Valiullin | 2016-10-05 | 1 | -2/+10 |
* | x86/kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 1 | -1/+2 |
* | x86/cpufeature: Remove cpu_has_hypervisor | Borislav Petkov | 2016-03-31 | 1 | -1/+1 |
* | x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...) | Chen Yucong | 2016-02-03 | 1 | -3/+2 |
* | x86: Correctly detect hypervisor | Jason Wang | 2013-08-05 | 1 | -4/+4 |
* | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 2013-07-15 | 1 | -1/+1 |
* | x86/apic: Allow x2apic without IR on VMware platform | Alok N Kataria | 2013-01-24 | 1 | -0/+13 |
* | x86: Fix common misspellings | Lucas De Marchi | 2011-03-18 | 1 | -1/+1 |
* | x86, vmware: Preset lpj values when on VMware. | Alok Kataria | 2010-08-03 | 1 | -1/+8 |
* | x86, hypervisor: Export the x86_hyper* symbols | H. Peter Anvin | 2010-05-09 | 1 | -1/+1 |
* | Merge commit 'v2.6.34-rc6' into x86/cpu | H. Peter Anvin | 2010-05-08 | 1 | -0/+2 |
|\ |
|
| * | VMware Balloon driver | Dmitry Torokhov | 2010-04-24 | 1 | -0/+2 |
* | | x86: Clean up the hypervisor layer | H. Peter Anvin | 2010-05-08 | 1 | -16/+20 |
|/ |
|
* | x86: Print the hypervisor returned tsc_khz during boot | Alok Kataria | 2009-09-20 | 1 | -0/+6 |
* | x86: Move tsc_calibration to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -9/+12 |
* | x86/cpu: Clean up various files a bit | Alan Cox | 2009-07-11 | 1 | -9/+9 |
* | x86: vmware - fix sparse warnings | Hannes Eder | 2008-11-23 | 1 | -0/+1 |
* | x86: vmware: look for DMI string in the product serial key | Alok Kataria | 2008-11-04 | 1 | -1/+6 |
* | x86: VMware: Fix vmware_get_tsc code | Alok Kataria | 2008-11-03 | 1 | -2/+2 |
* | x86: Add a synthetic TSC_RELIABLE feature bit. | Alok Kataria | 2008-11-02 | 1 | -0/+18 |
* | x86: Hypervisor detection and get tsc_freq from hypervisor | Alok Kataria | 2008-11-02 | 1 | -0/+88 |