开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_pt.c
Age
Commit message (
Expand
)
Author
2023-12-21
drm/xe: Use NULL PTEs as scratch PTEs
Thomas Hellström
2023-12-21
drm/xe: Restrict huge PTEs to 1GiB
Thomas Hellström
2023-12-21
drm/xe/uapi: support pat_index selection with vm_bind
Matthew Auld
2023-12-21
drm/xe: Internally change the compute_mode and no_dma_fence mode naming
Thomas Hellström
2023-12-21
drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()
Thomas Hellström
2023-12-21
drm/xe: Remove GEN[0-9]*_ prefixes
Lucas De Marchi
2023-12-21
drm/xe: Set PTE_AE for smem allocations in integrated devices
José Roberto de Souza
2023-12-21
drm/xe: directly use pat_index for pte_encode
Matthew Auld
2023-12-21
drm/xe: fix range printing for debug messages
Paulo Zanoni
2023-12-21
drm/xe: Use vfunc for pte/pde ppgtt encoding
Lucas De Marchi
2023-12-21
drm/xe: Remove check for vma == NULL
Lucas De Marchi
2023-12-21
drm/xe: Normalize pte/pde encoding
Lucas De Marchi
2023-12-21
drm/xe: Track page table memory usage for client
Tejas Upadhyay
2023-12-21
drm/xe: Reinstate pipelined fence enable_signaling
Thomas Hellström
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
2023-12-21
drm/xe: Rename engine to exec_queue
Francois Dugast
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
2023-12-21
drm/xe: Set PTE_DM bit for stolen on MTL
Lucas De Marchi
2023-12-21
drm/xe: Decouple vram check from xe_bo_addr()
Lucas De Marchi
2023-12-21
drm/xe: Remove vma arg from xe_pte_encode()
Lucas De Marchi
2023-12-21
drm/xe: Fix checking for unset value
Lucas De Marchi
2023-12-21
drm/xe: Always use xe_vm_queue_rebind_worker helper
Matthew Brost
2023-12-21
drm/xe/mtl: Map PPGTT as CPU:WC
Matt Roper
2023-12-21
drm/xe: Use migrate engine for page fault binds
Matthew Brost
2023-12-21
drm/xe: Reduce the number list links in xe_vma
Matthew Brost
2023-12-21
drm/xe: Avoid doing rebinds
Matthew Brost
2023-12-21
drm/xe: Make bind engines safe
Matthew Brost
2023-12-21
drm/xe: Normalize XE_VM_FLAG* names
Lucas De Marchi
2023-12-21
drm/xe: Port Xe to GPUVA
Matthew Brost
2023-12-21
drm/xe: Add helpers to hide struct xe_vma internals
Matthew Brost
2023-12-21
drm/xe: NULL binding implementation
Matthew Brost
2023-12-21
drm/xe: Rename pte/pde encoding functions
Lucas De Marchi
2023-12-19
drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLY
Matthew Brost
2023-12-19
drm/xe: Invalidate TLB also on bind if in scratch page mode
Thomas Hellström
2023-12-19
drm/xe: Allocate GT dynamically
Matt Roper
2023-12-19
drm/xe: Move migration from GT to tile
Matt Roper
2023-12-19
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
2023-12-19
drm/xe: Add backpointer from gt to tile
Matt Roper
2023-12-19
drm/xe: Rename GPU offset helper to reflect true usage
Michael J. Ruhl
2023-12-19
drm/xe: Prevent evicting for page tables
Maarten Lankhorst
2023-12-19
drm/xe: Cleanup page-related defines
Lucas De Marchi
2023-12-19
drm/xe: Use BO's GT to determine dma_offset when programming PTEs
Matthew Brost
2023-12-19
drm/xe: s/lmem/vram/
Matthew Auld
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
2023-12-19
drm/xe: Add TLB invalidation fence after rebinds issued from execs
Matthew Brost
2023-12-19
drm/xe: Propagate VM unbind error to invalidation fence
Matthew Brost
2023-12-19
drm/xe: Use GuC to do GGTT invalidations for the GuC firmware
Matthew Brost
2023-12-19
drm/xe: Add range based TLB invalidations
Matthew Brost
2023-12-19
drm/xe: Add TLB invalidation fence ftrace
Matthew Brost
2023-12-19
drm/xe: Invalidate TLB after unbind is complete
Matthew Brost
[next]