index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_gt_tlb_invalidation.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/xe: Add stats for tlb invalidation count
Nirmoy Das
2024-08-12
1
-0
/
+2
*
drm/xe: Remove fence check from send_tlb_invalidation
Matthew Brost
2024-07-24
1
-2
/
+2
*
drm/xe: Hold a PM ref when GT TLB invalidations are inflight
Matthew Brost
2024-07-19
1
-2
/
+21
*
drm/xe: Drop xe_gt_tlb_invalidation_wait
Matthew Brost
2024-07-19
1
-93
/
+55
*
drm/xe: Add xe_gt_tlb_invalidation_fence_init helper
Matthew Brost
2024-07-19
1
-0
/
+36
*
drm/xe/guc: Configure TLB timeout based on CT buffer size
Nirmoy Das
2024-07-01
1
-8
/
+22
*
drm/xe/vf: Don't use register based TLB invalidation if VF
Michal Wajdeczko
2024-06-20
1
-0
/
+4
*
drm/xe/trace: Print device_id in xe_trace events
Radhakrishna Sripada
2024-06-12
1
-12
/
+15
*
drm/xe: Don't rely on xe_force_wake.h to be included elsewhere
Michal Wajdeczko
2024-05-07
1
-0
/
+1
*
drm/xe: Remove uninitialized end var from xe_gt_tlb_invalidation_range()
Nirmoy Das
2024-04-30
1
-1
/
+1
*
drm/xe: Add xe_gt_tlb_invalidation_range and convert PT layer to use this
Matthew Brost
2024-04-26
1
-15
/
+44
*
drm/xe: Force wedged state and block GT reset upon any GPU hang
Rodrigo Vivi
2024-04-24
1
-1
/
+1
*
drm/xe: Make TLB invalidation fences unordered
Thomas Hellström
2024-03-28
1
-1
/
+0
*
drm/xe: Always check force_wake_get return code
Daniele Ceraolo Spurio
2024-03-20
1
-1
/
+1
*
drm/xe: Do not grab forcewakes when issuing GGTT TLB invalidation via GuC
Matthew Brost
2024-03-05
1
-0
/
+2
*
drm/xe: Don't support execlists in xe_gt_tlb_invalidation layer
Matthew Brost
2024-02-23
1
-0
/
+12
*
drm/xe: Cleanup some layering in GGTT
Matthew Brost
2024-02-23
1
-1
/
+40
*
drm/xe: Report TLB timeout using GT oriented functions
Michal Wajdeczko
2023-12-21
1
-6
/
+7
*
drm/xe/guc: Include only required GuC ABI headers
Michal Wajdeczko
2023-12-21
1
-0
/
+1
*
drm/xe/guc: Promote guc_to_gt/xe helpers to .h
Michal Wajdeczko
2023-12-21
1
-6
/
+0
*
drm/xe: Dump CTB during TLB timeout
Pallavi Mishra
2023-12-21
1
-0
/
+2
*
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
2023-12-21
1
-6
/
+6
*
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
2023-12-21
1
-6
/
+6
*
drm/xe: drop xe_device_mem_access_get() from invalidation_vma
Matthew Auld
2023-12-21
1
-6
/
+2
*
drm/xe: handle TLB invalidations from CT fast-path
Matthew Auld
2023-12-21
1
-50
/
+84
*
drm/xe/tlb: print seqno_recv on fence TLB timeout
Matthew Auld
2023-12-21
1
-2
/
+2
*
drm/xe/tlb: also update seqno_recv during reset
Matthew Auld
2023-12-21
1
-2
/
+22
*
drm/xe/tlb: increment next seqno after successful CT send
Matthew Auld
2023-12-21
1
-5
/
+6
*
drm/xe/tlb: ensure we access seqno_recv once
Matthew Auld
2023-12-21
1
-6
/
+6
*
drm/xe/tlb: drop unnecessary smp_wmb()
Matthew Auld
2023-12-21
1
-1
/
+4
*
drm/xe: Add helpers to hide struct xe_vma internals
Matthew Brost
2023-12-21
1
-7
/
+7
*
drm/xe: Add backpointer from gt to tile
Matt Roper
2023-12-19
1
-4
/
+4
*
drm/xe: keep pulling mem_access_get further back
Matthew Auld
2023-12-19
1
-4
/
+6
*
drm/xe: don't allocate under ct->lock
Matthew Auld
2023-12-19
1
-0
/
+4
*
drm/xe: fix tlb_invalidation_seqno_past()
Matthew Auld
2023-12-19
1
-3
/
+4
*
drm/xe: Print GT info on TLB inv failure
Nirmoy Das
2023-12-19
1
-4
/
+4
*
drm/xe/tlb: fix expected_seqno calculation
Matthew Auld
2023-12-19
1
-1
/
+6
*
drm/xe: Sort includes
Lucas De Marchi
2023-12-19
1
-1
/
+2
*
drm/xe: Signal invalidation fence immediately if CT send fails
Matthew Brost
2023-12-19
1
-9
/
+14
*
drm/xe: Use GuC to do GGTT invalidations for the GuC firmware
Matthew Brost
2023-12-19
1
-11
/
+32
*
drm/xe: Add range based TLB invalidations
Matthew Brost
2023-12-19
1
-14
/
+73
*
drm/xe: Add TDR for invalidation fence timeout cleanup
Matthew Brost
2023-12-19
1
-5
/
+53
*
drm/xe: Add TLB invalidation fence ftrace
Matthew Brost
2023-12-19
1
-0
/
+5
*
drm/xe: Kernel doc GT TLB invalidations
Matthew Brost
2023-12-19
1
-1
/
+51
*
drm/xe: Invalidate TLB after unbind is complete
Matthew Brost
2023-12-19
1
-0
/
+2
*
drm/xe: Add TLB invalidation fence
Matthew Brost
2023-12-19
1
-3
/
+40
*
drm/xe: Move TLB invalidation variable to own sub-structure in GT
Matthew Brost
2023-12-19
1
-10
/
+10
*
drm/xe: Break of TLB invalidation into its own file
Matthew Brost
2023-12-19
1
-0
/
+115