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
/
nouveau
/
nouveau_bo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-19
drm/nouveau: init the base GEM fields for internal BOs
Christian König
1
-0
/
+6
2021-07-01
Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-37
/
+22
2021-06-28
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2021-06-24
drm/nouveau: fix dma_address check for CPU/GPU sync
Christian König
1
-2
/
+2
2021-06-06
dma-buf: rename and cleanup dma_resv_get_excl v3
Christian König
1
-1
/
+1
2021-06-04
drm/ttm: flip the switch for driver allocated resources v2
Christian König
1
-6
/
+2
2021-06-04
drm/ttm: allocate resource object instead of embedding it v2
Christian König
1
-1
/
+1
2021-06-03
drm/nouveau: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-06-02
drm/ttm: rename bo->mem and make it a pointer
Christian König
1
-15
/
+15
2021-05-26
drm/nouveau: Implement mmap as GEM object function
Thomas Zimmermann
1
-10
/
+0
2021-04-26
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-0
/
+8
2021-04-19
drm/nouveau: use bo->base.size instead of mem->num_pages
Christian König
1
-5
/
+4
2021-04-13
Merge drm/drm-fixes into drm-next
Daniel Vetter
1
-0
/
+8
2021-03-19
nouveau: Skip unvailable ttm page entries
Tobias Klausmann
1
-0
/
+8
2021-03-16
drm/nouveau: clean up nouveau_bo_move_ntfy
Christian König
1
-8
/
+5
2021-03-16
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-15
/
+12
2021-03-12
drm/nouveau: fix dma syncing for loops (v2)
Dave Airlie
1
-2
/
+4
2021-02-21
Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-9
/
+11
2021-02-09
drm/ttm: move memory accounting into vmwgfx v4
Christian König
1
-5
/
+2
2021-02-04
drm/nouveau: fix dma syncing warning with debugging on.
Dave Airlie
1
-6
/
+29
2021-01-21
drm/ttm: device naming cleanup
Christian König
1
-10
/
+10
2021-01-07
Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-9
/
+11
2020-12-18
drm/nouveau: fix multihop when move doesn't work.
Dave Airlie
1
-15
/
+16
2020-12-15
Merge drm/drm-next into drm-misc-next
Maarten Lankhorst
1
-6
/
+2
2020-12-14
Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-222
/
+118
2020-12-14
drm/ttm: cleanup BO size handling v3
Christian König
1
-5
/
+5
2020-12-04
Merge tag 'drm-misc-fixes-2020-12-03' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-1
/
+1
2020-12-01
drm/nouveau: Drop mutex_lock_nested for atomic
Daniel Vetter
1
-1
/
+4
2020-11-30
drm/prime: split array import functions v4
Christian König
1
-3
/
+2
2020-11-30
drm/nouveau: stop using pages with drm_prime_sg_to_page_addr_arrays v2
Christian König
1
-3
/
+3
2020-11-26
drm/nouveau: make sure ret is initialized in nouveau_ttm_io_mem_reserve
Christian König
1
-1
/
+1
2020-11-16
Merge branch 'linux-5.11' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
1
-5
/
+1
2020-11-14
drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50
Ben Skeggs
1
-2
/
+1
2020-11-14
drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50
Ben Skeggs
1
-2
/
+1
2020-11-11
drm/nouveau: Fix out-of-bounds access when deferencing MMU type
Thomas Zimmermann
1
-1
/
+4
2020-11-11
drm/nouveau/ttm: use multihop
Dave Airlie
1
-99
/
+13
2020-11-11
drm/ttm: add multihop infrastrucutre (v3)
Dave Airlie
1
-1
/
+2
2020-11-02
drm/nouveu: fix swiotlb include
Christian König
1
-1
/
+0
2020-10-29
drm/nouveau: switch to new allocator
Christian König
1
-28
/
+2
2020-10-26
drm/ttm: merge ttm_dma_tt back into ttm_tt
Christian König
1
-6
/
+6
2020-10-26
drm/ttm: nuke ttm_tt_set_(un)populated again
Christian König
1
-1
/
+0
2020-10-22
drm/ttm: replace last move_notify with delete_mem_notify
Dave Airlie
1
-1
/
+7
2020-10-21
drm/ttm: move last binding into the drivers.
Dave Airlie
1
-1
/
+6
2020-10-21
drm/ttm: drop move notify around move.
Dave Airlie
1
-3
/
+9
2020-10-21
drm/ttm: drop unbind callback.
Dave Airlie
1
-1
/
+0
2020-10-21
drm/ttm: add move to system into drivers
Dave Airlie
1
-4
/
+6
2020-10-21
drm/ttm: move some move binds into the drivers
Dave Airlie
1
-3
/
+7
2020-10-20
drm/ttm: add move old to system to drivers.
Dave Airlie
1
-2
/
+9
2020-10-20
drm/ttm: use new move interface for known system->ttm moves
Dave Airlie
1
-1
/
+2
2020-10-15
drm/ttm: nuke caching placement flags
Christian König
1
-27
/
+9
[next]