| Age | Commit message (Expand) | Author |
| 2026-06-04 | drm/{i915,xe}: add intel_display_driver_shutdown_late() | Jani Nikula |
| 2026-06-04 | drm/{i915, xe}: add intel_display_driver_pm_{suspend_late, resume_early}() | Jani Nikula |
| 2026-06-04 | drm/{i915, xe}: move more calls inside intel_display_driver_pm_resume() | Jani Nikula |
| 2026-06-04 | drm/{i915, xe}: move more calls inside intel_display_driver_pm_suspend() | Jani Nikula |
| 2026-06-04 | drm/xe/display: relocate the xe_display_pm_runtime_*() functions | Jani Nikula |
| 2026-06-04 | drm/xe/display: relocate the xe_display_shutdown*() functions | Jani Nikula |
| 2026-06-04 | drm/xe/display: rename xe_display_pm_shutdown*() to xe_display_shutdown*() | Jani Nikula |
| 2026-06-04 | drm/i915/display: add "pm" to intel_display_driver_{suspend, resume}() names | Jani Nikula |
| 2026-06-03 | drm/xe/multi_queue: skip submit when primary queue is suspended | Niranjana Vishwanathapura |
| 2026-06-03 | drm/xe/pxp: PXP no longer requires HuC from media 35 onwards | Daniele Ceraolo Spurio |
| 2026-06-03 | drm/xe: explicit TLB flush for context based tlb invalidation | Tangudu Tilak Tirumalesh |
| 2026-06-03 | drm/xe: Clear pending_disable before signaling suspend fence | Tangudu Tilak Tirumalesh |
| 2026-06-03 | Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend" | Tangudu Tilak Tirumalesh |
| 2026-06-03 | Merge tag 'drm-misc-next-2026-05-28' of https://gitlab.freedesktop.org/drm/mi... | Dave Airlie |
| 2026-06-03 | Merge tag 'drm-intel-next-2026-05-28' of https://gitlab.freedesktop.org/drm/i... | Dave Airlie |
| 2026-06-03 | Merge tag 'drm-xe-next-2026-05-28' of https://gitlab.freedesktop.org/drm/xe/k... | Dave Airlie |
| 2026-06-02 | drm/xe/rtp: Ensure device_oob_was only evaluates correct rules | Violet Monti |
| 2026-06-02 | drm/xe/rtp: Ensure oob_was does not evaluate engine type rules | Violet Monti |
| 2026-06-02 | drm/xe/rtp: Ensure gt_was doesn't evaluate rules with engine types | Violet Monti |
| 2026-06-02 | drm/xe/rtp: Add struct types for RTP tables | Gustavo Sousa |
| 2026-06-01 | drm/xe/display: drop duplicate intel_dp_mst_suspend() call | Jani Nikula |
| 2026-06-01 | drm/xe/display: remove intel_display_flush_cleanup_work() calls on suspend/sh... | Jani Nikula |
| 2026-06-01 | drm/i915/xe: Enable HPD polling later during system resume | Imre Deak |
| 2026-06-01 | drm/xe/pcode: Don't ignore drmm_mutex_init failure | Michal Wajdeczko |
| 2026-05-29 | Revert "drm/xe/nvls: Define GuC firmware for NVL-S" | Daniele Ceraolo Spurio |
| 2026-05-29 | drm: Remove DRIVER_GEM_GPUVA feature flag | Laura Nao |
| 2026-05-29 | drm/xe/ggtt: Fix xe_ggtt documentation | Michal Wajdeczko |
| 2026-05-28 | drm/xe: gate observation streams with perf_allow_cpu() | John Hubbard |
| 2026-05-28 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann |
| 2026-05-27 | drm/xe: Move xe_uc_fw_abi.h to abi/ | Michal Wajdeczko |
| 2026-05-27 | drm/xe: Restore IDLEDLY regiter on engine reset | Balasubramani Vivekanandan |
| 2026-05-27 | drm/xe/pm: Do early initialization in init_early() | Michal Wajdeczko |
| 2026-05-27 | drm/xe/pm: Don't access device in init_early() | Michal Wajdeczko |
| 2026-05-27 | drm/xe: Separate early xe_device initialization | Michal Wajdeczko |
| 2026-05-27 | drm/xe: Move xe->info.devid|revid initialization | Michal Wajdeczko |
| 2026-05-27 | drm/xe: Move xe->info.force_execlist initialization | Michal Wajdeczko |
| 2026-05-27 | drm/xe: Drop unused param from xe_device_create() | Michal Wajdeczko |
| 2026-05-27 | drm/xe: Use raw device ID to find sub-platform descriptor | Michal Wajdeczko |
| 2026-05-27 | drm/i915/power: rename intel_power_domains_*() to intel_display_power_*() | Jani Nikula |
| 2026-05-27 | drm/{i915, xe}: move xe_display_flush_cleanup_work() to i915 display | Jani Nikula |
| 2026-05-26 | drm/xe: Assign queue name in time for drm_sched_init | Tvrtko Ursulin |
| 2026-05-26 | Merge tag 'drm-xe-next-2026-05-21' of https://gitlab.freedesktop.org/drm/xe/k... | Dave Airlie |
| 2026-05-25 | drm/exec, drm/xe, drm/amdgpu: Add an accessor for struct drm_exec::ticket | Thomas Hellström |
| 2026-05-25 | drm/exec, drm/xe: Avoid abusing the drm_exec retry pointer | Thomas Hellström |
| 2026-05-25 | drm/exec: Remove the index parameter from drm_exec_for_each_locked_obj[_reverse] | Thomas Hellström |
| 2026-05-22 | drm/xe/rtp: Implement a structured parser for rule matching | Gustavo Sousa |
| 2026-05-22 | drm/xe/rtp: Fully parse the ruleset | Gustavo Sousa |
| 2026-05-22 | drm/xe/rtp: Extract rule_match_item() | Gustavo Sousa |
| 2026-05-22 | drm/xe/rtp: Do not break parsing when missing context | Gustavo Sousa |
| 2026-05-22 | drm/xe/rtp: Don't short-circuit to false in or-yes case | Gustavo Sousa |