index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_ttm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/ttm: Quick-test mmap offset in ttm_bo_mmap()
Thomas Zimmermann
2019-03-19
1
-3
/
+0
*
drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()
Thomas Zimmermann
2019-03-19
1
-1
/
+0
*
drm/ttm: initialize globals during device init (v2)
Christian König
2018-11-05
1
-39
/
+0
*
drm/ttm: use a static ttm_mem_global instance
Christian König
2018-11-05
1
-31
/
+3
*
drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()
Thomas Zimmermann
2018-11-05
1
-2
/
+2
*
drm/noveau: add SPDX identifier and clarify license
Dirk Hohndel (VMware)
2018-06-29
1
-2
/
+1
*
drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
Ben Skeggs
2018-05-10
1
-3
/
+3
*
drm/nouveau: use alternate memory type for system-memory buffers with kind != 0
Ben Skeggs
2017-12-19
1
-10
/
+29
*
drm/nouveau: switch over to new memory and vmm interfaces
Ben Skeggs
2017-11-02
1
-15
/
+3
*
drm/nouveau: switch to vmm limit
Ben Skeggs
2017-11-02
1
-1
/
+1
*
drm/nouveau: fetch memory type indices that we care about for ttm
Ben Skeggs
2017-11-02
1
-1
/
+29
*
drm/nouveau: consolidate handling of dma mask
Ben Skeggs
2017-11-02
1
-30
/
+1
*
drm/nouveau: allocate vram with nvkm_ram_get()
Ben Skeggs
2017-11-02
1
-4
/
+2
*
drm/nouveau: separate buffer object backing memory from nvkm structures
Ben Skeggs
2017-11-02
1
-96
/
+47
*
drm/nouveau: consolidate identical functions in nouveau_ttm.c
Ben Skeggs
2017-11-02
1
-46
/
+17
*
drm/nouveau: remove unnecessary use of ttm_mem_type_manager::priv
Ben Skeggs
2017-11-02
1
-13
/
+3
*
drm/nouveau: split various bo flags out into their own members
Ben Skeggs
2017-11-02
1
-8
/
+6
*
drm/nouveau/mmu/nv04-nv4x: move global vmm to nvkm_mmu
Ben Skeggs
2017-11-02
1
-4
/
+1
*
drm/nouveau: fix handling of GART OOM on pre-NV50 chipsets
Ben Skeggs
2017-11-02
1
-0
/
+4
*
drm/ttm: make ttm_mem_type_manager_func debug more useful
Christian König
2017-08-17
1
-2
/
+4
*
drm/nouveau: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2017-05-17
1
-1
/
+1
*
drm/nouveau: s/mem/reg/ for struct ttm_mem_reg variables
Ben Skeggs
2017-02-17
1
-24
/
+24
*
drm/nouveau: allocate device object for every client
Ben Skeggs
2017-02-17
1
-14
/
+14
*
drm/nouveau: use designated initializers
Kees Cook
2016-12-18
1
-14
/
+14
*
drm/drivers: add support for using the arch wc mapping API.
Dave Airlie
2016-10-26
1
-0
/
+8
*
drm/nouveau/core: recognise GP100 chipset
Ben Skeggs
2016-07-14
1
-0
/
+1
*
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
2016-05-20
1
-1
/
+1
*
nouveau: don't call pci_dma_supported
Christoph Hellwig
2015-11-10
1
-2
/
+5
*
drm/nouveau/ttm: set the DMA mask for platform devices
Alexandre Courbot
2015-11-03
1
-6
/
+19
*
drm/nouveau/ttm: convert to DMA API
Alexandre Courbot
2015-11-03
1
-7
/
+5
*
drm/nouveau/pci: merge agp handling from nouveau drm
Ben Skeggs
2015-08-28
1
-2
/
+10
*
drm/nouveau/device: remove pci/platform_device from common struct
Ben Skeggs
2015-08-28
1
-1
/
+1
*
drm/nouveau/device: cleaner abstraction for device resource functions
Ben Skeggs
2015-08-28
1
-2
/
+3
*
drm/nouveau/fb: transition nvkm_ram away from being based on nvkm_object
Ben Skeggs
2015-08-28
1
-33
/
+6
*
drm/nouveau/mmu: cosmetic changes
Ben Skeggs
2015-08-28
1
-1
/
+1
*
drm/nouveau/fb: cosmetic changes
Ben Skeggs
2015-08-28
1
-10
/
+10
*
Merge tag 'v4.2-rc7' into drm-next
Dave Airlie
2015-08-17
1
-0
/
+9
|
\
|
*
drm/nouveau/nouveau/ttm: fix tiled system memory with Maxwell
Alexandre Courbot
2015-07-28
1
-0
/
+9
*
|
drm/nouveau: Don't take dev->struct_mutex in ttm_fini
Daniel Vetter
2015-08-11
1
-2
/
+0
|
/
*
make RAM device optional
Alexandre Courbot
2015-04-14
1
-0
/
+3
*
drm/nouveau: finalise nvkm namespace switch (no binary change)
Ben Skeggs
2015-01-22
1
-26
/
+26
*
drm/nouveau/nvif: namespace of nvkm accessors (no binary change)
Ben Skeggs
2015-01-22
1
-9
/
+9
*
drm/nouveau/mmu: rename from vmmgr (no binary change)
Ben Skeggs
2015-01-22
1
-5
/
+5
*
drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)
Ben Skeggs
2015-01-22
1
-1
/
+1
*
nouveau: bring back legacy mmap handler
Dave Airlie
2014-12-23
1
-1
/
+2
*
drm/<ttm-based-drivers>: Don't call drm_mmap
Daniel Vetter
2014-09-24
1
-1
/
+1
*
drm/ttm: move fpfn and lpfn into each placement v2
Christian König
2014-08-27
1
-6
/
+3
*
drm/nouveau: use ram info from nvif_device
Ben Skeggs
2014-08-10
1
-2
/
+1
*
drm/nouveau: remove as much direct use of core headers as possible
Ben Skeggs
2014-08-10
1
-0
/
+1
*
drm/nouveau: port to nvif client/device/objects
Ben Skeggs
2014-08-10
1
-4
/
+0
[next]