summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-03drm/xe: Fix memory leak when aborting bindsMatthew Brost1-1/+1
2024-10-03drm/xe: Prevent null pointer access in xe_migrate_copyZhanjun Dong1-2/+2
2024-10-03drm/xe/oa: Don't reset OAC_CONTEXT_ENABLE on OA stream closeJosé Roberto de Souza1-6/+3
2024-10-03drm/xe/queue: move xa_alloc to prevent UAFMatthew Auld1-1/+3
2024-10-03drm/xe/vm: move xa_alloc to prevent UAFMatthew Auld1-8/+8
2024-10-03drm/xe: Clean up VM / exec queue file lock usage.Matthew Brost5-12/+19
2024-10-03drm/xe: Resume TDR after GT resetMatthew Brost3-0/+8
2024-10-03drm/xe/xe2: Add performance tuning for L3 cache flushingGustavo Sousa2-0/+13
2024-10-03drm/xe/xe2: Extend performance tuning to media GTGustavo Sousa2-0/+26
2024-10-03drm/xe/mcr: Use Xe2_LPM steering tables for Xe2_HPMGustavo Sousa1-1/+1
2024-10-03drm/xe: Use helper for ASID -> VM in GPU faults and access countersMatthew Brost1-18/+21
2024-10-03drm/xe: Convert to USM lock to rwsemMatthew Brost4-12/+10
2024-10-03drm/xe: use devm_add_action_or_reset() helperHe Lugang2-3/+3
2024-10-03drm/xe: fix UAF around queue destructionMatthew Auld4-2/+35
2024-10-03drm/xe/guc_submit: add missing locking in wedged_finiMatthew Auld1-2/+8
2024-10-03drm/xe: Restore pci state upon resumeRodrigo Vivi1-0/+2
2024-10-02drm/amd/display: Fix system hang while resume with TBT monitorTom Chung1-0/+6
2024-10-02drm/amd/display: Enable idle workqueue for more IPS modesLeo Li1-1/+2
2024-10-02drm/amd/display: Add HDR workaround for specific eDPAlex Hung3-1/+15
2024-10-02drm/amd/display: avoid set dispclk to 0Charlene Liu1-0/+1
2024-10-02drm/amd/display: Restore Optimized pbn Value if Failed to Disable DSCFangzhi Zuo1-4/+13
2024-10-02drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal...Yihan Zhu1-1/+0
2024-10-01drm/panthor: Don't add write fences to the shared BOsBoris Brezillon1-6/+1
2024-10-01drm/panthor: Don't declare a queue blocked if deferred operations are pendingBoris Brezillon1-1/+7
2024-10-01drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()Boris Brezillon1-2/+3
2024-10-01drm/panthor: Lock the VM resv before calling drm_gpuvm_bo_obtain_prealloc()Boris Brezillon1-0/+8
2024-10-01drm/panthor: Add FOP_UNSIGNED_OFFSET to fop_flagsLiviu Dudau1-0/+1
2024-10-01drm/i915/gem: fix bitwise and logical AND mixupJani Nikula1-1/+1
2024-09-30drm/sched: revert "Always increment correct scheduler score"Christian König1-1/+1
2024-09-30Linux 6.12-rc1v6.12-rc1Linus Torvalds1-2/+2
2024-09-29x86: kvm: fix build errorLinus Torvalds1-0/+2
2024-09-28Reduce Coccinelle choices in string_choices.cocciJulia Lawall1-50/+41
2024-09-28coccinelle: Remove unnecessary parentheses for only one possible change.Hongbo Li1-8/+0
2024-09-28coccinelle: Add rules to find str_yes_no() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_on_off() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_write_read() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_read_write() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_enable{d}_disable{d}() replacementsHongbo Li1-0/+38
2024-09-28coccinelle: Add rules to find str_lo{w}_hi{gh}() replacementsHongbo Li1-0/+38
2024-09-28coccinelle: Add rules to find str_hi{gh}_lo{w}() replacementsHongbo Li1-0/+42
2024-09-28coccinelle: Add rules to find str_false_true() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_true_false() replacementsHongbo Li1-0/+19
2024-09-28bcachefs: check_subvol_path() now prints subvol root inodeKent Overstreet2-20/+14
2024-09-28bcachefs: remove_backpointer() now checks if dirent points to inodeKent Overstreet1-6/+9
2024-09-28bcachefs: dirent_points_to_inode() now warns on mismatchKent Overstreet1-28/+56
2024-09-28bcachefs: Fix lost wake upAlan Huang1-3/+9
2024-09-28bcachefs: Check for logged ops when cleanKent Overstreet2-3/+13
2024-09-28bcachefs: BCH_FS_clean_recoveryKent Overstreet4-3/+8
2024-09-28bcachefs: Convert disk accounting BUG_ON() to WARN_ON()Kent Overstreet1-1/+1
2024-09-28bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_applyKent Overstreet1-16/+20