linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-11 05:55:40 to 2023-04-28 16:53:22 UTC [more...]

[PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams
 2023-04-28 10:43 UTC  (18+ messages)
` [PATCH RFC net-next v2 1/4] virtio/vsock: support dgram
` [PATCH RFC net-next v2 2/4] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v2 3/4] vsock: Add lockless sendmsg() support
` [PATCH RFC net-next v2 4/4] tests: add vsock dgram tests

[GIT PULL] Hyper-V commits for 6.4
 2023-04-28  0:31 UTC  (2+ messages)

[PATCH net-next, 0/2] Update coding style and check alloc_frag
 2023-04-25  1:10 UTC  (5+ messages)
` [PATCH net-next, 1/2] net: mana: Rename mana_refill_rxoob and remove some empty lines
` [PATCH net-next, 2/2] net: mana: Check if netdev/napi_alloc_frag returns single page

[PATCH v3 0/6] pci-hyper: Fix race condition bugs for fast device hotplug
 2023-04-24 20:50 UTC  (11+ 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 v3 5/6] PCI: hv: Add a per-bus mutex state_lock
` [PATCH v3 6/6] PCI: hv: Use async probing to reduce boot time

[PATCH] x86/hyperv/vtl: Add noop for realmode pointers
 2023-04-24 10:10 UTC 

[PATCH v2] hv/hv_kvp_daemon: Add support for keyfile config based connection profile in NM
 2023-04-22 11:55 UTC  (2+ messages)

[PATCH v5 0/6] Support TDX guests on Hyper-V
 2023-04-22  2:17 UTC  (7+ messages)
` [PATCH v5 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v5 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v5 3/6] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v5 4/6] x86/hyperv: Support hypercalls for "
` [PATCH v5 5/6] Drivers: hv: vmbus: Support "
` [PATCH v5 6/6] x86/hyperv: Fix serial console interrupts for "

[PATCH v4 0/6] Support TDX guests on Hyper-V
 2023-04-22  1:05 UTC  (20+ messages)
` [PATCH v4 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v4 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v4 3/6] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v4 4/6] x86/hyperv: Support hypercalls for "
` [PATCH v4 5/6] Drivers: hv: vmbus: Support "
` [PATCH v4 6/6] x86/hyperv: Fix serial console interrupts for "

[PATCH v2] PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_arg
 2023-04-21 21:25 UTC  (4+ messages)

[PATCH] PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_arg
 2023-04-21  1:36 UTC  (4+ messages)

[PATCH v4] Drivers: hv: move panic report code from vmbus to hv early init code
 2023-04-20 23:04 UTC  (2+ messages)

[PATCH] Drivers: hv: vmbus: Remove unnecessary (void*) conversions
 2023-04-20 21:59 UTC  (2+ messages)

[PATCH v3] Drivers: hv: move panic report code from vmbus to hv early init code
 2023-04-20 20:33 UTC  (3+ messages)

[PATCH AUTOSEL 5.15 3/7] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-04-20 11:03 UTC 

[PATCH AUTOSEL 6.1 04/15] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-04-20 11:02 UTC 

[PATCH AUTOSEL 6.2 04/17] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-04-20 11:01 UTC 

Słowa kluczowe do wypozycjonowania
 2023-04-20  8:05 UTC 

[PATCH v2] Drivers: hv: move panic report code from vmbus to hv early init code
 2023-04-19 20:45 UTC  (5+ messages)

[PATCH] net: hyperv: select CONFIG_NLS for mac address setting
 2023-04-19 19:25 UTC  (3+ messages)

linux-next: build failure after merge of the hyperv tree
 2023-04-18 18:34 UTC  (2+ messages)

[PATCH 0/2] Fix for applied series [PATCH v5 0/5] Hyper-V VTL support
 2023-04-18 17:27 UTC  (6+ messages)
` [PATCH 1/2] x86/init: Remove static for get/set_rtc_noop()
` [PATCH 2/2] x86/hyperv: Allow hv_get_nmi_reason compilation irrespective of HYPERV config

linux-next: build failure after merge of the hyperv tree
 2023-04-18 17:24 UTC  (2+ messages)

[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-18 14:12 UTC  (32+ messages)
` [RFC PATCH V4 02/17] Drivers: hv: vmbus: Decrypt vmbus ring buffer
` [RFC PATCH V4 03/17] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [RFC PATCH V4 06/17] x86/hyperv: decrypt VMBus pages for sev-snp enlightened guest
` [RFC PATCH V4 07/17] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V4 08/17] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V4 10/17] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V4 13/17] x86/sev: Add Check of #HV event in path
` [RFC PATCH V4 14/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv

[PATCH V3,net-next, 0/4] net: mana: Add support for jumbo frame
 2023-04-17 19:52 UTC  (19+ messages)
` [PATCH V3,net-next, 1/4] net: mana: Use napi_build_skb in RX path
` [PATCH V3,net-next, 2/4] net: mana: Refactor RX buffer allocation code to prepare for various MTU
` [PATCH V3,net-next, 3/4] net: mana: Enable RX path to handle various MTU sizes
` [PATCH V3,net-next, 4/4] net: mana: Add support for jumbo frame

[PATCH v5 0/5] Hyper-V VTL support
 2023-04-17 19:26 UTC  (12+ messages)
` [PATCH v5 1/5] x86/init: Make get/set_rtc_noop() public
` [PATCH v5 2/5] x86/hyperv: Add VTL specific structs and hypercalls
` [PATCH v5 3/5] x86/hyperv: Make hv_get_nmi_reason public
` [PATCH v5 4/5] Drivers: hv: Kconfig: Add HYPERV_VTL_MODE
` [PATCH v5 5/5] x86/hyperv: VTL support for Hyper-V

W sprawie samochodu
 2023-04-17  8:00 UTC 

[PATCH v2 00/11] Sprinkle more __noreturn
 2023-04-15  7:19 UTC  (15+ messages)
` [PATCH v2 01/11] init: Mark [arch_call_]rest_init() __noreturn
` [PATCH v2 02/11] init: Mark start_kernel() __noreturn
` [PATCH v2 03/11] x86/head: Mark *_start_kernel() __noreturn
` [PATCH v2 04/11] arm64/cpu: Mark cpu_park_loop() and friends __noreturn
` [PATCH v2 05/11] cpu: Mark panic_smp_self_stop() __noreturn
` [PATCH v2 06/11] cpu: Mark nmi_panic_self_stop() __noreturn
` [PATCH v2 07/11] objtool: Include weak functions in global_noreturns check
` [PATCH v2 08/11] btrfs: Mark btrfs_assertfail() __noreturn
` [PATCH v2 09/11] x86/cpu: Mark {hlt,resume}_play_dead() __noreturn
` [PATCH v2 10/11] scsi: message: fusion: Mark mpt_halt_firmware() __noreturn
` [PATCH v2 11/11] x86/hyperv: Mark hv_ghcb_terminate() as noreturn

[PATCH 0/2] Fix MSI interrupts for nested Hyper-V root partition
 2023-04-14  7:28 UTC  (7+ messages)
` [PATCH 1/2] x86/hyperv: Expose an helper to map PCI interrupts

[PATCH] x86/hyperv: Fix IRQ effective cpu discovery for the interrupts unmasking
 2023-04-12 20:29 UTC 

[PATCH] clockevents/drivers/i8253: Do not zero timer counter in shutdown
 2023-04-14  5:17 UTC  (5+ messages)

[PATCH 1/1] x86/irq: Add hardcoded hypervisor interrupts to /proc/stat
 2023-04-13 23:19 UTC  (6+ messages)

[PATCH] Drivers: hv: move panic report code from vmbus to hv early init code
 2023-04-13 22:31 UTC  (3+ messages)

[PATCH] PCI: hv: Use nested hypercall for retargeting interrupts
 2023-04-13 15:34 UTC  (4+ messages)

[PATCH AUTOSEL 5.15 3/8] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-04-13  2:37 UTC 

[PATCH AUTOSEL 6.1 04/17] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-04-13  2:36 UTC 

[PATCH AUTOSEL 6.2 04/20] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-04-13  2:35 UTC 

[PATCH 0/2] x86/hyperv: Exclude lazy TLB mode CPUs from enlightened TLB flushes
 2023-04-13  1:34 UTC  (2+ messages)

[PATCH] hv/hv_kvp_daemon: Add support for keyfile config based connection profile in NM
 2023-04-13  1:31 UTC  (4+ messages)

[PATCH] Drivers: hv: vmbus: Remove the per-CPU post_msg_page
 2023-04-13  1:20 UTC  (4+ messages)

[PATCH] clocksource: hyper-v: make sure Invariant-TSC is used if it is available
 2023-04-13  1:17 UTC  (3+ messages)

[PATCH v7 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-04-13  1:05 UTC  (2+ messages)

[PATCH 00/12] Sprinkle more __noreturn
 2023-04-12 23:26 UTC  (5+ messages)
` [PATCH 02/11] init: Mark start_kernel() __noreturn

[PATCH V2,net-next, 0/3] net: mana: Add support for jumbo frame
 2023-04-12 14:38 UTC  (11+ messages)
` [PATCH V2,net-next, 1/3] net: mana: Use napi_build_skb in RX path
` [PATCH V2,net-next, 2/3] net: mana: Enable RX path to handle various MTU sizes
` [PATCH V2,net-next, 3/3] net: mana: Add support for jumbo frame

[PATCH v2 0/6] pci-hyper: Fix race condition bugs for fast device hotplug
 2023-04-11 17:31 UTC  (6+ messages)
` [PATCH v2 6/6] PCI: hv: Use async probing to reduce boot time

[PATCH v1 2/2] swiotlb: Fix slot alignment checks
 2023-04-11 15:46 UTC  (10+ 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).