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
/
nouveau
/
nouveau_bo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-11
drm/nouveau/ce/tu104: initial support
Ben Skeggs
1
-0
/
+2
2018-05-18
drm/nouveau/ce/gv100: initial support
Ben Skeggs
1
-0
/
+2
2018-05-10
drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
Ben Skeggs
1
-1
/
+0
2018-03-14
drm/ttm: add bo as parameter to the ttm_tt_create callback
Christian König
1
-6
/
+4
2018-02-27
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
1
-1
/
+1
2018-02-27
drm/ttm: drop ttm->dummy_read_page
Christian König
1
-3
/
+3
2018-02-02
Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-23
/
+28
2018-01-19
drm/nouveau/drm/nouveau: Pass the proper arguments to nvif_object_map_handle()
Thierry Reding
1
-1
/
+3
2018-01-18
BackMerge tag 'v4.15-rc8' into drm-next
Dave Airlie
1
-2
/
+3
2017-12-28
drm/ttm: use an operation ctx for ttm_tt_bind
Roger He
1
-1
/
+1
2017-12-28
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
Roger He
1
-4
/
+4
2017-12-27
drm/nouveau: remove the default io_mem_pfn set
Tan Xiaojun
1
-1
/
+0
2017-12-19
drm/nouveau: use alternate memory type for system-memory buffers with kind != 0
Ben Skeggs
1
-1
/
+1
2017-12-19
drm/nouveau: avoid GPU page sizes > PAGE_SIZE for buffer objects in host memory
Ben Skeggs
1
-1
/
+2
2017-12-16
drm/ttm: use an ttm operation ctx for ttm_bo_move_xxx
Roger He
1
-4
/
+3
2017-12-06
drm/ttm: add context to driver move callback as well
Christian König
1
-11
/
+16
2017-12-06
drm/ttm: use an operation context for ttm_bo_mem_space v2
Christian König
1
-2
/
+4
2017-12-06
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
1
-2
/
+2
2017-11-02
drm/nouveau: improve selection of GPU page size
Ben Skeggs
1
-10
/
+38
2017-11-02
drm/nouveau: switch over to new memory and vmm interfaces
Ben Skeggs
1
-31
/
+61
2017-11-02
drm/nouveau: replace use of cpu_coherent with memory types
Ben Skeggs
1
-2
/
+11
2017-11-02
drm/nouveau: use nvif_mmu_type to determine BAR1 caching
Ben Skeggs
1
-1
/
+3
2017-11-02
drm/nouveau: check kind validity against mmu object
Ben Skeggs
1
-2
/
+12
2017-11-02
drm/nouveau: remove trivial cases of nvxx_device() usage
Ben Skeggs
1
-24
/
+14
2017-11-02
drm/nouveau: remove explicit unmaps
Ben Skeggs
1
-1
/
+0
2017-11-02
drm/nouveau: separate constant-va tracking from nvkm vma structure
Ben Skeggs
1
-47
/
+4
2017-11-02
drm/nouveau: separate buffer object backing memory from nvkm structures
Ben Skeggs
1
-50
/
+61
2017-11-02
drm/nouveau: swap loop order in move_notify() hook
Ben Skeggs
1
-4
/
+6
2017-11-02
drm/nouveau: simplify const-va map condition
Ben Skeggs
1
-7
/
+7
2017-11-02
drm/nouveau: split various bo flags out into their own members
Ben Skeggs
1
-31
/
+40
2017-11-02
drm/nouveau: store nouveau_drm in nouveau_cli, as opposed to drm_device
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/bar: modify interface to bar1 vmm mapping
Ben Skeggs
1
-3
/
+3
2017-04-05
drm/ttm: add io_mem_pfn callback
Christian König
1
-0
/
+1
2017-02-17
drm/nouveau: size is u64 everywhere
Ben Skeggs
1
-16
/
+18
2017-02-17
drm/nouveau: s/mem/reg/ for struct ttm_mem_reg variables
Ben Skeggs
1
-133
/
+133
2017-02-17
drm/nouveau: allocate device object for every client
Ben Skeggs
1
-26
/
+26
2017-02-17
drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device
Ben Skeggs
1
-2
/
+3
2017-02-17
drm/nouveau/core/mm: replace region list with next pointer
Ben Skeggs
1
-1
/
+1
2017-01-27
drm/ttm: revert "implement LRU add callbacks v2"
Christian König
1
-2
/
+0
2017-01-27
drm/ttm: add evict parameter to ttm_bo_driver::move_notify
Nicolai Hähnle
1
-1
/
+2
2016-12-13
drm/nouveau/ttm: wait for bo fence to signal before unmapping vmas
Ben Skeggs
1
-0
/
+1
2016-10-28
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-3
/
+3
2016-10-25
drm/ttm: make eviction decision a driver callback v2
Christian König
1
-0
/
+1
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-3
/
+3
2016-10-12
Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-4
/
+5
2016-09-22
drm/nouveau: Revert "bus: remove cpu_coherent flag"
Karol Herbst
1
-1
/
+2
2016-09-19
drm: use drm_file to tag vm-bos
David Herrmann
1
-1
/
+2
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy
Michel Dänzer
1
-1
/
+1
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm
Michel Dänzer
1
-2
/
+2
2016-08-08
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
Michel Dänzer
1
-2
/
+2
[next]