index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_ttm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-03
drm/amdgpu: Fix a use-after-free
xinhui pan
1
-0
/
+1
2021-05-11
drm/amdgpu: fix NULL pointer dereference
Guchun Chen
1
-1
/
+1
2020-10-14
drm/amdgpu: prevent double kfree ttm->sg
Philip Yang
1
-0
/
+1
2020-01-17
drm/amdgpu/discovery: reserve discovery data at the top of VRAM
Xiaojie Yuan
1
-0
/
+17
2020-01-17
drm/amdgpu: cleanup creating BOs at fixed location (v2)
Christian König
1
-69
/
+13
2020-01-04
drm/amdgpu: Call find_vma under mmap_sem
Jason Gunthorpe
1
-16
/
+21
2019-09-21
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-23
/
+8
2019-09-06
Merge tag 'drm-next-5.4-2019-08-30' of git://people.freedesktop.org/~agd5f/li...
Dave Airlie
1
-2
/
+4
2019-08-29
drm/amdgpu: keep the stolen memory in visible vram region
Tianci.Yin
1
-2
/
+4
2019-08-27
Merge tag 'drm-next-5.4-2019-08-23' of git://people.freedesktop.org/~agd5f/li...
Dave Airlie
1
-1
/
+1
2019-08-21
Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-7
/
+7
2019-08-15
drm/amdgpu: handle PCIe root ports with addressing limitations
Christoph Hellwig
1
-1
/
+1
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-7
/
+7
2019-08-12
Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/li...
Dave Airlie
1
-0
/
+17
2019-08-09
Merge tag 'v5.3-rc3' into drm-next-5.4
Alex Deucher
1
-1
/
+1
2019-08-07
mm/hmm: remove the page_shift member from struct hmm_range
Christoph Hellwig
1
-1
/
+0
2019-08-07
mm/hmm: remove superfluous arguments from hmm_range_register
Christoph Hellwig
1
-2
/
+5
2019-08-07
amdgpu: remove -EAGAIN handling for hmm_range_fault
Christoph Hellwig
1
-20
/
+3
2019-08-06
drm/amdgpu: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
1
-4
/
+4
2019-08-06
drm/amdgpu: use embedded gem object
Gerd Hoffmann
1
-1
/
+1
2019-08-02
drm/amdgpu: Implement VRAM wipe on release
Felix Kuehling
1
-0
/
+17
2019-07-26
mm/hmm: replace the block argument to hmm_range_fault with a flags value
Christoph Hellwig
1
-1
/
+1
2019-07-19
Merge tag 'drm-next-2019-07-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-7
/
+44
2019-07-17
drm/amdgpu: Fix silent amdgpu_bo_move failures
Felix Kuehling
1
-3
/
+37
2019-07-16
drm/amdgpu: Fix unaligned memory copies
Felix Kuehling
1
-0
/
+2
2019-07-16
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-158
/
+156
2019-07-11
drm/amdgpu: Fix potential integer overflows
Felix Kuehling
1
-4
/
+5
2019-07-08
drm/amdgpu: Prepare for hmm_range_register API change (v2)
Philip Yang
1
-1
/
+9
2019-06-25
Merge branch 'drm-next' into drm-next-5.3
Alex Deucher
1
-9
/
+14
2019-06-21
drm/amd/gmc9: rename AMDGPU_PTE_MTYPE to AMDGPU_PTE_MTYPE_VG10
Hawking Zhang
1
-2
/
+2
2019-06-14
Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-9
/
+14
2019-06-11
drm/amdgpu: use new HMM APIs and helpers
Philip Yang
1
-84
/
+68
2019-06-11
drm/amd: drop use of drmP.h in amdgpu/amdgpu*
Sam Ravnborg
1
-2
/
+3
2019-06-10
drm/amd: drop dependencies on drm_os_linux.h
Sam Ravnborg
1
-7
/
+10
2019-05-24
drm/amdgpu: Improve error handling for HMM
Felix Kuehling
1
-4
/
+18
2019-05-24
drm/amdgpu: support userptr cross VMAs case with HMM
Philip Yang
1
-35
/
+91
2019-05-24
drm/amdgpu: fix HMM config dependency issue
Philip Yang
1
-23
/
+6
2019-05-24
drm/amdgpu: replace get_user_pages with HMM mirror helpers
Philip Yang
1
-106
/
+72
2019-05-24
drm/amdgpu: remove static GDS, GWS and OA allocation
Christian König
1
-21
/
+3
2019-03-28
Revert "drm/amdgpu: replace get_user_pages with HMM mirror helpers"
Alex Deucher
1
-72
/
+106
2019-03-28
Revert "drm/amdgpu: fix HMM config dependency issue"
Alex Deucher
1
-6
/
+23
2019-03-28
Revert "drm/amdgpu: support userptr cross VMAs case with HMM"
Alex Deucher
1
-91
/
+35
2019-03-19
drm/amdgpu: support userptr cross VMAs case with HMM
Philip Yang
1
-35
/
+91
2019-03-19
drm/amdgpu: stop evicting busy PDs/PTs
Christian König
1
-0
/
+7
2019-03-19
drm/ttm: Quick-test mmap offset in ttm_bo_mmap()
Thomas Zimmermann
1
-7
/
+2
2019-03-19
drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()
Thomas Zimmermann
1
-1
/
+0
2019-03-19
drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constant
Thomas Zimmermann
1
-2
/
+0
2019-03-19
drm/amdgpu: fix HMM config dependency issue
Philip Yang
1
-23
/
+6
2019-03-19
drm/amdgpu: replace get_user_pages with HMM mirror helpers
Philip Yang
1
-106
/
+72
2019-02-01
drm/amdgpu: clean up memory/GDS/GWS/OA alignment code
Marek Olšák
1
-3
/
+3
[next]