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-21
drm/xe/xe2: Add workaround 16020292621
Tejas Upadhyay
3
-0
/
+22
2023-12-21
drm/xe/xe2: Respond to TRTT faults as unsuccessful page fault
Brian Welty
1
-0
/
+6
2023-12-21
drm/xe: Support device page faults on integrated platforms
Brian Welty
2
-3
/
+6
2023-12-21
drm/xe: Move xe_mmio_probe_tiles outside of MMIO setup
Michał Winiarski
3
-3
/
+4
2023-12-21
drm/xe: Move xe_set_dma_info outside of MMIO setup
Michał Winiarski
2
-26
/
+26
2023-12-21
drm/xe/irq: Don't call pci_free_irq_vectors
Michał Winiarski
1
-4
/
+1
2023-12-21
drm/xe: Use managed pci_enable_device
Michał Winiarski
1
-12
/
+8
2023-12-21
drm/xe: Skip calling drm_dev_put on probe error
Michał Winiarski
2
-11
/
+6
2023-12-21
drm/xe: Fix header guard warning
Michał Winiarski
1
-1
/
+1
2023-12-21
drm/xe: rename bypass_mtcfg to skip_mtcfg
Koby Elbaz
3
-5
/
+5
2023-12-21
drm/xe: add skip_pcode flag
Koby Elbaz
3
-0
/
+13
2023-12-21
drm/xe/mocs: update MOCS table for xe2
Matthew Auld
1
-5
/
+5
2023-12-21
drm/xe: Manually setup C6 when skip_guc_pc is set
Vinay Belgaumkar
4
-3
/
+64
2023-12-21
drm/xe: Add skip_guc_pc flag
Vinay Belgaumkar
2
-0
/
+4
2023-12-21
drm/xe: Rename xe_gt_idle_sysfs to xe_gt_idle
Vinay Belgaumkar
6
-9
/
+9
2023-12-21
drm/xe/doc: Include documentation about xe_assert()
Michal Wajdeczko
2
-0
/
+8
2023-12-21
drm/xe/guc: Include only required GuC ABI headers
Michal Wajdeczko
8
-6
/
+11
2023-12-21
drm/xe/guc: Remove obsolete GuC CTB documentation
Michal Wajdeczko
1
-43
/
+2
2023-12-21
drm/xe/guc: Drop ancient GuC CTB definitions
Michal Wajdeczko
1
-21
/
+0
2023-12-21
drm/xe: explicitly set GGTT access for GuC DMA
Fei Yang
2
-1
/
+3
2023-12-21
drm/xe/uapi: support pat_index selection with vm_bind
Matthew Auld
4
-18
/
+115
2023-12-21
drm/xe/pat: annotate pat_index with coherency mode
Matthew Auld
3
-42
/
+89
2023-12-21
drm/xe/uapi: Add support for CPU caching mode
Pallavi Mishra
7
-39
/
+122
2023-12-21
drm/xe/kunit: Return number of iterated devices
Michal Wajdeczko
1
-3
/
+3
2023-12-21
drm/xe: fix mem_access for early lrc generation
Matthew Auld
1
-7
/
+7
2023-12-21
drm/xe/gsc: Define GSC FW for MTL
Daniele Ceraolo Spurio
3
-8
/
+17
2023-12-21
drm/xe/gsc: Define GSCCS for MTL
Daniele Ceraolo Spurio
3
-7
/
+24
2023-12-21
drm/xe/gsc: Query GSC compatibility version
Daniele Ceraolo Spurio
9
-6
/
+397
2023-12-21
drm/xe/gsc: Trigger a driver flr to cleanup the GSC on unload
Daniele Ceraolo Spurio
1
-0
/
+17
2023-12-21
drm/xe/gsc: Implement WA 14015076503
Daniele Ceraolo Spurio
6
-1
/
+59
2023-12-21
drm/xe/gsc: GSC FW load
Daniele Ceraolo Spurio
7
-1
/
+345
2023-12-21
drm/xe/gsc: Parse GSC FW header
Daniele Ceraolo Spurio
3
-0
/
+193
2023-12-21
drm/xe/gsc: Introduce GSC FW
Daniele Ceraolo Spurio
9
-9
/
+121
2023-12-21
drm/xe/uc: Rework uC version tracking
Daniele Ceraolo Spurio
3
-75
/
+114
2023-12-21
drm/xe: Encapsulate all the module parameters
Bommithi Sakeena
8
-33
/
+42
2023-12-21
drm/xe/xe2: Add workaround 14020013138
Tejas Upadhyay
2
-0
/
+8
2023-12-21
drm/xe/dg2: Drop Wa_22014600077
Matt Roper
2
-22
/
+0
2023-12-21
drm/xe: Sync MTL PCI IDs with i915
Lucas De Marchi
1
-23
/
+4
2023-12-21
drm/xe: Internally change the compute_mode and no_dma_fence mode naming
Thomas Hellström
9
-39
/
+39
2023-12-21
drm/xe/vm: Fix ASID XA usage
Thomas Hellström
2
-3
/
+17
2023-12-21
drm/xe/bo: Remove leftover trace_printk()
Thomas Hellström
1
-1
/
+0
2023-12-21
drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()
Thomas Hellström
5
-9
/
+9
2023-12-21
drm/xe: Ensure that we don't access the placements array out-of-bounds
Thomas Hellström
1
-17
/
+22
2023-12-21
drm/xe: Print virtualization mode during probe
Michal Wajdeczko
1
-0
/
+4
2023-12-21
drm/xe: Prepare for running in different SR-IOV modes
Michal Wajdeczko
6
-0
/
+138
2023-12-21
drm/xe: Add device flag to indicate SR-IOV support
Michal Wajdeczko
3
-1
/
+9
2023-12-21
drm/xe/xe2: Add workaround 14019449301
Tejas Upadhyay
2
-0
/
+8
2023-12-21
drm/xe/xe2: Add workaround 16021867713
Tejas Upadhyay
1
-0
/
+6
2023-12-21
drm/xe/xe2: Add workaround 14017421178
Tejas Upadhyay
1
-0
/
+9
2023-12-21
drm/xe/mmio: Make xe_mmio_wait32() aware of interrupts
Gustavo Sousa
1
-0
/
+6
[next]