Linux-HyperV Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-09 20:39:30 to 2023-06-28 10:54:17 UTC [more...]

[PATCH 0/9] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
 2023-06-28 10:53 UTC  (9+ messages)
` [PATCH 5/9] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest
    ` [EXTERNAL] "

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-27  1:19 UTC  (43+ messages)
` [PATCH RFC net-next v4 1/8] vsock/dgram: generalize recvmsg and drop transport->dgram_dequeue
` [PATCH RFC net-next v4 2/8] vsock: refactor transport lookup code
` [PATCH RFC net-next v4 3/8] vsock: support multi-transport datagrams
` [PATCH RFC net-next v4 4/8] vsock: make vsock bind reusable
` [PATCH RFC net-next v4 5/8] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams
` [PATCH RFC net-next v4 7/8] vsock: Add lockless sendmsg() support
` [PATCH RFC net-next v4 8/8] tests: add vsock dgram tests

[PATCH v2] Drivers: hv: Change hv_free_hyperv_page() to take void * argument
 2023-06-27 16:58 UTC  (3+ messages)

[PATCH v2 00/24] use vmalloc_array and vcalloc
 2023-06-27 16:40 UTC  (3+ messages)
` [PATCH v2 22/24] net: mana: "

[PATCH 0/2 V3 net] net: mana: Fix MANA VF unload when host is unresponsive
 2023-06-27  8:45 UTC  (17+ messages)
` [PATCH 1/2 "
  ` [PATCH 2/2 "

[PATCH V2 0/9] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
 2023-06-27  3:22 UTC  (10+ messages)
` [PATCH V2 1/9] x86/hyperv: Add sev-snp enlightened guest static key
` [PATCH V2 2/9] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [PATCH V2 3/9] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [PATCH V2 4/9] drivers: hv: Mark percpu hvcall input arg "
` [PATCH V2 5/9] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp "
` [PATCH V2 6/9] clocksource: hyper-v: Mark hyperv tsc page unencrypted "
` [PATCH V2 7/9] x86/hyperv: Initialize cpu and memory for SEV-SNP "
` [PATCH V2 8/9] x86/hyperv: Add smp support for SEV-SNP guest
` [PATCH V2 9/9] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES

[Patch v3] net: mana: Batch ringing RX queue doorbell on receiving packets
 2023-06-26 23:57 UTC 

[PATCH v2] net: mana: Batch ringing RX queue doorbell on receiving packets
 2023-06-26 22:55 UTC  (5+ messages)

[PATCH AUTOSEL 5.4 5/6] scsi: storvsc: Always set no_report_opcodes
 2023-06-26 21:51 UTC 

[PATCH AUTOSEL 5.10 6/7] scsi: storvsc: Always set no_report_opcodes
 2023-06-26 21:51 UTC 

[PATCH AUTOSEL 5.15 7/9] scsi: storvsc: Always set no_report_opcodes
 2023-06-26 21:50 UTC 

[PATCH AUTOSEL 6.1 11/15] scsi: storvsc: Always set no_report_opcodes
 2023-06-26 21:50 UTC 

[PATCH AUTOSEL 6.3 11/16] scsi: storvsc: Always set no_report_opcodes
 2023-06-26 21:49 UTC 

[PATCH 00/26] use array_size
 2023-06-24 15:48 UTC  (3+ messages)
` [PATCH 22/26] net: mana: "

[PATCH V2 net] net: mana: Fix MANA VF unload when host is unresponsive
 2023-06-23 17:44 UTC  (3+ messages)

[PATCH v3] x86/hyperv: add noop functions to x86_init mpparse functions
 2023-06-23 16:28 UTC 

[PATCH] Drivers: hv: Change hv_free_hyperv_page() to take void * argument
 2023-06-23  3:09 UTC  (2+ messages)

[PATCH v2 0/5] UIO driver for low speed Hyper-V devices
 2023-06-22 18:12 UTC  (17+ messages)
` [PATCH v2 1/5] uio: Add hv_vmbus_client driver
    ` [EXTERNAL] "
` [PATCH v2 2/5] tools: hv: Add vmbus_bufring
    ` [EXTERNAL] "
` [PATCH v2 3/5] tools: hv: Add new fcopy application based on uio driver
` [PATCH v2 4/5] tools: hv: Remove hv_fcopy_daemon
` [PATCH v2 5/5] Drivers: hv: Remove fcopy driver

[PATCH v9 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
 2023-06-21 19:13 UTC  (3+ messages)
` [PATCH v9 1/2] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v9 2/2] x86/tdx: Support vmalloc() for tdx_enc_status_changed()

[PATCH] net: mana: Fix MANA VF unload when host is unresponsive
 2023-06-21 18:27 UTC  (3+ messages)

[PATCH v2 0/3] Do IRQ move cleanup with a timer instead of an IPI
 2023-06-21 17:12 UTC  (4+ messages)
` [PATCH v2 1/3] x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()
` [PATCH v2 2/3] x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callback
` [PATCH v2 3/3] tools: Get rid of IRQ_MOVE_CLEANUP_VECTOR from tools

[PATCH 07/11] sysctl: Add size to register_sysctl
 2023-06-21 11:16 UTC  (3+ messages)
  ` [PATCH 09/11] sysctl: Remove the end element in sysctl table arrays

[PATCH v8 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
 2023-06-21  0:28 UTC  (9+ messages)
` [PATCH v8 1/2] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v8 2/2] x86/tdx: Support vmalloc() for tdx_enc_status_changed()

[PATCH] x86/hyperv: Improve code for referencing hyperv_pcpu_input_arg
 2023-06-20 18:40 UTC 

[PATCH 0/3] Do IRQ move cleanup with a timer instead of an IPI
 2023-06-20 17:33 UTC  (10+ messages)
` [PATCH 1/3] x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()
` [PATCH 2/3] x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callback
` [PATCH 3/3] tools: Get rid of IRQ_MOVE_CLEANUP_VECTOR from tools

[PATCH v2] x86/hyperv: add noop functions to x86_init mpparse functions
 2023-06-20 10:09 UTC  (4+ messages)
  ` [EXTERNAL] "

[GIT PULL] Hyper-V fixes for 6.4-rc8
 2023-06-20  0:14 UTC  (2+ messages)

[PATCH v2 1/1] clocksource: hyper-v: Rework clocksource and sched clock setup
 2023-06-19 19:02 UTC 

[PATCH 1/1] clocksource: hyper-v: Rework clocksource and sched clock setup
 2023-06-19 17:41 UTC  (6+ messages)

Fwd: nvsp_rndis_pkt_complete error status and net_ratelimit: callbacks suppressed messages on 6.4.0rc4
 2023-06-19 17:19 UTC  (2+ messages)

[PATCH v7 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
 2023-06-19 16:23 UTC  (5+ messages)
` [PATCH v7 1/2] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v7 2/2] x86/tdx: Support vmalloc() for tdx_enc_status_changed()

[PATCH v4 0/5] pci-hyperv: Fix race condition bugs for fast device hotplug
 2023-06-18  3:06 UTC  (7+ messages)
` [PATCH v4 1/5] PCI: hv: Fix a race condition bug in hv_pci_query_relations()
` [PATCH v4 2/5] PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic
` [PATCH v4 3/5] PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev
` [PATCH v4 4/5] Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"
` [PATCH v4 5/5] PCI: hv: Add a per-bus mutex state_lock

[PATCH] net: mana: Batch ringing RX queue doorbell on receiving packets
 2023-06-16 18:54 UTC  (3+ messages)

[PATCH v3 1/1] RDMA/mana_ib: Add EQ interrupt support to mana ib driver
 2023-06-16  0:02 UTC  (3+ messages)

[PATCH v2 1/2] x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offline
 2023-06-15 11:40 UTC  (5+ messages)

[PATCH v3 0/6] pci-hyper: Fix race condition bugs for fast device hotplug
 2023-06-15  4:41 UTC  (13+ messages)
` [PATCH v3 1/6] PCI: hv: Fix a race condition bug in hv_pci_query_relations()
` [PATCH v3 2/6] PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic
` [PATCH v3 3/6] PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev
` [PATCH v3 4/6] Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"

[PATCH 1/1] scsi: storvsc: Always set no_report_opcodes
 2023-06-15  2:15 UTC  (2+ messages)

[PATCH v2 1/1] RDMA/mana_ib: Add EQ interrupt support to mana ib driver
 2023-06-13  7:29 UTC  (10+ messages)

[PATCH net-next] tcp: Make pingpong threshold tunable
 2023-06-12 22:05 UTC  (3+ messages)

[PATCH net-next,V2] net: mana: Add support for vlan tagging
 2023-06-12  8: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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).