messages from 2025-07-16 00:26:20 to 2025-08-05 13:42:23 UTC [more...]
[RFC PATCH V5 0/4] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
2025-08-05 13:42 UTC (6+ messages)
` [RFC PATCH V5 1/4] x86/hyperv: Don't use hv apic driver when Secure AVIC is available
` [RFC PATCH V5 2/4] Drivers: hv: Allow vmbus message synic interrupt injected from Hyper-V
` [RFC PATCH V5 3/4] x86/hyperv: Don't use auto-eoi when Secure AVIC is available
` [RFC PATCH V5 4/4] x86/hyperv: Allow Hyper-V to inject STIMER0 interrupts
[RFC PATCH V4 0/4] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
2025-08-05 1:42 UTC (9+ messages)
` [RFC PATCH V4 1/4] x86/hyperv: Don't use hv apic driver when Secure AVIC is available
` [RFC PATCH V4 2/4] drivers/hv: Allow vmbus message synic interrupt injected from Hyper-V
` [RFC PATCH V4 3/4] x86/hyperv: Don't use auto-eoi when Secure AVIC is available
` [RFC PATCH V4 4/4] x86/hyperv: Allow Hyper-V to inject STIMER0 interrupts
[RFC PATCH 0/1] Tweak TLB flushing when VMX is running on Hyper-V
2025-08-04 23:09 UTC (8+ messages)
` [RFC PATCH 1/1] KVM: VMX: Use Hyper-V EPT flush for local TLB flushes
[PATCH 6.12] Drivers: hv: Make the sysfs node size for the ring buffer dynamic
2025-08-04 5:49 UTC (7+ messages)
[PATCH v2] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency
2025-07-31 16:49 UTC (9+ messages)
[PATCH RESEND] netvsc: transfer lower device max tso size
2025-07-31 1:18 UTC (16+ messages)
[PATCH v3] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency
2025-07-30 14:23 UTC (2+ messages)
[PATCH] x86/hyperv: Cosmetic changes for hv_utils_transport.c
2025-07-30 12:48 UTC (3+ messages)
[PATCH v7 0/2] Drivers: hv: Introduce new driver - mshv_vtl
2025-07-30 5:15 UTC (6+ messages)
` [PATCH v7 1/2] Drivers: hv: Export some symbols for mshv_vtl
` [PATCH v7 2/2] Drivers: hv: Introduce mshv_vtl driver
[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
2025-07-29 12:40 UTC (4+ messages)
[PATCH v6 0/2] Drivers: hv: Introduce new driver - mshv_vtl
2025-07-29 5:09 UTC (14+ messages)
` [PATCH v6 1/2] Drivers: hv: Export some symbols for mshv_vtl
` [PATCH v6 2/2] Drivers: hv: Introduce mshv_vtl driver
` [v6 0/2] Drivers: hv: Introduce new driver - mshv_vtl
[PATCH v4 0/7] hyperv: Introduce new way to manage hypercall args
2025-07-29 0:23 UTC (18+ 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
[PATCH v3 00/16] objtool: Detect and warn about indirect calls in __nocfi functions
2025-07-26 4:54 UTC (12+ messages)
` [PATCH v3 07/16] x86/kvm/emulate: Introduce EM_ASM_1SRC2
` [PATCH v3 14/16] x86/fred: Play nice with invoking asm_fred_entry_from_kvm() on non-FRED hardware
` [PATCH v3 16/16] objtool: Validate kCFI calls
[RFC PATCH V3 0/4] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
2025-07-25 20:06 UTC (12+ 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 hyperv-next v4 00/16] Confidential VMBus
2025-07-25 14:40 UTC (41+ 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 v4 1/2] dt-bindings: microsoft: Add vmbus message-connection-id property
2025-07-25 7:32 UTC (7+ messages)
[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 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 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 net] net: core: Fix the loop in default_device_exit_net()
2025-07-22 16:20 UTC (6+ messages)
` [EXTERNAL] "
[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()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox