index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_vm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
drm/amdgpu: fix suspend/resume hang regression
Qiang Yu
1
-1
/
+2
2022-03-08
drm/amdgpu: check vm ready by amdgpu_vm->evicting flag
Qiang Yu
1
-2
/
+7
2021-05-14
drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2
Christian König
1
-0
/
+6
2021-04-07
drm/amdgpu: check alignment on CPU page for bo map
Xℹ Ruoyao
1
-4
/
+4
2021-04-07
drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()
Nirmoy Das
1
-1
/
+1
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-11
/
+33
2020-10-05
drm/amdgpu: align frag_end to covered address space
Alex Sierra
1
-0
/
+2
2020-09-29
drm/amdgpu: add new trace event for page table update
Shashank Sharma
1
-2
/
+9
2020-09-17
drm, iommu: Change type of pasid to u32
Fenghua Yu
1
-4
/
+4
2020-09-08
Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...
Dave Airlie
1
-8
/
+21
2020-09-03
drm/amdgpu: fix max_entries calculation v4
Christian König
1
-4
/
+4
2020-08-24
drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)
Luben Tuikov
1
-1
/
+1
2020-08-12
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-2
/
+4
2020-08-11
drm/amdgpu: Enable P2P dmabuf over XGMI
Arunpravin
1
-3
/
+16
2020-08-06
drm/ttm: rename ttm_mem_reg to ttm_resource.
Dave Airlie
1
-1
/
+1
2020-06-03
drm/amdgpu: restrict bo mapping within gpu address limits
Rajneesh Bhardwaj
1
-2
/
+4
2020-05-22
drm/amdgpu: Sync with VM root BO when switching VM to CPU update mode
Felix Kuehling
1
-2
/
+9
2020-04-28
drm/amdgpu: pass unlocked flag to params at amdgpu_vm_bo_update_mapping
Alex Sierra
1
-0
/
+1
2020-04-28
drm/amdgpu: add new unlocked flag for PTE updates
Christian König
1
-18
/
+24
2020-04-28
drm/amdgpu: rename direct to immediate for VM updates
Christian König
1
-30
/
+30
2020-04-28
drm/amdgpu: set TMZ bits in PTEs for secure BO (v4)
Alex Deucher
1
-0
/
+4
2020-04-23
drm: amdgpu: fix kernel-doc struct warning
Randy Dunlap
1
-1
/
+1
2020-04-22
drm/amdgpu: fix race between pstate and remote buffer map
Jonathan Kim
1
-13
/
+3
2020-03-19
drm/amdgpu: miss PRT case when bo update
Yintian Tao
1
-3
/
+3
2020-03-16
drm_amdgpu: Add job fence to resv conditionally
xinhui pan
1
-14
/
+2
2020-03-06
drm/amdgpu: Update SPM_VMID with the job's vmid when application reserves the...
Jacob He
1
-0
/
+20
2020-02-26
drm/amdgpu: add VM update fences back to the root PD v2
Christian König
1
-2
/
+12
2020-02-11
drm/amdgpu: Do not move root PT bo to relocated list
xinhui pan
1
-17
/
+17
2020-02-04
drm/amdgpu: rework synchronization of VM updates v4
Christian König
1
-17
/
+24
2020-02-04
drm/amdgpu: allow higher level PD invalidations
Christian König
1
-5
/
+20
2020-02-04
drm/amdgpu: return EINVAL instead of ENOENT in the VM code
Christian König
1
-1
/
+1
2020-02-04
drm/amdgpu: fix parentheses in amdgpu_vm_update_ptes
Christian König
1
-1
/
+1
2020-02-04
drm/amdgpu: make sure to never allocate PDs/PTs for invalidations
Christian König
1
-9
/
+13
2020-02-04
drm/amdgpu: drop unnecessary restriction for huge root PDEs
Christian König
1
-20
/
+5
2020-01-16
drm/amdgpu: Avoid reclaim fs while eviction lock
Alex Sierra
1
-7
/
+33
2019-12-18
drm/amdgpu: replace vm_pte's run-queue list with drm gpu scheds list
Nirmoy Das
1
-7
/
+4
2019-12-18
drm/scheduler: rework entity creation
Nirmoy Das
1
-4
/
+10
2019-12-09
drm/amdgpu: add VM eviction lock v3
Christian König
1
-7
/
+32
2019-12-09
drm/amdgpu: stop adding VM updates fences to the resv obj
Christian König
1
-4
/
+26
2019-12-09
drm/amdgpu: move VM eviction decision into amdgpu_vm.c
Christian König
1
-0
/
+22
2019-11-22
amd/amdgpu: force to trigger a no-retry-fault after a retry-fault
Alex Sierra
1
-1
/
+10
2019-11-22
drm/amdgpu: add flag to indicate amdgpu vm context
Alex Sierra
1
-0
/
+3
2019-11-06
drm/amdgpu/gpuvm: add some additional comments in amdgpu_vm_update_ptes
Alex Deucher
1
-1
/
+9
2019-11-04
Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-5
/
+4
2019-10-25
drm/amdgpu: call amdgpu_vm_prt_fini before deleting the root PD
Pelloux-prayer, Pierre-eric
1
-9
/
+10
2019-10-25
drm/ttm: remove pointers to globals
Christian König
1
-5
/
+4
2019-10-04
drm/amdgpu: fix uninitialized variable pasid_mapping_needed
Colin Ian King
1
-1
/
+1
2019-10-03
drm/amdgpu/vm: fix up documentation in amdgpu_vm.c
Alex Deucher
1
-7
/
+10
2019-10-03
drm/amdgpu/vm: fix documentation for amdgpu_vm_bo_param
Alex Deucher
1
-0
/
+2
2019-10-02
drm/amdgpu: revert "disable bulk moves for now"
Christian König
1
-2
/
+0
[next]