linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-19 08:08:48 to 2020-04-08 12:00:04 UTC [more...]

decruft the vmalloc API
 2020-04-08 11:59 UTC  (3+ messages)
` [PATCH 02/28] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 03/28] staging: media: ipu3: use vmap insted of reimplementing it

[PATCH 00/11] VMBus channel interrupt reassignment
 2020-04-08  2:25 UTC  (15+ messages)
` [PATCH 01/11] Drivers: hv: vmbus: Always handle the VMBus messages on CPU0
` [PATCH 02/11] Drivers: hv: vmbus: Don't bind the offer&rescind works to a specific CPU
` [PATCH 03/11] Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of channels
` [PATCH 04/11] hv_netvsc: Disable NAPI before closing the VMBus channel
` [PATCH 05/11] hv_utils: Always execute the fcopy and vss callbacks in a tasklet
` [PATCH 06/11] Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. channel removal
` [PATCH 07/11] PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU reassignment functionality
` [PATCH 08/11] Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logic
` [PATCH 09/11] Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplug
` [PATCH 10/11] Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message type
` [PATCH 11/11] scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assigned

[PATCH] Drivers: hv: vmbus: Disallow the freeze PM operation
 2020-04-07 22:01 UTC 

hv_hypercall_pg page permissios
 2020-04-07 21:01 UTC  (6+ messages)

[PATCH v1] x86: hyperv: report value of misc_features
 2020-04-07 17:27 UTC 

[PATCH V4 0/6] x86/Hyper-V: Panic code path fixes
 2020-04-06 15:53 UTC  (7+ messages)
` [PATCH V4 1/6] x86/Hyper-V: Unload vmbus channel in hv panic callback
` [PATCH V4 2/6] x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump
` [PATCH V4 3/6] x86/Hyper-V: Trigger crash enlightenment only once during 0;136;0c0;136;0c system crash
` [PATCH V4 4/6] x86/Hyper-V: Report crash register data or kmsg before running crash kernel
` [PATCH V4 5/6] x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set
` [PATCH V4 6/6] x86/Hyper-V: Report crash data in die() when panic_on_oops is set

[PATCH v2 0/5] Drivers: hv: cleanup VMBus messages handling
 2020-04-06 10:43 UTC  (6+ messages)
` [PATCH v2 1/5] Drivers: hv: copy from message page only what's needed
` [PATCH v2 2/5] Drivers: hv: allocate the exact needed memory for messages
` [PATCH v2 3/5] Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()
` [PATCH v2 4/5] Drivers: hv: make sure that 'struct vmbus_channel_message_header' compiles correctly
` [PATCH v2 5/5] Drivers: hv: check VMBus messages lengths

[PATCH -next] hv_debugfs: Make hv_debug_root static
 2020-04-04 16:48 UTC  (3+ messages)

[RFC PATCH 00/11] VMBus channel interrupt reassignment
 2020-04-03 14:56 UTC  (38+ 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
` [RFC PATCH 07/11] PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU reassignment functionality
` [RFC PATCH 08/11] Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logic
` [RFC PATCH 09/11] Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplug
` [RFC PATCH 10/11] Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message type
` [RFC PATCH 11/11] scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assigned

[PATCH 0/5] Drivers: hv: cleanup VMBus messages handling
 2020-04-03  7:07 UTC  (15+ messages)
` [PATCH 1/5] Drivers: hv: copy from message page only what's needed
  ` [EXTERNAL] "
` [PATCH 2/5] Drivers: hv: allocate the exact needed memory for messages
` [PATCH 3/5] Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()
` [PATCH 4/5] Drivers: hv: make sure that 'struct vmbus_channel_message_header' compiles correctly
  ` [PATCH 5/5] Drivers: hv: check VMBus messages lengths

[PATCH V3 0/6] x86/Hyper-V: Panic code path fixes
 2020-04-02 12:51 UTC  (19+ 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 V4 "

[PATCH net-next] hv_netvsc: Remove unnecessary round_up for recv_completion_cnt
 2020-03-31  2:44 UTC  (2+ messages)

[PATCH V2] x86/Hyper-V: Fix hv sched clock function return wrong time unit
 2020-03-30 10:22 UTC  (4+ messages)

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

[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  (22+ 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 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  (16+ 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 v8 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-19 20:49 UTC  (7+ 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 v2 0/8] mm/memory_hotplug: allow to specify a default online_type
 2020-03-19  9:49 UTC  (3+ messages)
` [PATCH v2 4/8] powernv/memtrace: always online added memory blocks


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).