public inbox for linux-hyperv@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-20 15:24:18 to 2026-04-24 03:28:55 UTC [more...]

[PATCH net] net: mana: hardening: Validate SHM offset from BAR0 register to prevent crash due to alignment fault
 2026-04-24  3:28 UTC  (5+ messages)

[PATCH] tools/hv: fix parse_ip_val_buffer out-of-bounds write
 2026-04-23 20:28 UTC 

[PATCH] mshv: add a missing padding field
 2026-04-23 18:16 UTC  (5+ messages)

[PATCH net v2] hv_sock: Return -EIO for malformed/short packets
 2026-04-23 18:10 UTC  (3+ messages)

[PATCH] tools/hv: fix parse_ip_val_buffer out-of-bounds write
 2026-04-23 18:06 UTC 

[PATCH] Drivers: hv: vmbus: Improve the logc of reserving fb_mmio on Gen2 VMs
 2026-04-23 17:40 UTC  (4+ messages)

[PATCH v2] PCI: hv: Allocate MMIO from above 4GB for the config window
 2026-04-23 17:40 UTC  (6+ messages)

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-23 16:33 UTC  (7+ messages)

[PATCH v2 00/15] Add arm64 support in MSHV_VTL
 2026-04-23 14:00 UTC  (18+ messages)
` [PATCH v2 01/15] arm64: smp: Export arch_smp_send_reschedule for mshv_vtl module
` [PATCH v2 02/15] Drivers: hv: Move hv_vp_assist_page to common files
` [PATCH v2 03/15] Drivers: hv: Move vmbus_handler to common code
` [PATCH v2 04/15] mshv_vtl: Refactor the driver for ARM64 support to be added
` [PATCH v2 05/15] Drivers: hv: Export vmbus_interrupt for mshv_vtl module
` [PATCH v2 06/15] mshv_vtl: Make sint vector architecture neutral
` [PATCH v2 07/15] arm64: hyperv: Add support for mshv_vtl_return_call
` [PATCH v2 08/15] Drivers: hv: Move hv_call_(get|set)_vp_registers() declarations
` [PATCH v2 09/15] Drivers: hv: mshv_vtl: Move hv_vtl_configure_reg_page() to x86
` [PATCH v2 10/15] arm64: hyperv: Add hv_vtl_configure_reg_page() stub
` [PATCH v2 11/15] mshv_vtl: Let userspace do VSM configuration
` [PATCH v2 12/15] mshv_vtl: Move VSM code page offset logic to x86 files
` [PATCH v2 13/15] mshv_vtl: Add remaining support for arm64
` [PATCH v2 14/15] Drivers: hv: Add 4K page dependency in MSHV_VTL
` [PATCH v2 15/15] Drivers: hv: Add ARM64 support for MSHV_VTL in Kconfig

[PATCH net v4 0/5] net: mana: Fix probe/remove error path bugs
 2026-04-23 11:00 UTC  (5+ messages)
` [PATCH net v4 3/5] net: mana: Guard mana_remove against double invocation

[PATCH net] hv_sock: Return -EIO for malformed/short packets
 2026-04-23  6:50 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH-next 00/23] cgroup/cpuset: Enable runtime update of nohz_full and managed_irq CPUs
 2026-04-23  1:10 UTC  (41+ messages)
` [PATCH 01/23] sched/isolation: Add HK_TYPE_KERNEL_NOISE_BOOT & HK_TYPE_MANAGED_IRQ_BOOT
` [PATCH 02/23] sched/isolation: Enhance housekeeping_update() to support updating more than one HK cpumask
` [PATCH 03/23] tick/nohz: Make nohz_full parameter optional
` [PATCH 04/23] tick/nohz: Allow runtime changes in full dynticks CPUs
` [PATCH 05/23] tick: Pass timer tick job to an online HK CPU in tick_cpu_dying()
` [PATCH 06/23] rcu/nocbs: Allow runtime changes in RCU NOCBS cpumask
` [PATCH 07/23] watchdog: Sync up with runtime change of isolated CPUs
` [PATCH 08/23] arm64: topology: Use RCU to protect access to HK_TYPE_TICK cpumask
` [PATCH 09/23] workqueue: Use RCU to protect access of HK_TYPE_TIMER cpumask
` [PATCH 10/23] cpu: "
` [PATCH 11/23] hrtimer: "
` [PATCH 12/23] net: Use boot time housekeeping cpumask settings for now
` [PATCH 13/23] sched/core: Use RCU to protect access of HK_TYPE_KERNEL_NOISE cpumask
` [PATCH 14/23] hwmon/coretemp: Use RCU to protect access of HK_TYPE_MISC cpumask
` [PATCH 15/23] Drivers: hv: Use RCU to protect access of HK_TYPE_MANAGED_IRQ cpumask
` [PATCH 16/23] genirq/cpuhotplug: "
` [PATCH 17/23] sched/isolation: Extend housekeeping_dereference_check() to cover changes in nohz_full or manged_irqs cpumasks
` [PATCH 18/23] cpu/hotplug: Add a new cpuhp_offline_cb() API
` [PATCH 19/23] cgroup/cpuset: Improve check for calling housekeeping_update()
` [PATCH 20/23] cgroup/cpuset: Enable runtime update of HK_TYPE_{KERNEL_NOISE,MANAGED_IRQ} cpumasks
` [PATCH 21/23] cgroup/cpuset: Limit the side effect of using CPU hotplug on isolated partition
` [PATCH 22/23] cgroup/cpuset: Prevent offline_disabled CPUs from being used in "
` [PATCH 23/23] cgroup/cpuset: Documentation and kselftest updates

[GIT PULL] Hyper-V next for v7.1
 2026-04-22 20:38 UTC  (2+ messages)

[PATCH AUTOSEL 7.0-6.18] net: mana: hardening: Validate adapter_mtu from MANA_QUERY_DEV_CONFIG
 2026-04-22 16:31 UTC  (2+ messages)

[PATCH v2 0/7] mshv: Refactor memory region management and map pages at creation
 2026-04-22 15:12 UTC  (10+ messages)
` [PATCH v2 1/7] mshv: Convert from page pointers to PFNs
` [PATCH v2 2/7] mshv: Add support to address range holes remapping
` [PATCH v2 3/7] mshv: Support regions with different VMAs
` [PATCH v2 4/7] mshv: Move pinned region setup to mshv_regions.c
` [PATCH v2 5/7] mshv: Map populated pages on movable region creation
` [PATCH v2 6/7] mshv: Extract MMIO region mapping into separate function
` [PATCH v2 7/7] mshv: Add tracepoint for map GPA hypercall

[PATCH] mshv: Fix incorrect access type usage in GPA intercept trace event
 2026-04-22  6:25 UTC  (2+ messages)

[PATCH V1 00/13] PCI passthru on Hyper-V (Part I)
 2026-04-22  2:32 UTC  (14+ messages)
` [PATCH V1 01/13] iommu/hyperv: rename hyperv-iommu.c to hyperv-irq.c
` [PATCH V1 02/13] x86/hyperv: cosmetic changes in irqdomain.c for readability
` [PATCH V1 03/13] x86/hyperv: add insufficient memory support in irqdomain.c
` [PATCH V1 04/13] mshv: Provide a way to get partition id if running in a VMM process
` [PATCH V1 05/13] mshv: Declarations and definitions for VFIO-MSHV bridge device
` [PATCH V1 06/13] mshv: Implement mshv bridge device for VFIO
` [PATCH V1 07/13] mshv: Add ioctl support for MSHV-VFIO bridge device
` [PATCH V1 08/13] PCI: hv: rename hv_compose_msi_msg to hv_vmbus_compose_msi_msg
` [PATCH V1 09/13] mshv: Import data structs around device passthru from hyperv headers
` [PATCH V1 10/13] PCI: hv: Build device id for a VMBus device, export PCI devid function
` [PATCH V1 11/13] x86/hyperv: Implement hyperv virtual iommu
` [PATCH V1 12/13] mshv: Populate mmio mappings for PCI passthru
` [PATCH V1 13/13] mshv: pin all ram mem regions if partition has device passthru

[PATCH] mshv: Fix interrupt state corruption in hv_do_map_pfns error path
 2026-04-22  0:15 UTC 

[PATCH --to=kys@microsoft.com,haiyangz@microsoft.com,wei.liu@kernel.org,decui@microsoft.com,longli@microsoft.com] mshv: Fix interrupt state corruption in hv_do_map_pfns error path
 2026-04-22  0:14 UTC  (2+ messages)

[PATCH] mshv: Fix large page unmap count in error path
 2026-04-21 22:44 UTC 

[PATCH net v3] hv_sock: Report EOF instead of -EIO for FIN
 2026-04-21 17:57 UTC  (2+ messages)

[PATCH net v2] hv_sock: Report EOF instead of -EIO for FIN
 2026-04-21 17:54 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH] RDMA/mana_ib: validate rx_hash_key_len in mana_ib_create_qp_rss
 2026-04-21 10:50 UTC 

[PATCH v2 0/6] Hyper-V: kexec fixes for L1VH (mshv)
 2026-04-21  4:46 UTC  (3+ messages)
` [PATCH v2 4/6] mshv: limit SynIC management to MSHV-owned resources

[PATCH 0/7] mshv: Refactor memory region management and map pages at creation
 2026-04-20 23:45 UTC  (17+ messages)
` [PATCH 1/7] mshv: Convert from page pointers to PFNs
` [PATCH 2/7] mshv: Add support to address range holes remapping
` [PATCH 3/7] mshv: Support regions with different VMAs
` [PATCH 5/7] mshv: Map populated pages on movable region creation

[PATCH] mshv: remove page order restriction to enable 1G hugepage support
 2026-04-20 16:56 UTC  (2+ messages)

[PATCH v3 0/7] mshv: Reduce memory consumption for unpinned regions
 2026-04-20 16:54 UTC  (3+ messages)

[BUG/RFE] hv_balloon: hot-add not triggered under burst memory demand
 2026-04-20 15:30 UTC 

[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
 2026-04-20 15:24 UTC  (7+ messages)
` [PATCH 10/11] Drivers: hv: Add support for arm64 in MSHV_VTL
` [PATCH 11/11] Drivers: hv: Kconfig: Add ARM64 support for MSHV_VTL


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox