messages from 2025-06-30 18:59:09 to 2025-07-15 08:38:30 UTC [more...]
[PATCH v3 00/16] objtool: Detect and warn about indirect calls in __nocfi functions
2025-07-15 8:38 UTC (23+ 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 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 (4+ messages)
[PATCH] mshv_eventfd: convert to CLASS(fd)
2025-07-15 1:51 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)
[PATCH net] hv_netvsc: Switch VF namespace in netvsc_open instead
2025-07-15 1:29 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 hyperv-next v4 00/16] Confidential VMBus
2025-07-14 22:15 UTC (17+ 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,v2] hv_netvsc: Switch VF namespace in netvsc_open instead
2025-07-14 16:41 UTC
[PATCH v4 1/2] dt-bindings: microsoft: Add vmbus message-connection-id property
2025-07-14 7:56 UTC (3+ messages)
[PATCH] hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 addrconf
2025-07-11 23:12 UTC (9+ messages)
` [EXTERNAL] "
` [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 (3+ messages)
[PATCH v3] tools/hv: fcopy: Fix irregularities with size of ring buffer
2025-07-10 12:19 UTC (6+ messages)
[PATCH v5 0/2] Drivers: hv: Introduce new driver - mshv_vtl
2025-07-10 9:01 UTC (4+ messages)
` [PATCH v5 2/2] Drivers: hv: Introduce mshv_vtl driver
[PATCH net-next v6 0/4] vsock: Introduce SIOCINQ ioctl support
2025-07-10 2:50 UTC (14+ messages)
` [PATCH net-next v6 1/4] hv_sock: Return the readable bytes in hvs_stream_has_data()
` [PATCH net-next v6 2/4] vsock: Add support for SIOCINQ ioctl
` [PATCH net-next v6 3/4] test/vsock: Add retry mechanism to ioctl wrapper
` [PATCH net-next v6 4/4] test/vsock: Add ioctl SIOCINQ tests
[PATCH v2 0/6] Nested virtualization fixes for root partition
2025-07-10 0:33 UTC (19+ messages)
` [PATCH v2 1/6] PCI: hv: Don't load the driver for baremetal "
` [PATCH v2 2/6] Drivers: hv: Use nested hypercall for post message and signal event
` [PATCH v2 3/6] x86/hyperv: Fix usage of cpu_online_mask to get valid cpu
` [PATCH v2 4/6] x86/hyperv: Clean up hv_map/unmap_interrupt() return values
` [PATCH v2 5/6] x86: hyperv: Expose hv_map_msi_interrupt function
` [PATCH v2 6/6] PCI: hv: Use the correct hypercall for unmasking interrupts on nested
[PATCH 0/6] Fix warning for missing export.h in Hyper-V drivers
2025-07-09 23:46 UTC (2+ messages)
[PATCH v2 0/2] x86/hyperv: MSI parent domain conversion
2025-07-09 23:40 UTC (3+ messages)
` [PATCH v2 2/2] x86/hyperv: Switch to msi_create_parent_irq_domain()
[PATCH] Drivers: hv: Fix the check for HYPERVISOR_CALLBACK_VECTOR
2025-07-09 23:24 UTC (3+ messages)
[PATCH v5 0/1] tools/hv: fcopy: Fix incorrect file path conversion
2025-07-09 23:02 UTC (4+ messages)
` [PATCH v5 1/1] "
[PATCH] hv/hv_kvp_daemon: Prevent similar logs in kvp_key_add_or_modify()
2025-07-09 22:45 UTC (2+ messages)
[PATCH 0/2] tools/hv: Improve the sample hv_get_dhcp_info script
2025-07-09 22:44 UTC (2+ messages)
[PATCH 1/1] Drivers: hv: Select CONFIG_SYSFB only if EFI is enabled
2025-07-09 22:40 UTC (4+ messages)
[PATCH] PCI/MSI: Initialize the prepare descriptor by default
2025-07-09 4:42 UTC (5+ messages)
[PATCH v5 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
2025-07-08 12:41 UTC (11+ messages)
` [PATCH v5 01/10] x86/acpi: Add a helper functions to setup and access the wakeup mailbox
` [PATCH v5 02/10] x86/acpi: Move acpi_wakeup_cpu() and helpers to smpwakeup.c
` [PATCH v5 03/10] dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors
[PATCH net-next v5 0/4] vsock: Introduce SIOCINQ ioctl support
2025-07-08 5:23 UTC (11+ messages)
` [PATCH net-next v5 1/4] hv_sock: Return the readable bytes in hvs_stream_has_data()
` [PATCH net-next v5 2/4] vsock: Add support for SIOCINQ ioctl
` [PATCH net-next v5 3/4] test/vsock: Add retry mechanism to ioctl wrapper
` [PATCH net-next v5 4/4] test/vsock: Add ioctl SIOCINQ tests
[PATCH 00/16] PCI: MSI parent domain conversion
2025-07-07 19:04 UTC (52+ messages)
` [PATCH 01/16] PCI: dwc: Switch to msi_create_parent_irq_domain()
` [PATCH 02/16] PCI: mobiveil: "
` [PATCH 03/16] PCI: aardvark: "
` [PATCH 04/16] PCI: altera-msi: "
` [PATCH 05/16] PCI: brcmstb: "
` [PATCH 06/16] PCI: iproc: "
` [PATCH 07/16] PCI: mediatek-gen3: "
` [PATCH 08/16] PCI: mediatek: "
` [PATCH 09/16] PCI: rcar-host: "
` [PATCH 10/16] PCI: xilinx-xdma: "
` [PATCH 11/16] PCI: xilinx-nwl: "
` [PATCH 12/16] PCI: xilinx: "
` [PATCH 13/16] PCI: plda: "
` [PATCH 14/16] PCI: hv: "
` [PATCH 15/16] PCI: vmd: Convert to lock guards
` [PATCH 16/16] PCI: vmd: Switch to msi_create_parent_irq_domain()
[PATCH] irqdomain: Export irq_domain_free_irqs_top()
2025-07-06 10:01 UTC (3+ messages)
[PATCH v2] tools/hv: fcopy: Fix irregularities with size of ring buffer
2025-07-02 6:56 UTC (5+ messages)
` [EXTERNAL] "
[PATCH net-next] net: mana: Handle Reset Request from MANA NIC
2025-07-02 2:40 UTC (2+ messages)
[PATCH] hv_sock: Return the readable bytes in hvs_stream_has_data()
2025-07-01 18:37 UTC (3+ messages)
` [EXTERNAL] "
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;
as well as URLs for NNTP newsgroup(s).