linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-11 01:20:08 to 2025-07-24 20:37:51 UTC [more...]

[PATCH v3 00/16] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-07-24 20:37 UTC  (29+ messages)
` [PATCH v3 01/16] x86/kvm/emulate: Implement test_cc() in C
` [PATCH v3 02/16] x86/kvm/emulate: Introduce EM_ASM_1
` [PATCH v3 03/16] x86/kvm/emulate: Introduce EM_ASM_2
` [PATCH v3 04/16] x86/kvm/emulate: Introduce EM_ASM_2R
` [PATCH v3 05/16] x86/kvm/emulate: Introduce EM_ASM_2W
` [PATCH v3 06/16] x86/kvm/emulate: Introduce EM_ASM_2CL
` [PATCH v3 07/16] x86/kvm/emulate: Introduce EM_ASM_1SRC2
` [PATCH v3 08/16] x86/kvm/emulate: Introduce EM_ASM_3WCL
` [PATCH v3 09/16] x86/kvm/emulate: Convert em_salc() to C
` [PATCH v3 10/16] x86/kvm/emulate: Remove fastops
` [PATCH v3 11/16] x86,hyperv: Clean up hv_do_hypercall()
` [PATCH v3 12/16] x86_64,hyperv: Use direct call to hypercall-page
` [PATCH v3 13/16] x86/fred: Install system vector handlers even if FRED isnt fully enabled
` [PATCH v3 14/16] x86/fred: Play nice with invoking asm_fred_entry_from_kvm() on non-FRED hardware
` [PATCH v3 15/16] x86/fred: KVM: VMX: Always use FRED for IRQs when CONFIG_X86_FRED=y
` [PATCH v3 16/16] objtool: Validate kCFI calls

[PATCH v2] netvsc: transfer lower device max tso size
 2025-07-24 18:11 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v3 0/1] x86/hyperv: MSI parent domain conversion
 2025-07-24 16:47 UTC  (3+ messages)
` [PATCH v3 1/1] x86/hyperv: Switch to msi_create_parent_irq_domain()

[PATCH v6 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-07-24 15:44 UTC  (7+ messages)
` [PATCH v6 1/2] Drivers: hv: Export some symbols for mshv_vtl
` [PATCH v6 2/2] Drivers: hv: Introduce mshv_vtl driver

[PATCH RESEND] netvsc: transfer lower device max tso size
 2025-07-23 22:16 UTC  (10+ messages)

[PATCH net, 0/2] net: Add llist_node init and fix hv_netvsc namespace error
 2025-07-23 20:49 UTC  (7+ messages)
` [PATCH net, 1/2] net: core: Fix missing init of llist_node in setup_net()
    ` [EXTERNAL] "
` [PATCH net, 2/2] hv_netvsc: Fix panic during namespace deletion with VF
  ` [EXTERNAL] Re: [PATCH net, 0/2] net: Add llist_node init and fix hv_netvsc namespace error

[PATCH] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency and throughput
 2025-07-23 20:22 UTC  (8+ messages)

[PATCH v2] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency
 2025-07-23 19:55 UTC  (2+ messages)

[RFC PATCH V3 0/4] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
 2025-07-23 19:03 UTC  (5+ messages)
` [RFC PATCH V3 1/4] x86/Hyper-V: Not use hv apic driver when Secure AVIC is available
` [RFC PATCH V3 2/4] Drivers: hv: Allow vmbus message synic interrupt injected from Hyper-V
` [RFC PATCH V3 3/4] x86/Hyper-V: Don't use auto-eoi when Secure AVIC is available
` [RFC PATCH V3 4/4] x86/hyperv: Allow Hyper-V to inject STIMER0 interrupts

[PATCH v5 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-07-23 14:13 UTC  (12+ messages)
` [PATCH v5 2/2] Drivers: hv: Introduce mshv_vtl driver

[PATCH 6.12] Drivers: hv: Make the sysfs node size for the ring buffer dynamic
 2025-07-23  7:02 UTC 

[PATCH v4 1/2] dt-bindings: microsoft: Add vmbus message-connection-id property
 2025-07-23  6:18 UTC  (7+ messages)

[PATCH hyperv-next v4 00/16] Confidential VMBus
 2025-07-22 17:45 UTC  (36+ messages)
` [PATCH hyperv-next v4 01/16] Documentation: hyperv: "
` [PATCH hyperv-next v4 02/16] drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v4 03/16] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v4 04/16] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v4 05/16] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v4 06/16] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v4 07/16] Drivers: hv: Post messages through the confidential VMBus if available
` [PATCH hyperv-next v4 08/16] Drivers: hv: remove stale comment
` [PATCH hyperv-next v4 09/16] Drivers: hv: Check message and event pages for non-NULL before iounmap()
` [PATCH hyperv-next v4 10/16] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v4 11/16] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v4 12/16] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v4 13/16] Drivers: hv: Free msginfo when the buffer fails to decrypt
` [PATCH hyperv-next v4 14/16] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v4 15/16] Drivers: hv: Support establishing the confidential VMBus connection
` [PATCH hyperv-next v4 16/16] Drivers: hv: Set the default VMBus version to 6.0

[PATCH net] net: core: Fix the loop in default_device_exit_net()
 2025-07-22 16:20 UTC  (6+ messages)
    ` [EXTERNAL] "

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2025-07-22 14:35 UTC  (2+ messages)

[PATCH v4 0/7] hyperv: Introduce new way to manage hypercall args
 2025-07-21 19:30 UTC  (15+ messages)
` [PATCH v4 1/7] Drivers: hv: Introduce hv_setup_*() functions for hypercall arguments
` [PATCH v4 2/7] x86/hyperv: Use hv_setup_*() to set up hypercall arguments -- part 1
` [PATCH v4 3/7] x86/hyperv: Use hv_setup_*() to set up hypercall arguments -- part 2
` [PATCH v4 4/7] Drivers: hv: Use hv_setup_*() to set up hypercall arguments
` [PATCH v4 5/7] PCI: "
` [PATCH v4 6/7] Drivers: hv: Use hv_setup_*() to set up hypercall arguments for mshv code
` [PATCH v4 7/7] Drivers: hv: Replace hyperv_pcpu_input/output_arg with hyperv_pcpu_arg

[GIT PULL] Hyper-V fixes for 6.16-rc7
 2025-07-20 16:35 UTC  (2+ messages)

[PATCH 2/3] PCI: Enable host bridge emulation for PCI_DOMAINS_GENERIC platforms
 2025-07-18 19:17 UTC  (6+ messages)

[PATCH v2 0/2] x86/hyperv: MSI parent domain conversion
 2025-07-18 19:08 UTC  (5+ messages)
` [PATCH v2 2/2] x86/hyperv: Switch to msi_create_parent_irq_domain()

[PATCH v3] hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 addrconf
 2025-07-17 14:50 UTC  (6+ messages)
    ` [EXTERNAL] "

[PATCH 00/16] PCI: MSI parent domain conversion
 2025-07-16 20:31 UTC  (7+ messages)
` [PATCH 16/16] PCI: vmd: Switch to msi_create_parent_irq_domain()

[PATCH] mshv_eventfd: convert to CLASS(fd)
 2025-07-15 17:15 UTC  (3+ messages)

[PATCH net] hv_netvsc: Switch VF namespace in netvsc_open instead
 2025-07-15 15:49 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH net,v2] hv_netvsc: Switch VF namespace in netvsc_open instead
 2025-07-15 15:30 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH 0/6] Fix warning for missing export.h in Hyper-V drivers
 2025-07-15 11:27 UTC  (3+ messages)
` [PATCH 4/6] clocksource: hyper-v: Fix warnings for missing export.h header inclusion

[PATCH v4] tools/hv: fcopy: Fix irregularities with size of ring buffer
 2025-07-15  6:25 UTC  (4+ messages)

[PATCH v3 0/3] Nested virtualization fixes for root partition
 2025-07-15  6:24 UTC  (7+ messages)
` [PATCH v3 1/3] Drivers: hv: Use nested hypercall for post message and signal event
` [PATCH v3 2/3] x86/hyperv: Expose hv_map_msi_interrupt()
` [PATCH v3 3/3] PCI: hv: Use the correct hypercall for unmasking interrupts on nested

[PATCH for-netdev v2 2/2] PCI: hv: Switch to msi_create_parent_irq_domain()
 2025-07-15  5:14 UTC  (2+ messages)

[PATCH net v3] hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 addrconf
 2025-07-15  1:32 UTC  (2+ messages)

[RFC PATCH 0/1] Tweak TLB flushing when VMX is running on Hyper-V
 2025-07-15  0:39 UTC  (6+ messages)
` [RFC PATCH 1/1] KVM: VMX: Use Hyper-V EPT flush for local TLB flushes

[PATCH] hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 addrconf
 2025-07-11 23:12 UTC  (7+ messages)
` [PATCH v2] hv_netvsc: Add IFF_NO_ADDRCONF to VF priv_flags before
` [PATCH v2] hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 addrconf

[PATCH] net: mana: fix spelling for mana_gd_deregiser_irq()
 2025-07-11  1:20 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;
as well as URLs for NNTP newsgroup(s).