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
2023-09-29
drm/i915: Introduce the intel_gt_resume_early()
Nirmoy Das
3
-4
/
+9
2023-09-29
drm/i915: Introduce intel_gt_mcr_lock_sanitize()
Nirmoy Das
2
-0
/
+23
2023-09-28
drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval
Nirmoy Das
1
-1
/
+10
2023-09-27
drm/i915: Do not disable preemption for resets
Tvrtko Ursulin
1
-8
/
+6
2023-09-26
i915/guc: Get runtime pm in busyness worker only if already active
Umesh Nerlige Ramappa
1
-3
/
+35
2023-09-25
drm/i915/perf: Remove gtt_offset from stream->oa_buffer.head/.tail
Ashutosh Dixit
1
-39
/
+13
2023-09-25
drm/i915: Add Wa_18028616096
Shekhar Chauhan
2
-0
/
+6
2023-09-25
drm/i915/gem: remove inlines from i915_gem_execbuffer.c
Jani Nikula
1
-10
/
+10
2023-09-25
drm/i915/gt: remove a static inline that requires including i915_drv.h
Jani Nikula
3
-5
/
+7
2023-09-21
drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top
Javier Pello
1
-6
/
+17
2023-09-21
drm/i915/gt: Update RC6 mask for mtl_drpc
Badal Nilawar
2
-2
/
+1
2023-09-21
i915: Limit the length of an sg list to the requested length
Matthew Wilcox (Oracle)
1
-4
/
+7
2023-09-20
drm/i915: refactor deprecated strncpy
Justin Stitt
1
-1
/
+1
2023-09-19
drm/i915/lrc: User PXP contexts requires runalone bit in lrc
Alan Previn
2
-0
/
+24
2023-09-19
drm/i915/pxp/mtl: Update pxp-firmware packet size
Alan Previn
1
-2
/
+2
2023-09-19
drm/i915/pxp/mtl: Update pxp-firmware response timeout
Alan Previn
4
-9
/
+29
2023-09-15
drm/i915/huc: silence injected failure in the load via GSC path
Daniele Ceraolo Spurio
1
-2
/
+4
2023-09-15
i915/pmu: Move execlist stats initialization to execlist specific setup
Umesh Nerlige Ramappa
2
-1
/
+2
2023-09-15
drm/i915: Add Wa_18022495364
Dnyaneshwar Bhadane
2
-0
/
+15
2023-09-14
drm/i915/gt: Prevent error pointer dereference
Dan Carpenter
1
-2
/
+3
2023-09-13
drm/i915/gt: skip WA verification for GEN7_MISCCPCTL on DG2
Andrzej Hajda
1
-2
/
+6
2023-09-09
drm/i915: Run relevant bits of debugfs drop_caches per GT
Tvrtko Ursulin
1
-3
/
+7
2023-09-07
drm/i915/mtl: Drop Wa_14017240301
Matt Roper
1
-5
/
+0
2023-09-07
drm/i915: Add Wa_14015150844
Shekhar Chauhan
2
-0
/
+10
2023-08-31
drm/i915/gt: Wait longer for tasks in migrate selftest
Jonathan Cavitt
1
-1
/
+1
2023-08-30
drm/i915: mark requests for GuC virtual engines to avoid use-after-free
Andrzej Hajda
3
-5
/
+6
2023-08-29
drm/i915/mtl: Update workaround 14016712196
Tejas Upadhyay
1
-4
/
+3
2023-08-28
drm/i915/gsc: define gsc fw
Daniele Ceraolo Spurio
1
-8
/
+24
2023-08-22
drm/i915/guc: Force a reset on internal GuC error
John Harrison
3
-5
/
+54
2023-08-21
drm/i915: Replace several IS_METEORLAKE with proper IP version checks
Matt Roper
8
-14
/
+13
2023-08-21
drm/i915/mtl: Eliminate subplatforms
Matt Roper
3
-22
/
+0
2023-08-21
drm/i915: Eliminate IS_MTL_MEDIA_STEP
Matt Roper
4
-17
/
+37
2023-08-21
drm/i915: Eliminate IS_MTL_GRAPHICS_STEP
Matt Roper
10
-43
/
+62
2023-08-21
drm/i915/xelpg: Call Xe_LPG workaround functions based on IP version
Matt Roper
2
-18
/
+31
2023-08-21
drm/i915/xelpmp: Don't assume workarounds extend to future platforms
Matt Roper
1
-2
/
+2
2023-08-21
drm/i915: Consolidate condition for Wa_22011802037
Matt Roper
6
-12
/
+24
2023-08-17
drm/i915/dg2: Drop Wa_16011777198
Matt Roper
5
-122
/
+0
2023-08-17
drm/i915: Tidy workaround definitions
Matt Roper
1
-54
/
+46
2023-08-17
drm/i915/dg2: Drop pre-production GT workarounds
Matt Roper
6
-279
/
+21
2023-08-16
drm/i915/selftests: Align igt_spinner_create_request with hangcheck
Jonathan Cavitt
1
-0
/
+3
2023-08-15
drm/i915/dg2: Remove Wa_15010599737
Shekhar Chauhan
2
-6
/
+0
2023-08-15
drm/i915: Fix TLB-Invalidation seqno store
Alan Previn
1
-1
/
+1
2023-08-10
drm/i915/guc: Fix potential null pointer deref in GuC 'steal id' test
John Harrison
1
-3
/
+3
2023-08-10
drm/i915/gt: Apply workaround 22016122933 correctly
Jonathan Cavitt
6
-16
/
+17
2023-08-10
drm/i915: Make i915_coherent_map_type GT-centric
Jonathan Cavitt
20
-50
/
+56
2023-08-10
drm/i915/gt: Simplify shmem_create_from_object map_type selection
Jonathan Cavitt
1
-2
/
+1
2023-08-07
Merge tag 'drm-intel-gt-next-2023-08-04' of git://anongit.freedesktop.org/drm...
Dave Airlie
65
-531
/
+1529
2023-08-07
Merge tag 'drm-intel-next-2023-08-03' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
80
-808
/
+1401
2023-08-07
Merge tag 'drm-misc-next-2023-08-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
100
-470
/
+2425
2023-08-07
Merge tag 'drm-next-xilinx-20230802' of git://git.kernel.org/pub/scm/linux/ke...
Dave Airlie
3
-11
/
+9
[next]