index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-28
drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16
Karthik Poosa
1
-1
/
+1
2024-08-28
drm/xe: move the kernel lrc from hwe to execlist port
Ilia Levi
4
-20
/
+22
2024-08-28
drm/xe/bmg: Drop force_probe requirement
Balasubramani Vivekanandan
1
-1
/
+0
2024-08-28
drm/xe: Fix NPD in ggtt_node_remove()
Himal Prasad Ghimiray
1
-5
/
+8
2024-08-28
drm/xe: Use separate rpm lockdep map for non-d3cold-capable devices
Thomas Hellström
3
-14
/
+80
2024-08-28
Revert "drm/ttm: Add a flag to allow drivers to skip clear-on-free"
Nirmoy Das
1
-11
/
+7
2024-08-28
Revert "drm/xe/lnl: Offload system clear page activity to GPU"
Nirmoy Das
3
-38
/
+2
2024-08-27
drm/xe: Support 'nomodeset' kernel command-line option
Thomas Zimmermann
1
-3
/
+36
2024-08-27
drm/xe: Remove unrequired NULL check in xe_sched_job_free_fences
Himal Prasad Ghimiray
1
-2
/
+1
2024-08-27
drm/xe: Remove unrequired NULL checks in xe_sync_entry_cleanup
Himal Prasad Ghimiray
1
-4
/
+2
2024-08-27
drm/xe: Remove extra dma_fence_put on xe_sync_entry_add_deps failure
Himal Prasad Ghimiray
1
-10
/
+3
2024-08-26
drm/xe/lnl: Drop force_probe requirement
Lucas De Marchi
1
-1
/
+0
2024-08-26
drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()
Apoorva Singh
1
-1
/
+1
2024-08-24
drm/xe: Fix total initialization in xe_ggtt_print_holes()
Nathan Chancellor
2
-2
/
+2
2024-08-23
drm/xe/display: handle HPD polling in display runtime suspend/resume
Vinod Govindapillai
3
-3
/
+32
2024-08-23
drm/xe: Handle polling only for system s/r in xe_display_pm_suspend/resume()
Imre Deak
1
-12
/
+6
2024-08-23
drm/xe: Suspend/resume user access only during system s/r
Imre Deak
1
-4
/
+6
2024-08-23
drm/xe: Update xe_sa to use xe_managed_bo_create_pin_map
Matthew Brost
2
-7
/
+7
2024-08-23
drm/xe: Move hw_engine_fini to devm managed
Matthew Brost
1
-2
/
+2
2024-08-23
drm/xe: Drop warn on xe_guc_pc_gucrc_disable in guc pc fini
Matthew Brost
1
-1
/
+1
2024-08-23
drm/xe: Set firmware state to loadable before registering guc_fini_hw
Matthew Brost
1
-2
/
+2
2024-08-23
drm/xe: Move ggtt_fini to devm managed
Matthew Brost
1
-2
/
+2
2024-08-23
Revert "drm/xe: Invalidate media_gt TLBs in PT code"
Matthew Brost
1
-80
/
+19
2024-08-22
drm/xe: Fix missing runtime outer protection for ggtt_remove_node
Rodrigo Vivi
2
-39
/
+73
2024-08-22
drm/xe: Make xe_ggtt_node struct independent
Rodrigo Vivi
12
-104
/
+214
2024-08-22
drm/xe: Refactor xe_ggtt balloon functions to make the node clear
Rodrigo Vivi
3
-15
/
+18
2024-08-22
drm/xe: Introduce xe_ggtt_print_holes
Rodrigo Vivi
3
-24
/
+42
2024-08-22
drm/xe: Introduce xe_ggtt_largest_hole
Rodrigo Vivi
3
-21
/
+38
2024-08-22
drm/xe: Limit drm_mm_node_allocated access to xe_ggtt_node
Rodrigo Vivi
4
-7
/
+19
2024-08-22
drm/xe: Rename xe_ggtt_node related functions
Rodrigo Vivi
4
-56
/
+54
2024-08-22
drm/xe: Encapsulate drm_mm_node inside xe_ggtt_node
Rodrigo Vivi
11
-78
/
+90
2024-08-22
drm/{i915, xe}: Avoid direct inspection of dpt_vma from outside dpt
Rodrigo Vivi
4
-3
/
+16
2024-08-22
drm/xe: Remove unnecessary drm_mm.h includes
Rodrigo Vivi
3
-3
/
+1
2024-08-22
drm/xe: Introduce GGTT documentation
Rodrigo Vivi
2
-35
/
+135
2024-08-22
drm/xe: Removed unused xe_ggtt_printk
Rodrigo Vivi
2
-21
/
+0
2024-08-21
drm/xe: fixup xe_alloc_pf_queue
Matthew Auld
1
-1
/
+4
2024-08-21
drm/xe: Invalidate media_gt TLBs in PT code
Matthew Brost
1
-19
/
+80
2024-08-21
drm/xe: Invalidate media_gt TLBs
Matthew Brost
1
-13
/
+24
2024-08-21
drm/xe: Free job before xe_exec_queue_put
Matthew Brost
1
-1
/
+2
2024-08-20
drm/xe: Drop HW fence pointer to HW fence ctx
Matthew Brost
3
-7
/
+11
2024-08-20
drm/xe/guc: Bump the G2H queue size to account for page faults
Stuart Summers
1
-2
/
+10
2024-08-20
drm/xe: Use topology to determine page fault queue size
Stuart Summers
2
-14
/
+49
2024-08-20
drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
Stuart Summers
1
-2
/
+16
2024-08-19
drm/xe/lnl: Offload system clear page activity to GPU
Nirmoy Das
3
-2
/
+38
2024-08-19
drm/ttm: Add a flag to allow drivers to skip clear-on-free
Nirmoy Das
1
-7
/
+11
2024-08-19
drm/xe/oa: Use vma_pages() helper function in xe_oa_mmap()
Thorsten Blum
1
-2
/
+1
2024-08-19
drm/xe/display: Make display suspend/resume work on discrete
Maarten Lankhorst
2
-5
/
+29
2024-08-19
drm/xe/display: Match i915 driver suspend/resume sequences better
Maarten Lankhorst
1
-5
/
+14
2024-08-19
drm/xe: prevent UAF around preempt fence
Matthew Auld
4
-4
/
+4
2024-08-19
drm/xe: Remove redundant param from xe_bo_create_user
Nirmoy Das
5
-14
/
+12
[next]