Yakkety SRU V2 - [Hyper-V] Implement Hyper-V PTP Source
Tim Gardner
tim.gardner at canonical.com
Wed Mar 29 15:14:02 UTC 2017
Rebased against the hv branch in http://bugs.launchpad.net/bugs/1670544
to reduce the total delta. See attached.
On 03/28/2017 03:43 PM, Joshua R. Poulson wrote:
> If the Hyper-V 4.10.3 rebase is done first the delta would not be so large.
>
> On Tue, Mar 28, 2017 at 2:31 PM, Tim Gardner <tim.gardner at canonical.com> wrote:
>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1676635
>>
>> See attached
>> --
>> Tim Gardner tim.gardner at canonical.com
>>
>> --
>> kernel-team mailing list
>> kernel-team at lists.ubuntu.com
>> https://lists.ubuntu.com/mailman/listinfo/kernel-team
>>
--
Tim Gardner tim.gardner at canonical.com
-------------- next part --------------
The following changes since commit 54502f6d1e4fc8ab0b142b5b4c45096fc364128c:
ethernet: use net core MTU range checking in more drivers (2017-03-29 09:04:41 -0600)
are available in the git repository at:
git://kernel.ubuntu.com/rtg/ubuntu-yakkety.git hv-lp1676635
for you to fetch changes up to 42d3860ee5fda391f4931275754e2a1cd56038b8:
UBUNTU: SAUCE: (no-up) hv: Supply vendor ID and package ABI (2017-03-29 09:09:25 -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 (2):
Revert "UBUNTU: SAUCE: (no-up) hv: Supply vendor ID and package ABI"
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 | 284 ++++++++++++++++++++++++++++
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 | 278 ++++++++++++++++++++--------
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, 984 insertions(+), 816 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