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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
drm/nouveau/mmu/nv04: implement vmm on top of new base
Ben Skeggs
8
-36
/
+113
2017-11-02
drm/nouveau/mmu: implement base for new vm management
Ben Skeggs
9
-19
/
+350
2017-11-02
drm/nouveau/mmu: implement page table sub-allocation
Ben Skeggs
3
-1
/
+101
2017-11-02
drm/nouveau/mmu: implement page table cache
Ben Skeggs
3
-2
/
+150
2017-11-02
drm/nouveau/mmu: automatically handle "un-bootstrapping" of vmm
Ben Skeggs
4
-8
/
+7
2017-11-02
drm/nouveau/mmu/gp10b: fork from gf100
Ben Skeggs
3
-0
/
+45
2017-11-02
drm/nouveau/mmu/gp100: fork from gf100
Ben Skeggs
4
-6
/
+51
2017-11-02
drm/nouveau/mmu/gm20b: fork from gf100
Ben Skeggs
4
-1
/
+46
2017-11-02
drm/nouveau/mmu/gm200: fork from gf100
Ben Skeggs
4
-3
/
+48
2017-11-02
drm/nouveau/mmu/gk20a: fork from gf100
Ben Skeggs
4
-1
/
+46
2017-11-02
drm/nouveau/mmu/gk104: fork from gf100
Ben Skeggs
6
-15
/
+70
2017-11-02
drm/nouveau/mmu/g84: fork from nv50
Ben Skeggs
6
-19
/
+74
2017-11-02
drm/nouveau/fb/ram: remove old allocators
Ben Skeggs
11
-167
/
+0
2017-11-02
drm/nouveau: allocate vram with nvkm_ram_get()
Ben Skeggs
2
-13
/
+32
2017-11-02
drm/nouveau: directly handle comptag allocation
Ben Skeggs
6
-57
/
+37
2017-11-02
drm/nouveau: wrap nvkm_mem objects in nvkm_memory interfaces
Ben Skeggs
5
-0
/
+53
2017-11-02
drm/nouveau/ltc/gf100-: allocate tagram with nvkm_ram_get()
Ben Skeggs
3
-9
/
+9
2017-11-02
drm/nouveau/imem/nv50: allocate memory with nvkm_ram_get()
Ben Skeggs
1
-23
/
+14
2017-11-02
drm/nouveau/fb/ram/gt215: allocate training buffer with nvkm_ram_get()
Ben Skeggs
1
-9
/
+9
2017-11-02
drm/nouveau/fb/ram: add interface to allocate vram as an nvkm_memory object
Ben Skeggs
2
-0
/
+126
2017-11-02
drm/nouveau/core/memory: add some useful accessor macros
Ben Skeggs
3
-15
/
+47
2017-11-02
drm/nouveau/core/memory: add reference counting
Ben Skeggs
19
-37
/
+57
2017-11-02
drm/nouveau/core/memory: add mechanism to retrieve allocation granularity
Ben Skeggs
1
-0
/
+2
2017-11-02
drm/nouveau/core/memory: change map interface to support upcoming mmu changes
Ben Skeggs
11
-50
/
+83
2017-11-02
drm/nouveau/core/memory: comptag allocation
Ben Skeggs
2
-0
/
+83
2017-11-02
drm/nouveau/ltc: init comptag mm in fb subdev
Ben Skeggs
4
-7
/
+9
2017-11-02
drm/nouveau/fb/gf100: clear comptags at allocation time rather than mmu map
Ben Skeggs
4
-6
/
+8
2017-11-02
drm/nouveau/fb: move comptag init out of ram submodule
Ben Skeggs
30
-38
/
+63
2017-11-02
drm/nouveau/fb: move comptags mm into nvkm_fb
Ben Skeggs
10
-13
/
+13
2017-11-02
drm/nouveau/core/mm: introduce functions to access info about a given allocation
Ben Skeggs
1
-0
/
+30
2017-11-02
drm/nouveau/core/mm: have users explicitly define heap identifiers
Ben Skeggs
15
-20
/
+31
2017-11-02
drm/nouveau: separate constant-va tracking from nvkm vma structure
Ben Skeggs
21
-151
/
+245
2017-11-02
drm/nouveau: separate buffer object backing memory from nvkm structures
Ben Skeggs
10
-186
/
+285
2017-11-02
drm/nouveau: hang drm client of a master
Ben Skeggs
2
-4
/
+19
2017-11-02
drm/nouveau: consolidate identical functions in nouveau_ttm.c
Ben Skeggs
1
-46
/
+17
2017-11-02
drm/nouveau: remove unnecessary use of ttm_mem_type_manager::priv
Ben Skeggs
1
-13
/
+3
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
6
-51
/
+66
2017-11-02
drm/nouveau: remove unused sysmem fence code
Ben Skeggs
3
-42
/
+2
2017-11-02
drm/nouveau: store nouveau_drm in nouveau_cli, as opposed to drm_device
Ben Skeggs
4
-5
/
+5
2017-11-02
drm/nouveau/gr/gf100-gk208: copy big page size setting from fb
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/gr/gf100-gk208: make use of init_gpc_mmu() hook to share setup
Ben Skeggs
11
-20
/
+29
2017-11-02
drm/nouveau/fb: finalise big page size selection in constructor
Ben Skeggs
10
-26
/
+32
2017-11-02
drm/nouveau/mmu/nv04-nv4x: move global vmm to nvkm_mmu
Ben Skeggs
7
-21
/
+18
2017-11-02
drm/nouveau/imem: use fast-path for resume restore
Ben Skeggs
3
-5
/
+12
2017-11-02
drm/nouveau/imem: use fast-path for suspend backup
Ben Skeggs
2
-4
/
+11
2017-11-02
drm/nouveau/imem: separate pre-BAR2-bootstrap objects from the rest
Ben Skeggs
4
-0
/
+30
2017-11-02
drm/nouveau/imem: switch to kvmalloc/kvfree for suspend/resume backup
Ben Skeggs
1
-2
/
+2
2017-11-02
drm/nouveau/imem: separate suspend/resume backup handling into their own func...
Ben Skeggs
1
-30
/
+46
[prev]
[next]