messages from 2026-07-10 07:06:22 to 2026-07-10 22:12:37 UTC [more...]
[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-10 22:12 UTC (12+ messages)
` [PATCH v8 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [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 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 v2] drm/bridge: ti-sn65dsi83: Add reversed lvds lanes support
2026-07-10 8:38 UTC (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] dt-bindings: display: sn65dsi83: Add output data-lanes
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-10 20:25 UTC (33+ messages)
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start, end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() "
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
[PATCH] dt-bindings: Add missing bracket
2026-07-10 11:36 UTC (3+ messages)
[PATCH 0/2] accel: Remove redundant error messages on IRQ request failure
2026-07-10 11:09 UTC (5+ messages)
` [PATCH 1/2] accel: ethosu: Remove redundant dev_err()
` [PATCH 2/2] accel: rocket: "
[PATCH v7 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-10 18:03 UTC (19+ 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 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 v2 00/33] drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs
2026-07-10 22:10 UTC (39+ messages)
` [PATCH v2 01/33] drm/ttm/pool: Allow backing off reclaim at the beneficial order
` [PATCH v2 02/33] drm/ttm/pool: Add ttm_pool_page_order_nodma() helper
` [PATCH v2 03/33] drm/ttm: Record sub-optimal page order allocations in ttm_tt
` [PATCH v2 04/33] drm/ttm: Introduce ttm_pool_alloc_iter for __ttm_pool_alloc()
` [PATCH v2 05/33] drm/ttm: Support defragmentation moves
` [PATCH v2 06/33] drm/ttm: Add fault injection for beneficial-order allocation failures
` [PATCH v2 07/33] drm/ttm: Harvest beneficial-order pages on defragmentation moves
` [PATCH v2 08/33] drm/ttm: Bound page (re)allocation per defragmentation move
` [PATCH v2 09/33] drm/ttm: Preallocate beneficial-order defrag pages outside the lock
` [PATCH v2 10/33] drm/ttm: Add full out-of-lock preallocation for ttm_pool_alloc()
` [PATCH v2 11/33] drm/gpusvm: Add a DMA-mapping accounting callback
` [PATCH v2 12/33] drm/xe: Add debugfs stats for DMA-mapped pages per order
` [PATCH v2 13/33] drm/xe: Flush L2 asynchronously in xe_bo_trigger_rebind()
` [PATCH v2 14/33] drm/xe: Destroy page tables after unlinking all VMAs on VM close
` [PATCH v2 15/33] drm/xe: Track BOs backed at a sub-optimal page order
` [PATCH v2 16/33] drm/xe: Back off beneficial-order reclaim under defrag pressure
` [PATCH v2 17/33] drm/xe: Add xe_migrate_copy_defrag() for on-GPU defrag copies
` [PATCH v2 18/33] drm/xe: Handle defrag moves in xe_bo_move()
` [PATCH v2 19/33] drm/xe: Skip self-copies for borrowed pages on defrag moves
` [PATCH v2 20/33] drm/xe: Add a page defragmentation worker
` [PATCH v2 21/33] drm/xe: Add defrag GT stats
` [PATCH v2 22/33] drm/xe: Add Kconfig.profile options for BO defrag configuration
` [PATCH v2 23/33] drm/xe: Defrag using out-of-lock page preallocation
` [PATCH v2 24/33] drm/xe: Add defrag profiling tracepoints
` [PATCH v2 25/33] drm/xe: Preallocate system BO backing outside the dma-resv lock
` [PATCH v2 26/33] drm/xe: Add tracepoint for xe_gem_create_ioctl
` [PATCH v2 27/33] drm/xe: Add IOVA-based xe_res_cursor variant
` [PATCH v2 28/33] drm/xe: Use IOVA-based DMA mapping for eligible tt BOs
` [PATCH v2 29/33] drm/xe: Add per-device dependency scheduler for IOVA defrag finalize
` [PATCH v2 30/33] drm/xe: Add packed copy-step IOVA mapping for defrag
` [PATCH v2 31/33] drm/xe: Blit src-natural to dst-packed for defrag-IOVA copies
` [PATCH v2 32/33] drm/xe: Finalize defrag-IOVA moves with post-copy job
` [PATCH v2 33/33] drm/amdgpu: Preallocate system BO pages outside the reservation lock
[PATCH 00/10] drm/mediatek: Add DSC, WDMA, MT8189/96 DSI support
2026-07-10 21:59 UTC (3+ messages)
` [PATCH 01/10] dt-bindings: display: mediatek: dsc: Add MT8196 compatible
[PATCH] gpu: nova-core: add ChannelIdPool
2026-07-10 21:29 UTC (2+ messages)
[PATCH v11 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
2026-07-10 21:13 UTC (3+ messages)
[REGRESSION] drm/amd/display: amdgpu_dm_plane_test.ko fails to build due to modpost "too long symbol"
2026-07-10 20:43 UTC (8+ messages)
[PATCH] dma-buf: dma-heap: close installed fd when copy_to_user() fails
2026-07-10 20:20 UTC (5+ messages)
` [PATCH v2] dma-buf: dma-heap: don't publish fd before copy_to_user() succeeds
[PATCH i-g-t v3 0/7] add dmem_cgroups test
2026-07-10 20:06 UTC (8+ messages)
` [PATCH i-g-t v2 7/7] tests/dmem_cgroups: add test for dmem.current
[PATCH v9 00/14] firmware: qcom: Add OP-TEE PAS service support
2026-07-10 20:01 UTC (4+ messages)
` (subset) "
Refcounting dma_resv and using that for drm_exec support in TTM
2026-07-10 18:52 UTC (13+ messages)
` [PATCH 01/12] dma-buf: Add reference counting to dma_resv
` [PATCH 02/12] dma-buf/tests: Convert st-dma-resv tests to use dma_resv_alloc
` [PATCH 03/12] drm/gem: Add helper for drm_gem_object resv assignment
` [PATCH 04/12] drm/ttm: Switch LRU cursor to track dma_resv instead of buffer objects
` [PATCH 05/12] drm/ttm: switch to ttm_bo_lru_for_each_reserved_guarded for swapout
` [PATCH 06/12] drm/ttm: move delete handling into ttm_bo_evict
` [PATCH 07/12] drm/ttm: use ttm_bo_lru_for_each_reserved_guarded in evict_all
` [PATCH 08/12] drm/ttm: use dma_resv reference in ttm_device_clear_lru_dma_mappings
` [PATCH 09/12] drm/ttm: nuke buffer refcounting
` [PATCH 10/12] drm/exec: add drm_exec_lock_resv function
` [PATCH 11/12] drm/ttm: support using drm_exec during eviction v4
` [PATCH 12/12] drm/amdgpu: use drm_exec during BO validation
[PATCH v1] drm/bridge: inno-hdmi: reset DDC segment pointer per I2C transfer
2026-07-10 18:40 UTC (2+ messages)
[RFC 0/8] DRM scheduler kthread_worker for submission latency improvements
2026-07-10 18:29 UTC (9+ messages)
[PATCH] drm/panfrost: include panfrost_drv.h for panfrost_transparent_hugepage
2026-07-10 18:26 UTC (2+ messages)
[PATCH v3] drm/panel: samsung-s6d16d0: Power off on prepare failure
2026-07-10 17:53 UTC (2+ messages)
[PATCH 00/42] of: reserved_mem: Introduce devres helpers and convert drivers
2026-07-10 17:45 UTC (5+ messages)
` [PATCH 10/42] drm: pl111: Use devm_of_reserved_mem_device_init()
` [PATCH 23/42] mmc: sdhci-of-bst: Use devm_of_reserved_mem_device_init_by_idx()
[git pull] drm fixes for 7.2-rc3
2026-07-10 17:04 UTC (2+ messages)
[PATCH RFC 0/8] drm: Add DRM_MODE_ATOMIC_RESET flag
2026-07-10 17:01 UTC (2+ messages)
[PATCH v2] drm/exec: drm_exec.h: eliminate kernel-doc warnings
2026-07-10 16:37 UTC
[PATCH V4] i2c: qcom-geni: Add dynamic transfer timeout based on transfer length and frequency
2026-07-10 16:25 UTC (2+ messages)
[PATCH] drm/panthor: add gpu_load debugfs node
2026-07-10 14:52 UTC (2+ messages)
[PATCH 00/10] drm/intel/display: Changes required to make vblank evasion PREEMPT_RT safe
2026-07-10 14:43 UTC (8+ messages)
` [PATCH 03/10] drm/intel/display: Make intel_crtc_arm_vblank_event static
` [PATCH 09/10] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH 10/10] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
[PATCH 00/60] drm/plane: Convert all drivers to atomic_create_state and remove reset
2026-07-10 14:31 UTC (19+ messages)
` [PATCH 01/60] drm/simple-kms: Add create_plane_state hook
` [PATCH 02/60] drm/gem-atomic-helper: Create drm_gem_create_shadow_plane_state()
` [PATCH 03/60] drm/gem-atomic-helper: Convert simple-kms shadow helpers to create_plane_state
` [PATCH 04/60] drm/gem-atomic-helper: Switch DRM_GEM_SHADOW_PLANE_FUNCS to atomic_create_state
` [PATCH 05/60] drm/gem-atomic-helper: Remove drm_gem_reset_shadow_plane()
` [PATCH 06/60] drm/sysfb: Convert to atomic_create_state
` [PATCH 07/60] drm/simple-kms: Switch "
` [PATCH 52/60] drm/rz-du: Convert "
[PATCH v6 0/7] drm/tyr: firmware loading and MCU boot support
2026-07-10 14:27 UTC (8+ messages)
` [PATCH v6 2/7] drm/tyr: add a generic slot manager
` [PATCH v6 3/7] drm/tyr: add Memory Management Unit (MMU) support
` [PATCH v6 4/7] drm/tyr: add GPU virtual memory (VM) support
[PATCH 0/3] drm/bridge: nwl-dsi: Various fixes
2026-07-10 14:27 UTC (6+ messages)
` [PATCH 1/3] drm/bridge: nwl-dsi: Limit LCDIF specific sync override
` [PATCH 2/3] drm/bridge: nwl-dsi: Correct auto-insert EOTP behavior
` [PATCH 3/3] drm/bridge: nwl-dsi: Correct MIPI DSI horizontal sync timing
[PATCH 0/4] rust: Add support for reserving of ranges of IDs
2026-07-10 14:23 UTC (9+ messages)
` [PATCH 3/4] rust: id_pool: add contiguous area allocation
[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
2026-07-10 14:09 UTC (2+ messages)
linux-next: duplicate patch in the drm tree
2026-07-10 14:05 UTC
[PATCH] drm/gma500: Remove dependency on DRM simple helpers
2026-07-10 13:57 UTC (2+ messages)
[PATCH] drm/i915: skip eDP hw probe when connector forced off via cmdline
2026-07-10 13:56 UTC (2+ messages)
[PATCH] drm/amdgpu: drop kernel-doc for deleted struct fields
2026-07-10 13:48 UTC (2+ messages)
[PATCH] drm/amdgpu: Inline drm_simple_encoder_init()
2026-07-10 13:27 UTC (3+ messages)
[PATCH v5] drm/amd/amdgpu: remove duplicated code in gfx_v11 and gfx_v12
2026-07-10 13:23 UTC (3+ messages)
[PATCH V2] drm/amdgpu: deduplicate JPEG v5.0 interrupt routine
2026-07-10 13:20 UTC (2+ messages)
[RFC PATCH] drm/sched/tests: Let the DRM scheduler manage job lifetimes
2026-07-10 13:20 UTC (4+ messages)
[PATCH v2] drm/qxl: remove dependency on DRM simple helpers
2026-07-10 13:11 UTC (3+ messages)
[PATCH] drm/panfrost: Remove unused scheduled_jobs list
2026-07-10 12:59 UTC (2+ messages)
[PATCH v3 0/2] drm/etnaviv: Add GPU reset counters for robustness
2026-07-10 12:45 UTC (7+ messages)
` [PATCH v3 1/2] drm/etnaviv: Reference count struct etnaviv_file_private
` [PATCH v3 2/2] drm/etnaviv: Add GPU reset counters
linux-next: manual merge of the drm tree with the drm-fixes tree
2026-07-10 12:11 UTC
[PATCH v2 0/2] drm/etnaviv: Add GPU reset counters for robustness
2026-07-10 12:01 UTC (7+ messages)
` [PATCH v2 1/2] drm/etnaviv: Reference count struct etnaviv_file_private
` [PATCH v2 2/2] drm/etnaviv: Add GPU reset counters
[PATCH v4] drm/v3d: Associate BOs with every job that accesses them
2026-07-10 11:59 UTC (2+ messages)
[PATCH v2] i2c: qcom-geni: Add dynamic transfer timeout based on transfer length and frequency
2026-07-10 11:11 UTC (5+ messages)
[PATCH v8 00/39] Add HDMI 2.0 support to DW HDMI QP TX
2026-07-10 10:27 UTC (7+ messages)
` [PATCH v8 02/39] drm/connector: Add caps-based HDMI connector init helper
[PATCH] accel/ivpu: Fix wrong register read in LNL failure diagnostics
2026-07-10 10:13 UTC
[bug report] drm/rockchip: dw_hdmi: Propagate bus format to display driver
2026-07-10 10:09 UTC (2+ messages)
[PATCH 0/9] drm: replace simple display pipe users with atomic helpers
2026-07-10 9:26 UTC (7+ messages)
` [PATCH 6/9] drm/gm12u320: replace struct drm_simple_display_pipe with regular "
[PATCH 0/2] drm/etnaviv: Add GPU reset counters for robustness
2026-07-10 8:10 UTC (6+ messages)
` [PATCH 2/2] drm/etnaviv: Add GPU reset counters
[PATCH v1] drm/atomic: Clear plane pipeline for legacy clients
2026-07-10 7:59 UTC (2+ messages)
[PATCH 1/2] drm/amdgpu: Fix __rcu fence pointer accesses
2026-07-10 7:58 UTC (2+ messages)
[PATCH net-next v5 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
2026-07-10 7:27 UTC (5+ messages)
` [PATCH net-next v5 1/3] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
` [PATCH net-next v5 3/3] selftests/net: devmem.py: add check_rx_large_niov
[PATCH 0/2] Host1x memory context stealing
2026-07-10 7:14 UTC (3+ messages)
` [PATCH 1/2] gpu: host1x: Memory "
` [PATCH 2/2] gpu: host1x: Add option for disabling "
[PATCH] gpu: buddy: avoid repeated builds of root dfs when alloc range
2026-07-09 11:20 UTC
[PATCH] drm/vkms: Fix UAF between connector configfs rmdir and .detect
2026-07-09 19:51 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/2] drm/bridge: ti-sn65dsi83: Add reverse lvds lanes DT property
2026-07-09 12:57 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: display: sn65dsi83: Add reverse lanes property
[SECURITY] drm/vmwgfx: Integer overflow in cur_bo_offset accumulation in vmw_surface_define_ioctl()
2026-07-09 20:28 UTC
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