messages from 2025-04-12 04:29:52 to 2025-04-24 05:35:44 UTC [more...]
[PATCH v6 0/2] uio_hv_generic: Fix ring buffer sysfs creation path
2025-04-24 5:35 UTC (3+ messages)
` [PATCH v6 1/2] uio_hv_generic: Fix sysfs creation path for ring buffer
` [PATCH v6 2/2] Drivers: hv: Make the sysfs node size for the ring buffer dynamic
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-23 23:23 UTC (69+ messages)
` [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
` [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
` [RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
` [RFC PATCH v2 05/34] x86/msr: Return u64 consistently in Xen PMC read functions
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 07/34] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 09/34] x86/msr: Add the native_rdmsrq() helper
` [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
` [RFC PATCH v2 15/34] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [RFC PATCH v2 16/34] x86/msr: Change function type of native_read_msr_safe()
` [RFC PATCH v2 17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v2 18/34] x86/opcode: Add immediate form MSR instructions
` [RFC PATCH v2 19/34] x86/extable: Add support for "
` [RFC PATCH v2 20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
` [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
` [RFC PATCH v2 23/34] x86/extable: Remove new dead code in ex_handler_msr()
` [RFC PATCH v2 24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq()
` [RFC PATCH v2 25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace()
` [RFC PATCH v2 26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace()
` [RFC PATCH v2 27/34] x86/msr: Rename native_write_msr() to native_wrmsrq()
` [RFC PATCH v2 28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe()
` [RFC PATCH v2 29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace()
` [RFC PATCH v2 30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace()
` [RFC PATCH v2 31/34] x86/msr: Rename native_read_msr() to native_rdmsrq()
` [RFC PATCH v2 32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe()
` [RFC PATCH v2 33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs
` [RFC PATCH v2 34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses
[PATCH v2 0/3] net: mana: Add HTB Qdisc offload support
2025-04-23 21:57 UTC (11+ messages)
` [PATCH v2 1/3] net: mana: Add speed support in mana_get_link_ksettings
` [PATCH v2 2/3] net: mana: Add sched HTB offload support
` [EXTERNAL] "
` [PATCH v2 3/3] net: mana: Handle unsupported HWC commands
[PATCH 0/2] Fix uio_hv_generic on 64k page systems
2025-04-23 20:14 UTC (11+ messages)
` [PATCH 1/2] Drivers: hv: Allocate interrupt and monitor pages aligned to system page boundary
` [PATCH 2/2] uio_hv_generic: Use correct size for interrupt and monitor pages
[PATCH 1/1] Drivers: hv: Fix bad ref to hv_synic_eventring_tail when CPU goes offline
2025-04-23 17:50 UTC (2+ messages)
[PATCH v5 0/2] uio_hv_generic: Fix ring buffer sysfs creation path
2025-04-22 14:26 UTC (7+ messages)
` [PATCH v5 1/2] uio_hv_generic: Fix sysfs creation path for ring buffer
` [PATCH v5 2/2] Drivers: hv: Make the sysfs node size for the ring buffer dynamic
[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
2025-04-22 13:35 UTC (10+ messages)
[PATCH 0/2] Allow dyn pci vector allocation of MANA
2025-04-22 12:09 UTC (12+ messages)
` [PATCH 1/2] PCI: hv: enable pci_hyperv to allow dynamic vector allocation
` [PATCH 2/2] net: mana: Allow MANA driver to allocate PCI vector dynamically
[PATCH drm-next] drm/hyperv: Replace simple-KMS with regular atomic helpers
2025-04-22 7:24 UTC (2+ messages)
[PATCH v3 0/7] hyperv: Introduce new way to manage hypercall args
2025-04-21 23:27 UTC (11+ messages)
` [PATCH v3 1/7] Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments
` [PATCH v3 2/7] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 1
` [PATCH v3 3/7] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 2
` [PATCH v3 4/7] Drivers: hv: Use hv_hvcall_*() to set up hypercall arguments
` [PATCH v3 5/7] PCI: "
` [PATCH v3 6/7] Drivers: hv: Use hv_hvcall_*() to set up hypercall arguments for mshv code
` [PATCH v3 7/7] Drivers: hv: Replace hyperv_pcpu_input/output_arg with hyperv_pcpu_arg
Regarding commit a07b50d80ab62 ("hyperv: avoid dependency on screen_info")
2025-04-21 22:23 UTC
[PATCH 0/6] objtool: Detect and warn about indirect calls in __nocfi functions
2025-04-21 18:28 UTC (17+ messages)
` [PATCH 1/6] x86/nospec: JMP_NOSPEC
` [PATCH 2/6] x86/kvm/emulate: Implement test_cc() in C
` [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 0/3] net: mana: Add HTB Qdisc offload support
2025-04-18 16:53 UTC (10+ messages)
` [PATCH 1/3] net: mana: Add speed support in mana_get_link_ksettings
` [PATCH 2/3] net: mana: Add sched HTB offload support
` [PATCH 3/3] net: mana: Handle unsupported HWC commands
[PATCH hyperv-next v8 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-04-17 15:28 UTC (17+ messages)
` [PATCH hyperv-next v8 01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID
` [PATCH hyperv-next v8 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v8 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v8 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v8 05/11] arm64: hyperv: Initialize the Virtual Trust Level field
` [PATCH hyperv-next v8 06/11] arm64, x86: hyperv: Report the VTL the system boots in
` [PATCH hyperv-next v8 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties
` [PATCH hyperv-next v8 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v8 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()
` [PATCH hyperv-next v8 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v8 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
[RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
2025-04-17 11:10 UTC (3+ messages)
[PATCH 2/3] net: mana: Implement set_link_ksettings in ethtool for speed
2025-04-17 8:12 UTC (11+ messages)
` [EXTERNAL] "
[PATCH 0/2] mm: Explicitly check & doc fragsz limit
2025-04-16 14:11 UTC (5+ messages)
` [PATCH 1/2] mm: page_frag: Check fragsz at the beginning of __page_frag_alloc_align()
` [EXTERNAL] "
[PATCH v1] tools/hv: update route parsing in kvp daemon
2025-04-16 5:02 UTC (4+ messages)
[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
2025-04-15 17:07 UTC (13+ messages)
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available
[PATCH v4 0/2] uio_hv_generic: Fix ring buffer sysfs creation path
2025-04-15 16:21 UTC (9+ messages)
` [PATCH v4 1/2] uio_hv_generic: Fix sysfs creation path for ring buffer
[PATCH v4] hv/hv_kvp_daemon: Enable debug logs for hv_kvp_daemon
2025-04-15 11:19 UTC
[PATCH v3] hv/hv_kvp_daemon: Enable debug logs for hv_kvp_daemon
2025-04-15 2:56 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).