index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_gt_tlb_invalidation.c
Age
Commit message (
Expand
)
Author
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: Dump CTB during TLB timeout
Pallavi Mishra
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
2023-12-21
drm/xe: drop xe_device_mem_access_get() from invalidation_vma
Matthew Auld
2023-12-21
drm/xe: handle TLB invalidations from CT fast-path
Matthew Auld
2023-12-21
drm/xe/tlb: print seqno_recv on fence TLB timeout
Matthew Auld
2023-12-21
drm/xe/tlb: also update seqno_recv during reset
Matthew Auld
2023-12-21
drm/xe/tlb: increment next seqno after successful CT send
Matthew Auld
2023-12-21
drm/xe/tlb: ensure we access seqno_recv once
Matthew Auld
2023-12-21
drm/xe/tlb: drop unnecessary smp_wmb()
Matthew Auld
2023-12-21
drm/xe: Add helpers to hide struct xe_vma internals
Matthew Brost
2023-12-19
drm/xe: Add backpointer from gt to tile
Matt Roper
2023-12-19
drm/xe: keep pulling mem_access_get further back
Matthew Auld
2023-12-19
drm/xe: don't allocate under ct->lock
Matthew Auld
2023-12-19
drm/xe: fix tlb_invalidation_seqno_past()
Matthew Auld
2023-12-19
drm/xe: Print GT info on TLB inv failure
Nirmoy Das
2023-12-19
drm/xe/tlb: fix expected_seqno calculation
Matthew Auld
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
2023-12-19
drm/xe: Signal invalidation fence immediately if CT send fails
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 TDR for invalidation fence timeout cleanup
Matthew Brost
2023-12-19
drm/xe: Add TLB invalidation fence ftrace
Matthew Brost
2023-12-19
drm/xe: Kernel doc GT TLB invalidations
Matthew Brost
2023-12-19
drm/xe: Invalidate TLB after unbind is complete
Matthew Brost
2023-12-19
drm/xe: Add TLB invalidation fence
Matthew Brost
2023-12-19
drm/xe: Move TLB invalidation variable to own sub-structure in GT
Matthew Brost
2023-12-19
drm/xe: Break of TLB invalidation into its own file
Matthew Brost