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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-19
drm/xe: Rename xe_rtp_regval to xe_rtp_action
Lucas De Marchi
3
-24
/
+27
2023-12-19
drm/xe/mcr: Add SQIDI steering for DG2
Lucas De Marchi
4
-32
/
+59
2023-12-19
drm/xe/mcr: Use designated init for xe_steering_types
Lucas De Marchi
1
-6
/
+6
2023-12-19
drm/xe: Remove TODO from workaround documentation
Lucas De Marchi
1
-3
/
+0
2023-12-19
drm/xe: Remove TODO from rtp infra
Lucas De Marchi
1
-4
/
+0
2023-12-19
drm/xe: Fix xe_tuning include
Lucas De Marchi
1
-1
/
+1
2023-12-19
drm/xe: Fix typo in MCR documentation
Lucas De Marchi
1
-5
/
+5
2023-12-19
drm/xe: Add debugfs for dumping GGTT mappings
Maarten Lankhorst
3
-0
/
+27
2023-12-19
drm/xe: Drop TLB invalidation from ring operations
Matthew Brost
1
-39
/
+1
2023-12-19
drm/xe: Add TLB invalidation fence after rebinds issued from execs
Matthew Brost
1
-90
/
+110
2023-12-19
drm/xe: Add has_asid to device info
Matthew Brost
4
-4
/
+9
2023-12-19
drm/xe: Signal invalidation fence immediately if CT send fails
Matthew Brost
1
-9
/
+14
2023-12-19
drm/xe: Propagate VM unbind error to invalidation fence
Matthew Brost
1
-1
/
+7
2023-12-19
drm/xe: Lock GGTT on when restoring kernel BOs
Matthew Brost
1
-1
/
+4
2023-12-19
drm/xe: Use GuC to do GGTT invalidations for the GuC firmware
Matthew Brost
13
-21
/
+89
2023-12-19
drm/xe: Propagate error from bind operations to async fence
Matthew Brost
1
-1
/
+8
2023-12-19
drm/xe: Add range based TLB invalidations
Matthew Brost
5
-25
/
+84
2023-12-19
drm/xe: Add has_range_tlb_invalidation device attribute
Matthew Brost
2
-0
/
+6
2023-12-19
drm/xe: Delete debugfs entry to issue TLB invalidation
Matthew Brost
1
-24
/
+0
2023-12-19
drm/xe: Only set VM->asid for platforms that support a ASID
Matthew Brost
1
-13
/
+17
2023-12-19
drm/xe: Add TDR for invalidation fence timeout cleanup
Matthew Brost
4
-5
/
+65
2023-12-19
drm/xe: Add TLB invalidation fence ftrace
Matthew Brost
3
-0
/
+60
2023-12-19
drm/xe: Kernel doc GT TLB invalidations
Matthew Brost
1
-1
/
+51
2023-12-19
drm/xe: Invalidate TLB after unbind is complete
Matthew Brost
3
-0
/
+107
2023-12-19
drm/xe: Add TLB invalidation fence
Matthew Brost
8
-7
/
+80
2023-12-19
drm/xe: Move TLB invalidation variable to own sub-structure in GT
Matthew Brost
3
-23
/
+25
2023-12-19
drm/xe: Break of TLB invalidation into its own file
Matthew Brost
9
-99
/
+146
2023-12-19
drm/xe: Don't process TLB invalidation done in CT fast-path
Matthew Brost
1
-1
/
+8
2023-12-19
drm/xe/migrate: Update emit_pte to cope with a size level than 4k
Matthew Brost
1
-11
/
+6
2023-12-19
drm/xe/ggtt: fix GGTT scratch usage for DG2
Matthew Auld
1
-10
/
+18
2023-12-19
drm/xe/ggtt: fix alignment usage for DG2
Matthew Auld
2
-4
/
+24
2023-12-19
drm/xe/ppgtt: fix scratch page usage on DG2
Matthew Auld
1
-5
/
+13
2023-12-19
drm/xe/ppgtt: clear the scratch page
Matthew Auld
1
-6
/
+8
2023-12-19
drm/xe/bo: reduce xe_bo_create_pin_map() restrictions
Matthew Auld
1
-15
/
+20
2023-12-19
drm/xe: Map initial FB at the same place in GGTT too
Maarten Lankhorst
3
-4
/
+20
2023-12-19
drm/xe: Convert memory device refcount to s32
Maarten Lankhorst
2
-2
/
+2
2023-12-19
drm/xe/uapi: Add XE_ENGINE_GET_PROPERTY uAPI
José Roberto de Souza
4
-1
/
+51
2023-12-19
drm/xe/uapi: Rename XE_ENGINE_PROPERTY_X to XE_ENGINE_SET_PROPERTY_X
José Roberto de Souza
2
-18
/
+18
2023-12-19
drm/xe: Use global macros to set PM functions
Francois Dugast
1
-9
/
+2
2023-12-19
drm/xe: skip Kunit tests requiring real hardware when running on UML
Mauro Carvalho Chehab
1
-5
/
+23
2023-12-19
drm/xe/guc_pc: Fix Meteor Lake registers.
Rodrigo Vivi
1
-4
/
+66
2023-12-19
drm/xe: Fix Meteor Lake rsa issue on guc loading
Philippe Lecluse
1
-2
/
+2
2023-12-19
drm/xe/gt: Enable interrupt while initializing root gt
Balasubramani Vivekanandan
1
-1
/
+1
2023-12-19
drm/xe: KUnit tests depend on CONFIG_DRM_FBDEV_EMULATION
Mauro Carvalho Chehab
2
-0
/
+4
2023-12-19
drm/xe/Kconfig.debug: select DEBUG_FS for KUnit runs
Mauro Carvalho Chehab
2
-1
/
+2
2023-12-19
drm/xe: Add min config for kunit integration ARCH=um
Lucas De Marchi
1
-0
/
+7
2023-12-19
drm/xe: Add documentation for mem_type
Lucas De Marchi
1
-1
/
+1
2023-12-12
drm/xe/gt: Fix min() with u32 and u64
Lucas De Marchi
1
-1
/
+1
2023-12-12
drm/xe: Fix tracepoints on 32b
Lucas De Marchi
1
-6
/
+6
2023-12-12
drm/xe/mmio: Use non-atomic writeq/readq variant for 32b
Lucas De Marchi
2
-7
/
+1
[next]