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
2019-12-31
drm/amdgpu: fix uninitialized variable pasid_mapping_needed
Colin Ian King
1
-1
/
+1
2019-12-31
drm/amdgpu: grab the id mgr lock while accessing passid_mapping
Christian König
1
-3
/
+9
2019-03-13
drm/amdgpu: use spin_lock_irqsave to protect vm_manager.pasid_idr
Philip Yang
1
-2
/
+3
2018-11-21
drm/amdgpu: Fix SDMA TO after GPU reset v3
Andrey Grodzovsky
1
-1
/
+2
2018-08-28
drm/amdgpu: Need to set moved to true when evict bo
Emily Deng
1
-0
/
+1
2018-08-27
drm/amdgpu: Adjust the VM size based on system memory size v2
Felix Kuehling
1
-4
/
+28
2018-08-22
drm/amdgpu: fix VM clearing for the root PD
Christian König
1
-1
/
+1
2018-08-08
Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-0
/
+29
2018-07-31
drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function v2
Christian König
1
-0
/
+29
2018-07-25
drm/scheduler: remove sched field from the entity
Nayan Deshmukh
1
-3
/
+3
2018-07-25
drm/scheduler: modify API to avoid redundancy
Nayan Deshmukh
1
-2
/
+2
2018-07-18
drm/amdgpu: simplify the bo reference on amdgpu_bo_update
Huang Rui
1
-4
/
+3
2018-07-16
drm/amdgpu: remove ring parameter from amdgpu_job_submit
Christian König
1
-6
/
+5
2018-07-13
drm/scheduler: modify args of drm_sched_entity_init
Nayan Deshmukh
1
-2
/
+1
2018-07-11
drm/amdgpu: Don't use shadow BO for compute context
Shaoyun Liu
1
-5
/
+8
2018-07-10
drm/amdgpu: Verify root PD is mapped into kernel address space (v4)
Andrey Grodzovsky
1
-1
/
+3
2018-07-10
drm/amdgpu: Add support for logging process info in amdgpu_vm.
Andrey Grodzovsky
1
-0
/
+39
2018-07-05
drm/amdgpu: Add AMDGPU_GPU_PAGES_IN_CPU_PAGE define
Michel Dänzer
1
-4
/
+4
2018-07-05
drm/scheduler: Rename cleanup functions v2.
Andrey Grodzovsky
1
-2
/
+2
2018-07-05
drm/amdgpu: band aid validating VM PTs
Christian König
1
-1
/
+1
2018-07-04
Merge v4.18-rc3 into drm-next
Dave Airlie
1
-3
/
+5
2018-06-22
drm/amdgpu: GPU vs CPU page size fixes in amdgpu_vm_bo_split_mapping
Michel Dänzer
1
-3
/
+5
2018-06-15
drm/amdgpu: Update function level documentation for GPUVM.
Andrey Grodzovsky
1
-0
/
+12
2018-06-15
drm/amdgpu: Consolidate visible vs. real vram check v2.
Andrey Grodzovsky
1
-16
/
+4
2018-06-15
drm/amdgpu: Update function level documentation for GPUVM v3
Andrey Grodzovsky
1
-38
/
+215
2018-06-15
drm/amdgpu: Correct the ndw of bo update mapping.
Emily Deng
1
-1
/
+4
2018-06-13
drm/amdgpu: fix clear_all and replace handling in the VM (v2)
Junwei Zhang
1
-2
/
+4
2018-05-24
drm/amdgpu: move VM BOs on LRU again
Christian König
1
-5
/
+23
2018-05-24
drm/amdgpu: consistenly use VM moved flag
Christian König
1
-13
/
+15
2018-05-24
drm/amdgpu: kmap PDs/PTs in amdgpu_vm_update_directories
Christian König
1
-7
/
+8
2018-05-24
drm/amdgpu: further optimize amdgpu_vm_handle_moved
Christian König
1
-13
/
+14
2018-05-24
drm/amdgpu: cleanup amdgpu_vm_validate_pt_bos v2
Christian König
1
-12
/
+7
2018-05-24
drm/amdgpu: rework VM state machine lock handling v2
Christian König
1
-46
/
+20
2018-05-15
drm/scheduler: remove unused parameter
Nayan Deshmukh
1
-1
/
+1
2018-05-15
drm/amdgpu: invalidate parent bo when shadow bo was invalidated
Chunming Zhou
1
-0
/
+4
2018-05-15
drm/amdgpu: abstract bo_base init function
Chunming Zhou
1
-35
/
+38
2018-05-15
drm/amdgpu: bo could be null when access in vm bo update
Junwei Zhang
1
-3
/
+2
2018-05-15
drm/amdgpu: simplify bo_va list when vm bo update (v2)
Junwei Zhang
1
-12
/
+10
2018-05-15
drm/amdgpu: fix list not initialized
Chunming Zhou
1
-2
/
+1
2018-05-15
drm/amdgpu: optionally do a writeback but don't invalidate TC for IB fences
Marek Olšák
1
-1
/
+1
2018-05-15
drm/amdgpu: use amdgpu_bo_param for amdgpu_bo_create v2
Chunming Zhou
1
-7
/
+19
2018-05-15
drm/amdgpu: re-validate per VM BOs if required v2
Christian König
1
-1
/
+14
2018-03-23
drm/amdgpu: Fix acquiring VM on large-BAR systems
Felix Kuehling
1
-2
/
+1
2018-03-15
drm/amdgpu: Add kfd2kgd interface to acquire an existing VM
Felix Kuehling
1
-0
/
+3
2018-03-15
drm/amdgpu: Add helper to turn an existing VM into a compute VM
Felix Kuehling
1
-0
/
+67
2018-03-14
drm/amdgpu: explicit give BO type to amdgpu_bo_create
Christian König
1
-4
/
+4
2018-02-19
drm/amdgpu: update the PASID mapping only on demand
Christian König
1
-9
/
+28
2018-02-19
drm/amdgpu: separate PASID mapping from VM flush v2
Christian König
1
-2
/
+5
2018-02-19
drm/amdgpu: sync the VM PD/PT before clearing it
Christian König
1
-0
/
+5
2018-02-19
drm/amdgpu: clear the shadow fence as well
Christian König
1
-0
/
+5
[next]