Yakkety SRU - [Hyper-V] Implement Hyper-V PTP Source

Tim Gardner tim.gardner at canonical.com
Tue Mar 28 21:31:08 UTC 2017


https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1676635

See attached
-- 
Tim Gardner tim.gardner at canonical.com
-------------- next part --------------
The following changes since commit d8073e669e78e01e987e7478b4b0de157d6dddbe:

  drm/i915: Add lspcon resume function (2017-03-28 11:26:35 -0300)

are available in the git repository at:

  git://kernel.ubuntu.com/rtg/ubuntu-yakkety.git hv

for you to fetch changes up to f292d2a9b956afca50044dd595bffa5cf950d17b:

  hv_utils: implement Hyper-V PTP source (2017-03-28 15:28:18 -0600)

----------------------------------------------------------------
Alex Ng (2):
      Drivers: hv: vmbus: Use all supported IC versions to negotiate
      Drivers: hv: Log the negotiated IC versions.

K. Y. Srinivasan (24):
      Drivers: hv: vmbus: Prevent sending data on a rescinded channel
      Drivers: hv: vmbus: Fix a rescind handling bug
      Drivers: hv: util: kvp: Fix a rescind processing issue
      Drivers: hv: util: Fcopy: Fix a rescind processing issue
      Drivers: hv: util: Backup: Fix a rescind processing issue
      Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contents
      Drivers: hv: vmbus: Move the definition of generate_guest_id()
      Drivers: hv vmbus: Move Hypercall page setup out of common code
      Drivers: hv: vmbus: Move Hypercall invocation code out of common code
      Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource code
      Drivers: hv: vmbus: Move the extracting of Hypervisor version information
      Drivers: hv: vmbus: Move the crash notification function
      Drivers: hv: vmbus: Move the check for hypercall page setup
      Drivers: hv: vmbus: Move the code to signal end of message
      Drivers: hv: vmbus: Restructure the clockevents code
      Drivers: hv: util: Use hv_get_current_tick() to get current tick
      Drivers: hv: vmbus: Get rid of an unsused variable
      Drivers: hv: vmbus: Define APIs to manipulate the message page
      Drivers: hv: vmbus: Define APIs to manipulate the event page
      Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controller
      Drivers: hv: vmbus: Define an API to retrieve virtual processor index
      Drivers: hv: vmbus: Define an APIs to manage interrupt state
      Drivers: hv: vmbus: Cleanup hyperv_vmbus.h
      Drivers: hv: Fix the bug in generating the guest ID

Tim Gardner (1):
      Revert "UBUNTU: SAUCE: (no-up) hv: Supply vendor ID and package ABI"

Vitaly Kuznetsov (11):
      Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
      hv: allocate synic pages for all present CPUs
      hv: init percpu_list in hv_synic_alloc()
      hv: switch to cpuhp state machine for synic init/cleanup
      hv: make CPU offlining prevention fine-grained
      hv_util: switch to using timespec64
      Drivers: hv: restore hypervcall page cleanup before kexec
      Drivers: hv: restore TSC page cleanup before kexec
      Drivers: hv: balloon: add a fall through comment to hv_memory_notifier()
      hv: export current Hyper-V clocksource
      hv_utils: implement Hyper-V PTP source

 MAINTAINERS                        |   1 +
 arch/x86/Kbuild                    |   3 +
 arch/x86/hyperv/Makefile           |   1 +
 arch/x86/hyperv/hv_init.c          | 277 ++++++++++++++++++++++++++++
 arch/x86/include/asm/mshyperv.h    | 151 +++++++++++++++
 arch/x86/include/uapi/asm/hyperv.h |   8 +
 arch/x86/kernel/cpu/mshyperv.c     |  50 ++---
 drivers/hv/channel.c               |  35 +++-
 drivers/hv/channel_mgmt.c          | 116 +++++++++---
 drivers/hv/connection.c            |  24 ++-
 drivers/hv/hv.c                    | 366 +++++++------------------------------
 drivers/hv/hv_balloon.c            |   1 +
 drivers/hv/hv_fcopy.c              |  29 ++-
 drivers/hv/hv_kvp.c                |  47 ++---
 drivers/hv/hv_snapshot.c           |  29 ++-
 drivers/hv/hv_util.c               | 275 +++++++++++++++++++++-------
 drivers/hv/hyperv_vmbus.h          | 299 +-----------------------------
 drivers/hv/ring_buffer.c           |   7 +
 drivers/hv/vmbus_drv.c             |  63 ++-----
 include/linux/hyperv.h             |   8 +-
 20 files changed, 977 insertions(+), 813 deletions(-)
 create mode 100644 arch/x86/hyperv/Makefile
 create mode 100644 arch/x86/hyperv/hv_init.c


More information about the kernel-team mailing list