index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-20
drm/xe: Initialize GuC earlier during probe
Michał Winiarski
1
-0
/
+6
2024-02-19
drm/xe/uapi: Remove support for persistent exec_queues
Thomas Hellström
1
-39
/
+0
2024-01-31
drm/xe: drop display/ subdir from include directories
Jani Nikula
1
-3
/
+3
2024-01-30
drm/xe: Add functions to convert regular address to canonical address and back
José Roberto de Souza
1
-0
/
+10
2024-01-24
drm/xe: Print more device information in devcoredump
José Roberto de Souza
1
-0
/
+20
2024-01-20
drm/xe: Use _ULL for u64 division
Lucas De Marchi
1
-1
/
+1
2024-01-18
drm/xe/gsc: Initialize GSC proxy
Daniele Ceraolo Spurio
1
-2
/
+20
2024-01-11
drm/xe/device: clean up on error in probe()
Dan Carpenter
1
-1
/
+1
2024-01-05
drm/xe: Allocate dedicated workqueue for SR-IOV workers
Michal Wajdeczko
1
-0
/
+4
2023-12-22
drm/xe/vf: Introduce Memory Based Interrupts Handler
Michal Wajdeczko
1
-0
/
+7
2023-12-21
drm/xe/pmu: Remove PMU from Xe till uapi is finalized
Ashutosh Dixit
1
-2
/
+0
2023-12-21
drm/xe/xe2: Modify main memory to ccs memory ratio.
Himal Prasad Ghimiray
1
-1
/
+1
2023-12-21
drm/xe/xe2: Determine bios enablement for flat ccs on igfx
Himal Prasad Ghimiray
1
-0
/
+30
2023-12-21
drm/xe: Avoid any races around ccs_mode update
Niranjana Vishwanathapura
1
-0
/
+9
2023-12-21
drm/xe/uapi: Kill exec_queue_set_property
Rodrigo Vivi
1
-2
/
+0
2023-12-21
drm/xe: Reorder GGTT init to earlier point in probe
Michał Winiarski
1
-0
/
+7
2023-12-21
drm/xe: Move force_wake init to earlier point in probe
Michał Winiarski
1
-0
/
+3
2023-12-21
drm/xe: Move system memory management init to earlier point in probe
Michał Winiarski
1
-2
/
+2
2023-12-21
drm/xe/device: Introduce xe_device_probe_early
Michał Winiarski
1
-4
/
+18
2023-12-21
drm/xe: Introduce xe_tile_init_early and use at earlier point in probe
Michał Winiarski
1
-6
/
+0
2023-12-21
drm/xe: Move xe_mmio_probe_tiles outside of MMIO setup
Michał Winiarski
1
-0
/
+2
2023-12-21
drm/xe: Move xe_set_dma_info outside of MMIO setup
Michał Winiarski
1
-0
/
+26
2023-12-21
drm/xe: Skip calling drm_dev_put on probe error
Michał Winiarski
1
-7
/
+5
2023-12-21
drm/xe: Encapsulate all the module parameters
Bommithi Sakeena
1
-1
/
+1
2023-12-21
drm/xe/vm: Fix ASID XA usage
Thomas Hellström
1
-1
/
+14
2023-12-21
drm/xe/uapi: Kill VM_MADVISE IOCTL
Rodrigo Vivi
1
-5
/
+3
2023-12-21
drm/xe/display: fix error handling flow when device probing fails
Koby Elbaz
1
-2
/
+2
2023-12-21
drm/xe/display: Implement display support
Maarten Lankhorst
1
-5
/
+53
2023-12-21
drm/xe: implement driver initiated function-reset
Andrzej Hajda
1
-0
/
+78
2023-12-21
drm/xe/uapi: Remove MMIO ioctl
Francois Dugast
1
-1
/
+0
2023-12-21
drm/xe/gsc: add gsc device support
Vitaly Lubart
1
-0
/
+4
2023-12-21
drm/xe/hwmon: Expose power attributes
Badal Nilawar
1
-0
/
+3
2023-12-21
drm/xe: Use vfunc to initialize PAT
Lucas De Marchi
1
-0
/
+3
2023-12-21
drm/xe: Interface xe drm client with fdinfo interface
Tejas Upadhyay
1
-0
/
+6
2023-12-21
drm/xe: Add drm-client infrastructure
Tejas Upadhyay
1
-1
/
+14
2023-12-21
drm/xe/pmu: Enable PMU interface
Aravind Iddamsetty
1
-0
/
+2
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
1
-3
/
+3
2023-12-21
drm/xe: Rename engine to exec_queue
Francois Dugast
1
-30
/
+30
2023-12-21
drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]
Francois Dugast
1
-1
/
+1
2023-12-21
drm/xe: Invert guc vs execlists parameters and info.
Rodrigo Vivi
1
-1
/
+1
2023-12-21
drm/xe: add lockdep annotation for xe_device_mem_access_put()
Matthew Auld
1
-2
/
+2
2023-12-21
drm/xe: add lockdep annotation for xe_device_mem_access_get()
Matthew Auld
1
-0
/
+24
2023-12-21
drm/xe: fix xe_device_mem_access_get() races
Matthew Auld
1
-13
/
+47
2023-12-21
drm/xe: hold mem_access.ref for CT fast-path
Matthew Auld
1
-0
/
+5
2023-12-21
drm/xe: Port Xe to GPUVA
Matthew Brost
1
-1
/
+1
2023-12-20
drm/xe: Allocate GT dynamically
Matt Roper
1
-4
/
+0
2023-12-20
drm/xe: Clarify 'gt' retrieval for primary tile
Matt Roper
1
-1
/
+1
2023-12-20
drm/xe: Move VRAM from GT to tile
Matt Roper
1
-4
/
+0
2023-12-20
drm/xe: Move GGTT from GT to tile
Matt Roper
1
-4
/
+14
2023-12-20
drm/xe: Fail xe_device_create() if wq allocation fails
Gustavo Sousa
1
-1
/
+9
[next]