开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
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
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_gt_pagefault.c
Age
Commit message (
Expand
)
Author
2024-11-19
drm/xe: drop unused component dependencies
Christian König
2024-10-03
drm/xe: Use helper for ASID -> VM in GPU faults and access counters
Matthew Brost
2024-10-03
drm/xe: Convert to USM lock to rwsem
Matthew Brost
2024-09-17
drm/xe: Do not run GPU page fault handler on a closed VM
Matthew Brost
2024-08-30
drm/xe: Fix memory leak on xe_alloc_pf_queue failure
Nirmoy Das
2024-08-21
drm/xe: fixup xe_alloc_pf_queue
Matthew Auld
2024-08-20
drm/xe: Use topology to determine page fault queue size
Stuart Summers
2024-08-20
drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
Stuart Summers
2024-06-12
drm/xe/trace: Extract bo, vm, vma traces
Radhakrishna Sripada
2024-06-07
drm/xe: Rework GPU page fault handling
Matthew Brost
2024-04-26
drm/xe: Use xe_vma_ops to implement page fault rebinds
Matthew Brost
2024-03-28
drm/xe: Move vma rebinding to the drm_exec locking loop
Thomas Hellström
2024-03-13
drm/xe: Invalidate userptr VMA on page pin fault
Matthew Brost
2024-03-01
drm/xe: Fix ref counting leak on page fault
Matthew Brost
2024-02-02
drm/xe: circumvent bogus stringop-overflow warning
Arnd Bergmann
2024-02-01
drm/xe/vm: Subclass userptr vmas
Thomas Hellström
2024-01-22
Merge drm/drm-next into drm-xe-next
Lucas De Marchi
2024-01-10
drm/xe: Invert access counter queue head / tail
Matthew Brost
2024-01-10
drm/xe: Add build on bug to assert access counter queue works
Matthew Brost
2024-01-10
drm/xe: Invert page fault queue head / tail
Matthew Brost
2024-01-10
drm/xe: Add build on bug to assert page fault queue works
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: Rename info.supports_* to info.has_*
Lucas De Marchi
2023-12-21
drm/xe/xe2: Respond to TRTT faults as unsuccessful page fault
Brian Welty
2023-12-21
drm/xe: Support device page faults on integrated platforms
Brian Welty
2023-12-21
drm/xe/guc: Include only required GuC ABI headers
Michal Wajdeczko
2023-12-21
drm/xe/guc: Promote guc_to_gt/xe helpers to .h
Michal Wajdeczko
2023-12-21
drm/xe: Fix pagefault and access counter worker functions
Brian Welty
2023-12-21
drm/xe: Fix dequeue of access counter work item
Brian Welty
2023-12-21
drm/xe: Replace XE_WARN_ON with drm_warn when just printing a string
Francois Dugast
2023-12-21
drm/xe: Convert pagefaulting code to use drm_exec
Thomas Hellström
2023-12-21
drm/xe/bo: Simplify xe_bo_lock()
Thomas Hellström
2023-12-21
drm/xe: don't warn for bogus pagefaults
Matthew Auld
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-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: Move VRAM from GT to tile
Matt Roper
2023-12-19
drm/xe: Do not spread i915_reg_defs.h include
Lucas De Marchi
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
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
Matthew Brost
2023-12-19
drm/xe: Break of TLB invalidation into its own file
Matthew Brost
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost