linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/6] pci-hyper: fix race condition bugs for fast device hotplug
 2023-03-29  8:21 UTC  (14+ messages)
` [PATCH 1/6] PCI: hv: fix a race condition bug in hv_pci_query_relations()
  ` [EXTERNAL] "
` [PATCH 2/6] PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic
` [PATCH 3/6] PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev
` [PATCH 4/6] Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"
` [PATCH 5/6] PCI: hv: Add a per-bus mutex state_lock
` [PATCH 6/6] PCI: hv: Use async probing to reduce boot time

Słowa kluczowe do wypozycjonowania
 2023-03-29  7:29 UTC 

[PATCH 0/2] x86/hyperv: Exclude lazy TLB mode CPUs from enlightened TLB flushes
 2023-03-27 13:16 UTC  (3+ messages)
` [PATCH 1/2] x86/hyperv: Add callback filter to cpumask_to_vpset()
` [PATCH 2/2] x86/hyperv: Exclude lazy TLB mode CPUs from enlightened TLB flushes

[PATCH v3 0/5] Hyper-V VTL support
 2023-03-27  4:47 UTC  (14+ messages)
` [PATCH v3 1/5] x86/init: Make get/set_rtc_noop() public
` [PATCH v3 2/5] x86/hyperv: Add VTL specific structs and hypercalls
` [PATCH v3 3/5] x86/hyperv: Make hv_get_nmi_reason public
` [PATCH v3 4/5] x86/hyperv: VTL support for Hyper-V
` [PATCH v3 5/5] x86/Kconfig: Add HYPERV_VTL_MODE

[PATCH v7 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-03-26 13:52 UTC  (13+ messages)
` [PATCH v7 01/12] x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VM
` [PATCH v7 02/12] x86/hyperv: Reorder code to facilitate future work
` [PATCH v7 03/12] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [PATCH v7 04/12] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [PATCH v7 05/12] init: Call mem_encrypt_init() after Hyper-V hypercall init is done
` [PATCH v7 06/12] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [PATCH v7 07/12] swiotlb: Remove bounce buffer remapping for Hyper-V
` [PATCH v7 08/12] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [PATCH v7 09/12] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [PATCH v7 10/12] hv_netvsc: Remove second mapping of send and recv buffers
` [PATCH v7 11/12] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [PATCH v7 12/12] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH v6 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-03-25  0:04 UTC  (28+ messages)
` [PATCH v6 01/13] x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VM
` [PATCH v6 02/13] x86/hyperv: Reorder code to facilitate future work
` [PATCH v6 03/13] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [PATCH v6 04/13] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [PATCH v6 05/13] init: Call mem_encrypt_init() after Hyper-V hypercall init is done
` [PATCH v6 06/13] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [PATCH v6 07/13] swiotlb: Remove bounce buffer remapping for Hyper-V
` [PATCH v6 08/13] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [PATCH v6 09/13] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [PATCH v6 10/13] hv_netvsc: Remove second mapping of send and recv buffers
` [PATCH v6 11/13] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [PATCH v6 12/13] PCI: hv: Add hypercalls to read/write MMIO space
` [PATCH v6 13/13] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH 1/8] net: liquidio: Remove redundant pci_clear_master
 2023-03-24  9:20 UTC  (11+ messages)
` [PATCH 2/8] net: hisilicon: "
` [PATCH 3/8] net: cxgb4vf: "
` [PATCH 4/8] net/fungible: "
` [PATCH 5/8] net/mlx5: "
` [PATCH 6/8] net: mana: "
` [PATCH 7/8] ionic: "
` [PATCH 8/8] ethernet: ec_bhf: "

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

[PATCH v2 0/2] Hyper-V VTL support
 2023-03-21 18:01 UTC  (12+ messages)
` [PATCH v2 1/2] x86/init: Make get/set_rtc_noop() public
` [PATCH v2 2/2] x86/hyperv: VTL support for Hyper-V
          ` [EXTERNAL] "

[PATCH v9 0/5] Device tree support for Hyper-V VMBus driver
 2023-03-20 18:04 UTC  (7+ messages)
` [PATCH v9 1/5] drivers/clocksource/hyper-v: non ACPI support in hyperv clock
` [PATCH v9 2/5] ACPI: bus: Add stub acpi_sleep_state_supported() in non-ACPI cases
` [PATCH v9 3/5] Drivers: hv: vmbus: Convert acpi_device to more generic platform_device
` [PATCH v9 4/5] dt-bindings: bus: VMBus
` [PATCH v9 5/5] Driver: VMBus: Add Devicetree support

[PATCH net-next] net: mana: Add support for jumbo frame
 2023-03-20 15:21 UTC  (9+ messages)

[PATCH AUTOSEL 5.10 11/15] scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
 2023-03-20  0:55 UTC 

[PATCH AUTOSEL 5.15 13/17] scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
 2023-03-20  0:55 UTC 

[PATCH AUTOSEL 6.1 21/29] scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
 2023-03-20  0:54 UTC 

[PATCH AUTOSEL 6.2 22/30] scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
 2023-03-20  0:52 UTC 

[PATCH] x86/hyperv: Mark hv_ghcb_terminate() as noreturn
 2023-03-17 19:27 UTC  (14+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM?
 2023-03-17 18:07 UTC  (6+ messages)

[RFC PATCH] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_SYNTHETIC_REG_*
 2023-03-17 13:43 UTC  (6+ messages)

[PATCH 1/1] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-03-17 10:57 UTC  (2+ messages)

[PATCH v2] net: mana: Add new MANA VF performance counters for easier troubleshooting
 2023-03-17  8:10 UTC  (2+ messages)

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-03-15  6:40 UTC  (16+ messages)
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler
` [RFC PATCH V3 13/16] x86/sev: Add Check of #HV event in path
` [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths from #HV exception

[PATCH v8 0/5] Device tree support for Hyper-V VMBus driver
 2023-03-15  5:27 UTC  (8+ messages)
` [PATCH v8 1/5] drivers/clocksource/hyper-v: non ACPI support in hyperv clock
` [PATCH v8 2/5] ACPI: bus: Add stub acpi_sleep_state_supported() in non-ACPI cases
` [PATCH v8 3/5] Drivers: hv: vmbus: Convert acpi_device to more generic platform_device
` [PATCH v8 4/5] dt-bindings: bus: VMBus
` [PATCH v8 5/5] Driver: VMBus: Add Devicetree support

[PATCH] net: mana: Add new MANA VF performance counters for easier troubleshooting
 2023-03-14  6:12 UTC  (2+ messages)

[PATCH v7 0/5] Device tree support for Hyper-V VMBus driver
 2023-03-13 13:37 UTC  (14+ messages)
` [PATCH v7 4/5] dt-bindings: bus: VMBus
` [PATCH v7 5/5] Driver: VMBus: Add Devicetree support

[PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted
 2023-03-10 10:05 UTC  (20+ messages)

[PATCH 0/7] sysctl: slowly deprecate register_sysctl_table()
 2023-03-09 22:18 UTC  (13+ messages)
` [PATCH 2/7] ipmi: simplify sysctl registration
` [PATCH 3/7] hv: "
` [PATCH 4/7] md: "
` [PATCH 5/7] sgi-xp: "
` [PATCH 7/7] xen: simplify sysctl registration for balloon

[PATCH v4 00/12] x86/mtrr: fix handling with PAT but without MTRR
 2023-03-07 21:09 UTC  (3+ messages)
` [PATCH v4 04/12] x86/hyperv: set MTRR state when running as SEV-SNP Hyper-V guest

[PATCH] hv/hv_kvp_daemon: Add support for keyfile config based connection profile in NM
 2023-03-07  5:24 UTC  (3+ messages)

[PATCH v3] Drivers: vmbus: Check for channel allocation before looking up relids
 2023-03-06 15:28 UTC  (4+ messages)

[PATCH v3 0/6] Support TDX guests on Hyper-V
 2023-03-03  7:16 UTC  (4+ messages)
` [PATCH v3 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()

[PATCH 0/2] Hyper-V VTL support
 2023-03-03  5:54 UTC  (4+ messages)
` [PATCH 2/2] x86/hyperv: VTL support for Hyper-V


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).