linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-06 13:32:46 to 2025-05-21 00:05:12 UTC [more...]

[PATCH 0/7] net: Convert dev_set_mac_address() to struct sockaddr_storage
 2025-05-21  0:04 UTC  (12+ messages)
` [PATCH 1/7] net: core: Convert inet_addr_is_any() to sockaddr_storage
` [PATCH 2/7] net: core: Switch netif_set_mac_address() to struct sockaddr_storage
` [PATCH 3/7] net/ncsi: Use struct sockaddr_storage for pending_mac
` [PATCH 4/7] ieee802154: Use struct sockaddr_storage with dev_set_mac_address()
` [PATCH 5/7] net: usb: r8152: Convert to use struct sockaddr_storage internally
` [PATCH 6/7] net: core: Convert dev_set_mac_address() to struct sockaddr_storage
` [PATCH 7/7] rtnetlink: do_setlink: Use "

[PATCH v3 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-05-20 18:55 UTC  (5+ messages)
` [PATCH v3 1/2] Drivers: hv: Export some symbols for mshv_vtl
` [PATCH v3 2/2] Drivers: hv: Introduce mshv_vtl driver

[PATCH 0/3] x86/mm: Cleanups
 2025-05-20 15:27 UTC  (5+ messages)
` [PATCH 1/3] x86/mm: Unexport tlb_state_shared
` [PATCH 2/3] x86/mm: Avoid repeated this_cpu_*() ops in switch_mm_irqs_off()
` [PATCH 3/3] x86/mm: Clarify should_flush_tlb() ordering

[PATCH 1/1] Documentation: hyperv: Update VMBus doc with new features and info
 2025-05-20  4:44 UTC 

[PATCH v2 1/1] Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guests
 2025-05-20  4:01 UTC 

[PATCH 1/1] Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guests
 2025-05-20  3:32 UTC  (8+ messages)
` [EXTERNAL] "

[PATCH v3 00/13] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2025-05-20  1:35 UTC  (41+ messages)
` [PATCH v3 03/13] x86/acpi: Move acpi_wakeup_cpu() and helpers to smpboot.c
` [PATCH v3 04/13] dt-bindings: x86: Add CPU bindings for x86
` [PATCH v3 05/13] x86/dt: Parse the `enable-method` property of CPU nodes
` [PATCH v3 06/13] dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors
` [PATCH v3 08/13] x86/hyperv/vtl: Set real_mode_header in hv_vtl_init_platform()
` [PATCH v3 09/13] x86/realmode: Make the location of the trampoline configurable
` [PATCH v3 10/13] x86/hyperv/vtl: Setup the 64-bit trampoline for TDX guests
` [PATCH v3 11/13] x86/smpboot: Add a helper get the address of the wakeup mailbox
` [PATCH v3 12/13] x86/hyperv/vtl: Mark the wakeup mailbox page as private
` [PATCH v3 13/13] x86/hyperv/vtl: Use the wakeup mailbox to boot secondary CPUs

[PATCH net-next,v2] net: mana: Add support for Multi Vports on Bare metal
 2025-05-19 16:20 UTC 

[PATCH hyperv-next v2 0/4] Confidential VMBus
 2025-05-18 21:17 UTC  (17+ messages)
` [PATCH hyperv-next v2 1/4] Documentation: hyperv: "
` [PATCH hyperv-next v2 2/4] drivers: hyperv: VMBus protocol version 6.0
` [PATCH hyperv-next v2 3/4] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v2 4/4] arch: x86, drivers: hyperv: Enable confidential VMBus

[PATCH net] hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()
 2025-05-18 21:10 UTC  (3+ messages)

[PATCH net-next,v4] net: mana: Add handler for hardware servicing events
 2025-05-17  1:04 UTC  (2+ messages)

[PATCH net-next] net: mana: Add support for Multi Vports on Bare metal
 2025-05-16 21:45 UTC  (3+ messages)
  ` [EXTERNAL] "

[RFC PATCH 0/6] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
 2025-05-16 15:58 UTC  (18+ messages)
` [RFC PATCH 1/6] x86/Hyper-V: Not use hv apic driver when Secure AVIC is available
` [RFC PATCH 2/6] x86/x2apic-savic: Expose x2apic_savic_update_vector()
` [RFC PATCH 4/6] x86/Hyper-V: Allow Hyper-V to inject Hyper-V vectors
` [RFC PATCH 5/6] x86/Hyper-V: Not use auto-eoi when Secure AVIC is available
` [RFC PATCH 6/6] x86/x2apic-savic: Not set APIC backing page if Secure AVIC is not enabled

[PATCH drm-next v3] drm/hyperv: Replace simple-KMS with regular atomic helpers
 2025-05-15 12:36 UTC  (2+ messages)

[PATCH net 0/5] hv_netvsc: Fix error "nvsp_rndis_pkt_complete error status: 2"
 2025-05-15 10:55 UTC  (15+ messages)
` [PATCH net 1/5] Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges
` [PATCH net 2/5] hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages
` [PATCH net 3/5] hv_netvsc: Preserve contiguous PFN grouping in the page buffer array
` [PATCH net 4/5] hv_netvsc: Remove rmsg_pgcnt
` [PATCH net 5/5] Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer()

[PATCH v3 0/4] Allow dyn MSI-X vector allocation of MANA
 2025-05-15  5:10 UTC  (18+ messages)
` [PATCH v3 1/4] PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocations
` [PATCH v3 2/4] PCI: hv: Allow dynamic MSI-X vector allocation
` [PATCH v3 3/4] net: mana: Allow irq_setup() to skip cpus for affinity
` [PATCH v3 4/4] net: mana: Allocate MSI-X vectors dynamically

[PATCH 1/1] Drivers: hv: vmbus: Add comments about races with "channels" sysfs dir
 2025-05-14 22:55 UTC 

[PATCH net-next,v3] net: mana: Add handler for hardware servicing events
 2025-05-14 19:36 UTC  (4+ messages)

[PATCH 1/1] PCI: hv: Remove unnecessary flex array in struct pci_packet
 2025-05-14  6:43 UTC  (2+ messages)

[PATCH v2 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-05-14  5:58 UTC  (7+ messages)
` [PATCH v2 1/2] Drivers: hv: Export some symbols for mshv_vtl
` [PATCH v2 2/2] Drivers: hv: Introduce mshv_vtl driver

[PATCH][next] PCI: hv: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-05-14  4:47 UTC  (5+ messages)

[PATCH] Drivers: hv: Introduce mshv_vtl driver
 2025-05-13 16:34 UTC  (24+ messages)
      ` [EXTERNAL] "
` [External] : "

[Patch v3 0/5] Fix uio_hv_generic on systems with >4k page sizes
 2025-05-13  4:49 UTC  (13+ messages)
` [Patch v3 1/5] Drivers: hv: Allocate interrupt and monitor pages aligned to system page boundary
` [Patch v3 2/5] uio_hv_generic: Use correct size for interrupt and monitor pages
` [Patch v3 3/5] uio_hv_generic: Align ring size to system page
` [Patch v3 4/5] Drivers: hv: Use kzalloc for panic page allocation
` [Patch v3 5/5] Drivers: hv: Remove hv_alloc/free_* helpers

[PATCH net-next,v2] net: mana: Add handler for hardware servicing events
 2025-05-12 15:00 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH 0/6] x86/msr: let paravirt inline rdmsr/wrmsr instructions
 2025-05-10 16:03 UTC  (5+ messages)
` [PATCH 3/6] x86/msr: minimize usage of native_*() msr access functions

[PATCH hyperv-next 0/2] arch/x86, x86/hyperv: Few fixes for the AP startup
 2025-05-08 19:43 UTC  (9+ messages)
` [PATCH hyperv-next 1/2] x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()
` [PATCH hyperv-next 2/2] arch/x86: Provide the CPU number in the wakeup AP callback

[PATCH net-next] net: mana: Add handler for hardware servicing events
 2025-05-08 16:20 UTC  (4+ messages)

[PATCH hyperv-next v4] x86/hyperv: Fix CPU number and VP index confusion in hv_snp_boot_ap()
 2025-05-07 18:24 UTC  (3+ messages)

[PATCH hyperv-next v3] arch/x86: Provide the CPU number in the wakeup AP callback
 2025-05-07 17:07 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH 2/2] net: mana: Allow MANA driver to allocate PCI vector dynamically
 2025-05-07 16:28 UTC  (2+ messages)

[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-05-06 19:18 UTC  (12+ messages)

[PATCH hyperv-next v3] x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()
 2025-05-06 15:46 UTC  (3+ 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).