messages from 2023-08-11 14:09:44 to 2023-08-24 14:46:34 UTC [more...]
[PATCH v3 00/10] Support TDX guests on Hyper-V (the Hyper-V specific part)
2023-08-24 14:45 UTC (20+ messages)
` [PATCH v3 01/10] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v3 02/10] x86/hyperv: Support hypercalls for fully enlightened "
` [PATCH v3 03/10] Drivers: hv: vmbus: Support "
` [PATCH v3 04/10] x86/hyperv: Fix serial console interrupts for "
` [PATCH v3 05/10] Drivers: hv: vmbus: Support >64 VPs for a fully enlightened TDX/SNP VM
` [PATCH v3 06/10] x86/hyperv: Introduce a global variable hyperv_paravisor_present
` [PATCH v3 07/10] Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisor
` [PATCH v3 08/10] x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM "
` [PATCH v3 09/10] x86/hyperv: Remove hv_isolation_type_en_snp
` [PATCH v3 10/10] x86/hyperv: Move the code in ivm.c around to avoid unnecessary ifdef's
[PATCH] x86/hyperv: Remove duplicate include
2023-08-24 8:03 UTC
linux-next: Tree for Aug 23 (hyperv)
2023-08-24 4:33 UTC (3+ messages)
[PATCH 0/9] Support TDX guests on Hyper-V (the Hyper-V specific part)
2023-08-23 17:40 UTC (17+ messages)
` [PATCH 1/9] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH 2/9] x86/hyperv: Support hypercalls for fully enlightened "
` [PATCH 3/9] Drivers: hv: vmbus: Support "
` [PATCH 4/9] x86/hyperv: Fix serial console interrupts for "
` [PATCH 5/9] Drivers: hv: vmbus: Support >64 VPs for a fully enlightened TDX/SNP VM
` [PATCH 6/9] x86/hyperv: Introduce a global variable hyperv_paravisor_present
` [PATCH 7/9] Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisor
` [PATCH 8/9] x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM "
` [PATCH 9/9] x86/hyperv: Remove hv_isolation_type_en_snp
[PATCH v2 00/15] Introduce /dev/mshv drivers
2023-08-23 7:40 UTC (36+ messages)
` [PATCH v2 01/15] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_MSR_*
` [PATCH v2 02/15] mshyperv: Introduce hv_get_hypervisor_version function
` [PATCH v2 03/15] mshyperv: Introduce numa_node_to_proximity_domain_info
` [PATCH v2 04/15] asm-generic/mshyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v2 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH v2 06/15] hyperv-tlfs: Introduce hv_status_to_string and hv_status_to_errno
` [PATCH v2 07/15] Drivers: hv: Move hv_call_deposit_pages and hv_call_create_vp to common code
` [PATCH v2 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v2 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c
` [PATCH v2 10/15] x86: hyperv: Add mshv_handler irq handler and setup function
` [PATCH v2 11/15] Drivers: hv: export vmbus_isr, hv_context and hv_post_message
` [PATCH v2 12/15] Documentation: Reserve ioctl number for mshv driver
` [PATCH v2 13/15] uapi: hyperv: Add mshv driver headers hvhdk.h, hvhdk_mini.h, hvgdk.h, hvgdk_mini.h
` [PATCH v2 14/15] asm-generic: hyperv: Use mshv headers conditionally. Add asm-generic/hyperv-defs.h
` [PATCH v2 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V
[PATCH] x86/hyperv: Fix undefined reference to isolation_type_en_snp without CONFIG_HYPERV
2023-08-23 5:42 UTC (2+ messages)
[PATCH] x86/hyperv: Add missing 'inline' to hv_snp_boot_ap() stub
2023-08-23 5:41 UTC (3+ messages)
[PATCH v2 0/9] Support TDX guests on Hyper-V (the Hyper-V specific part)
2023-08-23 4:30 UTC (17+ messages)
` [PATCH v2 1/9] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v2 2/9] x86/hyperv: Support hypercalls for fully enlightened "
` [PATCH v2 3/9] Drivers: hv: vmbus: Support "
` [PATCH v2 4/9] x86/hyperv: Fix serial console interrupts for "
` [PATCH v2 5/9] Drivers: hv: vmbus: Support >64 VPs for a fully enlightened TDX/SNP VM
` [PATCH v2 6/9] x86/hyperv: Introduce a global variable hyperv_paravisor_present
` [PATCH v2 7/9] Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisor
` [PATCH v2 8/9] x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM "
` [PATCH v2 9/9] x86/hyperv: Remove hv_isolation_type_en_snp
[PATCH v7 0/8] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
2023-08-23 3:08 UTC (13+ messages)
` [PATCH v7 1/8] x86/hyperv: Add sev-snp enlightened guest static key
` [PATCH v7 2/8] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [PATCH v7 3/8] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [PATCH v7 4/8] drivers: hv: Mark percpu hvcall input arg "
` [PATCH v7 5/8] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp "
` [PATCH v7 6/8] clocksource: hyper-v: Mark hyperv tsc page unencrypted "
` [PATCH v7 7/8] x86/hyperv: Add smp support for SEV-SNP guest
` [PATCH v7 8/8] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES
[PATCH v10 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
2023-08-22 16:47 UTC (5+ messages)
` [PATCH v10 1/2] x86/tdx: Retry partially-completed page conversion hypercalls
` [PATCH v10 2/2] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
[Patch v4 0/4] RDMA/mana_ib
2023-08-22 15:54 UTC (6+ messages)
` [Patch v4 1/4] RDMA/mana_ib : Rename all mana_ib_dev type variables to mib_dev
` [Patch v4 2/4] RDMA/mana_ib : Register Mana IB device with Management SW
` [Patch v4 3/4] RDMA/mana_ib : Create adapter and Add error eq
` [Patch v4 4/4] RDMA/mana_ib : Query adapter capabilities
[PATCH v2] PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation
2023-08-22 13:06 UTC (8+ messages)
[PATCH v4 0/3] UIO driver for low speed Hyper-V devices
2023-08-22 11:48 UTC (4+ messages)
` [EXTERNAL] "
[PATCH AUTOSEL 5.15 2/4] vmbus_testing: fix wrong python syntax for integer value comparison
2023-08-22 11:31 UTC
[PATCH AUTOSEL 5.10 2/4] vmbus_testing: fix wrong python syntax for integer value comparison
2023-08-22 11:32 UTC
[PATCH AUTOSEL 6.1 2/9] vmbus_testing: fix wrong python syntax for integer value comparison
2023-08-22 11:31 UTC
[PATCH AUTOSEL 6.4 02/10] vmbus_testing: fix wrong python syntax for integer value comparison
2023-08-22 11:31 UTC (2+ messages)
` [PATCH AUTOSEL 6.4 10/10] x86/hyperv: add noop functions to x86_init mpparse functions
[PATCH v2] hv: hyperv.h: Replace one-element array with flexible-array member
2023-08-22 1:20 UTC (3+ messages)
[PATCH] Drivers: hv: vmbus: Don't dereference ACPI root object handle
2023-08-22 1:18 UTC (3+ messages)
[PATCH v3] hv/hv_kvp_daemon: Add support for keyfile config based connection profile in NM
2023-08-21 13:45 UTC (11+ messages)
[PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
2023-08-18 14:18 UTC (3+ messages)
` [06/12] "
Pytanie o samochód
2023-08-18 8:15 UTC
[PATCH 00/15] Introduce /dev/mshv drivers
2023-08-17 17:57 UTC (18+ messages)
` [PATCH 02/15] mshyperv: Introduce hv_get_hypervisor_version
` [PATCH 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common
` [PATCH 14/15] asm-generic: hyperv: Use mshv headers conditionally. Add asm-generic/hyperv-defs.h
` [PATCH 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V
[PATCH v6 0/8] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
2023-08-16 21:43 UTC (18+ messages)
` [PATCH v6 1/8] x86/hyperv: Add sev-snp enlightened guest static key
` [PATCH v6 2/8] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [PATCH v6 3/8] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [PATCH v6 4/8] drivers: hv: Mark percpu hvcall input arg "
` [PATCH v6 5/8] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp "
` [PATCH v6 6/8] clocksource: hyper-v: Mark hyperv tsc page unencrypted "
` [PATCH v6 7/8] x86/hyperv: Add smp support for SEV-SNP guest
` [PATCH v6 8/8] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES
[PATCH] PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation
2023-08-16 4:55 UTC (4+ messages)
[RFC PATCH 1/1] x86/mm: Mark CoCo VM pages invalid while moving between private and shared
2023-08-16 2:54 UTC (3+ messages)
[PATCH v4 1/1] RDMA/mana_ib: Add EQ interrupt support to mana ib driver
2023-08-15 22:51 UTC (11+ messages)
` [EXTERNAL] "
[PATCH RFC 0/2] hyperv: Use raw_spinlock_t when not sleepable
2023-08-15 18:44 UTC (2+ messages)
[PATCH] hv: hyperv.h: Replace one-element array with flexible-array member
2023-08-15 16:12 UTC (7+ messages)
[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
2023-08-12 8:01 UTC (5+ messages)
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
[PATCH] hv_balloon: Update the balloon driver to use the SBRM API
2023-08-14 17:45 UTC (4+ messages)
[PATCH v1 net] page_pool: Cap queue size to 32k
2023-08-14 8:55 UTC (5+ messages)
` [EXT] "
[PATCH -next] hv_netvsc: Remove duplicated include
2023-08-14 7:24 UTC (4+ messages)
[PATCH V5 0/8] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
2023-08-11 22:16 UTC (5+ messages)
` [PATCH V5 2/8] x86/hyperv: Set Virtual Trust Level in VMBus init message
[PATCH v2] hv_balloon: Update the balloon driver to use the SBRM API
2023-08-11 21:07 UTC (2+ messages)
[PATCH RESEND v9 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
2023-08-11 19:08 UTC (7+ messages)
` [PATCH RESEND v9 1/2] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH RESEND v9 2/2] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
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).