linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-07 00:00:58 to 2021-02-03 15:14:55 UTC [more...]

[PATCH v6 00/16] Introducing Linux root partition support for Microsoft Hypervisor
 2021-02-03 15:04 UTC  (11+ messages)
` [PATCH v6 06/16] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
` [PATCH v6 07/16] x86/hyperv: handling hypercall page setup for root
` [PATCH v6 09/16] x86/hyperv: provide a bunch of helper functions
` [PATCH v6 10/16] x86/hyperv: implement and use hv_smp_prepare_cpus
` [PATCH v6 11/16] asm-generic/hyperv: update hv_msi_entry
` [PATCH v6 12/16] asm-generic/hyperv: update hv_interrupt_entry
` [PATCH v6 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures
` [PATCH v6 14/16] asm-generic/hyperv: import data structures for mapping device interrupts
` [PATCH v6 15/16] x86/hyperv: implement an MSI domain for root partition
` [PATCH v6 16/16] iommu/hyperv: setup an IO-APIC IRQ remapping "

[bug report] hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer
 2021-02-03 14:37 UTC  (3+ messages)

[PATCH v5 00/16] Introducing Linux root partition support for Microsoft Hypervisor
 2021-02-03 14:09 UTC  (55+ messages)
` [PATCH v5 01/16] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
` [PATCH v5 02/16] x86/hyperv: detect if Linux is the root partition
` [PATCH v5 03/16] Drivers: hv: vmbus: skip VMBus initialization if Linux is root
` [PATCH v5 04/16] iommu/hyperv: don't setup IRQ remapping when running as root
` [PATCH v5 05/16] clocksource/hyperv: use MSR-based access if "
` [PATCH v5 06/16] x86/hyperv: allocate output arg pages if required
` [PATCH v5 07/16] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
` [PATCH v5 08/16] x86/hyperv: handling hypercall page setup for root
` [PATCH v5 09/16] x86/hyperv: provide a bunch of helper functions
` [PATCH v5 10/16] x86/hyperv: implement and use hv_smp_prepare_cpus
` [PATCH v5 11/16] asm-generic/hyperv: update hv_msi_entry
` [PATCH v5 12/16] asm-generic/hyperv: update hv_interrupt_entry
` [PATCH v5 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures
` [PATCH v5 14/16] asm-generic/hyperv: import data structures for mapping device interrupts
` [PATCH v5 15/16] x86/hyperv: implement an MSI domain for root partition
` [PATCH v5 16/16] iommu/hyperv: setup an IO-APIC IRQ remapping "

[PATCH net-next 0/2] Amend "hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer"
 2021-02-03 11:35 UTC  (3+ messages)
` [PATCH net-next 1/2] hv_netvsc: Allocate the recv_buf buffers after NVSP_MSG1_TYPE_SEND_RECV_BUF
` [PATCH net-next 2/2] hv_netvsc: Load and store the proper (NBL_HASH_INFO) per-packet info

[PATCH net] hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in netvsc_receive()
 2021-02-03 11:36 UTC 

[PATCH v2 net-next] hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer
 2021-02-03 11:17 UTC  (5+ messages)

[PATCH v1] mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCE
 2021-02-03  5:36 UTC  (6+ messages)

[PATCH v1] scsi: storvsc: Parameterize nr_hw_queues
 2021-02-03  1:09 UTC 

[PATCH v1] scsi: storvsc: Parameterize nr_hw_queues
 2021-02-03  0:50 UTC  (2+ messages)

[PATCH v3 00/17] Introducing Linux root partition support for Microsoft Hypervisor
 2021-02-02 12:16 UTC  (7+ messages)

[PATCH 00/10] Refactor arch specific Hyper-V code
 2021-02-01 19:53 UTC  (13+ messages)
` [PATCH 01/10] Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code
` [PATCH 02/10] x86/hyper-v: Move hv_message_type to architecture neutral module
` [PATCH 03/10] Drivers: hv: Redo Hyper-V synthetic MSR get/set functions
` [PATCH 04/10] Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral code
` [PATCH 05/10] Drivers: hv: vmbus: Handle auto EOI quirk inline
` [PATCH 06/10] Drivers: hv: vmbus: Move handling of VMbus interrupts
` [PATCH 07/10] clocksource/drivers/hyper-v: Handle vDSO differences inline
` [PATCH 08/10] clocksource/drivers/hyper-v: Handle sched_clock "
` [PATCH 09/10] clocksource/drivers/hyper-v: Set clocksource rating based on Hyper-V feature
` [PATCH 10/10] clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts

[PATCH v4 00/15] x86: major paravirt cleanup
 2021-02-01 19:48 UTC  (4+ messages)
` [PATCH v4 07/15] x86/paravirt: switch time pvops functions to use static_call()

[PATCH v3 hyperv-next 0/4] Drivers: hv: vmbus: Restrict devices and configurations on 'isolated' guests
 2021-02-01 18:11 UTC  (10+ messages)
` [PATCH v3 hyperv-next 1/4] x86/hyperv: Load/save the Isolation Configuration leaf
` [PATCH v3 hyperv-next 2/4] Drivers: hv: vmbus: Restrict vmbus_devices on isolated guests
` [PATCH v3 hyperv-next 3/4] Drivers: hv: vmbus: Enforce 'VMBus version >= 5.2' "
` [PATCH v3 hyperv-next 4/4] hv_netvsc: Restrict configurations "

[PATCH][next] hv: hyperv.h: Replace one-element array with flexible-array in struct icmsg_negotiate
 2021-02-01 18:10 UTC  (3+ messages)

[PATCH v2 0/4] Drivers: hv: vmbus: Restrict devices and configurations on 'isolated' guests
 2021-01-29  0:36 UTC  (10+ messages)
` [PATCH v2 1/4] x86/hyperv: Load/save the Isolation Configuration leaf
` [PATCH v2 2/4] Drivers: hv: vmbus: Restrict vmbus_devices on isolated guests
` [PATCH v2 3/4] Drivers: hv: vmbus: Enforce 'VMBus version >= 5.2' "
` [PATCH v2 4/4] hv_netvsc: Restrict configurations "

[PATCH][next] hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat"
 2021-01-28 13:51 UTC  (2+ messages)

[PATCH] PCI: hv: Fix typo
 2021-01-28 10:49 UTC  (3+ messages)

[PATCH v3] x86/Hyper-V: Support for free page reporting
 2021-01-26 17:11 UTC  (2+ messages)

[PATCH net-next] hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer
 2021-01-26 14:34 UTC  (2+ messages)

hv_balloon issues??
 2021-01-25 21:45 UTC  (4+ messages)
` [EXTERNAL] "

[PATCH 0/4] Drivers: hv: vmbus: Restrict devices and configurations on 'isolated' guests
 2021-01-21 16:53 UTC  (10+ messages)
` [PATCH 1/4] x86/hyperv: Load/save the Isolation Configuration leaf
` [PATCH 2/4] Drivers: hv: vmbus: Restrict vmbus_devices on isolated guests
` [PATCH 3/4] Drivers: hv: vmbus: Enforce 'VMBus version >= 5.2' "
` [PATCH 4/4] hv_netvsc: Restrict configurations "

[PATCH v4 00/15] x86: major paravirt cleanup
 2021-01-20 13:26 UTC  (2+ messages)
` [PATCH v4 07/15] x86/paravirt: switch time pvops functions to use static_call()

[GIT PULL] Hyper-V fixes for 5.11-rc5
 2021-01-20  4:50 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 08/45] x86/hyperv: Fix kexec panic/hang issues
 2021-01-20  1:25 UTC 

[PATCH v3 00/15] x86: major paravirt cleanup
 2021-01-19 11:36 UTC  (6+ messages)
` [PATCH v3 06/15] x86/paravirt: switch time pvops functions to use static_call()

[PATCH v2] hv_netvsc: Add (more) validation for untrusted Hyper-V values
 2021-01-19  4:00 UTC  (6+ messages)

[PATCH] x86/hyperv: Initialize clockevents after LAPIC is initialized
 2021-01-17 15:22 UTC  (3+ messages)

[PATCH 0/3] scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback() -- Take 2
 2021-01-13  5:48 UTC  (3+ messages)

[PATCH v2 0/3] hv_netvsc: Prevent packet loss during VF add/remove
 2021-01-13  4:10 UTC  (7+ messages)
` [PATCH v2 1/3] hv_netvsc: Check VF datapath when sending traffic to VF
` [PATCH v2 2/3] hv_netvsc: Wait for completion on request SWITCH_DATA_PATH
` [PATCH v2 3/3] hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove

[GIT PULL] Hyper-V fixes for 5.11-rc4
 2021-01-11 20:14 UTC  (2+ messages)

[PATCH v3] Drivers: hv: vmbus: Add /sys/bus/vmbus/hibernation
 2021-01-11 11:05 UTC  (3+ messages)

[PATCH v4 00/17] Introducing Linux root partition support for Microsoft Hypervisor
 2021-01-09 16:45 UTC  (5+ messages)
` [PATCH v4 16/17] x86/ioapic: export a few functions and data structures via io_apic.h
` [PATCH v4 17/17] x86/hyperv: handle IO-APIC when running as root

[PATCH v2 1/2] Hyper-V: pci: x64: Generalize irq/msi set-up and handling
 2021-01-08 20:59 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH] x86/hyper-v: guard against cpu mask changes in hyperv_flush_tlb_others()
 2021-01-08 15:22 UTC  (8+ messages)

[PATCH v2 2/2] Hyper-V: pci: x64: Moving the MSI entry definition to arch specific location
 2021-01-08  7:31 UTC 

[PATCH] hv_netvsc: Add (more) validation for untrusted Hyper-V values
 2021-01-07 22:37 UTC 

[PATCH] Hyper-V: pci: x64: Generalize irq/msi set-up and handling
 2021-01-07 20:26 UTC  (7+ messages)
  ` [EXTERNAL] "

[PATCH 2/3] hv_netvsc: Wait for completion on request NVSP_MSG4_TYPE_SWITCH_DATA_PATH
 2021-01-07 18:36 UTC  (3+ messages)

[PATCH v4 15/17] x86/hyperv: implement an MSI domain for root partition
 2021-01-07 15:05 UTC  (3+ messages)

[PATCH] Drivers: hv: vmbus: Add /sys/bus/vmbus/supported_features
 2021-01-07 12:46 UTC  (4+ 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).