linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-15 20:28:03 to 2023-02-07 07:50:10 UTC [more...]

[PATCH v4 0/6] Device tree support for Hyper-V VMBus driver
 2023-02-07  7:49 UTC  (7+ messages)
` [PATCH v4 1/6] drivers/clocksource/hyper-v: non ACPI support in hyperv clock
` [PATCH v4 2/6] Drivers: hv: allow non ACPI compilation for hv_is_hibernation_supported
` [PATCH v4 3/6] Drivers: hv: vmbus: Convert acpi_device to more generic platform_device
` [PATCH v4 4/6] dt-bindings: hypervisor: Rename virtio to hypervisor
` [PATCH v4 5/6] dt-bindings: hypervisor: VMBus
` [PATCH v4 6/6] Driver: VMBus: Add device tree support

[PATCH v3 0/6] Device tree support for Hyper-V VMBus driver
 2023-02-07  5:50 UTC  (9+ messages)
` [PATCH v3 1/6] drivers/clocksource/hyper-v: non ACPI support in hyperv clock
` [PATCH v3 2/6] Drivers: hv: allow non ACPI compilation for hv_is_hibernation_supported
` [PATCH v3 3/6] Drivers: hv: vmbus: Convert acpi_device to more generic platform_device
` [PATCH v3 4/6] dt-bindings: hypervisor: Rename virtio to hypervisor
` [PATCH v3 5/6] dt-bindings: hypervisor: VMBus
` [PATCH v3 6/6] Driver: VMBus: Add device tree support

[PATCH net,v3] net: mana: Fix accessing freed irq affinity_hint
 2023-02-07  2:33 UTC  (2+ messages)

[PATCH] clockevents/drivers/i8253: Do not zero timer counter in shutdown
 2023-02-07  1:14 UTC 

[PATCH] x86/hyperv: Pass on the lpj value from host to guest
 2023-02-06 20:49 UTC 

[PATCH net 1/1] hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMIC
 2023-02-06 20:11 UTC 

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-02-06 20:11 UTC  (39+ messages)
` [RFC PATCH V3 01/16] x86/hyperv: Add sev-snp enlightened guest specific config
` [RFC PATCH V3 02/16] x86/hyperv: Decrypt hv vp assist page in sev-snp enlightened guest
` [RFC PATCH V3 03/16] x86/hyperv: Set Virtual Trust Level in vmbus init message
` [RFC PATCH V3 04/16] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest
` [RFC PATCH V3 05/16] clocksource/drivers/hyper-v: decrypt hyperv tsc page "
` [RFC PATCH V3 06/16] x86/hyperv: decrypt vmbus pages for "
` [RFC PATCH V3 07/16] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V3 08/16] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V3 09/16] x86/hyperv: SEV-SNP enlightened guest don't support legacy rtc
` [RFC PATCH V3 10/16] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V3 11/16] x86/hyperv: Add hyperv-specific hadling for VMMCALL under SEV-ES
` [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 14/16] x86/sev: Initialize #HV doorbell and handle interrupt requests
` [RFC PATCH V3 15/16] x86/sev: optimize system vector processing invoked from #HV exception
` [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths "

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

[PATCH v2 0/6] Device tree support for Hyper-V VMBus driver
 2023-02-06 17:40 UTC  (32+ messages)
` [PATCH v2 1/6] drivers/clocksource/hyper-v: non ACPI support in hyperv clock
` [PATCH v2 2/6] Drivers: hv: allow non ACPI compilation for hv_is_hibernation_supported
` [PATCH v2 3/6] Drivers: hv: vmbus: Convert acpi_device to platform_device
` [PATCH v2 4/6] dt-bindings: hypervisor: Rename virtio to hypervisor
` [PATCH v2 5/6] dt-bindings: hypervisor: Add dt-bindings for VMBus
` [PATCH v2 6/6] Driver: VMBus: Add device tree support

[PATCH 0/9] HID: Constify lowlevel HID drivers
 2023-02-06 15:24 UTC  (17+ messages)
` [PATCH 1/9] HID: amd_sfh: Constify lowlevel HID driver
` [PATCH 2/9] HID: hyperv: "
` [PATCH 3/9] HID: logitech-dj: "
` [PATCH 4/9] HID: steam: "
` [PATCH 5/9] HID: intel-ish-hid: "
` [PATCH 6/9] HID: surface-hid: "
` [PATCH 7/9] platform/x86: asus-tf103c-dock: "
` [PATCH 8/9] platform/x86: asus-tf103c-dock: Constify toprow keymap
` [PATCH 9/9] staging: greybus: hid: Constify lowlevel HID driver

[PATCH] HV: hv_balloon: fix memory leak with using debugfs_lookup()
 2023-02-03  6:44 UTC  (3+ messages)

[PATCH net,v3] net: mana: Fix accessing freed irq affinity_hint
 2023-02-02 21:47 UTC 

[PATCH net,v2] net: mana: Fix accessing freed irq affinity_hint
 2023-02-02 19:54 UTC  (5+ messages)

[PATCH net 1/1] hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
 2023-02-02 19:24 UTC  (7+ messages)

[PATCH v5 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-02-02  5:49 UTC  (6+ messages)
` [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted

[PATCH 0/4] Device tree support for Hyper-V VMBus driver
 2023-02-01 10:53 UTC  (20+ messages)
` [PATCH 1/4] drivers/clocksource/hyper-v: non ACPI support in hyperv clock
` [PATCH 2/4] Drivers: hv: allow non ACPI compilation for hv_is_hibernation_supported
` [PATCH 3/4] Drivers: hv: vmbus: Device Tree support
` [PATCH 4/4] dt-bindings: hv: Add dt-bindings for VMBus

[RFC PATCH v1 0/6] Support nested SNP KVM guests on Hyper-V
 2023-01-30 17:25 UTC  (16+ messages)
` [RFC PATCH v1 1/6] x86/hyperv: Allocate RMP table during boot
` [RFC PATCH v1 2/6] x86/sev: Add support for NestedVirtSnpMsr
` [RFC PATCH v1 3/6] x86/sev: Maintain shadow rmptable on Hyper-V
` [RFC PATCH v1 4/6] x86/amd: Configure necessary MSRs for SNP during CPU init when running as a guest
` [RFC PATCH v1 5/6] iommu/amd: Don't fail snp_enable when running virtualized
` [RFC PATCH v1 6/6] crypto: ccp - Introduce quirk to always reclaim pages after SEV-legacy commands

unlocked access to struct irq_data->chip_data in pci_hyperv
 2023-01-30  9:47 UTC  (2+ messages)

[PATCH net, 0/2] Fix usage of irq affinity_hint
 2023-01-29 19:05 UTC  (11+ messages)
` [PATCH net, 1/2] net: mana: Fix hint value before free irq
` [PATCH net, 2/2] net: mana: Fix accessing freed irq affinity_hint

[PATCH net] net: mana: Fix IRQ name - add PCI and queue number
 2023-01-21  2:20 UTC  (3+ messages)

[Patch v4 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-01-20 12:42 UTC  (6+ messages)

[PATCH 08/11] fbdev/hyperv: use pci aperture helpers
 2023-01-17 18:42 UTC  (2+ messages)

[PATCH v3] Drivers: hv: Make remove callback of hyperv driver void returned
 2023-01-17 13:45 UTC  (2+ messages)

[PATCH] x86/hyperv: conditionally build hv_get_nested_reg()
 2023-01-17 13:12 UTC  (3+ messages)

[bug report] x86/hyperv: Add Write/Read MSR registers via ghcb page
 2023-01-17 11:06 UTC  (4+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2023-01-15 20:27 UTC  (4+ messages)
` [patch V2 30/46] x86/xen: Wrap XEN MSI management into irqdomain


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