linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-24 18:44:57 to 2025-04-12 04:29:52 UTC [more...]

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-12  4:28 UTC  (47+ messages)
` [RFC PATCH v1 01/15] x86/msr: Replace __wrmsr() with native_wrmsrl()
          ` [PATCH] x86/msr: Standardize on 'u32' MSR indices in <asm/msr.h>
` [RFC PATCH v1 02/15] x86/msr: Replace __rdmsr() with native_rdmsrl()
` [RFC PATCH v1 03/15] x86/msr: Simplify pmu_msr_{read,write}()
` [RFC PATCH v1 04/15] x86/msr: Let pv_cpu_ops.write_msr{_safe}() take an u64 instead of two u32
` [RFC PATCH v1 05/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrl(msr, value)
` [RFC PATCH v1 06/15] x86/msr: Remove MSR write APIs that take the MSR value in two u32 arguments
` [RFC PATCH v1 07/15] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v1 08/15] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v1 09/15] x86/opcode: Add immediate form MSR instructions to x86-opcode-map
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available
` [RFC PATCH v1 11/15] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [RFC PATCH v1 12/15] x86/msr: Use the alternatives mechanism to write MSR
` [RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
` [RFC PATCH v1 14/15] x86/extable: Add support for the immediate form MSR instructions
` [RFC PATCH v1 15/15] x86/msr: Move the ARGS macros after the MSR read/write APIs

[PATCH v3] hv/hv_kvp_daemon: Enable debug logs for hv_kvp_daemon
 2025-04-11 10:17 UTC  (2+ messages)

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

[PATCH hyperv-next 0/6] Confidential VMBus
 2025-04-11  0:03 UTC  (24+ messages)
` [PATCH hyperv-next 1/6] Documentation: hyperv: "
` [PATCH hyperv-next 2/6] drivers: hyperv: VMBus protocol version 6.0
` [PATCH hyperv-next 3/6] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next 4/6] arch: x86, drivers: hyperv: Enable confidential VMBus
` [PATCH hyperv-next 5/6] arch, drivers: Add device struct bitfield to not bounce-buffer
` [PATCH hyperv-next 6/6] drivers: SCSI: Do not bounce-bufffer for the confidential VMBus

vmbus CVE-2024-36912 CVE-2024-36913
 2025-04-10 19:22 UTC  (2+ messages)

[PATCH v1] tools/hv: update route parsing in kvp daemon
 2025-04-10 16:34 UTC  (3+ messages)

[PATCH v4 0/2] uio_hv_generic: Fix ring buffer sysfs creation path
 2025-04-10  6:08 UTC  (3+ messages)
` [PATCH v4 1/2] uio_hv_generic: Fix sysfs creation path for ring buffer
` [PATCH v4 2/2] Drivers: hv: Make the sysfs node size for the ring buffer dynamic

[patch V4 09/14] PCI/MSI: Switch msix_capability_init() to guard(msi_desc_lock)
 2025-04-09 18:38 UTC  (13+ messages)
` commit 7b025f3f85ed causes NULL pointer dereference

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

[PATCH v3 0/2] uio_hv_generic: Fix ring buffer sysfs creation path
 2025-04-07  8:37 UTC  (6+ messages)
` [PATCH v3 1/2] uio_hv_generic: Fix sysfs creation path for ring buffer
` [PATCH v3 2/2] Drivers: hv: Make the sysfs node size for the ring buffer dynamic

[PATCH] tools/hv: Memory Leak on realloc
 2025-04-07  7:14 UTC  (4+ messages)

[PATCH] Drivers: hv: Fix bad pointer dereference in hv_get_partition_id
 2025-04-07  5:42 UTC  (7+ messages)

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-04-04 13:05 UTC  (23+ messages)
` [PATCH v2 3/3] vhost/vsock: use netns of process that opens the vhost-vsock-netns device

[PATCH 0/2] mm: Explicitly check & doc fragsz limit
 2025-04-03 21:21 UTC  (3+ messages)
` [PATCH 1/2] mm: page_frag: Check fragsz at the beginning of __page_frag_alloc_align()
` [PATCH 2/2] docs/mm: Specify page frag size is not bigger than PAGE_SIZE

[PATCH RFC drm-next 0/1] Add support for drm_panic
 2025-04-03  7:23 UTC  (5+ messages)
` [PATCH RFC drm-next 1/1] drm/hyperv: "

[PATCH v2] hv/hv_kvp_daemon: Enable debug logs for hv_kvp_daemon
 2025-04-02  5:40 UTC  (5+ messages)

[PATCH v2 0/6] hyperv: Introduce new way to manage hypercall args
 2025-04-01 19:29 UTC  (8+ messages)
` [PATCH v2 4/6] Drivers: hv: Use hv_hvcall_*() to set up hypercall arguments
` [PATCH v2 5/6] PCI: "

[PATCH 0/3] Add support for speed in MANA ethtool
 2025-03-31  9:08 UTC  (17+ messages)
` [PATCH 1/3] net: mana: Add speed support in mana_get_link_ksettings
` [PATCH 2/3] net: mana: Implement set_link_ksettings in ethtool for speed
          ` [EXTERNAL] "

[patch V2 00/10] genirq/msi: Spring cleaning
 2025-03-28 14:05 UTC  (4+ messages)
` [patch V2 09/10] scsi: ufs: qcom: Remove the MSI descriptor abuse

[PATCH net,v2] net: mana: Switch to page pool for jumbo frames
 2025-03-28 13:50 UTC  (6+ messages)

[PATCH] hv/hv_kvp_daemon: Enable debug logs for hv_kvp_daemon
 2025-03-27  5:05 UTC  (5+ messages)

[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-26 15:37 UTC  (7+ messages)
` [PATCH hyperv-next v6 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v6 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

[GIT PULL] Hyper-V patches for 6.15
 2025-03-25 21:55 UTC  (2+ messages)

[PATCH v6 00/10] Introduce /dev/mshv root partition driver
 2025-03-25 18:02 UTC  (5+ messages)
` [PATCH v6 01/10] hyperv: Log hypercall status codes as strings

[Patch v3] uio_hv_generic: Set event for all channels on the device
 2025-03-25 17:59 UTC  (4+ messages)

[PATCH net] net: mana: Switch to page pool for jumbo frames
 2025-03-25 16:19 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH net-next v2 0/7] net: xdp: Add missing metadata support for some xdp drvs
 2025-03-25 13:28 UTC  (5+ messages)
` [PATCH net-next v2 4/7] net: octeontx2: Add metadata support for xdp mode


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