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_ttm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-26
drm/ttm: add back a reference to the bdev to the res manager
Christian König
1
-2
/
+2
2022-01-26
drm/ttm: add ttm_resource_fini v2
Christian König
1
-4
/
+5
2021-07-13
swiotlb: Update is_swiotlb_active to add a struct device argument
Claire Chang
1
-1
/
+1
2021-06-04
drm/ttm: flip the switch for driver allocated resources v2
Christian König
1
-16
/
+16
2021-06-04
drm/nouveau: switch the TTM backends to self alloc
Christian König
1
-0
/
+4
2021-06-04
drm/ttm: flip over the range manager to self allocated nodes
Christian König
1
-0
/
+2
2021-05-26
drm/nouveau: Implement mmap as GEM object function
Thomas Zimmermann
1
-49
/
+0
2021-05-17
drm/nouveau: Don't include drm_legacy.h
Thomas Zimmermann
1
-2
/
+0
2021-05-04
Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2021-03-19
swiotlb: remove swiotlb_nr_tbl
Christoph Hellwig
1
-1
/
+1
2021-02-25
drm/nouveau/ttm: constify static vm_operations_struct
Rikard Falkeborn
1
-1
/
+1
2021-01-21
drm/ttm: device naming cleanup
Christian König
1
-5
/
+5
2020-11-02
drm/nouveau/ttm: Add limits.h
Maxime Ripard
1
-0
/
+1
2020-11-02
drm/nouveu: fix swiotlb include
Christian König
1
-0
/
+3
2020-10-29
drm/ttm: wire up the new pool as default one v2
Christian König
1
-5
/
+9
2020-10-26
drm/ttm: make num_pages uint32_t
Christian König
1
-1
/
+1
2020-10-07
drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3
Christian König
1
-2
/
+2
2020-09-28
drm/nouveau: stop using TTMs fault callback
Christian König
1
-4
/
+6
2020-09-15
drm/ttm: remove available_caching
Christian König
1
-7
/
+2
2020-09-15
drm/nouveau: explicitly specify caching to use
Christian König
1
-16
/
+3
2020-09-15
drm/ttm: remove default caching
Christian König
1
-14
/
+7
2020-09-03
drm/nouveau: move io_reserve_lru handling into the driver v5
Christian König
1
-2
/
+42
2020-08-12
drm/ttm: rename ttm_resource_manager_func callbacks
Christian König
1
-6
/
+6
2020-08-06
drm/ttm: rename ttm_mem_reg to ttm_resource.
Dave Airlie
1
-4
/
+4
2020-08-06
drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.
Dave Airlie
1
-22
/
+22
2020-08-06
drm/ttm: add a wrapper for checking if manager is in use
Dave Airlie
1
-1
/
+0
2020-08-06
drm/ttm: drop type manager has_type
Dave Airlie
1
-2
/
+2
2020-08-06
drm/ttm: drop man->bdev link.
Dave Airlie
1
-4
/
+2
2020-08-06
drm/nouveau/ttm: move to driver allocated manager
Dave Airlie
1
-13
/
+32
2020-08-06
drm/ttm: make ttm_range_man_init/takedown take type + args
Dave Airlie
1
-9
/
+13
2020-08-06
drm/nouveau/ttm: use wrapper to access memory managers
Dave Airlie
1
-4
/
+4
2020-08-06
drm/nouveau: use new cleanup paths
Dave Airlie
1
-11
/
+30
2020-08-06
drm/nouveau: use new memory manager init paths
Dave Airlie
1
-24
/
+19
2020-08-06
drm/nouveau/ttm: don't fill in blank ttm debug callback
Dave Airlie
1
-9
/
+0
2020-07-31
drm/nouveau: stop implementing init_mem_type
Christian König
1
-4
/
+57
2020-06-29
drm/ttm: cleanup ttm_mem_type_manager_func.get_node interface v3
Christian König
1
-8
/
+0
2020-01-15
drm/nouveau/drm/ttm: Remove set but not used variable 'mem'
YueHaibing
1
-4
/
+0
2019-09-11
drm/nouveau: switch to gem vma offset manager
Gerd Hoffmann
1
-1
/
+1
2019-09-11
drm/ttm: turn ttm_bo_device.vma_manager into a pointer
Gerd Hoffmann
1
-0
/
+1
2019-03-19
drm/ttm: Quick-test mmap offset in ttm_bo_mmap()
Thomas Zimmermann
1
-3
/
+0
2019-03-19
drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()
Thomas Zimmermann
1
-1
/
+0
2018-11-05
drm/ttm: initialize globals during device init (v2)
Christian König
1
-39
/
+0
2018-11-05
drm/ttm: use a static ttm_mem_global instance
Christian König
1
-31
/
+3
2018-11-05
drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()
Thomas Zimmermann
1
-2
/
+2
2018-06-29
drm/noveau: add SPDX identifier and clarify license
Dirk Hohndel (VMware)
1
-2
/
+1
2018-05-10
drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
Ben Skeggs
1
-3
/
+3
2017-12-19
drm/nouveau: use alternate memory type for system-memory buffers with kind != 0
Ben Skeggs
1
-10
/
+29
2017-11-02
drm/nouveau: switch over to new memory and vmm interfaces
Ben Skeggs
1
-15
/
+3
2017-11-02
drm/nouveau: switch to vmm limit
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau: fetch memory type indices that we care about for ttm
Ben Skeggs
1
-1
/
+29
[next]