Linux-HyperV List
 help / color / mirror / Atom feed
 messages from 2026-05-29 23:14:29 to 2026-06-03 05:29:44 UTC [more...]

[PATCH net] hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf
 2026-06-03  5:29 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH net-next v11 0/6] net: mana: Per-vPort EQ and MSI-X management
 2026-06-03  0:36 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH v8 2/2] net: mana: force full-page RX buffers via ethtool private flag
 2026-06-02 20:42 UTC  (6+ messages)

[PATCH net-next v10 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-06-02 20:24 UTC  (3+ messages)
` [PATCH net-next v10 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH net-next v10 2/2] net: mana: force full-page RX buffers via ethtool private flag

[PATCH net-next] net: mana: Cache MANA_QUERY_LINK_CONFIG result to avoid repeated HWC queries
 2026-06-02 20:21 UTC  (3+ messages)

[PATCH net v3] net: mana: Optimize irq affinity for low vcpu configs
 2026-06-02 10:28 UTC  (2+ messages)

[PATCH v4 00/47] x86: Try to wrangle PV clocks vs. TSC
 2026-06-02  3:49 UTC  (6+ messages)
` [PATCH v4 01/47] x86/tsc: Never re-calibrate TSC frequency if its exact timing is known
  ` [PATCH v4 1/47] "
` [PATCH v4 02/47] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15

[PATCH] x86/hyperv: Cosmetic changes in irqdomain.c for readability
 2026-06-01 22:59 UTC  (2+ messages)

[PATCH v4 46/47] x86/kvmclock: Plumb in AP-online and BSP-resume to kvmlock, for documentation
 2026-06-01 22:09 UTC  (2+ messages)

[PATCH v4 30/47] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
 2026-06-01 22:09 UTC  (2+ messages)

[PATCH v4 31/47] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
 2026-06-01 22:09 UTC  (2+ messages)

[PATCH v4 18/47] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info
 2026-06-01 22:06 UTC  (2+ messages)

[PATCH v4 17/47] x86/kvm: Mark TSC as reliable when it's constant and nonstop
 2026-06-01 22:02 UTC  (2+ messages)

[PATCH v4 14/47] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
 2026-06-01 21:53 UTC  (2+ messages)

[PATCH v4 12/47] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
 2026-06-01 21:52 UTC  (2+ messages)

[PATCH v4 13/47] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
 2026-06-01 21:52 UTC  (2+ messages)

[PATCH v4 11/47] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
 2026-06-01 21:51 UTC  (2+ messages)

[PATCH v4 08/47] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
 2026-06-01 21:49 UTC  (2+ messages)
` [PATCH v4 8/47] "

[RFC PATCH 00/20] mshv: enable kexec with Hyper-V donated pages and partitions
 2026-06-01 20:15 UTC  (5+ messages)

[PATCH net-next] net: mana: Add Interrupt Moderation support
 2026-06-01 16:19 UTC  (4+ messages)

[PATCH v4 00/10] drm: Improve logic behind damage handling
 2026-06-01 14:01 UTC  (28+ messages)
` [PATCH v4 01/10] drm/damage-helper: Do not alter damage clips on modeset, but ignore them
` [PATCH v4 02/10] drm/atomic-helpers: Evaluate plane damage after atomic_check
` [PATCH v4 03/10] drm/ingenic: Remove calls to drm_atomic_helper_check_plane_damage()
` [PATCH v4 04/10] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
` [PATCH v4 05/10] drm/atomic_helper: Do not evaluate plane damage before atomic_check
` [PATCH v4 06/10] drm/damage-helper: Test src coord in drm_atomic_helper_check_plane_damage()
` [PATCH v4 07/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_iter_init()
` [PATCH v4 08/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_merged()
` [PATCH v4 09/10] drm/damage-helper: Rename state parameters in damage helpers
` [PATCH v4 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state

[PATCH v2 0/5] treewide: Convert buses to use generic driver_override
 2026-06-01  0:07 UTC  (2+ messages)

[PATCH v4 15/47] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
 2026-05-30 16:47 UTC 

[PATCH v4 26/47] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
 2026-05-30  7:08 UTC  (2+ messages)

[PATCH v4 21/47] x86/xen: Obtain TSC frequency from CPUID if present
 2026-05-30  6:35 UTC  (2+ messages)

[PATCH v4 20/47] x86/kvm: Get CPU base frequency from CPUID when it's available
 2026-05-30  6:24 UTC  (2+ messages)

[PATCH net v3 2/2] net: mana: Skip redundant detach on already-detached port
 2026-05-30  0:47 UTC  (2+ messages)

[PATCH net v3 1/2] net: mana: Add NULL guards in teardown path to prevent panic on attach failure
 2026-05-30  0:47 UTC  (2+ messages)

[PATCH net-next v11 1/6] net: mana: Create separate EQs for each vPort
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH net v2 1/2] net: mana: Add NULL guards in teardown path to prevent panic on attach failure
 2026-05-30  0:46 UTC  (2+ messages)

[PATCH net] net: mana: validate rx_req_idx to prevent out-of-bounds array access
 2026-05-30  0:44 UTC  (2+ messages)

[PATCH net v2] vsock: keep poll shutdown state consistent
 2026-05-30  0:44 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox