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.13.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_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-25
drm/nouveau: Introduce GEM object functions
Thomas Zimmermann
1
-0
/
+13
2020-09-24
drm/nouveau: stop using persistent_swap_storage
Christian König
1
-1
/
+0
2020-09-11
drm/nouveau: stop using TTM placement flags
Christian König
1
-23
/
+11
2020-07-24
drm/nouveau/gem: convert indirect pushbufs to new push macros
Ben Skeggs
1
-8
/
+8
2020-07-24
drm/nouveau: fix multiple instances of reference count leaks
Aditya Pakki
1
-1
/
+3
2020-06-29
Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-2
/
+4
2020-06-26
drm/nouveau: don't use ttm bo->offset v3
Nirmoy Das
1
-5
/
+5
2020-06-24
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-7
/
+7
2020-05-22
drm/nouveau: fix runtime pm imbalance on error
Dinghao Liu
1
-1
/
+1
2020-05-22
drm/nouveau: fix runtime pm imbalance on error
Dinghao Liu
1
-1
/
+3
2020-05-20
drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-7
/
+7
2020-01-29
drm/nouveau: support synchronous pushbuf submission
Ben Skeggs
1
-1
/
+10
2020-01-29
drm/nouveau: reject attempts to submit to dead channels
Ben Skeggs
1
-0
/
+2
2019-11-06
drm/nouveau: slowpath for pushbuf ioctl
Daniel Vetter
1
-19
/
+38
2019-09-17
drm/nouveau: Fix ordering between TTM and GEM release
Thierry Reding
1
-4
/
+0
2019-09-17
drm/nouveau: Fix fallout from reservation object rework
Thierry Reding
1
-1
/
+2
2019-08-21
drm/nouveau: Initialize GEM object before TTM object
Thierry Reding
1
-12
/
+17
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-1
/
+1
2019-08-06
drm/nouveau: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
1
-1
/
+1
2019-08-06
drm/ttm: use gem vma_node
Gerd Hoffmann
1
-1
/
+1
2019-08-06
drm/nouveau: use embedded gem object
Gerd Hoffmann
1
-7
/
+8
2019-02-20
drm/nouveau: prepare for enabling svm with existing userspace interfaces
Ben Skeggs
1
-20
/
+23
2019-01-28
drm/nouveau: Replace ttm_bo_unref with ttm_bo_put
Thomas Zimmermann
1
-2
/
+1
2018-07-30
BackMerge v4.18-rc7 into drm-next
Dave Airlie
1
-2
/
+2
2018-07-16
drm/nouveau: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
1
-7
/
+7
2018-07-16
drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply()
Dan Carpenter
1
-2
/
+2
2018-05-18
drm/nouveau/gem: tie deferred unmapping of buffers to VMA fence completion
Ben Skeggs
1
-15
/
+2
2018-05-18
drm/nouveau/gem: attach fences to VMAs to track GPU usage
Ben Skeggs
1
-1
/
+13
2018-05-18
drm/nouveau/gem: lookup VMAs for buffers referenced by pushbuf ioctl
Ben Skeggs
1
-3
/
+16
2017-12-06
drm/ttm: remove ttm_bo_unreserve_ticket
Christian König
1
-1
/
+1
2017-11-02
drm/nouveau/mmu: remove old vmm frontend
Ben Skeggs
1
-7
/
+0
2017-11-02
drm/nouveau: switch over to new memory and vmm interfaces
Ben Skeggs
1
-0
/
+1
2017-11-02
drm/nouveau: queue delayed unmapping of VMAs on client workqueue
Ben Skeggs
1
-6
/
+30
2017-11-02
drm/nouveau: allocate vmm object for every client
Ben Skeggs
1
-3
/
+5
2017-11-02
drm/nouveau: separate constant-va tracking from nvkm vma structure
Ben Skeggs
1
-45
/
+23
2017-11-02
drm/nouveau: split various bo flags out into their own members
Ben Skeggs
1
-2
/
+9
2017-11-02
drm/nouveau: store nouveau_drm in nouveau_cli, as opposed to drm_device
Ben Skeggs
1
-1
/
+1
2017-05-09
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
1
-3
/
+1
2017-02-17
drm/nouveau: size is u64 everywhere
Ben Skeggs
1
-1
/
+1
2017-02-17
drm/nouveau: allocate device object for every client
Ben Skeggs
1
-5
/
+5
2017-02-17
drm/nouveau: pass nvif_client to nouveau_gem_new() instead of drm_device
Ben Skeggs
1
-5
/
+5
2017-02-17
drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device
Ben Skeggs
1
-1
/
+1
2016-11-07
drm/nouveau: hide gcc-4.9 -Wmaybe-uninitialized
Arnd Bergmann
1
-1
/
+1
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-1
/
+1
2016-10-12
drm/nouveau: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
1
-12
/
+9
2016-05-20
Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
1
-1
/
+1
2016-05-20
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
1
-1
/
+1
2016-05-18
drm: remove unused dev variables
Arnd Bergmann
1
-1
/
+0
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-4
/
+4
2016-05-05
drm/ttm: remove lazy parameter from ttm_bo_wait
Christian König
1
-2
/
+2
[next]