开源镜像站
帮助
下载
动态
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_vm.c
Age
Commit message (
Expand
)
Author
2024-01-15
drm/xe: unlock on error path in xe_vm_add_compute_exec_queue()
Dan Carpenter
2024-01-15
drm/xe/vm: Fix an error path
Thomas Hellström
2023-12-26
drm/xe: Fix UBSAN splat in add_preempt_fences()
Matthew Brost
2023-12-22
Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...
Dave Airlie
2023-12-21
drm/xe/uapi: Remove sync binds
Matthew Brost
2023-12-21
drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLs
Matthew Brost
2023-12-21
drm/xe: Use a flags field instead of bools for sync parse
Matthew Brost
2023-12-21
drm/xe: Use a flags field instead of bools for VMA create
Matthew Brost
2023-12-21
drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvm
Thomas Hellström
2023-12-21
drm/xe: Use DRM GPUVM helpers for external- and evicted objects
Thomas Hellström
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/vm: Avoid asid lookup if none allocated
Mika Kuoppala
2023-12-21
drm/xe: Rename info.supports_* to info.has_*
Lucas De Marchi
2023-12-21
drm/xe/uapi: Use LR abbrev for long-running vms
Thomas Hellström
2023-12-21
drm/xe/uapi: Fix various struct padding for 64b alignment
Rodrigo Vivi
2023-12-21
drm/xe/uapi: Kill tile_mask
Rodrigo Vivi
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/vm: Fix ASID XA usage
Thomas Hellström
2023-12-21
drm/xe: Only set xe_vma_op.map fields for GPUVA map operations
Matthew Brost
2023-12-21
drm/xe/uapi: Be more specific about the vm_bind prefetch region
Rodrigo Vivi
2023-12-21
drm/xe/uapi: Add _FLAG to uAPI constants usable for flags
Francois Dugast
2023-12-21
drm/xe/uapi: Add missing DRM_ prefix in uAPI constants
Francois Dugast
2023-12-21
drm/xe: Fix unbind of unaccessed VMA (fault mode)
Brian Welty
2023-12-21
drm/xe: Adjust tile_present mask when skipping rebinds
Matthew Brost
2023-12-21
drm/xe: fix pat[2] programming with 2M/1G pages
Matthew Auld
2023-12-21
drm/xe: Fix VM bind out-sync signaling ordering
Matthew Brost
2023-12-21
drm/xe: Remove async worker and rework sync binds
Matthew Brost
2023-12-21
drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERROR
Matthew Brost
2023-12-21
drm/xe: Kill XE_VM_PROPERTY_BIND_OP_ERROR_CAPTURE_ADDRESS extension
Rodrigo Vivi
2023-12-21
drm/xe/uapi: Use common drm_xe_ext_set_property extension
Ashutosh Dixit
2023-12-21
drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queue
Matthew Brost
2023-12-21
drm/xe/vm: Remove VM_BIND_OP macro
Francois Dugast
2023-12-21
drm/xe/uapi: Separate VM_BIND's operation and flag
Francois Dugast
2023-12-21
drm/xe: directly use pat_index for pte_encode
Matthew Auld
2023-12-21
drm/xe/xe2: Add one more bit to encode PAT to ppgtt entries
Lucas De Marchi
2023-12-21
drm/xe/vm: Prefer xe_assert() over XE_WARN_ON()
Lucas De Marchi
2023-12-21
drm/xe/vm: use list_last_entry() to fetch last_op
Paulo Zanoni
2023-12-21
drm/xe/vm: print the correct 'keep' when printing gpuva ops
Paulo Zanoni
2023-12-21
drm/xe: Fix exec queue usage for unbinds
Matthew Brost
2023-12-21
drm/xe: set PTE_AE for all platforms supporting it
Fei Yang
2023-12-21
drm/xe: Use pat_index to encode pde/pte
Lucas De Marchi
2023-12-21
drm/xe/migrate: Do not hand-encode pte
Lucas De Marchi
2023-12-21
drm/xe: Use vfunc for pte/pde ppgtt encoding
Lucas De Marchi
2023-12-21
drm/xe: Track page table memory usage for client
Tejas Upadhyay
2023-12-21
drm/xe: Record each drm client with its VM
Tejas Upadhyay
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
2023-12-21
drm/xe: Replace XE_WARN_ON with drm_warn when just printing a string
Francois Dugast
2023-12-21
drm/xe: Fix fence reservation accouting
Matthew Brost
[next]