[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-08-08 15:06 UTC (71+ 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 net v3 0/6] net: mana: HW channel reliability and hardening fixes
2026-08-08 2:34 UTC (28+ 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
` [EXTERNAL] "
` [PATCH net v4 0/7] net: mana: HW channel reliability and hardening fixes
` [PATCH net v4 1/7] net: mana: RCU-protect gc->cq_table lookups against concurrent CQ destroy
` [PATCH net v4 2/7] net: mana: fix HWC RQ/SQ buffer size swap
` [PATCH net v4 3/7] net: mana: free HWC comp_buf after destroying the EQ
` [PATCH net v4 4/7] net: mana: validate hardware-supplied values in the HWC RX path
` [PATCH net v4 5/7] net: mana: fix HWC teardown safety with setup_active flag and destroy ordering
` [PATCH net v4 6/7] net: mana: fix stale HWC response after command timeout
` [PATCH net v4 7/7] net: mana: keep max_num_cqs immutable once cq_table is allocated
[PATCH net-next v3] net: mana: Extend RX CQE coalescing up to 8 packets
2026-08-08 1:40 UTC (3+ messages)
[PATCH rdma-next] RDMA/mana_ib: Retain create CQ flags field name
2026-08-07 23:13 UTC (7+ messages)
[PATCH net-next 0/2] net: mana: Avoid DMA queue allocation failure under memory fragmentation
2026-08-07 20:56 UTC (3+ messages)
` [PATCH net-next 1/2] net: mana: Route ring-buffer access through offset-based helpers
` [PATCH net-next 2/2] net: mana: Fall back to scattered pages for GDMA queues
[PATCH v2] scsi: storvsc: Support manual scans for all Hyper-V targets
2026-08-07 17:28 UTC (2+ messages)
[PATCH v1 00/13] mshv: add SEV-SNP support for MSHV root partitions
2026-08-07 16:36 UTC (25+ messages)
` [PATCH v1 01/13] mshv: add SEV-SNP UAPI definitions
` [PATCH v1 02/13] mshv: add SEV-SNP PSP request hypercall
` [PATCH v1 03/13] mshv: add SEV-SNP isolated page hypercalls
` [PATCH v1 04/13] mshv: wire SEV-SNP partition ioctls
` [PATCH v1 05/13] hyperv: fix hv_input_get_system_property layout for SNP status
` [PATCH v1 06/13] mshv: detect and report SEV-SNP support at init
` [PATCH v1 07/13] mshv: default to safe partition CPU features
` [PATCH v1 08/13] mshv: accept partial CPU feature banks
` [PATCH v1 09/13] mshv: define full processor and xsave feature masks
` [PATCH v1 10/13] mshv: unmap SNP memory before state teardown
` [PATCH v1 11/13] mshv: unlock SNP pages on panic for crashdump collection
` [PATCH v1 12/13] hyperv: add MSHV Dom0 root-partition boot enablement (EFI HvLoader)
` [PATCH v1 13/13] mshv: set up own SynIC registers on a nested root partition
[PATCH v3 0/3] Drivers: hv: decrypt netvsc buffers on contiguous direct-map addresses
2026-08-07 15:12 UTC (7+ 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-07 14:56 UTC (5+ messages)
` [PATCH v2 2/2] hv_netvsc: Allocate host-visible GPADL buffers as decrypted contiguous chunks
[RFC PATCH 1/1] x86/VMBus: DMA transfer with encrypted memory in Coco VM
2026-08-07 14:32 UTC (7+ messages)
[PATCH net] net: mana: fix reset work race with device removal
2026-08-07 12:49 UTC (4+ messages)
` [EXTERNAL] "
[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 net] net: mana: fix reset work race with device removal
2026-08-06 14:20 UTC (2+ 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 (3+ messages)
` [PATCH v5 7/9] x86/hyperv: Implement Hyper-V virtual IOMMU
[PATCH 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI
2026-08-05 4:43 UTC (3+ messages)
[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)
page: next (older)
- 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