summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm_madvise.c
AgeCommit message (Expand)Author
2026-03-30drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctlArvind Yadav
2026-03-04drm/xe: Fix memory leak in xe_vm_madvise_ioctlVarun Gupta
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madviseJia Yao
2025-12-23drm/xe/uapi: Extend the madvise functionality to support foreign pagemap plac...Thomas Hellström
2025-12-23drm/xe: Simplify madvise_preferred_mem_loc()Thomas Hellström
2025-12-23drm/xe: Pass a drm_pagemap pointer around with the memory advise attributesThomas Hellström
2025-09-17drm/xe/madvise: Fix ioctl argument checkShuicheng Lin
2025-09-05drm/xe/userptr: replace xe_hmm with gpusvmMatthew Auld
2025-09-04drm/xe: Fix indentation in xe_zap_ptes_in_madvise_rangeHimal Prasad Ghimiray
2025-08-27drm/xe: s/tlb_invalidation/tlb_invalMatthew Brost
2025-08-26drm/xe/madvise: Skip vma invalidation if mem attr are unchangedHimal Prasad Ghimiray
2025-08-26drm/xe/bo: Update atomic_access attribute on madviseHimal Prasad Ghimiray
2025-08-26drm/xe/svm: Support DRM_XE_SVM_MEM_RANGE_ATTR_PAT memory attributeHimal Prasad Ghimiray
2025-08-26drm/xe/madvise: Update migration policy based on preferred locationHimal Prasad Ghimiray
2025-08-26drm/xe/svm: Add svm ranges migration policy on atomic accessHimal Prasad Ghimiray
2025-08-26drm/xe: Implement madvise ioctl for xeHimal Prasad Ghimiray
2023-12-21drm/xe/uapi: Kill VM_MADVISE IOCTLRodrigo Vivi
2023-12-21drm/xe: Replace XE_WARN_ON with drm_warn when just printing a stringFrancois Dugast
2023-12-21drm/xe/bo: Simplify xe_bo_lock()Thomas Hellström
2023-12-21drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast
2023-12-21drm/xe: Fix lockdep warning from xe_vm_madviseBrian Welty
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost
2023-12-21drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost
2023-12-21drm/xe: Ban a VM if rebind worker hits an errorMatthew Brost
2023-12-19drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost