linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-03 16:16:58 to 2021-01-12 02:08:14 UTC [more...]

[PATCH v2 0/3] hv_netvsc: Prevent packet loss during VF add/remove
 2021-01-12  2:07 UTC  (5+ 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  (22+ messages)
` [PATCH v4 01/17] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
` [PATCH v4 02/17] x86/hyperv: detect if Linux is the root partition
` [PATCH v4 03/17] Drivers: hv: vmbus: skip VMBus initialization if Linux is root
` [PATCH v4 04/17] iommu/hyperv: don't setup IRQ remapping when running as root
` [PATCH v4 05/17] clocksource/hyperv: use MSR-based access if "
` [PATCH v4 06/17] x86/hyperv: allocate output arg pages if required
` [PATCH v4 07/17] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
` [PATCH v4 08/17] x86/hyperv: handling hypercall page setup for root
` [PATCH v4 09/17] x86/hyperv: provide a bunch of helper functions
` [PATCH v4 10/17] x86/hyperv: implement and use hv_smp_prepare_cpus
` [PATCH v4 11/17] asm-generic/hyperv: update hv_msi_entry
` [PATCH v4 12/17] asm-generic/hyperv: update hv_interrupt_entry
` [PATCH v4 13/17] asm-generic/hyperv: introduce hv_device_id and auxiliary structures
` [PATCH v4 14/17] asm-generic/hyperv: import data structures for mapping device interrupts
` [PATCH v4 15/17] x86/hyperv: implement an MSI domain for root partition
` [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  (9+ 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 0/3] scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback() -- Take 2
 2021-01-08  4:15 UTC  (11+ messages)
` [PATCH 1/3] scsi: storvsc: Fix max_outstanding_req_per_channel for Win8 and newer
` [PATCH 2/3] scsi: storvsc: Resolve data race in storvsc_probe()
` [PATCH 3/3] scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback()

[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 1/3] hv_netvsc: Check VF datapath when sending traffic to VF
 2021-01-07 18:36 UTC  (8+ messages)
` [PATCH 2/3] hv_netvsc: Wait for completion on request NVSP_MSG4_TYPE_SWITCH_DATA_PATH
` [PATCH 3/3] hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove

[PATCH] Drivers: hv: vmbus: Add /sys/bus/vmbus/supported_features
 2021-01-07 12:46 UTC  (8+ messages)

[PATCH v3] x86/Hyper-V: Support for free page reporting
 2021-01-06 23:20 UTC 

[PATCH v2] x86/Hyper-V: Support for free page reporting
 2021-01-06 23:04 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH v3 00/17] Introducing Linux root partition support for Microsoft Hypervisor
 2021-01-06 15:45 UTC  (7+ messages)
` [PATCH v3 01/17] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT

[PATCH v2] Drivers: hv: vmbus: Add /sys/bus/vmbus/supported_features
 2021-01-06 11:08 UTC  (2+ messages)

[PATCH] x86/hyperv: check cpu mask after interrupt has been disabled
 2021-01-06 11:04 UTC  (3+ messages)

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

[PATCH 1/2] drm/hyperv: Add DRM driver for hyperv synthetic video device
 2021-01-06  4:01 UTC  (8+ messages)
` [PATCH 2/2] MAINTAINERS: Add maintainer for hyperv "

[PATCH v2] x86/hyperv: Fix kexec panic/hang issues
 2021-01-05 17:53 UTC  (5+ messages)

[PATCH v4] hv_utils: Add validation for untrusted Hyper-V values
 2021-01-05 13:09 UTC  (3+ messages)

[PATCH v3 0/6] Drivers: hv: vmbus: More VMBus-hardening changes
 2021-01-05 12:49 UTC  (11+ messages)
` [PATCH v3 1/6] Drivers: hv: vmbus: Initialize memory to be sent to the host
` [PATCH v3 2/6] Drivers: hv: vmbus: Reduce number of references to message in vmbus_on_msg_dpc()
` [PATCH v3 3/6] Drivers: hv: vmbus: Copy the hv_message "
` [PATCH v3 4/6] Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()
` [PATCH v3 5/6] Drivers: hv: vmbus: Resolve race condition "
` [PATCH v3 6/6] Drivers: hv: vmbus: Do not allow overwriting vmbus_connection.channels[]

[PATCH v3] Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
 2021-01-05 12:45 UTC  (3+ messages)

How can a userspace program tell if the system supports the ACPI S4 state (Suspend-to-Disk)?
 2020-12-23 21:04 UTC  (3+ messages)

[PATCH AUTOSEL 4.14 40/66] hv_netvsc: Validate number of allocated sub-channels
 2020-12-23 14:14 UTC  (4+ messages)

[PATCH AUTOSEL 5.4 069/130] hv_netvsc: Validate number of allocated sub-channels
 2020-12-23  2:17 UTC 

[PATCH AUTOSEL 4.19 48/87] hv_netvsc: Validate number of allocated sub-channels
 2020-12-23  2:20 UTC 

v5.10: sched_cpu_dying() hits BUG_ON during hibernation: kernel BUG at kernel/sched/core.c:7596!
 2020-12-22 21:44 UTC  (3+ messages)

[PATCH] x86/hyperv: Fix kexec panic/hang issues
 2020-12-22  6:41 UTC  (5+ messages)

[GIT PULL] Hyper-V commits for 5.11
 2020-12-16 20:16 UTC  (2+ messages)

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-12-16 17:58 UTC  (11+ messages)

[PATCH] hv_netvsc: Validate number of allocated sub-channels
 2020-12-13 21:31 UTC  (2+ messages)

[PATCH 0/2] hv_balloon: hide ballooned out memory in stats
 2020-12-13 15:07 UTC  (9+ messages)
` [PATCH 1/2] hv_balloon: simplify math in alloc_balloon_pages()
` [PATCH 2/2] hv_balloon: do adjust_managed_page_count() when ballooning/un-ballooning

[PATCH] Revert "scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback()"
 2020-12-11 17:19 UTC  (4+ messages)

[PATCH 1/1] scsi: Fix possible buffer overflows in storvsc_queuecommand
 2020-12-09 13:31 UTC  (4+ messages)
` [EXTERNAL] "

[PATCH 1/6] seq_file: add seq_read_iter
 2020-12-08 21:01 UTC  (16+ messages)

[PATCH 1/7] net: 8021q: remove unneeded MODULE_VERSION() usage
 2020-12-08  9:55 UTC  (11+ messages)
` [PATCH 2/7] net: batman-adv: "

[PATCH v2] Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
 2020-12-08  4:50 UTC  (3+ messages)

[PATCH 0/3] drivers/hv: make max_num_channels_supported configurable
 2020-12-07 11:25 UTC  (9+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] drivers/hv: fix misleading typo in comment
` [PATCH 3/3] drivers/hv: add default number of vmbus channels to Kconfig
      ` [PATCH] drivers/hv: remove obsolete TODO and fix misleading typo in comment

[PATCH v2 0/7] Drivers: hv: vmbus: More VMBus-hardening changes
 2020-12-06 21:33 UTC  (4+ messages)
` [PATCH v2 4/7] Drivers: hv: vmbus: Copy the hv_message object in vmbus_on_msg_dpc()

[PATCH 0/6] Drivers: hv: vmbus: More VMBus-hardening changes
 2020-12-06 18:20 UTC  (12+ messages)
` [PATCH 1/6] Drivers: hv: vmbus: Initialize memory to be sent to the host
` [PATCH 2/6] Drivers: hv: vmbus: Avoid double fetch of msgtype in vmbus_on_msg_dpc()
` [PATCH 3/6] Drivers: hv: vmbus: Avoid double fetch of payload_size "
` [PATCH 4/6] Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()


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