public inbox for linux-hyperv@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-28 02:11:55 to 2026-03-10 11:55:52 UTC [more...]

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-10 11:49 UTC  (50+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 02/61] btrfs: "
` [PATCH 03/61] ceph: "
` [PATCH 04/61] ext4: "
` [PATCH 05/61] smb: Prefer IS_ERR_OR_NULL over manual NULl check
` [PATCH 06/61] 9p: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 07/61] erofs: "
` [PATCH 08/61] fuse: "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 12/61] quota: "
` [PATCH 13/61] squashfs: "
` [PATCH 14/61] seq_file: "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
` [PATCH 17/61] module: "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 21/61] lib/test: "
` [PATCH 22/61] md: "
` [PATCH 23/61] net/ipv6: "
` [PATCH 25/61] net/bluetooth: "
` [PATCH 26/61] net/core: "
` [PATCH 28/61] net/sched: "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
` [PATCH 31/61] net/tipc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 35/61] arch/mips: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
` [PATCH 39/61] irqchip: "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 57/61] reset: "

[PATCH] Drivers: hv: vmbus: Fix potential NULL pointer dereference in vmbus_acpi_add()
 2026-03-10 11:18 UTC  (2+ messages)

[PATCH net-next,V4, 0/3] add ethtool COALESCE_RX_CQE_FRAMES/NSECS and use it in MANA driver
 2026-03-09 21:20 UTC  (4+ messages)
` [PATCH net-next,V4, 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
` [PATCH net-next,V4, 2/3] net: mana: Add support for RX CQE Coalescing
` [PATCH net-next,V4, 3/3] net: mana: Add ethtool counters for RX CQEs in coalesced type

[PATCH net] net: mana: Fix use-after-free in mana_hwc_destroy_channel() by re-ordering teardown
 2026-03-09 18:21 UTC 

[PATCH v8 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2026-03-09 17:57 UTC  (3+ messages)
` [PATCH v8 09/10] x86/hyperv/vtl: Mark the wakeup mailbox page as private

[PATCH net-next v2] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-09 14:38 UTC 

[PATCH net-next] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-09 11:49 UTC  (3+ messages)
` [net-next] "

[PATCH net-next,V3, 0/3] add ethtool COALESCE_RX_CQE_FRAMES/NSECS and use it in MANA driver
 2026-03-08 16:30 UTC  (5+ messages)
` [PATCH net-next,V3, 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
` [PATCH net-next,V3, 2/3] net: mana: Add support for RX CQE Coalescing
` [PATCH net-next,V3, 3/3] net: mana: Add ethtool counters for RX CQEs in coalesced type

[PATCH rdma-next 0/8] RDMA/mana_ib: Handle service reset for RDMA resources
 2026-03-07 17:38 UTC  (10+ messages)
` [PATCH rdma-next 1/8] RDMA/mana_ib: Track ucontext per device
` [PATCH rdma-next 2/8] RDMA/mana_ib: Track PD per ucontext
` [PATCH rdma-next 3/8] RDMA/mana_ib: Track CQ "
` [PATCH rdma-next 4/8] RDMA/mana_ib: Track WQ "
` [PATCH rdma-next 5/8] RDMA/mana_ib: Track QP "
` [PATCH rdma-next 6/8] RDMA/mana_ib: Track MR "
` [PATCH rdma-next 7/8] RDMA/mana_ib: Notify service reset events to RDMA devices
` [PATCH rdma-next 8/8] RDMA/mana_ib: Skip firmware commands for invalidated handles

[PATCH 0/8] RDMA/mana_ib: Handle service reset for RDMA resources
 2026-03-07  1:44 UTC 

[PATCH net-next v3 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-03-06 21:33 UTC  (7+ messages)
` [PATCH net-next v3 1/6] net: mana: Create separate EQs for each vPort
` [PATCH net-next v3 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH net-next v3 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [PATCH net-next v3 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH net-next v3 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH net-next v3 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs

[PATCH net-next] net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE response
 2026-03-06 21:12 UTC 

[PATCH v2 net-next 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-03-06 20:45 UTC  (11+ messages)
` [PATCH v2 net-next 1/6] net: mana: Create separate EQs for each vPort
  ` [v2,net-next,1/6] "
    ` [EXTERNAL] "
` [PATCH v2 net-next 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH v2 net-next 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [PATCH v2 net-next 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH v2 net-next 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH v2 net-next 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs

[PATCH v2] hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC
 2026-03-06 14:25 UTC  (2+ messages)

[PATCH net-next, v2] net: mana: Force full-page RX buffers for 4K page size on specific systems
 2026-03-06 13:33 UTC 

[PATCH net-next] net: mana: Force full-page RX buffers for 4K page size on specific systems
 2026-03-06 13:25 UTC  (7+ messages)

[PATCH 0/4] mshv: Fix and improve memory pre-depositing
 2026-03-06  4:15 UTC  (16+ messages)
` [PATCH 1/4] mshv: Support larger memory deposits
` [PATCH 2/4] mshv: Fix pre-depositing of pages for partition initialization
` [PATCH 3/4] mshv: Fix pre-depositing of pages for virtual processor initialization
` [PATCH 4/4] mshv: Pre-deposit pages for SLAT creation

[PATCH AUTOSEL 6.19-5.10] scsi: storvsc: Fix scheduling while atomic on PREEMPT_RT
 2026-03-05 15:36 UTC 

[PATCH net-next v5] net: mana: Add MAC address to vPort logs and clarify error messages
 2026-03-05 11:30 UTC  (3+ messages)

[PATCH v9 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2026-03-04 23:41 UTC  (11+ messages)
` [PATCH v9 01/10] x86/topology: Add missing struct declaration and attribute dependency
` [PATCH v9 02/10] x86/acpi: Add functions to setup and access the wakeup mailbox
` [PATCH v9 03/10] dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors
` [PATCH v9 04/10] x86/dt: Parse the "
` [PATCH v9 05/10] x86/hyperv/vtl: Set real_mode_header in hv_vtl_init_platform()
` [PATCH v9 06/10] x86/realmode: Make the location of the trampoline configurable
` [PATCH v9 07/10] x86/hyperv/vtl: Setup the 64-bit trampoline for TDX guests
` [PATCH v9 08/10] x86/acpi: Add a helper get the address of the wakeup mailbox
` [PATCH v9 09/10] x86/hyperv/vtl: Mark the wakeup mailbox page as private
` [PATCH v9 10/10] x86/hyperv/vtl: Use the wakeup mailbox to boot secondary CPUs

[PATCH V0] mshv: pass struct mshv_user_mem_region by reference
 2026-03-04 18:45 UTC  (2+ messages)

[PATCH v4 0/5] Allow order zero pages in page reporting
 2026-03-04  8:44 UTC  (11+ messages)
` [PATCH v4 1/5] mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIED
` [PATCH v4 2/5] virtio_balloon: set unspecified page reporting order
` [PATCH v4 3/5] hv_balloon: "
` [PATCH v4 4/5] mm/page_reporting: change PAGE_REPORTING_ORDER_UNSPECIFIED to -1
` [PATCH v4 5/5] mm/page_reporting: change page_reporting_order to PAGE_REPORTING_ORDER_UNSPECIFIED

[PATCH v3] x86/hyperv: Use __naked attribute to fix stackless C function
 2026-03-04  5:50 UTC  (2+ messages)

[PATCH net-next 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-03-04  0:01 UTC  (7+ messages)
` [PATCH net-next 3/6] net: mana: Introduce GIC context with refcounting for "
` [PATCH net-next 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH net-next 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH net-next 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs
  ` [EXTERNAL] Re: [PATCH net-next 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management

[PATCH net-next, v2] net: mana: Trigger VF reset/recovery on health check failure due to HWC timeout
 2026-03-03 10:30 UTC  (3+ messages)

[PATCH v3 0/5] Allow order zero pages in page reporting
 2026-03-03 10:04 UTC  (8+ messages)
` [PATCH v3 1/5] mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIED
` [PATCH v3 2/5] virtio_balloon: set unspecified page reporting order
` [PATCH v3 3/5] hv_balloon: "
` [PATCH v3 4/5] mm/page_reporting: change PAGE_REPORTING_ORDER_UNSPECIFIED to -1
` [PATCH v3 5/5] mm/page_reporting: change page_reporting_order to PAGE_REPORTING_ORDER_UNSPECIFIED

[PATCH v2 0/4] Allow order zero pages in page reporting
 2026-03-03  8:52 UTC  (9+ messages)
` [PATCH v2 1/4] mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIED
` [PATCH v2 2/4] virtio_balloon: set unspecified page reporting order
` [PATCH v2 3/4] hv_balloon: "
` [PATCH v2 4/4] mm/page_reporting: change PAGE_REPORTING_ORDER_UNSPECIFIED to -1

[PATCH net-next v4] net: mana: Add MAC address to vPort logs and clarify error messages
 2026-03-02 17:27 UTC  (7+ messages)

[PATCH v1 0/4] Allow order zero pages in page reporting
 2026-03-02  9:50 UTC  (11+ messages)
` [PATCH v1 4/4] page_reporting: change PAGE_REPORTING_DEFAULT_ORDER to -1

[PATCH v2] mshv: Introduce tracing support
 2026-03-01 17:39 UTC 

[PATCH] scsi: storvsc: Fix scheduling while atomic on PREEMPT_RT
 2026-02-28 23:12 UTC  (4+ messages)

[PATCH v2] x86/hyperv: Use __naked attribute to fix stackless C function
 2026-02-28 17:38 UTC  (11+ messages)

[PATCH net v2] net: mana: Ring doorbell at 4 CQ wraparounds
 2026-02-28  3:40 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