Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1510918

[PATCH v3 0/3] x86/vmware guest improvements

From Alexey Makhalov <amakhalov@vmware.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/3] x86/vmware guest improvements
Date 2016-10-28 10:00 +0200
Message-ID <sxaeZ-5mE-7@gated-at.bofh.it> (permalink)
References <sx0IF-7mc-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Thanks Thomas for the valuable comments.

Changelog for the updated patchset:
v1->v2 - Update pvinfo.name.
v2->v3 - Address comments from Thomas G,
	 * Created separate function: vmware_sched_clock_setup() (patch 3/3)
	 * Updated commit descriptions for 1/3 and 3/3


Alexey Makhalov (3):
  x86/vmware: Use tsc_khz value for calibrate_cpu()
  x86/vmware: Add basic paravirt ops support
  x86/vmware: Add paravirt sched clock

 Documentation/kernel-parameters.txt |  4 +++
 arch/x86/kernel/cpu/vmware.c        | 55 +++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

-- 
2.10.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RESEND PATCH 1/3] x86/vmware: Use tsc_khz value for calibrate_cpu() Alexey Makhalov <amakhalov@vmware.com> - 2016-10-27 21:50 +0200
  [RESEND PATCH 2/3] x86/vmware: Add basic paravirt ops support Alexey Makhalov <amakhalov@vmware.com> - 2016-10-27 21:50 +0200
  [RESEND PATCH 3/3] x86/vmware: Add paravirt sched clock Alexey Makhalov <amakhalov@vmware.com> - 2016-10-27 21:50 +0200
    Re: [RESEND PATCH 3/3] x86/vmware: Add paravirt sched clock Thomas Gleixner <tglx@linutronix.de> - 2016-10-28 00:20 +0200
  Re: [RESEND PATCH 1/3] x86/vmware: Use tsc_khz value for  calibrate_cpu() Thomas Gleixner <tglx@linutronix.de> - 2016-10-27 23:50 +0200
    [PATCH v3 2/3] x86/vmware: Add basic paravirt ops support Alexey Makhalov <amakhalov@vmware.com> - 2016-10-28 10:00 +0200
      [tip:x86/platform] x86/vmware: Add basic paravirt ops support tip-bot for Alexey Makhalov <tipbot@zytor.com> - 2016-10-31 02:30 +0100
    [PATCH v3 0/3] x86/vmware guest improvements Alexey Makhalov <amakhalov@vmware.com> - 2016-10-28 10:00 +0200
      [PATCH v3 3/3] x86/vmware: Add paravirt sched clock Alexey Makhalov <amakhalov@vmware.com> - 2016-10-28 10:00 +0200
        [tip:x86/platform] x86/vmware: Add paravirt sched clock tip-bot for Alexey Makhalov <tipbot@zytor.com> - 2016-10-31 02:20 +0100
      [PATCH v3 1/3] x86/vmware: Use tsc_khz value for calibrate_cpu() Alexey Makhalov <amakhalov@vmware.com> - 2016-10-28 10:00 +0200
        [tip:x86/platform] x86/vmware: Use tsc_khz value for  calibrate_cpu() tip-bot for Alexey Makhalov <tipbot@zytor.com> - 2016-10-31 02:20 +0100

csiph-web