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_pt.c
Age
Commit message (
Expand
)
Author
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/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/bo: Rename xe_bo_get_sg() to xe_bo_sg()
Thomas Hellström
2023-12-21
drm/xe: Remove GEN[0-9]*_ prefixes
Lucas De Marchi
2023-12-21
drm/xe: Set PTE_AE for smem allocations in integrated devices
José Roberto de Souza
2023-12-21
drm/xe: directly use pat_index for pte_encode
Matthew Auld
2023-12-21
drm/xe: fix range printing for debug messages
Paulo Zanoni
2023-12-21
drm/xe: Use vfunc for pte/pde ppgtt encoding
Lucas De Marchi
2023-12-21
drm/xe: Remove check for vma == NULL
Lucas De Marchi
2023-12-21
drm/xe: Normalize pte/pde encoding
Lucas De Marchi
2023-12-21
drm/xe: Track page table memory usage for client
Tejas Upadhyay
2023-12-21
drm/xe: Reinstate pipelined fence enable_signaling
Thomas Hellström
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
2023-12-21
drm/xe: Rename engine to exec_queue
Francois Dugast
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
2023-12-21
drm/xe: Set PTE_DM bit for stolen on MTL
Lucas De Marchi
2023-12-21
drm/xe: Decouple vram check from xe_bo_addr()
Lucas De Marchi
2023-12-21
drm/xe: Remove vma arg from xe_pte_encode()
Lucas De Marchi
2023-12-21
drm/xe: Fix checking for unset value
Lucas De Marchi
2023-12-21
drm/xe: Always use xe_vm_queue_rebind_worker helper
Matthew Brost
2023-12-21
drm/xe/mtl: Map PPGTT as CPU:WC
Matt Roper
2023-12-21
drm/xe: Use migrate engine for page fault binds
Matthew Brost
2023-12-21
drm/xe: Reduce the number list links in xe_vma
Matthew Brost
2023-12-21
drm/xe: Avoid doing rebinds
Matthew Brost
2023-12-21
drm/xe: Make bind engines safe
Matthew Brost
2023-12-21
drm/xe: Normalize XE_VM_FLAG* names
Lucas De Marchi
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-21
drm/xe: Rename pte/pde encoding functions
Lucas De Marchi
2023-12-19
drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLY
Matthew Brost
2023-12-19
drm/xe: Invalidate TLB also on bind if in scratch page mode
Thomas Hellström
2023-12-19
drm/xe: Allocate GT dynamically
Matt Roper
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: Add backpointer from gt to tile
Matt Roper
2023-12-19
drm/xe: Rename GPU offset helper to reflect true usage
Michael J. Ruhl
2023-12-19
drm/xe: Prevent evicting for page tables
Maarten Lankhorst
2023-12-19
drm/xe: Cleanup page-related defines
Lucas De Marchi
2023-12-19
drm/xe: Use BO's GT to determine dma_offset when programming PTEs
Matthew Brost
2023-12-19
drm/xe: s/lmem/vram/
Matthew Auld
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
2023-12-19
drm/xe: Add TLB invalidation fence after rebinds issued from execs
Matthew Brost
2023-12-19
drm/xe: Propagate VM unbind error to invalidation fence
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 TLB invalidation fence ftrace
Matthew Brost
2023-12-19
drm/xe: Invalidate TLB after unbind is complete
Matthew Brost
[next]