Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-10 21:55:00 to 2026-07-12 05:22:46 UTC [more...]

[drm-xe:drm-xe-next] BUILD SUCCESS WITH UNVERIFIED WARNING 068388c0cd225654e7369907670d4e77b8dd3744
 2026-07-12  5:21 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  (4+ messages)
` [PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t

[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
 2026-07-11 16:44 UTC  (6+ messages)

[PATCH v2 00/33] drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs
 2026-07-11 13:49 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 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
` ✗ CI.checkpatch: warning for drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "

Refcounting dma_resv and using that for drm_exec support in TTM
 2026-07-11 13:26 UTC  (6+ messages)
` [PATCH 01/12] dma-buf: Add reference counting to dma_resv
` [PATCH 09/12] drm/ttm: nuke buffer refcounting

[PATCH v2 00/13] drm/xe: Add and use more KLV helpers
 2026-07-11 11:12 UTC  (6+ messages)
` ✓ Xe.CI.FULL: success for drm/xe: Add and use more KLV helpers (rev5)
` ✗ CI.checkpatch: warning for drm/xe: Add and use more KLV helpers (rev7)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v3 00/33] drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs
 2026-07-11 10:46 UTC  (40+ messages)
` [PATCH v3 01/33] drm/ttm/pool: Allow backing off reclaim at the beneficial order
` [PATCH v3 02/33] drm/ttm/pool: Add ttm_pool_page_order_nodma() helper
` [PATCH v3 03/33] drm/ttm: Record sub-optimal page order allocations in ttm_tt
` [PATCH v3 04/33] drm/ttm: Introduce ttm_pool_alloc_iter for __ttm_pool_alloc()
` [PATCH v3 05/33] drm/ttm: Support defragmentation moves
` [PATCH v3 06/33] drm/ttm: Add fault injection for beneficial-order allocation failures
` [PATCH v3 07/33] drm/ttm: Harvest beneficial-order pages on defragmentation moves
` [PATCH v3 08/33] drm/ttm: Bound page (re)allocation per defragmentation move
` [PATCH v3 09/33] drm/ttm: Preallocate beneficial-order defrag pages outside the lock
` [PATCH v3 10/33] drm/ttm: Add full out-of-lock preallocation for ttm_pool_alloc()
` [PATCH v3 11/33] drm/gpusvm: Add a DMA-mapping accounting callback
` [PATCH v3 12/33] drm/xe: Add debugfs stats for DMA-mapped pages per order
` [PATCH v3 13/33] drm/xe: Flush L2 asynchronously in xe_bo_trigger_rebind()
` [PATCH v3 14/33] drm/xe: Destroy page tables after unlinking all VMAs on VM close
` [PATCH v3 15/33] drm/xe: Track BOs backed at a sub-optimal page order
` [PATCH v3 16/33] drm/xe: Back off beneficial-order reclaim under defrag pressure
` [PATCH v3 17/33] drm/xe: Add xe_migrate_copy_defrag() for on-GPU defrag copies
` [PATCH v3 18/33] drm/xe: Handle defrag moves in xe_bo_move()
` [PATCH v3 19/33] drm/xe: Skip self-copies for borrowed pages on defrag moves
` [PATCH v3 20/33] drm/xe: Add a page defragmentation worker
` [PATCH v3 21/33] drm/xe: Add defrag GT stats
` [PATCH v3 22/33] drm/xe: Add Kconfig.profile options for BO defrag configuration
` [PATCH v3 23/33] drm/xe: Defrag using out-of-lock page preallocation
` [PATCH v3 24/33] drm/xe: Add defrag profiling tracepoints
` [PATCH v3 25/33] drm/xe: Preallocate system BO backing outside the dma-resv lock
` [PATCH v3 26/33] drm/xe: Add tracepoint for xe_gem_create_ioctl
` [PATCH v3 27/33] drm/xe: Add IOVA-based xe_res_cursor variant
` [PATCH v3 28/33] drm/xe: Use IOVA-based DMA mapping for eligible tt BOs
` [PATCH v3 29/33] drm/xe: Add per-device dependency scheduler for IOVA defrag finalize
` [PATCH v3 30/33] drm/xe: Add packed copy-step IOVA mapping for defrag
` [PATCH v3 31/33] drm/xe: Blit src-natural to dst-packed for defrag-IOVA copies
` [PATCH v3 32/33] drm/xe: Finalize defrag-IOVA moves with post-copy job
` [PATCH v3 33/33] drm/amdgpu: Preallocate system BO pages outside the reservation lock
` ✗ CI.checkpatch: warning for drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.FULL: "

[PATCH v3 0/6] drm/xe: balance exec queue suspend/resume
 2026-07-11  9:30 UTC  (11+ messages)
` [PATCH v3 1/6] drm/xe: only resume exec queues that were actually suspended
` [PATCH v3 2/6] drm/xe/guc: ban exec queue on suspend timeout
` [PATCH v3 3/6] drm/xe/guc: add uninterruptible suspend wait for cross-process cleanup
` [PATCH v3 4/6] drm/xe/hw_engine_group: propagate suspend failures during mode switch
` [PATCH v3 5/6] drm/xe/guc: Add suspend refcount to exec queue ops
` [PATCH v3 6/6] drm/xe/multi_queue: preempt primary on queue group suspend
` ✗ CI.checkpatch: warning for drm/xe: balance exec queue suspend/resume (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2] drm/xe/pxp: add termination on resume
 2026-07-11  8:11 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/pxp: add termination on resume (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2 11/13] drm/xe/tests: Add GuC KLV printer test
 2026-07-11  7:36 UTC  (2+ messages)
` [PATCH v3 "

[PATCH] drm/xe: Hold a dma-buf reference for imported BOs
 2026-07-11  4:41 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe: Hold a dma-buf reference for imported BOs (rev2)

[PATCH] drm/xe/pci: Disable Multi-LRC on single VCS/VECS platforms
 2026-07-11  3:15 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[linux-next:master] BUILD REGRESSION bee763d5f341b99cf472afeb508d4988f62a6ca1
 2026-07-11  2:48 UTC 

[drm-xe:drm-xe-next] BUILD SUCCESS ed5a093c2fdd980dda2b2e14b1577a285a87e506
 2026-07-11  1:42 UTC 

[PATCH] drm/xe: Don't fall through on DRM_GPUVA_OP_DRIVER in op_check_svm_userptr
 2026-07-11  1:07 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[drm-xe:topic/xe-for-CI] BUILD SUCCESS b275cb3f07a7ab3ef3bd419db86bd42fa95dcedb
 2026-07-11  0:39 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox