[PATCH] drm/vblank: Don't arm vblank timer with invalid frame duration
2026-07-03 7:26 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] drm/virtio: defer hotplug event from dequeue worker to avoid deadlock
2026-07-03 5:58 UTC (8+ messages)
[PATCH v2 0/4] virtio_balloon: quiesce balloon work on device shutdown
2026-07-02 22:33 UTC (4+ messages)
[PATCH net 0/2] vsock/virtio: collapse receive queue under memory pressure
2026-07-02 20:09 UTC (7+ messages)
` [PATCH net 1/2] "
[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-07-02 17:48 UTC (57+ messages)
` [PATCH v5 01/51] x86/apic: Provide helpers to set local APIC timer period in hz and khz
` [PATCH v5 02/51] x86/apic: Add CONFIG_X86_LOCAL_APIC=n stubs for apic_set_timer_period_{,k}hz()
` [PATCH v5 03/51] x86/tsc: Ensure that TSC recalibration doesn't run if TSC frequency is known
` [PATCH v5 04/51] x86/tsc: Restrict recalibrate_cpu_khz() export to p4-clockmod and powernow-k7
` [PATCH v5 05/51] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v5 06/51] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v5 07/51] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v5 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v5 09/51] x86/tsc: Add a standalone helper for getting TSC info from CPUID.0x15
` [PATCH v5 10/51] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v5 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v5 12/51] x86/acrn: Register TSC/CPU frequency callbacks iff frequency is actually in CPUID
` [PATCH v5 13/51] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v5 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v5 15/51] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v5 16/51] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v5 17/51] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v5 18/51] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v5 19/51] x86/kvmclock: Drop dead check on TSC being unstable during kvmclock_init()
` [PATCH v5 20/51] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v5 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v5 22/51] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v5 23/51] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v5 24/51] x86/kvm: Get CPU base frequency from CPUID when it's available
` [PATCH v5 25/51] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v5 26/51] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v5 27/51] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v5 28/51] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v5 29/51] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v5 30/51] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v5 31/51] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v5 32/51] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v5 33/51] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
` [PATCH v5 34/51] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
` [PATCH v5 35/51] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v5 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v5 37/51] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v5 38/51] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v5 39/51] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v5 40/51] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v5 41/51] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v5 42/51] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v5 43/51] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v5 44/51] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v5 45/51] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v5 46/51] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v5 48/51] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v5 49/51] x86/kvmclock: Plumb in AP-online and BSP-resume to kvmlock, for documentation
` [PATCH v5 50/51] x86/paravirt: Move using_native_sched_clock() stub into timer.h
` [PATCH v5 51/51] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info
[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
2026-07-02 16:31 UTC (43+ messages)
` [PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "
` [PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH 12/13] mm/mprotect: convert mprotect "
` [PATCH 13/13] mm/mremap: convert mremap "
[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
2026-07-02 11:03 UTC (16+ messages)
` [PATCH 15/32] x86/msr: Remove rdmsr_safe()
` [PATCH 26/32] x86/msr: Remove wrmsr()
` [PATCH 30/32] x86/msr: Remove rdmsr()
` [PATCH 31/32] treewide: convert rdmsrq() from a macro to an inline function
[PATCH v2 0/3] drm/virtio: introduce F_BLOB_ALIGNMENT support
2026-07-02 8:53 UTC (5+ messages)
` [PATCH v2 2/3] drm/virtio: honor blob_alignment requirements
[PATCH v3 0/2] tools: Fix tools/virtio test build
2026-07-02 3:03 UTC (3+ messages)
` [PATCH v3 1/2] tools/virtio: Add missing compat definitions for vhost_net_test
` [PATCH v3 2/2] tools/include: Include stdint.h for SIZE_MAX in overflow.h
[syzbot] Monthly virt report (Jun 2026)
2026-07-02 2:55 UTC (2+ messages)
[PATCH v2 2/2] tools/include: Include stdint.h for SIZE_MAX in overflow.h
2026-07-02 2:20 UTC (3+ messages)
[PATCH] vdpa/mlx5: fix wrong list iterated in add_direct_chain error path
2026-07-01 15:02 UTC (3+ messages)
[PATCH v2 1/2] tools/virtio: Add missing compat definitions for vhost_net_test
2026-07-01 13:36 UTC (2+ messages)
[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
2026-07-01 11:07 UTC (9+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants
[linux-next:master] BUILD REGRESSION be5c93fa674f0fc3c8f359c2143abce6bbb422e6
2026-07-01 10:12 UTC
[PATCH v5] virtio_net: disable cb when NAPI is busy-polled
2026-07-01 0:20 UTC (2+ messages)
[PATCH v2 14/18] fuse: convert iomap ops to ->iomap_next()
2026-07-01 0:09 UTC
[PATCH net-next v4] vsock/virtio: rewrite MSG_ZEROCOPY flag handling
2026-06-30 20:32 UTC (4+ messages)
[PATCH V2] MAINTAINERS: Update Jason Wang's email address
2026-06-30 20:32 UTC (2+ messages)
[PATCH] drm/virtio: fail init on display-info timeout
2026-06-30 14:42 UTC (3+ messages)
[PATCH v3 0/4] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
2026-06-30 13:40 UTC (7+ messages)
` [PATCH v3 2/4] vhost/vsock: suppress EHOSTUNREACH fast-fail during CPR pause
` [PATCH v3 3/4] vhost/vsock: re-scan TX virtqueue on device start
` [PATCH v3 4/4] vhost/vsock: add VHOST_RESET_OWNER ioctl
[PATCH] drm/virtio: bound EDID block reads to the response buffer
2026-06-30 13:17 UTC (2+ messages)
[PATCH v7 00/12] nvdimm: virtio_pmem: fix flush/request failure paths
2026-06-30 9:47 UTC (14+ messages)
` [PATCH v7 01/12] nvdimm: preserve flush callback -ENOMEM
` [PATCH v7 02/12] nvdimm: pmem: keep PREFLUSH before data writes
` [PATCH v7 03/12] nvdimm: pmem: guard data loop for dataless bios
` [PATCH v7 04/12] nvdimm: virtio_pmem: stop allocating child flush bio
` [PATCH v7 05/12] nvdimm: virtio_pmem: use GFP_NOIO for flush requests
` [PATCH v7 06/12] nvdimm: virtio_pmem: always wake -ENOSPC waiters
` [PATCH v7 07/12] nvdimm: virtio_pmem: use READ_ONCE()/WRITE_ONCE() for wait flags
` [PATCH v7 08/12] nvdimm: virtio_pmem: refcount requests for token lifetime
` [PATCH v7 09/12] nvdimm: virtio_pmem: publish done with release/acquire
` [PATCH v7 10/12] nvdimm: virtio_pmem: isolate DMA request buffers
` [PATCH v7 11/12] nvdimm: virtio_pmem: converge broken virtqueue to -EIO
` [PATCH v7 12/12] nvdimm: virtio_pmem: drain requests in freeze
[PATCH v2] virtio_mem: fix hardcoded 'vm' variable in bbm iteration macros
2026-06-30 4:59 UTC
[PATCH] drm/virtio: warn when virtqueue has no free space for too long
2026-06-30 2:19 UTC (3+ messages)
[PATCH] drm/virtio: Don't detach GEM from a non-created context
2026-06-29 21:38 UTC (2+ messages)
[PATCH] vhost-vdpa: Expose ASID group change after DRIVER_OK via backend feature
2026-06-29 9:39 UTC (3+ messages)
[PATCH v2 0/2] tools: Fix tools/virtio test build
2026-06-29 9:09 UTC (2+ messages)
[patch 00/24] timekeeping/ptp: Expand snapshot functionality
2026-06-29 8:39 UTC (8+ messages)
` [patch 09/24] timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()
[PATCH v4 00/18] x86/msr: Inline rdmsr/wrmsr instructions
2026-06-29 6:55 UTC (7+ messages)
` [PATCH v4 05/18] x86/msr: Move MSR trace calls one function level up
` [PATCH v4 09/18] x86/msr: Make wrmsrns() a first class citizen
` [PATCH v4 13/18] x86/paravirt: Split off MSR related hooks into new header
` [PATCH v4 14/18] x86/paravirt: Prepare support of MSR instruction interfaces
` [PATCH v4 15/18] x86/paravirt: Switch MSR access pv_ops functions to "
` [PATCH v4 17/18] x86/paravirt: Use alternatives for MSR access with paravirt
[PATCH] virtio_mem: fix hardcoded 'vm' variable in bbm iteration macros
2026-06-29 6:18 UTC (2+ messages)
[PATCH] virtio_pci: fix wrong queue index for admin vq in intx path
2026-06-29 3:35 UTC
[PATCH] virtio_dma_buf: fix typo in kdoc comment: get_uid -> get_uuid
2026-06-29 3:31 UTC
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