Re: [PATCH v3 00/10] Refactor arch specific Hyper-V code
From: Wei Liu <wei.liu@kernel.org>
Date: 2021-03-08 16:48:51
Also in:
linux-arch, lkml
From: Wei Liu <wei.liu@kernel.org>
Date: 2021-03-08 16:48:51
Also in:
linux-arch, lkml
On Tue, Mar 02, 2021 at 01:38:12PM -0800, Michael Kelley wrote: [...]
Michael Kelley (10):
Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code
x86/hyper-v: Move hv_message_type to architecture neutral module
Drivers: hv: Redo Hyper-V synthetic MSR get/set functions
Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral code
Drivers: hv: vmbus: Handle auto EOI quirk inline
Drivers: hv: vmbus: Move handling of VMbus interrupts
clocksource/drivers/hyper-v: Handle vDSO differences inline
clocksource/drivers/hyper-v: Handle sched_clock differences inline
clocksource/drivers/hyper-v: Set clocksource rating based on Hyper-V
feature
clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsApplied to hyperv-next. Wei.