messages from 2026-07-01 19:33:15 to 2026-07-11 18:46:24 UTC [more...]
[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
2026-07-11 18:44 UTC (3+ messages)
` [PATCH v2 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH v2 02/13] mm/vma: update do_mmap() to use vma_flags_t
[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
2026-07-11 17:09 UTC (7+ messages)
[PATCH 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
2026-07-11 17:04 UTC (5+ messages)
[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
2026-07-11 16:52 UTC (40+ 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 11/13] mm/mlock: convert mlock code "
[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
2026-07-11 16:44 UTC (6+ messages)
[PATCH] virtio_net: validate device stats reply records before use
2026-07-11 15:52 UTC (4+ messages)
[PATCH v4 0/8] media: add virtio-media driver
2026-07-11 9:02 UTC (4+ messages)
[PATCH v2] drm/qxl: remove dependency on DRM simple helpers
2026-07-10 13:11 UTC (3+ messages)
[PATCH v3] vdpa/mlx5: Fix buffer length in create_direct_keys()
2026-07-10 11:37 UTC (5+ messages)
[PATCH net-next 0/3] xsk: support tx napi busy_poll
2026-07-10 7:39 UTC (4+ messages)
` [PATCH net-next 1/3] net: busy-poll: introduce sk_tx_busy_loop()
[PATCH v2] virtio-pmem: allocate flush bio from a driver-private bio_set
2026-07-10 5:45 UTC (2+ messages)
[RFC] virtio_balloon: fix Use-After-Free in page reporting during PM freeze
2026-07-10 0:45 UTC (3+ messages)
[PATCH net v2 0/2] vsock/virtio: collapse receive queue under memory pressure
2026-07-09 19:48 UTC (9+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] vsock/test: add test for small packets under pressure
[PATCH] drm/virtio: Don't detach GEM from a non-created context
2026-07-09 16:23 UTC (4+ messages)
[PATCH net-next v20 00/12] virtio_net: Add ethtool flow rules support
2026-07-09 14:18 UTC (8+ messages)
` [PATCH net-next v20 05/12] virtio_net: Query and set flow filter caps
` [PATCH net-next v20 07/12] virtio_net: Implement layer 2 ethtool flow rules
[PATCH] drm/virtio: defer hotplug event from dequeue worker to avoid deadlock
2026-07-09 12:55 UTC (9+ messages)
[PATCH 00/60] drm/plane: Convert all drivers to atomic_create_state and remove reset
2026-07-09 11:51 UTC (3+ messages)
` [PATCH 27/60] drm/qxl: Convert to atomic_create_state
` [PATCH 36/60] drm/virtio: "
[PATCH] virtio-pmem: use GFP_NOIO for flush bio allocation
2026-07-09 11:01 UTC (5+ messages)
[PATCH] iommu/virtio: reject short event buffers
2026-07-09 9:55 UTC (2+ messages)
[PATCH] scsi: virtio_scsi: fixup endian conversions for warning messages
2026-07-09 1:39 UTC (2+ messages)
[PATCH net] vhost-net: fix TX stall when vhost owns virtio-net header
2026-07-08 16:50 UTC (2+ messages)
[PATCH] x86/vmware: mark RDI and RSI clobbered in hypercall1
2026-07-08 11:57 UTC
[PATCH v4] virtio_balloon: prime stats vq after virtio_device_ready()
2026-07-08 8:42 UTC (3+ messages)
[PATCH] xen: privcmd: fix ioeventfd crash under PV domain
2026-07-08 8:18 UTC
[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-07-08 5:00 UTC (29+ messages)
` [PATCH v5 01/51] x86/apic: Provide helpers to set local APIC timer period in hz and khz
` [PATCH v5 06/51] x86/sev: Don't override CPU frequency calibration for SNP's Secure TSC
` [PATCH v5 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v5 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v5 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v5 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [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] drm/qxl: remove dependency on DRM simple helpers
2026-07-07 15:49 UTC
[PATCH v2 0/3] drm/virtio: introduce F_BLOB_ALIGNMENT support
2026-07-07 15:25 UTC (6+ messages)
` [PATCH v2 2/3] drm/virtio: honor blob_alignment requirements
[PATCH v5 0/2] vduse: Add suspend
2026-07-07 12:33 UTC (3+ messages)
` [PATCH v5 1/2] vduse: do not take rwsem at reset work flush
` [PATCH v5 2/2] vduse: Add suspend
[PATCH v4 0/4] Add queue ready message to VDUSE
2026-07-07 12:25 UTC (5+ messages)
` [PATCH v4 1/4] vduse: store control device pointer
` [PATCH v4 2/4] vduse: add VDUSE_GET_FEATURES ioctl
` [PATCH v4 3/4] vduse: add VDUSE_SET_FEATURES ioctl
` [PATCH v4 4/4] vduse: add F_QUEUE_READY feature
[PATCH net 0/2] vsock/virtio: collapse receive queue under memory pressure
2026-07-07 9:27 UTC (6+ messages)
` [PATCH net 1/2] "
[PATCH v1] virtio-pci: Drop inclusion of <linux/mod_devicetable.h>
2026-07-06 16:22 UTC
[RFC/PATCH] vdpa/mlx5: Fix buffer length in create_direct_keys()
2026-07-06 13:59 UTC (5+ messages)
[PATCH v3] virtio_balloon: prime stats vq after virtio_device_ready()
2026-07-06 13:56 UTC
[PATCH v2] virtio_balloon: prime stats vq after virtio_device_ready()
2026-07-06 13:42 UTC (8+ messages)
[PATCH v2] vdpa/mlx5: Fix buffer length in create_direct_keys()
2026-07-06 13:20 UTC
[PATCH v3] mm: page_reporting: allow driver to set batch capacity
2026-07-06 13:01 UTC (11+ messages)
[syzbot] Monthly virt report (Jun 2026)
2026-07-06 11:54 UTC (5+ messages)
[PATCH v2] virtio_balloon: disable indirect descriptors
2026-07-06 8:43 UTC (2+ messages)
[patch 00/24] timekeeping/ptp: Expand snapshot functionality
2026-07-06 8:42 UTC (10+ messages)
` [patch 09/24] timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()
` [PATCH] timekeeping: Document monotonic raw timestamps in snapshots correctly
[PATCH] vdpa/mlx5: fix wrong MLX5_ADDR_OF struct type in alloc_inout()
2026-07-06 7:09 UTC (2+ messages)
[PATCH] i2c: virtio: Reset virtqueue before freeing interrupted requests
2026-07-06 4:08 UTC (2+ messages)
[PATCH] virtio_balloon: prime stats vq after virtio_device_ready()
2026-07-05 12:29 UTC
[PATCH] vdpa: octeon_ep: add missing MODULE_DEVICE_TABLE()
2026-07-05 8:35 UTC (2+ messages)
[PATCH] vdpa: alibaba: add missing MODULE_DEVICE_TABLE()
2026-07-04 15:35 UTC (2+ messages)
[PATCH] drm/vblank: Don't arm vblank timer with invalid frame duration
2026-07-03 7:26 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v2 0/4] virtio_balloon: quiesce balloon work on device shutdown
2026-07-02 22:33 UTC (4+ messages)
[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
2026-07-02 11:03 UTC (8+ messages)
[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
[PATCH v2 2/2] tools/include: Include stdint.h for SIZE_MAX in overflow.h
2026-07-02 2:20 UTC (2+ messages)
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