linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-24 21:15:15 to 2025-05-02 04:08:33 UTC [more...]

[PATCH hyperv-next v9 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-05-02  4:08 UTC  (13+ messages)
` [PATCH hyperv-next v9 01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID
` [PATCH hyperv-next v9 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v9 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v9 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v9 05/11] arm64: hyperv: Initialize the Virtual Trust Level field
` [PATCH hyperv-next v9 06/11] arm64, x86: hyperv: Report the VTL the system boots in
` [PATCH hyperv-next v9 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties
` [PATCH hyperv-next v9 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v9 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()
` [PATCH hyperv-next v9 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v9 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

[PATCH v2 0/3] fbdev: Add deferred I/O support for contiguous kernel memory framebuffers
 2025-05-02  4:05 UTC  (4+ messages)
` [PATCH v2 1/3] mm: Export vmf_insert_mixed_mkwrite()
` [PATCH v2 2/3] fbdev/deferred-io: Support contiguous kernel memory framebuffers
` [PATCH v2 3/3] fbdev: hyperv_fb: Fix mmap of framebuffers allocated using alloc_pages()

[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-05-01 18:59 UTC  (30+ messages)
` [PATCH v2 01/13] x86/kvm/emulate: Implement test_cc() in C
` [PATCH v2 02/13] x86/kvm/emulate: Introduce COP1
` [PATCH v2 03/13] x86/kvm/emulate: Introduce COP2
` [PATCH v2 04/13] x86/kvm/emulate: Introduce COP2R
` [PATCH v2 05/13] x86/kvm/emulate: Introduce COP2W
` [PATCH v2 06/13] x86/kvm/emulate: Introduce COP2CL
` [PATCH v2 07/13] x86/kvm/emulate: Introduce COP1SRC2
` [PATCH v2 08/13] x86/kvm/emulate: Introduce COP3WCL
` [PATCH v2 09/13] x86/kvm/emulate: Convert em_salc() to C
` [PATCH v2 10/13] x86/kvm/emulate: Remove fastops
` [PATCH v2 11/13] x86,hyperv: Clean up hv_do_hypercall()
` [PATCH v2 12/13] x86_64,hyperv: Use direct call to hypercall-page
` [PATCH v2 13/13] objtool: Validate kCFI calls

[PATCH v6 0/2] uio_hv_generic: Fix ring buffer sysfs creation path
 2025-05-01 16:05 UTC  (4+ messages)

[PATCH v2 0/3] Allow dyn MSI-X vector allocation of MANA
 2025-05-01 15:56 UTC  (17+ messages)
` [PATCH v2 1/3] PCI: Export pci_msix_prepare_desc() for dynamic MSI-X alloc
` [PATCH v2 2/3] PCI: hv: Allow dynamic MSI-X vector allocation
` [PATCH v2 3/3] net: mana: Allocate MSI-X vectors dynamically as required

[PATCH v4 00/15] MSR code cleanup part one
 2025-05-01  5:42 UTC  (24+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
    ` [PATCH v4A "
` [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v4 03/15] x86/msr: Remove rdpmc()
` [PATCH v4 04/15] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v4 05/15] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v4 06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v4 07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v4 08/15] x86/msr: Add the native_rdmsrq() helper
` [PATCH v4 09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v4 11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v4 12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v4 13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v4 14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()

[Patch v2 0/4] Fix uio_hv_generic on systems with >4k page sizes
 2025-05-01  1:56 UTC  (9+ messages)
` [Patch v2 1/4] Drivers: hv: Allocate interrupt and monitor pages aligned to system page boundary
` [Patch v2 2/4] uio_hv_generic: Use correct size for interrupt and monitor pages
` [Patch v2 3/4] uio_hv_generic: Adjust ring size according to system page alignment
` [Patch v2 4/4] Drivers: hv: Remove hv_free/alloc_* helpers

[PATCH hyperv-next v3] arch/x86: Provide the CPU number in the wakeup AP callback
 2025-04-30 22:39 UTC  (2+ messages)

[PATCH][next] PCI: hv: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-04-30 21:36 UTC  (3+ messages)

[PATCH hyperv-next v2] arch/x86: Provide the CPU number in the wakeup AP callback
 2025-04-30 20:09 UTC  (7+ messages)

[PATCH hyperv-next] arch/x86: Provide the CPU number in the wakeup AP callback
 2025-04-30 15:18 UTC  (3+ messages)

[PATCH hyperv-next v3] x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()
 2025-04-30 15:15 UTC  (3+ messages)

[PATCH 0/6] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-04-29 20:36 UTC  (27+ messages)
` [PATCH 3/6] x86/kvm/emulate: Avoid RET for fastops
` [PATCH 4/6] x86,hyperv: Clean up hv_do_hypercall()
` [PATCH 5/6] x86_64,hyperv: Use direct call to hypercall-page
` [PATCH 6/6] objtool: Validate kCFI calls

[PATCH hyperv-next v8 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-04-28 19:24 UTC  (7+ messages)
` [PATCH hyperv-next v8 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v8 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

[PATCH hyperv-next v2] x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()
 2025-04-28 17:44 UTC  (3+ messages)

[PATCH hyperv-next] x86/hyperv: Fix APIC ID and VP ID confusion in hv_snp_boot_ap()
 2025-04-28 17:29 UTC  (13+ messages)
  ` [EXTERNAL] "

[GIT PULL] Hyper-V fixes for 6.15-rc5
 2025-04-28 16:34 UTC  (2+ messages)

[PATCH drm-next v3] drm/hyperv: Replace simple-KMS with regular atomic helpers
 2025-04-27 10:18 UTC 

[PATCH v3 00/14] MSR code cleanup part one
 2025-04-27  9:26 UTC  (24+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v3 02/14] x86/msr: Remove rdpmc()
` [PATCH v3 03/14] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v3 04/14] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v3 05/14] x86/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v3 06/14] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v3 07/14] x86/msr: Add the native_rdmsrq() helper
` [PATCH v3 08/14] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v3 11/14] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v3 12/14] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v3 13/14] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v3 14/14] x86/msr: Change the function type of native_read_msr_safe()

[PATCH drm-next v2] drm/hyperv: Replace simple-KMS with regular atomic helpers
 2025-04-27  7:29 UTC  (4+ messages)

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-25 20:12 UTC  (22+ messages)
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR

[PATCH 0/2] Allow dyn pci vector allocation of MANA
 2025-04-25  7:29 UTC  (4+ messages)
` [PATCH 2/2] net: mana: Allow MANA driver to allocate PCI vector dynamically

[PATCH v4] hv/hv_kvp_daemon: Enable debug logs for hv_kvp_daemon
 2025-04-25  7:04 UTC  (2+ messages)

[PATCH hyperv-next 0/6] Confidential VMBus
 2025-04-25  6:31 UTC  (3+ messages)
` [PATCH hyperv-next 1/6] Documentation: hyperv: "

[PATCH 1/1] Drivers: hv: Fix bad ref to hv_synic_eventring_tail when CPU goes offline
 2025-04-25  6:25 UTC  (3+ messages)

[PATCH 0/3] net: mana: Add HTB Qdisc offload support
 2025-04-25  6:23 UTC  (8+ messages)
` [PATCH 2/3] net: mana: Add sched HTB "

[PATCH v1] tools/hv: update route parsing in kvp daemon
 2025-04-25  6:07 UTC  (5+ 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).