messages from 2026-05-05 05:18:13 to 2026-05-06 20:25:31 UTC [more...]
[PATCH] drm/xe: Add bounds check for num_binds to prevent memory exhaustion
2026-05-06 19:28 UTC (2+ messages)
[PATCH v3 00/11] Support run ticks for multi-queue use case
2026-05-06 20:25 UTC (24+ messages)
` [PATCH v3 01/11] drm/xe/lrc: Use 64 bit ctx timestamp in the LRC snapshot
` [PATCH v3 02/11] drm/xe: Add timestamp_ms to "
` [PATCH v3 03/11] drm/xe/lrc: Refactor xe_lrc_timestamp to simplify logic
` [PATCH v3 04/11] drm/xe/multi_queue: Refactor check for multi queue support for engine class
` [PATCH v3 05/11] drm/xe/multi_queue: Store primary LRC and position info in LRC
` [PATCH v3 06/11] drm/xe/multi_queue: Add helpers to access CS QUEUE TIMESTAMP from lrc
` [PATCH v3 07/11] drm/xe/lrc: Refactor out engine id to hwe conversion
` [PATCH v3 08/11] drm/xe/multi_queue: Capture queue run times for active queues
` [PATCH v3 09/11] drm/xe/multi_queue: Add trace event for the multi queue timestamp
` [PATCH v3 10/11] drm/xe/multi_queue: Use QUEUE_TIMESTAMP as job timestamp for multi-queue
` [PATCH v3 11/11] drm/xe/multi_queue: Whitelist QUEUE_TIMESTAMP register
` ✗ CI.checkpatch: warning for Support run ticks for multi-queue use case (rev3)
` ✓ CI.KUnit: success "
[PATCH 000/108] drm/i915/dp_link: Refactor DP link capability logic
2026-05-06 20:22 UTC (3+ messages)
` [PATCH 019/108] drm/i915/dp_link_training: Track link recovery state with an enum
[PATCH] drm/xe/dma-buf: handle empty bo and UAF races
2026-05-06 19:59 UTC (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
[PULL] drm-intel-next
2026-05-06 19:53 UTC (2+ messages)
[PATCH v4 00/12] Fine grained fault locking, threaded prefetch, storm cache
2026-05-06 19:42 UTC (8+ messages)
` [PATCH v4 04/12] drm/xe: Use a single page-fault queue with multiple workers
` [PATCH v4 05/12] drm/xe: Add num_pf_work modparam
` [PATCH v4 06/12] drm/xe: Engine class and instance into a u8
[PATCH v2] drm/i915/tc: Recover AUX channel after external TC port mode change
2026-05-06 18:55 UTC (8+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ Xe.CI.FULL: failure "
[PATCH v5 0/2] TTM shrinker fragmentation / partial restore fixes
2026-05-06 18:05 UTC (10+ messages)
` [PATCH v5 1/2] drm/ttm: Drop tt->restore after successful restore
` [PATCH v5 2/2] drm/ttm/pool: back up at native page order
` ✗ CI.checkpatch: warning for TTM shrinker fragmentation / partial restore fixes
` ✓ CI.KUnit: success "
[PATCH 1/2] drm/xe: Use fb cached min alignment
2026-05-06 16:46 UTC (4+ messages)
` [PATCH 2/2] drm/xe: Respect pin_params.alignment for GGTT
[PATCH v3] drm/xe/madvise: Track purgeability with BO-local counters
2026-05-06 15:54 UTC (3+ messages)
` ✓ CI.KUnit: success for drm/xe/madvise: Track purgeability with BO-local counters (rev3)
[PATCH 0/2] drm/i915/intel_panel: Fix seamless VRR mode switching for DRRS panels
2026-05-06 15:53 UTC (7+ messages)
` [PATCH 2/2] drm/i915/intel_panel: Use highest refresh rate mode for seamless VRR changes
[PATCH v4 00/13] Introduce Xe Uncorrectable Error Handling
2026-05-06 15:41 UTC (19+ messages)
` [PATCH v4 02/13] drm/xe/xe_pci_error: Implement PCI error recovery callbacks
` [PATCH v4 04/13] drm/xe: Skip device access during PCI error recovery
` [PATCH v4 05/13] drm/xe/xe_ras: Initialize Uncorrectable AER Registers
` [PATCH v4 07/13] drm/xe/xe_ras: Add support for uncorrectable core-compute errors
` [PATCH v4 12/13] drm/xe/xe_ras: Query errors from system controller on probe
` [PATCH v4 13/13] drm/xe/xe_pci_error: Process errors in mmio_enabled
[PULL] drm-intel-fixes
2026-05-06 14:39 UTC
[PATCH v5 0/5] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
2026-05-06 14:38 UTC (9+ messages)
` [PATCH v5 1/5] mm: Wire up order in shrink_control
` [PATCH v5 2/5] mm: Introduce opportunistic_compaction concept to vmscan and shrinkers
` [PATCH v5 3/5] drm/ttm: Issue direct reclaim at beneficial_order
` [PATCH v5 4/5] drm/xe: Set TTM device beneficial_order to 9 (2M)
` [PATCH v5 5/5] drm/xe: Make use of shrink_control::opportunistic_compaction hint
` ✗ CI.checkpatch: warning for mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation (rev4)
` ✓ CI.KUnit: success "
[drm-xe:drm-xe-fixes] BUILD SUCCESS b29987dfd943e655df6e3b641ecffad5cc1509c2
2026-05-06 14:32 UTC
[RFC PATCH V9 00/10] Add memory page offlining support
2026-05-06 14:19 UTC (13+ messages)
` [RFC PATCH V9 01/10] drm/xe: Link VRAM object with gpu buddy
` [RFC PATCH V9 02/10] [DO_NOT_REVIEW]gpu/buddy: Integrate lockdep for gpu buddy manager
` [RFC PATCH V9 03/10] drm/gpu: Add gpu_buddy_allocated_addr_to_block helper
` [RFC PATCH V9 04/10] drm/xe: Link LRC BO and its execution Queue
` [RFC PATCH V9 05/10] drm/xe: Extend BO purge to handle vram pages as well
` [RFC PATCH V9 06/10] drm/xe: Handle physical memory address error
` [RFC PATCH V9 07/10] drm/xe/cri: Add debugfs to inject faulty vram address
` [RFC PATCH V9 08/10] gpu/buddy: Add routine to dump allocated buddy blocks
` [RFC PATCH V9 09/10] drm/xe/configfs: Add vram bad page reservation policy
` [RFC PATCH V9 10/10] drm/xe/cri: Add sysfs interface for bad gpu vram pages
` ✗ CI.checkpatch: warning for Add memory page offlining support (rev9)
` ✗ CI.KUnit: failure "
[PATCH] drm/i915/display: Use rmw in gen9_write_dc_state() to preserve non-DC bits
2026-05-06 13:35 UTC (3+ messages)
` ✓ CI.KUnit: success for "
[PATCH 0/5] drm/i915/intel_panel: Reduce redundant intel_panel_fixed_mode() calls
2026-05-06 13:17 UTC (6+ messages)
` [PATCH 2/5] drm/i915/intel_panel: Avoid calls to intel_panel_fixed_mode() in mode_valid
[PATCH] drm/xe/cri: Add new PCI IDs
2026-05-06 9:56 UTC (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH] drm/i915/display: Fix color pipeline state copy for joiner secondary planes
2026-05-06 9:56 UTC (4+ messages)
` ✓ CI.KUnit: success for "
[PATCH v5 0/6] Add get-error-counter and clear-error-counter support for CRI
2026-05-06 8:59 UTC (4+ messages)
` [PATCH v5 2/6] drm/xe/xe_ras: Add support to get error counter in CRI
[PATCH 0/4] PSR2 SDP on Prior Scanline workarounds
2026-05-06 7:29 UTC (7+ messages)
` [PATCH 2/4] drm/i915/psr: Read Intel DPCD workaround register
` [PATCH 3/4] drm/i915/psr: Apply Intel DPCD workaround when SDP on prior line used
` [PATCH 4/4] drm/i915/psr: Apply SDP on prior scanline workaround for NVL
[RFC PATCH V7 00/10] Add memory page offlining support
2026-05-06 5:18 UTC (9+ messages)
` [RFC PATCH V7 05/10] drm/xe: Extend BO purge to handle vram pages as well
` [RFC PATCH V7 10/10] drm/xe/cri: Add sysfs interface for bad gpu vram pages
does DRM_GPUSVM require hugepages?
2026-05-06 2:39 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION 4cd074ae20bbcc293bbbce9163abe99d68ae6ae0
2026-05-06 1:21 UTC
[PATCH 0/9] Add new debug infrastructure for configfs
2026-05-05 23:54 UTC (7+ messages)
` [PATCH 4/9] drm/xe: Add a new debug focused configfs group
` [PATCH 6/9] drm/xe/guc: Add configfs support for guc_log_level
[PATCH] drm/i915/hdcp: Skip inactive MST connectors when building stream list
2026-05-05 22:41 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH v3] drm/i915/dp: Fix VSC dynamic range signaling for RGB formats
2026-05-05 21:15 UTC (5+ messages)
` ✗ CI.checkpatch: warning for drm/i915/dp: Fix VSC dynamic range signaling for RGB formats (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH] drm/intel/display: Add support for pipe background color (v4)
2026-05-05 20:08 UTC (3+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
[RESEND 0/4] drm/i915/display: start switching to display specific reg types
2026-05-05 19:41 UTC (9+ messages)
` [RESEND 1/4] drm/i915/display: add typedef for intel_reg_t and use it
` [RESEND 2/4] drm/i915/display: add struct intel_irq_regs "
` [RESEND 3/4] drm/i915/display: add struct intel_error_regs "
` [RESEND 4/4] drm/i915/display: define and use intel_reg_{offset, equal, valid}() helpers
` ✗ CI.checkpatch: warning for drm/i915/display: start switching to display specific reg types (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH 00/12] Fix MCR inconsistencies in RTP tables
2026-05-05 19:39 UTC (10+ messages)
` [PATCH 04/12] drm/xe/kunit: Add xe_kunit_is_live_test()
` [PATCH 05/12] drm/xe/kunit: Abort test if MMIO operation is attempted
` [PATCH 12/12] drm/xe/reg_sr: Do sanity check for MCR vs non-MCR
[PATCH v2 0/9] Support run ticks for multi-queue use case
2026-05-05 19:06 UTC (17+ messages)
` [PATCH v2 2/9] drm/xe: Add timestamp_ms to LRC snapshot
` [PATCH v2 3/9] drm/xe/multi_queue: Store primary LRC and position info in LRC
` [PATCH v2 6/9] drm/xe/multi_queue: Capture queue run times for active queues
` [PATCH v2 9/9] drm/xe/multi_queue: Whitelist QUEUE_TIMESTAMP register
[PATCH v5] drm/xe/xe_survivability: Simplify runtime survivability error handling
2026-05-05 19:02 UTC (3+ messages)
[PATCH v10 0/5] Migrate on fault for device pages
2026-05-05 18:52 UTC (8+ messages)
` [PATCH v10 1/5] mm/Kconfig: changes for migrate "
` [PATCH v10 2/5] mm: Add helper to convert HMM pfn to migrate pfn
` [PATCH v10 3/5] mm/hmm: do the plumbing for HMM to participate in migration
` [PATCH v10 4/5] mm: setup device page migration in HMM pagewalk
` [PATCH v10 5/5] lib/test_hmm:: add a new testcase for the migrate on fault
` ✗ CI.checkpatch: warning for Migrate on fault for device pages (rev2)
` ✓ CI.KUnit: success "
[PATCH v9 0/5] Migrate on fault for device pages
2026-05-05 18:47 UTC (11+ messages)
` [PATCH v9 4/5] mm: setup device page migration in HMM pagewalk
` ✗ CI.checkpatch: warning for Migrate on fault for device pages
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.FULL: failure "
[PATCH v1] drm/xe/hw_error: Cleanup array map
2026-05-05 17:50 UTC (3+ messages)
` ✓ Xe.CI.FULL: success for "
[PATCH v2 0/1] Do not include LRC indirect ring state size in engine state size
2026-05-05 17:38 UTC (6+ messages)
` ✓ CI.KUnit: success for Do not include LRC indirect ring state size in engine state size (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.BAT: success for Do not include LRC indirect ring state size in engine state size (rev2)
` ✗ Xe.CI.FULL: failure for Do not include LRC indirect ring state size in engine state size (rev3)
[PATCH v4 0/2] TTM shrinker fragmentation / partial restore fixes
2026-05-05 17:36 UTC (8+ messages)
` [PATCH v4 1/2] drm/ttm: Drop tt->restore after successful restore
` [PATCH v4 2/2] drm/ttm/pool: back up at native page order
` ✗ Xe.CI.FULL: failure for TTM shrinker fragmentation / partial restore fixes
[PATCH 0/3] PCI/IOV: Restore initial VF BAR sizing after VF ReBAR
2026-05-05 17:07 UTC (6+ messages)
` [PATCH 1/3] PCI/IOV: Remember initial VF BAR sizes
` [PATCH 2/3] PCI/IOV: Restore initial VF ReBAR sizes on SR-IOV disable/failure
` [PATCH 3/3] PCI/IOV: Restore initial VF ReBAR sizes on PF release
` ✗ CI.checkpatch: warning for PCI/IOV: Restore initial VF BAR sizing after VF ReBAR
` ✓ CI.KUnit: success "
[PATCH 00/13] drm/xe/tests: Add kunit tests for memory based interrupts
2026-05-05 13:12 UTC (11+ messages)
` [PATCH 08/13] drm/xe/memirq: Make page layout macros private
` [PATCH 09/13] drm/xe/memirq: Introduce helper to calculate source page offset
` [PATCH 10/13] drm/xe/memirq: Introduce helper to calculate status vector offset
` [PATCH 11/13] drm/xe/memirq: Refactor xe_memirq_hwe_handler
` [PATCH 12/13] drm/xe/memirq: Dump additional source pages if MSI-X
[PATCH v3 0/2] TTM shrinker fragmentation / partial restore fixes
2026-05-05 10:10 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for "
[PATCH 0/4] drm/i915/display: start switching to display specific reg types
2026-05-05 9:31 UTC (7+ messages)
` [PATCH 1/4] drm/i915/display: add typedef for intel_reg_t and use it
` [PATCH 2/4] drm/i915/display: add struct intel_irq_regs "
[PATCH v5 0/8] drm/i915: move more display dependencies from i915
2026-05-05 9:23 UTC (3+ messages)
` ✗ Xe.CI.FULL: failure for drm/i915: move more display dependencies from i915 (rev5)
[RFC PATCH 0/1] Proposal for in-band firmware update over PLDM-MCTP
2026-05-05 8:23 UTC (3+ messages)
` [RFC PATCH 1/1] xe/xe_mctp_mailbox: Add support for MCTP transport over mailbox
[drm-xe:drm-xe-next-fixes 6/11] xe_pci.c:undefined reference to `xe_configfs_media_gt_allowed'
2026-05-05 7:59 UTC
[PATCH v2 0/2] TTM shrinker fragmentation / partial restore fixes
2026-05-05 7:57 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH v2 0/6] drm/i915: add display irq hooks
2026-05-05 5:38 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for "
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