messages from 2026-07-30 22:45:41 to 2026-08-07 13:52:02 UTC [more...]
[PATCH v1 00/13] mshv: add SEV-SNP support for MSHV root partitions
2026-08-07 13:51 UTC (3+ messages)
` [PATCH v1 01/13] mshv: add SEV-SNP UAPI definitions
` [PATCH v1 02/13] mshv: add SEV-SNP PSP request hypercall
[PATCH net] net: mana: fix reset work race with device removal
2026-08-07 12:49 UTC (4+ messages)
` [EXTERNAL] "
[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-08-07 0:08 UTC (57+ messages)
` [PATCH v6 01/51] x86/apic: Provide helpers to set local APIC timer frequency in hz and khz
` [PATCH v6 02/51] x86/apic: Add CONFIG_X86_LOCAL_APIC=n stubs for APIC timer frequency APIs
` [PATCH v6 03/51] x86/tsc: Ensure that TSC recalibration doesn't run if TSC frequency is known
` [PATCH v6 04/51] x86/tsc: Restrict recalibrate_cpu_khz() export to p4-clockmod and powernow-k7
` [PATCH v6 05/51] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v6 06/51] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v6 07/51] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v6 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v6 09/51] x86/tsc: Add a standalone helper for getting TSC info from CPUID.0x15
` [PATCH v6 10/51] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v6 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v6 12/51] x86/acrn: Register TSC/CPU frequency callbacks iff frequency is actually in CPUID
` [PATCH v6 13/51] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v6 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v6 15/51] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v6 16/51] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v6 17/51] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v6 18/51] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v6 19/51] x86/kvmclock: Drop dead check on TSC being unstable during kvmclock_init()
` [PATCH v6 20/51] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v6 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v6 22/51] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v6 23/51] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v6 24/51] x86/kvm: Get CPU base frequency from CPUID when it's available
` [PATCH v6 25/51] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v6 26/51] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v6 27/51] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v6 28/51] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v6 29/51] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v6 30/51] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v6 31/51] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v6 32/51] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v6 33/51] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
` [PATCH v6 34/51] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
` [PATCH v6 35/51] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v6 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v6 37/51] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v6 38/51] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v6 39/51] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v6 40/51] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v6 41/51] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v6 42/51] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v6 43/51] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v6 44/51] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v6 45/51] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v6 46/51] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v6 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v6 48/51] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v6 49/51] x86/kvmclock: Plumb in AP-online and BSP-resume to kvmlock, for documentation
` [PATCH v6 50/51] x86/paravirt: Move using_native_sched_clock() stub into timer.h
` [PATCH v6 51/51] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info
[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-08-06 22:18 UTC (4+ messages)
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
[PATCH v3 0/3] Drivers: hv: decrypt netvsc buffers on contiguous direct-map addresses
2026-08-06 21:33 UTC (4+ messages)
` [PATCH v3 1/3] Drivers: hv: vmbus: add vmbus_establish_gpadl_caller_decrypted()
` [PATCH v3 2/3] hv: vmbus: Add vmbus_alloc_buffer()/vmbus_free_buffer() for CoCo VMs
` [PATCH v3 3/3] hv_netvsc: Allocate host-visible GPADL buffers using vmbus_alloc_buffer()
[PATCH v2 0/2] Drivers: hv: decrypt netvsc buffers on contiguous direct-map addresses
2026-08-06 20:06 UTC (7+ messages)
` [PATCH v2 1/2] Drivers: hv: vmbus: add vmbus_establish_gpadl_caller_decrypted()
` [PATCH v2 2/2] hv_netvsc: Allocate host-visible GPADL buffers as decrypted contiguous chunks
[PATCH net-next v3] net: mana: Extend RX CQE coalescing up to 8 packets
2026-08-06 18:55 UTC (2+ messages)
[PATCH net v3 0/6] net: mana: HW channel reliability and hardening fixes
2026-08-06 17:24 UTC (19+ messages)
` [PATCH net v3 1/6] net: mana: RCU-protect gc->cq_table lookups against concurrent CQ destroy
` [PATCH net v3 2/6] net: mana: fix HWC RQ/SQ buffer size swap
` [PATCH net v3 3/6] net: mana: free HWC comp_buf after destroying the EQ
` [PATCH net v3 4/6] net: mana: validate hardware-supplied values in the HWC RX path
` [PATCH net v3 5/6] net: mana: fix HWC teardown safety with setup_active flag and destroy ordering
` [PATCH net v3 6/6] net: mana: fix stale HWC response after command timeout
[RFC PATCH 1/1] x86/VMBus: DMA transfer with encrypted memory in Coco VM
2026-08-06 15:14 UTC (7+ messages)
[PATCH net] net: mana: fix reset work race with device removal
2026-08-06 14:20 UTC (2+ messages)
[PATCH rdma-next] RDMA/mana_ib: Retain create CQ flags field name
2026-08-06 11:07 UTC (6+ messages)
[PATCH v2 0/6] Remove support for Windows Server 2012/2012R2 & Win8/Win8.1 versions of Hyper-V
2026-08-05 21:04 UTC (11+ messages)
` [PATCH v2 1/6] Drivers: hv: Remove support for WS2012/2012R2 & Win8/8.1 version "
` [PATCH v2 2/6] hv_sock: Remove check for old Hyper-V hosts
` [PATCH v2 3/6] hv_netvsc: Remove GPADL teardown special case "
` [PATCH v2 4/6] drm_hyperv: Remove support for synth video protocol of "
` [PATCH v2 5/6] scsi: storvsc: Remove support for storvsc "
` [PATCH v2 6/6] clocksource: hyper-v: Remove support for stimer interrupts in message mode
[PATCH net-next v2] net: mana: Extend RX CQE coalescing up to 8 packets
2026-08-05 18:57 UTC (5+ messages)
` [EXTERNAL] "
[RFC PATCH 0/2] Drivers: hv: decrypt netvsc buffers on contiguous direct-map addresses
2026-08-05 17:36 UTC (9+ messages)
` [RFC PATCH 2/2] hv_netvsc: back GPADL buffers with kmalloc + decrypt + vmap
[PATCH v2 1/1] Drivers: hv: vmbus: Skip VMBus module cleanup for non-nested root partition
2026-08-05 17:28 UTC (3+ messages)
[PATCH 1/1] Drivers: hv: vmbus: Fail VMBus module init for non-nested root partition
2026-08-05 17:24 UTC (8+ messages)
[PATCH v5 0/9] PCI passthru on Hyper-V
2026-08-05 12:48 UTC (20+ messages)
` [PATCH v5 1/9] mshv: Provide a way to get partition ID if running in a VMM process
` [PATCH v5 2/9] mshv: Add declarations and definitions for VFIO-MSHV bridge device
` [PATCH v5 3/9] mshv: Introduce basic mshv bridge device for VFIO to build upon
` [PATCH v5 4/9] mshv: Add ioctl support for MSHV-VFIO bridge device
` [PATCH v5 5/9] mshv: Import data structs around device passthru from hyperv headers
` [PATCH v5 6/9] PCI: hv: Export hv_build_devid_type_pci() and change return type
` [PATCH v5 7/9] x86/hyperv: Implement Hyper-V virtual IOMMU
` [PATCH v5 8/9] mshv: Populate mmio mappings for PCI passthru
` [PATCH v5 9/9] mshv: Disable movable regions upfront if device passthru
[PATCH 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI
2026-08-05 4:43 UTC (5+ messages)
` [PATCH 1/3] PCI: hv: Set irq_retrigger callback for the Hyper-V PCI MSI irqchip
[PATCH 0/5] locking/qspinlock: Add contended_release tracepoint
2026-08-04 19:54 UTC (12+ messages)
` [PATCH 1/5] x86/paravirt: Use static_call() for the paravirt spinlock ops
` [PATCH 2/5] locking: Factor out queued_spin_release()
` [PATCH 3/5] locking/qspinlock: Add contended_release tracepoint
` [PATCH 4/5] tracing/lock: Use TRACE_EVENT_FN() for contended_release
` [PATCH 5/5] x86/paravirt: Trace contended_release on unlock
[PATCH] scsi: storvsc: Support manual scans for all Hyper-V targets
2026-08-04 15:37 UTC (3+ messages)
[PATCH v3 0/6] arm64: hyperv: Add Realm support for Hyper-V
2026-08-04 13:25 UTC (3+ messages)
` [PATCH v3 1/6] arm64: rsi: Add RSI host call structure and helper function
[PATCH net-next v13 0/2] net: mana: add ethtool private flag for full-page RX buffers
2026-08-04 2:40 UTC (2+ messages)
[PATCH 0/2] HID: hyperv: bound initial device info descriptor
2026-08-03 19:10 UTC (2+ messages)
[PATCH v11 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-31 21:37 UTC (4+ messages)
[PATCH net-next] net: mana: Extend RX CQE coalescing up to 8 packets
2026-07-31 21:25 UTC (3+ messages)
[GIT PULL] Hyper-V fixes for 7.2-rc7
2026-07-31 21:17 UTC (2+ messages)
[RESEND PATCH 0/6] Remove support for Windows Server 2012/2012R2 & Win8/Win8.1 versions of Hyper-V
2026-07-31 20:12 UTC (14+ messages)
` [RESEND PATCH 1/6] Drivers: hv: Remove support for WS2012/2012R2 & Win8/8.1 version "
` [RESEND PATCH net-next 2/6] hv_sock: Remove check for old Hyper-V hosts
` [RESEND PATCH net-next 3/6] hv_netvsc: Remove GPADL teardown special case "
` [RESEND PATCH 4/6] drm_hyperv: Remove support for synth video protocol of "
[PATCH v2] scsi: storvsc: Support manual scans for all Hyper-V targets
2026-07-31 18:11 UTC (3+ messages)
[PATCH 0/6] Remove support for Windows Server 2012/2012R2 & Win8/Win8.1 versions of Hyper-V
2026-07-31 3:11 UTC (3+ messages)
` [EXTERNAL] "
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