index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-15
gpu: nova-core: select AUXILIARY_BUS instead of depending on it
Alexandre Courbot
1
-1
/
+1
2025-05-15
drm/i915/pci: Remove force_probe requirement for DG1
Ville Syrjälä
1
-1
/
+0
2025-05-15
drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts on DG1
Ville Syrjälä
1
-1
/
+1
2025-05-15
drm/xe/guc_submit: Simplify and fix diff calculation
Lucas De Marchi
1
-4
/
+1
2025-05-15
dma-fence: Change signature of __dma_fence_is_later
Tvrtko Ursulin
2
-7
/
+9
2025-05-15
drm/hyperv: Replace simple-KMS with regular atomic helpers
Ryosuke Yasuoka
2
-60
/
+114
2025-05-15
drm/xe/guc: Don't allocate managed BO for each policy change
Michal Wajdeczko
1
-14
/
+13
2025-05-15
drm/xe/guc: Unblock GuC buffer cache for all modes
Michal Wajdeczko
2
-4
/
+4
2025-05-15
Merge tag 'drm-misc-next-2025-05-12' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
20
-73
/
+489
2025-05-14
drm/mediatek: Replace custom compare_dev with component_compare_of
Tang Dongxing
1
-6
/
+1
2025-05-14
drm/mediatek: mtk_drm_drv: Unbind secondary mmsys components on err
AngeloGioacchino Del Regno
1
-1
/
+4
2025-05-14
drm/mediatek: Fix kobject put for component sub-drivers
AngeloGioacchino Del Regno
1
-0
/
+9
2025-05-14
drm/mediatek: mtk_drm_drv: Fix kobject put for mtk_mutex device ptr
AngeloGioacchino Del Regno
1
-7
/
+10
2025-05-14
drm/xe: Add WA BB to capture active context utilization
Umesh Nerlige Ramappa
11
-19
/
+208
2025-05-14
drm/xe: Save the gt pointer in lrc and drop the tile
Umesh Nerlige Ramappa
2
-4
/
+4
2025-05-14
drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC value
Umesh Nerlige Ramappa
3
-6
/
+7
2025-05-14
drm/xe: Timeslice GPU on atomic SVM fault
Matthew Brost
1
-0
/
+5
2025-05-14
drm/gpusvm: Add timeslicing support to GPU SVM
Matthew Brost
1
-0
/
+9
2025-05-14
drm/xe: Strict migration policy for atomic SVM faults
Matthew Brost
6
-43
/
+114
2025-05-14
drm/gpusvm: Introduce devmem_only flag for allocation
Himal Prasad Ghimiray
1
-0
/
+5
2025-05-14
drm/xe/xe2hpg: Add Wa_22021007897
Aradhya Bhatia
2
-0
/
+5
2025-05-14
drm/amdgpu: read back register after written for VCN v4.0.5
David (Ming Qiang) Wu
1
-0
/
+8
2025-05-14
Revert "drm/amd/display: Hardware cursor changes color when switched to software cursor"
Melissa Wen
1
-2
/
+3
2025-05-14
drm/amdgpu: add debugfs for spirom IFWI dump
Shiwu Zhang
4
-10
/
+168
2025-05-14
drm/amdgpu: fix userq resource double freed
Prike Liang
1
-4
/
+5
2025-05-14
drm/amdgpu: Fix circular locking in userq creation
Jesse.Zhang
1
-3
/
+2
2025-05-14
drm/amdgpu: read back register after written for VCN v4.0.5
David (Ming Qiang) Wu
1
-0
/
+8
2025-05-14
Revert "drm/amd/display: Hardware cursor changes color when switched to software cursor"
Melissa Wen
1
-2
/
+3
2025-05-14
drm/xe/vm: Add debug prints for SVM range prefetch
Himal Prasad Ghimiray
1
-1
/
+6
2025-05-14
drm/xe/svm: Implement prefetch support for SVM ranges
Himal Prasad Ghimiray
2
-21
/
+233
2025-05-14
drm/xe/svm: Add xe_svm_find_vma_start() helper
Himal Prasad Ghimiray
2
-0
/
+30
2025-05-14
drm/gpusvm: Introduce drm_gpusvm_find_vma_start() function
Himal Prasad Ghimiray
1
-0
/
+34
2025-05-14
drm/xe/svm: Add xe_svm_range_validate() and xe_svm_range_migrate_to_smem()
Himal Prasad Ghimiray
2
-0
/
+60
2025-05-14
drm/xe/svm: Make xe_svm_range_needs_migrate_to_vram() public
Himal Prasad Ghimiray
2
-8
/
+28
2025-05-14
drm/xe/svm: Refactor usage of drm_gpusvm* function in xe_svm
Himal Prasad Ghimiray
2
-9
/
+77
2025-05-14
drm/xe: Rename lookup_vma function to xe_find_vma_by_addr
Himal Prasad Ghimiray
3
-23
/
+32
2025-05-14
drm/xe/vm: Add an identifier in xe_vma_ops for svm prefetch
Himal Prasad Ghimiray
2
-0
/
+4
2025-05-14
drm/xe/vm: Update xe_vma_ops_incr_pt_update_ops to take an increment value
Himal Prasad Ghimiray
1
-11
/
+17
2025-05-14
drm/xe/svm: Make xe_svm_range_* end/start/size public
Himal Prasad Ghimiray
2
-15
/
+48
2025-05-14
drm/xe/svm: Make to_xe_range a public function
Himal Prasad Ghimiray
2
-5
/
+20
2025-05-14
drm/xe/svm: Helper to add tile masks to svm ranges
Himal Prasad Ghimiray
1
-10
/
+16
2025-05-14
drm/xe: Make xe_svm_alloc_vram public
Himal Prasad Ghimiray
2
-10
/
+32
2025-05-14
drm/xe: Introduce xe_vma_op_prefetch_range struct for prefetch of ranges
Himal Prasad Ghimiray
1
-0
/
+12
2025-05-14
drm/i915/ptl: Use everywhere the correct DDI port clock select mask
Imre Deak
2
-21
/
+21
2025-05-14
drm/i915/alpm: Stop writing ALPM registers when PSR is enabled
Jouni Högander
2
-5
/
+12
2025-05-14
drm/i915/alpm: Make intel_alpm_enable_sink available for PSR
Jouni Högander
2
-2
/
+4
2025-05-14
drm/vmwgfx: Use non-hybrid PCI devres API
Philipp Stanner
1
-11
/
+3
2025-05-14
drm/i915/display: drop unnecessary includes on i915 core headers
Jani Nikula
6
-6
/
+0
2025-05-14
drm/i915/gem: drop intel_display.h include
Jani Nikula
1
-1
/
+0
2025-05-14
drm/i915/display: drop unused declarations from intel_display.h
Jani Nikula
1
-16
/
+0
[prev]
[next]