index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_vm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-13
Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update"
Eric Huang
1
-5
/
+5
2021-07-13
Revert "drm/amdgpu: Fix warning of Function parameter or member not described"
Eric Huang
1
-1
/
+0
2021-06-15
drm/amdgpu: Use spinlock_irqsave for pasid_lock
Felix Kuehling
1
-4
/
+5
2021-06-15
drm/amdgpu: move shadow_list to amdgpu_bo_vm
Nirmoy Das
1
-1
/
+1
2021-06-15
drm/amdgpu: remove amdgpu_vm_pt
Nirmoy Das
1
-89
/
+75
2021-06-10
Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-9
/
+10
2021-06-10
Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-12
/
+12
2021-06-08
drm/amdgpu: fix shadow bo skip condition
Nirmoy Das
1
-1
/
+1
2021-06-07
drm/amdgpu: Fix warning of Function parameter or member not described
Eric Huang
1
-0
/
+1
2021-06-07
drm/amdgpu: fix VM handling for GART allocations
Christian König
1
-2
/
+2
2021-06-06
dma-buf: drop the _rcu postfix on function names v3
Christian König
1
-6
/
+5
2021-06-04
drm: amdgpu: Remove unneeded semicolon in amdgpu_vm.c
Wan Jiabing
1
-1
/
+1
2021-06-04
drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update
Eric Huang
1
-5
/
+5
2021-06-04
Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-61
/
+105
2021-06-02
drm/ttm: rename bo->mem and make it a pointer
Christian König
1
-6
/
+6
2021-06-01
drm/amdgpu: Fix a bug on flag table_freed
Eric Huang
1
-2
/
+5
2021-06-01
drm/amdgpu: do not allocate entries separately
Nirmoy Das
1
-14
/
+20
2021-06-01
drm/amdgpu: switch to amdgpu_bo_vm for vm code
Nirmoy Das
1
-47
/
+76
2021-06-01
drm/amdgpu: move shadow bo validation to VM code
Nirmoy Das
1
-0
/
+5
2021-05-22
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-91
/
+98
2021-05-21
drm/amdgpu: Add new placement for preemptible SG BOs
Felix Kuehling
1
-1
/
+2
2021-05-21
Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-41
/
+28
2021-05-21
Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-52
/
+72
2021-05-19
drm/amdgpu: Guard against write accesses after device removal
Andrey Grodzovsky
1
-1
/
+6
2021-05-19
drm/amdgpu: flush TLB if valid PDE turns into PTE
Philip Yang
1
-4
/
+10
2021-05-19
drm/amdgpu: re-apply "use the new cursor in the VM code" v2
Christian König
1
-37
/
+18
2021-05-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-0
/
+6
2021-05-10
drm/amdgpu: remove excess function parameter
Nirmoy Das
1
-1
/
+0
2021-05-05
drm/amdgpu: Add show_fdinfo() interface
Roy Sun
1
-0
/
+45
2021-04-28
drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2
Christian König
1
-0
/
+6
2021-04-23
drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2
Christian König
1
-0
/
+6
2021-04-23
drm/amdgpu: create shadow bo using amdgpu_bo_create_shadow()
Nirmoy Das
1
-24
/
+45
2021-04-23
drm/amdgpu: cleanup amdgpu_vm_init()
Nirmoy Das
1
-13
/
+3
2021-04-20
drm/amdkfd: SVM API call to restore page tables
Alex Sierra
1
-5
/
+15
2021-04-20
drm/amdgpu: export vm update mapping interface
Philip Yang
1
-9
/
+9
2021-04-09
drm/amdgpu: reserve fence slot to update page table
Philip Yang
1
-2
/
+8
2021-04-09
drm/amdgpu: check alignment on CPU page for bo map
Xℹ Ruoyao
1
-4
/
+4
2021-04-09
drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()
Nirmoy Das
1
-1
/
+1
2021-04-09
drm/amdgpu: allow variable BO struct creation
Nirmoy Das
1
-0
/
+1
2021-04-07
Merge tag 'drm-misc-next-2021-04-01' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-4
/
+4
2021-03-26
Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...
Daniel Vetter
1
-3
/
+3
2021-03-24
drm/ttm: switch to per device LRU lock
Christian König
1
-4
/
+4
2021-03-23
drm/amdgpu: revert "use the new cursor in the VM code"
Christian König
1
-18
/
+37
2021-03-23
drm/amdkfd: Fix recursive lock warnings
Felix Kuehling
1
-3
/
+3
2021-03-23
drm/amdgpu: use the new cursor in the VM code
Christian König
1
-37
/
+18
2021-01-21
drm/ttm: device naming cleanup
Christian König
1
-4
/
+4
2020-12-15
drm/ttm: cleanup LRU handling further
Christian König
1
-1
/
+3
2020-11-10
Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...
Dave Airlie
1
-106
/
+178
2020-11-04
drm/amdgpu: fix off by one in amdgpu_vm_handle_fault
Christian König
1
-1
/
+1
2020-11-04
Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-6
/
+3
[next]