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.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
/
nvkm
/
subdev
/
instmem
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-16
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
6
-359
/
+452
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-02
drm/nouveau/mmu: remove old vmm frontend
Ben Skeggs
1
-11
/
+0
2017-11-02
drm/nouveau/imem/nv50-: use new interfaces for vmm operations
Ben Skeggs
2
-32
/
+41
2017-11-02
drm/nouveau/mmu: implement new vmm frontend
Ben Skeggs
1
-0
/
+1
2017-11-02
drm/nouveau: wrap nvkm_mem objects in nvkm_memory interfaces
Ben Skeggs
1
-0
/
+9
2017-11-02
drm/nouveau/imem/nv50: allocate memory with nvkm_ram_get()
Ben Skeggs
1
-23
/
+14
2017-11-02
drm/nouveau/core/memory: add reference counting
Ben Skeggs
3
-7
/
+7
2017-11-02
drm/nouveau/core/memory: change map interface to support upcoming mmu changes
Ben Skeggs
2
-7
/
+10
2017-11-02
drm/nouveau/core/mm: have users explicitly define heap identifiers
Ben Skeggs
2
-2
/
+2
2017-11-02
drm/nouveau: separate buffer object backing memory from nvkm structures
Ben Skeggs
2
-2
/
+0
2017-11-02
drm/nouveau/imem: use fast-path for resume restore
Ben Skeggs
2
-4
/
+12
2017-11-02
drm/nouveau/imem: use fast-path for suspend backup
Ben Skeggs
1
-3
/
+10
2017-11-02
drm/nouveau/imem: separate pre-BAR2-bootstrap objects from the rest
Ben Skeggs
3
-0
/
+29
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
2017-11-02
drm/nouveau/imem: remove now-unused wrapper for backend objects
Ben Skeggs
6
-170
/
+2
2017-11-02
drm/nouveau/imem/nv50: support eviction of BAR2 mappings
Ben Skeggs
1
-5
/
+67
2017-11-02
drm/nouveau/imem/nv50: prevent fast-path for mapped objects when BAR isn't ready
Ben Skeggs
1
-3
/
+5
2017-11-02
drm/nouveau/imem/nv50: map bar2 write-combined
Ben Skeggs
1
-2
/
+3
2017-11-02
drm/nouveau/imem/nv50: embed nvkm_instobj directly into nv04_instobj
Ben Skeggs
1
-32
/
+102
2017-11-02
drm/nouveau/imem/nv50: move slow-path locking into rd/wr functions
Ben Skeggs
1
-8
/
+6
2017-11-02
drm/nouveau/imem/nv50: split object map out from api functions
Ben Skeggs
1
-25
/
+32
2017-11-02
drm/nouveau/imem/nv40: map bar2 write-combined
Ben Skeggs
1
-2
/
+3
2017-11-02
drm/nouveau/imem/nv40: embed nvkm_instobj directly into nv04_instobj
Ben Skeggs
1
-7
/
+7
2017-11-02
drm/nouveau/imem/nv04: directly embed nvkm_instobj into nv04_instobj
Ben Skeggs
1
-7
/
+7
2017-11-02
drm/nouveau/imem: allow nvkm_instobj to be directly embedded in backend object
Ben Skeggs
2
-13
/
+38
2017-11-02
drm/nouveau/core/memory: split info pointers from accessor pointers
Ben Skeggs
5
-114
/
+144
2017-11-02
drm/nouveau/imem: add some useful debug output
Ben Skeggs
1
-1
/
+7
2017-11-02
drm/nouveau/bar: modify interface to bar2 vmm mapping
Ben Skeggs
1
-2
/
+1
2017-04-06
drm/nouveau/imem/gk20a: Turn instmem lock into mutex
Thierry Reding
1
-11
/
+8
2017-02-17
drm/nouveau/core/memory: distinguish between coherent/non-coherent targets
Ben Skeggs
1
-1
/
+1
2017-02-17
drm/nouveau/core/mm: replace region list with next pointer
Ben Skeggs
1
-13
/
+4
2016-11-07
drm/nouveau: silence sparse warnings about symbols not being marked static
Ben Skeggs
1
-2
/
+2
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-7
/
+6
2016-05-20
drm/nouveau/core: remove pmc_enable argument from subdev ctor
Ben Skeggs
1
-1
/
+1
2016-03-14
drm/nouveau/instmem/gk20a: add write barrier when releasing DMA object
Alexandre Courbot
1
-0
/
+2
2016-01-11
drm/nouveau/instmem/gk20a: use DMA API CPU mapping
Alexandre Courbot
1
-92
/
+62
2016-01-11
drm/nouveau/instmem/gk20a: fix race conditions
Alexandre Courbot
1
-29
/
+37
2015-11-27
Merge branch 'linux-4.4' of git://anongit.freedesktop.org/git/nouveau/linux-2...
Dave Airlie
1
-0
/
+5
2015-11-25
drm/nouveau/instmem: protect instobj list with a spinlock
Ben Skeggs
1
-0
/
+5
2015-11-11
drm/nouveau: fix build failures on all non ARM.
Dave Airlie
1
-0
/
+6
2015-11-03
drm/nouveau/instmem/gk20a: make use of the IOMMU bit
Alexandre Courbot
1
-4
/
+6
2015-11-03
drm/nouveau/instmem/gk20a: use direct CPU access
Alexandre Courbot
1
-97
/
+264
2015-08-28
drm/nouveau/tegra: merge platform setup from nouveau drm
Ben Skeggs
1
-12
/
+8
2015-08-28
drm/nouveau/device: remove pci/platform_device from common struct
Ben Skeggs
1
-1
/
+1
2015-08-28
drm/nouveau/device: cleaner abstraction for device resource functions
Ben Skeggs
2
-4
/
+4
2015-08-28
drm/nouveau/imem: convert to new-style nvkm_subdev
Ben Skeggs
6
-219
/
+199
2015-08-28
drm/nouveau/bar: convert to new-style nvkm_subdev
Ben Skeggs
2
-4
/
+2
2015-08-28
drm/nouveau/ramht: remove dependence on namedb
Ben Skeggs
2
-6
/
+4
[next]