messages from 2026-07-08 23:27:02 to 2026-07-22 22:48:26 UTC [more...]
[PATCH v10 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-22 22:48 UTC (10+ messages)
` [PATCH v10 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v10 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v10 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v10 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v10 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v10 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v10 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v10 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults
[PATCH v9 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-22 18:52 UTC (15+ messages)
` [PATCH v9 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v9 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v9 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v9 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v9 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v9 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v9 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v9 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults
[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
2026-07-22 16:15 UTC (29+ 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 v2 03/13] mm: convert __get_unmapped_area() "
` [PATCH v2 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH v2 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH v2 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH v2 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH v2 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH v2 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH v2 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH v2 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH v2 12/13] mm/mprotect: convert mprotect "
` [PATCH v2 13/13] mm/mremap: convert mremap "
[PATCH] drm/nouveau/gsp: validate sequencer command span
2026-07-22 13:36 UTC (2+ messages)
[PATCH] tracing/mmiotrace: fix resource leak on trace_pipe close
2026-07-22 0:38 UTC (2+ messages)
[PATCH 0/6] drm/nouveau: GSP telemetry via RUSD, and fdinfo telemetry exposure
2026-07-21 20:46 UTC (16+ messages)
` [PATCH 1/6] drm/nouveau/gsp: vendor the RUSD header
` [PATCH 2/6] drm/nouveau/gsp: add RUSD telemetry support
` [PATCH 3/6] drm/nouveau: add GSP hwmon support
` [PATCH 4/6] drm/nouveau: expose RUSD telemetry via sysfs
` [PATCH 5/6] drm/nouveau: expose global VRAM size and usage "
` [PATCH 6/6] drm/nouveau: expose per-client GPU usage via fdinfo
[PATCH v2 0/3] drm/nouveau: Fix WARN_ON() from missing blend modes
2026-07-21 20:08 UTC (5+ messages)
` [PATCH v2 1/3] drm/nouveau/kms/nv50-: Add .blend_modes to nv50_wndw_func
` [PATCH v2 2/3] drm/nouveau/kms/nv50-: Introduce nv50_wndw_default_state()
` [PATCH v2 3/3] drm/nouveau/kms/nv50-: Unconditionally create blend_mode prop for wndws
[PATCH v3 0/3] drm/nouveau: Fix WARN_ON() from missing blend modes
2026-07-20 21:36 UTC (4+ messages)
` [PATCH v3 1/3] drm/nouveau/kms/nv50-: Add .blend_modes to nv50_wndw_func
` [PATCH v3 2/3] drm/nouveau/kms/nv50-: Introduce nv50_wndw_default_state()
` [PATCH v3 3/3] drm/nouveau/kms/nv50-: Unconditionally create blend_mode prop for wndws
[PATCH v2 0/3] drm: Use named initializers for arrays of i2c_device_data
2026-07-20 13:04 UTC (3+ messages)
` [PATCH v2 3/3] drm/nouveau: Use named initializers for i2c_device_id arrays
[PATCH] drm/nouveau/kms/nv50-: Unconditionally create blend_mode prop for wndws
2026-07-17 22:47 UTC
[PATCH] drm/nouveau: Omit a redundant pm_runtime_mark_last_busy() call in nouveau_pmops_runtime_idle()
2026-07-17 21:14 UTC (2+ messages)
[PATCH] drm/nouveau/disp: Prevent division-by-zero during DisplayPort link training transitions
2026-07-17 8:15 UTC (3+ messages)
[PATCH v2 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
2026-07-16 16:37 UTC (15+ messages)
` [PATCH v2 1/4] fixup! mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v2 2/4] fixup! drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v2 3/4] fixup! accel/amdxdna: use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v2 4/4] fixup! drm/gpusvm: use hmm_range_fault_unlocked_timeout() for range faults
Reproducible NULL pointer dereference in nouveau_fence_sync() when closing a GPU-composited client window
2026-07-16 10:39 UTC
[PATCH 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
2026-07-14 21:33 UTC (6+ messages)
` [PATCH 1/4] fixup! mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH 2/4] fixup! drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH 3/4] fixup! accel/amdxdna: use hmm_range_fault_unlocked_timeout() for range population
` [PATCH 4/4] fixup! drm/gpusvm: use hmm_range_fault_unlocked_timeout() for range faults
[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-14 20:05 UTC (34+ messages)
` [PATCH v8 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v8 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v8 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v8 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v8 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v8 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v8 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v8 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults
[PATCH] nouveau/instmem: use iomapping interface for instmem handling (v3)
2026-07-12 16:14 UTC (2+ messages)
[PATCH v2 0/4] drm/nouveau: fix list cursor use after loop in the clk pstate paths
2026-07-12 12:36 UTC (5+ messages)
` [PATCH v2 1/4] drm/nouveau/clk: fix list cursor use after loop in nvkm_clk_ustate_update
` [PATCH v2 2/4] drm/nouveau/clk: don't use the pstate cursor after the loop
` [PATCH v2 3/4] drm/nouveau/device: "
` [PATCH v2 4/4] drm/nouveau/clk: don't clobber reclock status when restoring volt/fan
[PATCH 2/2] drm/nouveau/clk: don't clobber reclock status when restoring volt/fan
2026-07-11 8:45 UTC
[PATCH 1/2] drm/nouveau/clk: fix list cursor use after loop in nvkm_clk_ustate_update
2026-07-11 8:44 UTC
[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
2026-07-11 17:09 UTC (5+ 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 (6+ messages)
` [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 v7 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-10 18:07 UTC (23+ messages)
` [PATCH v7 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v7 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v7 3/8] selftests/mm: add HMM tests for mmap lock-dropping faults
` [PATCH v7 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v7 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v7 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v7 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v7 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults
[PATCH] drm/nouveau/gsp: Preserve BAR2 flush mapping on kmap failure
2026-07-09 6:23 UTC
[PATCH 00/60] drm/plane: Convert all drivers to atomic_create_state and remove reset
2026-07-09 11:51 UTC (2+ messages)
` [PATCH 49/60] drm/nouveau: Convert to atomic_create_state
[PATCH v2 0/7] vga_switcheroo, drm: Push fbcon handling into DRM clients
2026-07-09 9:16 UTC (8+ messages)
` [PATCH v2 1/7] drm/edid: Include <linux/fb.h>
` [PATCH v2 2/7] drm/client: Add acquire_outputs callback; implement for fbdev emulation
` [PATCH v2 3/7] vga_switcheroo: Add pre_switch callback to client ops
` [PATCH v2 4/7] vga_switcheroo: Add post_switch "
` [PATCH v2 5/7] drm: Implement struct vga_switcheroo_client_ops.pre_switch
` [PATCH v2 6/7] drm: Implement vga_switcheroo_client_ops.post_switch
` [PATCH v2 7/7] vga-switcheroo: Remove unused interfaces
[PATCH v3 0/3] drm/nouveau/gsp/r570: Fix runtime PM
2026-07-08 23:30 UTC (9+ messages)
` [PATCH v3 2/3] drm/nouveau/gsp/r570: Never enter Gcoff state
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