index
:
pub/scm/linux/kernel/git/klassert/ipsec-next.git
master
Steffen Klassert's ipsec-next networking tree
Steffen Klassert
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
Files
Lines
2026-08-01
Merge tag 'drm-xe-next-2026-07-30' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
1
-7
/
+90
2026-07-30
drm/xe/pt: allow selecting the bind leaf PTE level
Nareshkumar Gollakoti
1
-2
/
+74
2026-07-28
drm/xe/pt: check no-DMA huge-pte cases before DMA segment test
Himal Prasad Ghimiray
1
-5
/
+8
2026-07-15
drm/xe/pt: Reset current_op in xe_pt_update_ops_init()
Zongyao Bai
1
-0
/
+3
2026-07-09
drm/xe: have xe_svm_range embed one drm_gpusvm_pages
Honglei Huang
1
-1
/
+1
2026-07-08
drm/xe/userptr: Stub notifier_lock helpers when DRM_GPUSVM=n
Shuicheng Lin
1
-0
/
+5
2026-07-02
drm/xe: Fix PTE index in xe_vm_populate_pgtable() for chunked binds
Matthew Brost
1
-2
/
+12
2026-07-01
drm/xe/pt: prevent invalid cursor access for purged BOs
Matthew Auld
1
-5
/
+7
2026-06-29
drm/xe/userptr: Hold notifier_lock for write on inject test path
Shuicheng Lin
1
-8
/
+35
2026-06-17
drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry()
Francois Dugast
1
-2
/
+10
2026-06-16
drm/xe: Add compact-PT and addr mask handling for page reclaim
Brian Nguyen
1
-54
/
+77
2026-06-03
drm/xe: explicit TLB flush for context based tlb invalidation
Tangudu Tilak Tirumalesh
1
-0
/
+6
2026-04-21
drm/xe/pat: Introduce xe_cache_pat_idx() macro helper
Xin Wang
1
-1
/
+2
2026-03-26
drm/xe/madvise: Implement purgeable buffer object support
Arvind Yadav
1
-7
/
+33
2026-03-25
drm/xe: always keep track of remap prev/next
Matthew Auld
1
-6
/
+6
2026-03-16
drm/xe: Skip over non leaf pte for PRL generation
Brian Nguyen
1
-9
/
+29
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+5
2026-01-08
drm/xe: Add page reclamation related stats
Brian Nguyen
1
-0
/
+5
2026-01-08
drm/xe: Fix page reclaim entry handling for large pages
Brian Nguyen
1
-17
/
+47
2026-01-08
drm/xe: Add explicit abort page reclaim list
Brian Nguyen
1
-12
/
+9
2025-12-12
drm/xe: Optimize flushing of L2$ by skipping unnecessary page reclaim
Brian Nguyen
1
-1
/
+2
2025-12-12
drm/xe: Prep page reclaim in tlb inval job
Brian Nguyen
1
-0
/
+11
2025-12-12
drm/xe: Create page reclaim list on unbind
Brian Nguyen
1
-1
/
+122
2025-11-04
drm/xe: Remove last fence dependency check from binds and execs
Matthew Brost
1
-7
/
+0
2025-11-04
drm/xe: Decouple bind queue last fence from TLB invalidations
Matthew Brost
1
-46
/
+27
2025-10-23
drm/xe: Use SVM range helpers in PT layer
Matthew Brost
1
-14
/
+14
2025-10-17
drm/xe: Retain vma flags when recreating and splitting vmas for madvise
Thomas Hellström
1
-2
/
+2
2025-10-06
drm/xe: Force user context allocations in user VRAM
Piotr Piórkowski
1
-1
/
+1
2025-09-16
drm/xe: Remove duplicate header files
Yang Li
1
-2
/
+1
2025-09-10
drm/xe: Convert xe_bo_create_pin_map() for exhaustive eviction
Thomas Hellström
1
-3
/
+7
2025-09-05
drm/xe/pt: unify xe_pt_svm_pre_commit with userptr
Matthew Auld
1
-76
/
+47
2025-09-05
drm/xe/userptr: replace xe_hmm with gpusvm
Matthew Auld
1
-12
/
+12
2025-09-05
drm/xe/vm: split userptr bits into separate file
Matthew Auld
1
-0
/
+1
2025-09-05
drm/gpusvm: pull out drm_gpusvm_pages substructure
Matthew Auld
1
-1
/
+1
2025-08-27
drm/xe: Decouple TLB invalidations from GT
Matthew Brost
1
-23
/
+40
2025-08-26
drm/xe/svm: Add svm ranges migration policy on atomic access
Himal Prasad Ghimiray
1
-10
/
+13
2025-08-26
drm/xe/svm: Add xe_svm_ranges_zap_ptes_in_range() for PTE zapping
Himal Prasad Ghimiray
1
-1
/
+13
2025-08-26
drm/xe/vma: Move pat_index to vma attributes
Himal Prasad Ghimiray
1
-1
/
+1
2025-08-11
drm/xe: rework PDE PAT index selection
Matthew Auld
1
-2
/
+2
2025-07-24
drm/xe: Use GT TLB invalidation jobs in PT layer
Matthew Brost
1
-107
/
+71
2025-06-17
drm/xe: Opportunistically skip TLB invalidaion on unbind
Matthew Brost
1
-1
/
+30
2025-06-17
drm/xe: Add xe_vm_has_valid_gpu_mapping helper
Matthew Brost
1
-3
/
+3
2025-06-17
drm/xe: Do not kill VM in PT code on -ENODATA
Matthew Brost
1
-1
/
+1
2025-06-04
drm/xe: Make VMA tile_present, tile_invalidated access rules clear
Matthew Brost
1
-3
/
+13
2025-05-14
drm/xe/svm: Implement prefetch support for SVM ranges
Himal Prasad Ghimiray
1
-13
/
+45
2025-05-14
drm/xe/svm: Helper to add tile masks to svm ranges
Himal Prasad Ghimiray
1
-10
/
+16
2025-05-12
drm/xe: Strict migration policy for atomic SVM faults
Matthew Brost
1
-3
/
+11
2025-04-07
drm/xe: Clear scratch page on vm_bind
Oak Zeng
1
-36
/
+63
[next]