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
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_gt_pagefault.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-17
drm/xe: Do not run GPU page fault handler on a closed VM
Matthew Brost
1
-0
/
+6
2024-08-30
drm/xe: Fix memory leak on xe_alloc_pf_queue failure
Nirmoy Das
1
-5
/
+3
2024-08-21
drm/xe: fixup xe_alloc_pf_queue
Matthew Auld
1
-1
/
+4
2024-08-20
drm/xe: Use topology to determine page fault queue size
Stuart Summers
1
-12
/
+42
2024-08-20
drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
Stuart Summers
1
-2
/
+16
2024-06-12
drm/xe/trace: Extract bo, vm, vma traces
Radhakrishna Sripada
1
-1
/
+1
2024-06-07
drm/xe: Rework GPU page fault handling
Matthew Brost
1
-80
/
+62
2024-04-26
drm/xe: Use xe_vma_ops to implement page fault rebinds
Matthew Brost
1
-9
/
+7
2024-03-28
drm/xe: Move vma rebinding to the drm_exec locking loop
Thomas Hellström
1
-2
/
+1
2024-03-13
drm/xe: Invalidate userptr VMA on page pin fault
Matthew Brost
1
-2
/
+2
2024-03-01
drm/xe: Fix ref counting leak on page fault
Matthew Brost
1
-2
/
+4
2024-02-02
drm/xe: circumvent bogus stringop-overflow warning
Arnd Bergmann
1
-1
/
+1
2024-02-01
drm/xe/vm: Subclass userptr vmas
Thomas Hellström
1
-4
/
+7
2024-01-22
Merge drm/drm-next into drm-xe-next
Lucas De Marchi
1
-2
/
+2
2024-01-10
drm/xe: Invert access counter queue head / tail
Matthew Brost
1
-7
/
+7
2024-01-10
drm/xe: Add build on bug to assert access counter queue works
Matthew Brost
1
-0
/
+5
2024-01-10
drm/xe: Invert page fault queue head / tail
Matthew Brost
1
-7
/
+7
2024-01-10
drm/xe: Add build on bug to assert page fault queue works
Matthew Brost
1
-0
/
+5
2023-12-22
Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...
Dave Airlie
1
-0
/
+646
2023-12-21
drm/xe: Rename info.supports_* to info.has_*
Lucas De Marchi
1
-2
/
+2
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
1
-1
/
+1
2023-12-21
drm/xe/guc: Include only required GuC ABI headers
Michal Wajdeczko
1
-0
/
+1
2023-12-21
drm/xe/guc: Promote guc_to_gt/xe helpers to .h
Michal Wajdeczko
1
-6
/
+0
2023-12-21
drm/xe: Fix pagefault and access counter worker functions
Brian Welty
1
-34
/
+48
2023-12-21
drm/xe: Fix dequeue of access counter work item
Brian Welty
1
-2
/
+5
2023-12-21
drm/xe: Replace XE_WARN_ON with drm_warn when just printing a string
Francois Dugast
1
-1
/
+2
2023-12-21
drm/xe: Convert pagefaulting code to use drm_exec
Thomas Hellström
1
-60
/
+47
2023-12-21
drm/xe/bo: Simplify xe_bo_lock()
Thomas Hellström
1
-26
/
+15
2023-12-21
drm/xe: don't warn for bogus pagefaults
Matthew Auld
1
-2
/
+2
2023-12-21
drm/xe: Port Xe to GPUVA
Matthew Brost
1
-13
/
+7
2023-12-21
drm/xe: Add helpers to hide struct xe_vma internals
Matthew Brost
1
-3
/
+4
2023-12-21
drm/xe: NULL binding implementation
Matthew Brost
1
-2
/
+2
2023-12-19
drm/xe: Move migration from GT to tile
Matt Roper
1
-1
/
+1
2023-12-19
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
1
-7
/
+7
2023-12-19
drm/xe: Move VRAM from GT to tile
Matt Roper
1
-2
/
+4
2023-12-19
drm/xe: Do not spread i915_reg_defs.h include
Lucas De Marchi
1
-0
/
+1
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
1
-1
/
+2
2023-12-19
drm/xe: Use GuC to do GGTT invalidations for the GuC firmware
Matthew Brost
1
-1
/
+1
2023-12-19
drm/xe: Add range based TLB invalidations
Matthew Brost
1
-6
/
+1
2023-12-19
drm/xe: Add TLB invalidation fence
Matthew Brost
1
-1
/
+1
2023-12-19
drm/xe: Break of TLB invalidation into its own file
Matthew Brost
1
-96
/
+3
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost
1
-0
/
+750