aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'drm-next-2026-08-29' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds15-115/+341
6 daysMerge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
6 daysdrm/xe/sysctrl: Read mailbox phase bit from hardwareAnoop Vijay4-28/+5
6 daysdrm/xe/i2c: Keep the i2c controller always enabledHeikki Krogerus2-1/+49
6 daysdrm/xe/i2c: Fix the interrupt handlingHeikki Krogerus6-87/+282
6 daysdrm/xe: Reject page faults from non-fault-mode scratch VMsArvind Yadav1-1/+1
6 daysdrm/xe/xe_gt_idle: Add CCS to the powergating info printBalasubramani Vivekanandan1-1/+2
6 daysdrm/xe: Do not apply WA 14025883347 to media 3503Daniele Ceraolo Spurio1-1/+1
9 daysmm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)1-1/+1
10 daysMerge tag 'drm-xe-next-fixes-2026-08-20' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie2-2/+7
12 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds123-954/+5079
13 daysdrm/xe: Don't hand out the flat CCS storage as usable VRAMLinus Torvalds1-5/+18
13 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+2
13 daysdrm/xe: don't WARN on kernel job timeout when device already wedgedNitin Gote1-0/+6
14 daysBackMerge tag 'v7.2' into drm-nextDave Airlie13-96/+267
2026-08-19Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds2-15/+8
2026-08-17drm/xe: tests: fix error message in xe_migrate_sanity_test()Dan Carpenter1-2/+1
2026-08-14Merge tag 'drm-xe-fixes-2026-08-13' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixesDave Airlie11-123/+279
2026-08-13drm/xe/mcr: Take vcs1/vecs1 into account for first media sliceAshutosh Dixit1-2/+7
2026-08-13drm/xe: Fix xe_device_probe() failureRaag Jadav1-1/+5
2026-08-13drm/xe: Fix a bug in pc_adjust_freq_bounds()Vinay Belgaumkar1-3/+10
2026-08-13drm/xe/oa: Check managed mutex initialization errorsLinmao Li1-4/+5
2026-08-13drm/xe/oa: Fix sync entry leak on OA config emit failureLinmao Li1-0/+4
2026-08-13drm/xe/lrc: document sentinel and make CTX_TIMESTAMP read TOCTOU-safeGajendra Uttamchand2-8/+21
2026-08-13drm/xe/pxp: add termination on resumeDaniele Ceraolo Spurio2-50/+139
2026-08-13drm/xe: Order ring writes before ring tail updatesMatthew Brost1-0/+7
2026-08-13drm/xe/guc_ads: use uncached mapping for UM queue BOJia Yao1-1/+2
2026-08-13drm/xe/guc_ads: allocate UM queues in VRAM on dGFXJia Yao2-9/+5
2026-08-13drm/xe/guc_ads: allocate UM queues in a separate BOJia Yao4-32/+83
2026-08-13drm/xe: Fix DPT allocation paths.Maarten Lankhorst1-25/+8
2026-08-13drm/xe: Fix a bug in pc_adjust_freq_bounds()Vinay Belgaumkar1-3/+10
2026-08-13drm/xe: Fix xe_device_probe() failureRaag Jadav1-1/+6
2026-08-13drm/xe/drm_ras: Move has_drm_ras check to drm_ras layerRaag Jadav2-3/+3
2026-08-13drm/xe/ras: Fix boot-time ras error processingRaag Jadav2-6/+6
2026-08-11Revert "drm/xe: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin3-0/+3
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich46-305/+697
2026-08-08Merge tag 'drm-misc-next-2026-08-06' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-9/+62
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes2-2/+2
2026-08-06drm/xe: Wire up dmem cgroup reclaim for VRAM managerThomas Hellström1-12/+60
2026-08-06cgroup/dmem: Introduce struct dmem_cgroup_init for region initializationThomas Hellström1-1/+6
2026-08-04drm/xe/uc: Apply RCS/CCS yield policy to SR-IOV VFsMarcin Bernatowicz1-2/+5
2026-08-04drm/xe: Fix memory leak in exec_queue_set_hang_replay_state()Michał Winiarski1-0/+3
2026-08-01Merge tag 'drm-xe-next-2026-07-30' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie85-378/+3674
2026-08-01Merge tag 'drm-intel-next-2026-07-28' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextDave Airlie11-90/+126
2026-07-30drm/xe/tests: add live KUnit coverage for BO page-size allocation modesNareshkumar Gollakoti2-0/+248
2026-07-30drm/xe/pt: allow selecting the bind leaf PTE levelNareshkumar Gollakoti1-2/+74
2026-07-30drm/xe: apply debug page-size allocation policy to user BOsNareshkumar Gollakoti1-0/+148
2026-07-30drm/xe: add XE_BO_FLAG_NEEDS_1G for minimum page-size sizingNareshkumar Gollakoti2-2/+11
2026-07-30drm/xe/debugfs: add page-size allocation mode knobNareshkumar Gollakoti1-0/+78
2026-07-30drm/xe: add page size allocation control state to xe_deviceNareshkumar Gollakoti4-0/+120