linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-15 01:32:22 to 2020-03-25 22:56:37 UTC [more...]

[RFC PATCH 00/11] VMBus channel interrupt reassignment
 2020-03-25 22:55 UTC  (7+ messages)
` [RFC PATCH 01/11] Drivers: hv: vmbus: Always handle the VMBus messages on CPU0
` [RFC PATCH 02/11] Drivers: hv: vmbus: Don't bind the offer&rescind works to a specific CPU
` [RFC PATCH 03/11] Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of channels
` [RFC PATCH 04/11] hv_netvsc: Disable NAPI before closing the VMBus channel
` [RFC PATCH 05/11] hv_utils: Always execute the fcopy and vss callbacks in a tasklet
` [RFC PATCH 06/11] Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. channel removal

[PATCH] x86/Hyper-V: Fix hv sched clock function return wrong time unit
 2020-03-25 18:57 UTC  (7+ messages)

[PATCH V3 0/6] x86/Hyper-V: Panic code path fixes
 2020-03-25 18:36 UTC  (13+ messages)
` [PATCH V3 1/6] x86/Hyper-V: Unload vmbus channel in hv panic callback
` [PATCH V3 2/6] x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump
` [PATCH V3 3/6] x86/Hyper-V: Trigger crash enlightenment only once during system crash
` [PATCH V3 4/6] x86/Hyper-V: Report crash register data or ksmg before running crash kernel
` [PATCH V3 5/6] x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set
` [PATCH V3 6/6] x86/Hyper-V: Report crash data in die() when panic_on_oops is set

[PATCH v10 0/7] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-24 13:41 UTC  (12+ messages)
` [PATCH v10 1/7] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v10 2/7] x86/kvm/hyper-v: Simplify addition for custom cpuid leafs
` [PATCH v10 3/7] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v10 4/7] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v10 5/7] x86/kvm/hyper-v: enable hypercalls without hypercall page with syndbg
` [PATCH v10 6/7] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls
` [PATCH v10 7/7] KVM: selftests: update hyperv_cpuid with SynDBG tests

[PATCH V2 0/6] x86/Hyper-V: Panic code path fixes
 2020-03-23 17:20 UTC  (11+ messages)
` [PATCH V2 1/6] x86/Hyper-V: Unload vmbus channel in hv panic callback
` [PATCH V2 2/6] x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump
` [PATCH V2 3/6] x86/Hyper-V: Trigger crash enlightenment only once during system crash
` [PATCH V2 4/6] x86/Hyper-V: Report crash register data or ksmg before running crash kernel
` [PATCH V2 5/6] x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set
` [PATCH V2 6/6] x86/Hyper-V: Report crash data in die() when panic_on_oops is set

[PATCH v9 0/6] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-23 10:36 UTC  (12+ messages)
` [PATCH v9 1/6] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v9 2/6] x86/kvm/hyper-v: Simplify addition for custom cpuid leafs
` [PATCH v9 3/6] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v9 4/6] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v9 5/6] x86/kvm/hyper-v: enable hypercalls without hypercall page with syndbg
` [PATCH v9 6/6] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls
` [PATCH v9 7/6] KVM: selftests: update hyperv_cpuid with SynDBG tests

[PATCH][next] hv: hyperv_vmbus.h: Replace zero-length array with flexible-array member
 2020-03-21 16:26 UTC  (2+ messages)

[PATCH v6 00/10] Subject: Enable Linux guests on Hyper-V on ARM64
 2020-03-20 17:22 UTC  (36+ messages)
` [PATCH v6 01/10] arm64: hyperv: Add core Hyper-V include files
` [PATCH v6 04/10] arm64: hyperv: Add memory alloc/free functions for Hyper-V size pages
` [PATCH v6 05/10] arm64: hyperv: Add interrupt handlers for VMbus and stimer
` [PATCH v6 06/10] arm64: hyperv: Add kexec and panic handlers
` [PATCH v6 07/10] arm64: hyperv: Initialize hypervisor on boot
` [PATCH v6 09/10] arm64: efi: Export screen_info
  ` [PATCH v6 03/10] arm64: hyperv: Add hypercall and register access functions

[PATCH v3 0/8] mm/memory_hotplug: allow to specify a default online_type
 2020-03-20 10:01 UTC  (19+ messages)
` [PATCH v3 1/8] drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE
` [PATCH v3 2/8] drivers/base/memory: map MMOP_OFFLINE to 0
` [PATCH v3 3/8] drivers/base/memory: store mapping between MMOP_* and string in an array
` [PATCH v3 4/8] powernv/memtrace: always online added memory blocks
` [PATCH v3 5/8] hv_balloon: don't check for memhp_auto_online manually
` [PATCH v3 6/8] mm/memory_hotplug: unexport memhp_auto_online
` [PATCH v3 7/8] mm/memory_hotplug: convert memhp_auto_online to store an online_type
` [PATCH v3 8/8] mm/memory_hotplug: allow to specify a default online_type

[PATCH 0/4] x86/Hyper-V: Panic code path fixes
 2020-03-20  2:21 UTC  (22+ messages)
` [PATCH 0/4] x86/Hyper-V: Unload vmbus channel in hv panic callback
` [PATCH 2/4] x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump
` [PATCH 3/4] x86/Hyper-V: Trigger crash enlightenment only once during system crash
` [PATCH 4/4] x86/Hyper-V: Report crash register data or ksmg before running crash kernel

[PATCH v8 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-19 20:49 UTC  (9+ messages)
` [PATCH v8 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v8 2/5] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v8 3/5] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v8 4/5] x86/kvm/hyper-v: enable hypercalls without hypercall page with syndbg
` [PATCH v8 5/5] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[PATCH v2 0/8] mm/memory_hotplug: allow to specify a default online_type
 2020-03-19  9:49 UTC  (29+ messages)
` [PATCH v2 1/8] drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE
` [PATCH v2 2/8] drivers/base/memory: map MMOP_OFFLINE to 0
` [PATCH v2 3/8] drivers/base/memory: store mapping between MMOP_* and string in an array
` [PATCH v2 4/8] powernv/memtrace: always online added memory blocks
` [PATCH v2 5/8] hv_balloon: don't check for memhp_auto_online manually
` [PATCH v2 6/8] mm/memory_hotplug: unexport memhp_auto_online
` [PATCH v2 7/8] mm/memory_hotplug: convert memhp_auto_online to store an online_type
` [PATCH v2 8/8] mm/memory_hotplug: allow to specify a default online_type

[PATCH v7 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-19  5:58 UTC  (6+ messages)
` [PATCH v7 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v7 2/5] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v7 3/5] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v7 4/5] x86/kvm/hyper-v: enable hypercalls without hypercall page with syndbg
` [PATCH v7 5/5] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[PATCH v6 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-18 13:13 UTC  (10+ messages)
` [PATCH v6 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v6 2/5] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v6 3/5] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v6 4/5] x86/kvm/hyper-v: enable hypercalls regardless of hypercall page
` [PATCH v6 5/5] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[PATCH v1 0/5] mm/memory_hotplug: allow to specify a default online_type
 2020-03-16 15:48 UTC  (15+ messages)
` [PATCH v1 1/5] drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE
` [PATCH v1 2/5] drivers/base/memory: map MMOP_OFFLINE to 0
` [PATCH v1 3/5] drivers/base/memory: store mapping between MMOP_* and string in an array
` [PATCH v1 4/5] mm/memory_hotplug: convert memhp_auto_online to store an online_type
` [PATCH v1 5/5] mm/memory_hotplug: allow to specify a default online_type

[PATCH v5 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-14  4:44 UTC  (4+ messages)
` [PATCH v5 2/5] x86/hyper-v: Add synthetic debugger definitions

[PATCH v8 0/5] Add a unified parameter "nopvspin"
 2020-03-14 11:14 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).