messages from 2026-05-26 06:45:14 to 2026-05-29 21:51:19 UTC [more...]
[PATCH v3 00/10]
2026-05-29 21:51 UTC (23+ messages)
` [PATCH v3 01/10] drm/damage-helper: Do not alter damage clips on modeset, but ignore them
` [PATCH v3 02/10] drm/atomic-helpers: Evaluate plane damage after atomic_check
` [PATCH v3 03/10] drm/ingenic: Remove calls to drm_atomic_helper_check_plane_damage()
` [PATCH v3 04/10] drm/damage-helper: Test src coord in drm_atomic_helper_check_plane_damage()
` [PATCH v3 05/10] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
` [PATCH v3 06/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_iter_init()
` [PATCH v3 07/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_merged()
` [PATCH v3 08/10] drm/atomic_helper: Do not evaluate plane damage before atomic_check
` [PATCH v3 09/10] drm/damage-helper: Rename state parameters in damage helpers
` [PATCH v3 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state
` [PATCH v3 00/10] drm: Improve logic behind damage handling
[PATCH v4 00/47] x86: Try to wrangle PV clocks vs. TSC
2026-05-29 19:01 UTC (62+ messages)
` [PATCH v4 01/47] x86/tsc: Never re-calibrate TSC frequency if its exact timing is known
` [PATCH v4 02/47] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v4 03/47] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v4 04/47] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v4 05/47] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v4 06/47] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v4 07/47] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v4 08/47] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v4 09/47] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v4 10/47] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v4 11/47] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v4 12/47] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v4 13/47] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v4 14/47] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v4 15/47] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v4 16/47] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v4 17/47] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v4 18/47] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info
` [PATCH v4 19/47] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v4 20/47] x86/kvm: Get CPU base frequency from CPUID when it's available
` [PATCH v4 21/47] x86/xen: Obtain TSC frequency from CPUID if present
` [PATCH v4 22/47] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v4 23/47] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v4 24/47] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v4 25/47] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v4 26/47] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v4 27/47] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v4 28/47] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v4 29/47] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v4 30/47] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
` [PATCH v4 31/47] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
` [PATCH v4 32/47] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v4 33/47] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v4 34/47] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v4 35/47] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v4 36/47] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v4 37/47] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v4 38/47] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v4 39/47] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v4 40/47] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v4 41/47] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v4 42/47] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v4 43/47] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v4 44/47] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v4 45/47] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v4 46/47] x86/kvmclock: Plumb in AP-online and BSP-resume to kvmlock, for documentation
` [PATCH v4 47/47] x86/paravirt: Move using_native_sched_clock() stub into timer.h
[PATCH v8 2/2] net: mana: force full-page RX buffers via ethtool private flag
2026-05-29 17:57 UTC (5+ messages)
[PATCH v3 1/1] drm/hyperv: Use "hv_drm_" as symbol name prefix
2026-05-29 11:40 UTC (3+ messages)
[PATCH v2 1/1] drm/hyperv: Replace "hyperv_" with "hv_drm_" as symbol name prefix
2026-05-29 1:44 UTC (3+ messages)
` [EXTERNAL] "
[PATCH net v3 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
2026-05-28 23:40 UTC (5+ messages)
` [PATCH net v3 2/2] net: mana: Skip redundant detach on already-detached port
[PATCH net-next v11 0/6] net: mana: Per-vPort EQ and MSI-X management
2026-05-28 22:05 UTC (3+ messages)
` [EXTERNAL] "
[PATCH net-next] net: mana: Cache MANA_QUERY_LINK_CONFIG result to avoid repeated HWC queries
2026-05-28 18:07 UTC
[RFC PATCH 1/8] timekeeping: Add clocksource read_raw() method and raw_cycles to snapshot
2026-05-28 16:47 UTC (9+ messages)
` [RFC PATCH 2/8] clocksource/hyperv: Implement read_raw() for TSC page clocksource
` [RFC PATCH 3/8] x86/kvmclock: Implement read_raw() for kvmclock clocksource
` [RFC PATCH 4/8] KVM: x86: Use ktime_get_snapshot_id() for master clock
` [RFC PATCH 5/8] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [RFC PATCH 6/8] KVM: x86: Replace pvclock_gtod_data vclock_mode with boolean
` [RFC PATCH 7/8] KVM: x86: Remove pvclock_gtod_data and private timekeeping code
` [RFC PATCH 8/8] ptp: vmclock: Use raw_cycles from snapshot for precise TSC pairing
[PATCH 1/1] drm/hyperv: Replace "hyperv_" with "hvdrm_" as symbol name prefix
2026-05-28 13:54 UTC (6+ messages)
[PATCH v2 0/9] drm: Limit DRM_IOCTL_WAIT_VBLANK to vblank interrupts
2026-05-28 10:01 UTC (13+ messages)
` [PATCH v2 1/9] drm/vblank: Add drmm_vblank_init() to indicate managed cleanup
` [PATCH v2 2/9] drm/vblank: Add DRM_VBLANK_FLAG_SIMULATED
` [PATCH v2 3/9] drm/amdgpu: vkms: Set DRM_VBLANK_FLAG_SIMULATED
` [PATCH v2 4/9] drm/bochs: "
` [PATCH v2 5/9] drm/cirrus: "
` [PATCH v2 6/9] drm/hypervdrm: "
` [PATCH v2 7/9] drm/qxl: "
` [PATCH v2 8/9] drm/virtgpu: "
` [PATCH v2 9/9] drm/vkms: "
[RFC PATCH 00/20] mshv: enable kexec with Hyper-V donated pages and partitions
2026-05-28 2:13 UTC (37+ messages)
` [RFC PATCH 01/20] kho: generalize radix tree APIs
` [RFC PATCH 02/20] kho: store incoming radix tree in kho_in
` [RFC PATCH 03/20] kho: add a struct for radix callbacks
` [RFC PATCH 04/20] kho: add callback for table pages
` [RFC PATCH 05/20] kho: add data argument to radix walk callback
` [RFC PATCH 06/20] kho: allow early-boot usage of the KHO radix tree
` [RFC PATCH 07/20] kho: allow destroying "
` [RFC PATCH 08/20] kho: add kho_radix_init_tree()
` [RFC PATCH 09/20] memblock: introduce MEMBLOCK_KHO_SCRATCH_EXT
` [RFC PATCH 10/20] kho: extended scratch
` [RFC PATCH 11/20] kho: return virtual address of mem_map
` [RFC PATCH 12/20] mm/hugetlb: make bootmem allocation work with KHO
` [RFC PATCH 13/20] kho: add radix tree freeze and del_key() error reporting
` [RFC PATCH 14/20] kho: Add crash-kernel-safe radix tree presence check
` [RFC PATCH 15/20] mshv: Use page tracker to manage MSHV-owned pages and preserve with KHO
` [RFC PATCH 16/20] mshv: Add debugfs interface to page tracker
` [RFC PATCH 17/20] hyperv: Reserve crash MSR P2 for page preservation root PA
` [RFC PATCH 18/20] mshv: Exclude Hyper-V donated pages from crash dump collection
` [RFC PATCH 19/20] kexec: export kexec_in_progress for modules
` [RFC PATCH 20/20] mshv: freeze and vacuum partitions across kexec
[PATCH v3 0/6] Hyper-V: kexec fixes for L1VH (mshv)
2026-05-27 23:17 UTC (4+ messages)
` [PATCH v3 3/6] x86/hyperv: Skip LP/VP creation on kexec
[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
2026-05-27 22:50 UTC (7+ messages)
` [PATCH v3 07/41] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v3 08/41] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v3 09/41] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
[PATCH v3] Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMs
2026-05-27 22:28 UTC (2+ messages)
[PATCH] drivers: hv: use kmalloc_array in mshv_root_scheduler_init
2026-05-27 22:27 UTC (2+ messages)
[PATCH v2 1/1] mshv: Add conditional VMBus dependency
2026-05-27 22:11 UTC (4+ messages)
[PATCH] hyperv: Clean up and fix the guest ID comment in hvgdk.h
2026-05-27 22:05 UTC (3+ messages)
[PATCH 0/9] drm: Limit DRM_IOCTL_WAIT_VBLANK to vblank interrupts
2026-05-27 14:04 UTC (5+ messages)
[RFC] KVM/x86: Killing kvm_get_time_and_clockread() in favour of ktime_get_snapshot()
2026-05-27 8:49 UTC (5+ messages)
[PATCH 0/2] Remove stack ib_udata's
2026-05-26 16:15 UTC (3+ messages)
` [PATCH 1/2] RDMA/core: Don't make a dummy ib_udata on the stack in create_qp
` [PATCH 2/2] RDMA: Update the query_device() op
[PATCH] uio_hv_generic: Bind to FCopy device by default
2026-05-26 15:49 UTC (5+ messages)
[PATCH rdma-next v2] RDMA/mana_ib: hardening: Clamp adapter capability values from MANA_IB_GET_ADAPTER_CAP
2026-05-26 14:43 UTC (11+ messages)
` [EXTERNAL] "
[PATCH net v2] net: mana: Optimize irq affinity for low vcpu configs
2026-05-26 13:05 UTC (10+ messages)
page: | 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