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.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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-03
drm/nouveau/core/memory: fix missing mutex unlock
Ben Skeggs
1
-0
/
+1
2017-11-02
drm/nouveau/mmu: define user interfaces to mmu memory allocation
Ben Skeggs
2
-1
/
+3
2017-11-02
drm/nouveau/core/memory: add reference counting
Ben Skeggs
2
-6
/
+24
2017-11-02
drm/nouveau/core/memory: change map interface to support upcoming mmu changes
Ben Skeggs
1
-20
/
+23
2017-11-02
drm/nouveau/core/memory: comptag allocation
Ben Skeggs
1
-0
/
+71
2017-11-02
drm/nouveau/core/mm: have users explicitly define heap identifiers
Ben Skeggs
2
-3
/
+4
2017-11-02
drm/nouveau/fifo: perform reset from preinit
Ben Skeggs
1
-0
/
+10
2017-11-02
drm/nouveau/core/device: remove object include to prevent unnecessary rebuilds
Ben Skeggs
1
-0
/
+1
2017-11-02
drm/nouveau/core/object: plumb the unmap ioctl through
Ben Skeggs
3
-0
/
+17
2017-11-02
drm/nouveau/core/object: allow arguments to be passed to map function
Ben Skeggs
3
-7
/
+16
2017-05-12
drm/nouveau/core: fix static checker warning
Ben Skeggs
1
-1
/
+1
2017-03-08
Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
1
-0
/
+1
2017-03-07
drm/nouveau/core: add SEC2 engine
Alexandre Courbot
1
-0
/
+1
2017-03-01
gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
1
-5
/
+5
2017-02-17
drm/nouveau/core: add engine method to assist in determining chsw direction
Ben Skeggs
1
-0
/
+8
2017-02-17
drm/nouveau/core/mm: replace region list with next pointer
Ben Skeggs
1
-0
/
+2
2017-02-17
drm/nouveau/core/client: allow creation of subclients
Ben Skeggs
1
-2
/
+48
2017-02-17
drm/nouveau/core/client: pass notification callback to nvkm_client_new
Ben Skeggs
1
-1
/
+4
2017-02-17
drm/nouveau/core/client: destroy client objects over nvif
Ben Skeggs
1
-6
/
+7
2017-02-17
drm/nouveau/core/client: use standard object dtor/init/fini paths
Ben Skeggs
1
-28
/
+19
2017-02-17
drm/nouveau/core/client: modify prefix on nvif structures, for consistency
Ben Skeggs
1
-7
/
+13
2017-02-17
drm/nouveau/core/object: pass more args in oclass
Ben Skeggs
2
-4
/
+6
2017-02-17
drm/nouveau/core/object: pass client directly to ioctl handlers
Ben Skeggs
1
-19
/
+28
2017-02-17
drm/nouveau/dma: lookup objects with nvkm_object_search()
Ben Skeggs
1
-1
/
+0
2017-02-17
drm/nouveau/core/client: lookup client objects with nvkm_object_search()
Ben Skeggs
2
-56
/
+4
2017-02-17
drm/nouveau/core/object: support lookup of specific object types
Ben Skeggs
1
-1
/
+60
2016-10-12
drm/nouveau/core: add missing header dependencies
Baoyou Xie
1
-0
/
+1
2016-07-14
drm/nouveau/core: increase maximum nvenc instances to 3
Ben Skeggs
1
-0
/
+1
2016-07-14
drm/nouveau/core: increase maximum ce instances to 6
Ben Skeggs
1
-0
/
+3
2016-07-14
drm/nouveau/mc: take nvkm_device as argument to public functions
Ben Skeggs
1
-1
/
+1
2016-05-20
drm/nouveau/core: remove pmc_enable argument from subdev ctor
Ben Skeggs
2
-10
/
+7
2016-05-20
drm/nouveau/mc: add helper function to handle device reset
Ben Skeggs
1
-6
/
+2
2016-05-20
drm/nouveau/core: add top plumbing
Ben Skeggs
1
-0
/
+1
2016-03-14
drm/nouveau/core: add nvdec plumbing
Ben Skeggs
1
-0
/
+1
2016-03-14
drm/nouveau/core: add nvenc plumbing
Ben Skeggs
1
-0
/
+2
2016-03-14
drm/nouveau/core: use vzalloc for allocating ramht
Ilia Mirkin
1
-3
/
+3
2016-03-14
drm/nouveau/subdev/iccsense: add new subdev for power sensors
Martin Peres
1
-42
/
+43
2016-03-14
drm/nouveau/core: add support for secure boot
Alexandre Courbot
1
-0
/
+1
2016-03-14
drm/nouveau/core: add gpuobj memcpy helper functions
Alexandre Courbot
1
-0
/
+20
2016-03-14
drm/nouveau/core: add firmware handling functions
Alexandre Courbot
2
-0
/
+62
2016-01-11
drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obvious
Ben Skeggs
2
-32
/
+32
2016-01-11
drm/nouveau/nvif: split out client interface definitions
Ben Skeggs
1
-0
/
+1
2015-08-28
drm/nouveau/pci: merge agp handling from nouveau drm
Ben Skeggs
1
-0
/
+18
2015-08-28
drm/nouveau/pci: new subdev
Ben Skeggs
1
-0
/
+1
2015-08-28
drm/nouveau/object: merge with handle
Ben Skeggs
6
-359
/
+170
2015-08-28
drm/nouveau/core: remove the remainder of the previous style
Ben Skeggs
6
-541
/
+68
2015-08-28
drm/nouveau/gr: convert to new-style nvkm_engine
Ben Skeggs
1
-1
/
+14
2015-08-28
drm/nouveau/fifo: convert to new-style nvkm_engine
Ben Skeggs
1
-1
/
+1
2015-08-28
drm/nouveau/imem: convert to new-style nvkm_subdev
Ben Skeggs
1
-1
/
+1
2015-08-28
drm/nouveau/core: kill some (now) dead code
Ben Skeggs
5
-448
/
+1
[next]