index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvif
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/nvif: add support for object-level debug output
Ben Skeggs
2020-07-24
1
-0
/
+2
*
drm/nouveau/nvif: give every notify object a human-readable name
Ben Skeggs
2020-07-24
1
-5
/
+6
*
drm/nouveau/nvif: give every disp object a human-readable identifier
Ben Skeggs
2020-07-24
1
-2
/
+3
*
drm/nouveau/nvif: give every usermode object a human-readable identifier
Ben Skeggs
2020-07-24
2
-4
/
+4
*
drm/nouveau/nvif: give every vmm object a human-readable identifier
Ben Skeggs
2020-07-24
1
-6
/
+6
*
drm/nouveau/nvif: give every mem object a human-readable identifier
Ben Skeggs
2020-07-24
1
-13
/
+15
*
drm/nouveau/nvif: give every mmu object a human-readable identifier
Ben Skeggs
2020-07-24
1
-5
/
+6
*
drm/nouveau/nvif: give every device object a human-readable identifier
Ben Skeggs
2020-07-24
1
-4
/
+4
*
drm/nouveau/nvif: give every object a human-readable identifier
Ben Skeggs
2020-07-24
8
-23
/
+26
*
drm/nouveau/nvif: rename client ctor/dtor
Ben Skeggs
2020-07-24
2
-4
/
+4
*
drm/nouveau/nvif: protect waits against GPU falling off the bus
Ben Skeggs
2020-04-07
2
-0
/
+57
*
drm/nouveau/nvif: access PTIMER through usermode class, if available
Ben Skeggs
2020-04-07
2
-5
/
+23
*
drm/nouveau/mmu: Add correct turing page kinds
James Jones
2020-01-15
1
-0
/
+1
*
drm/nouveau/mmu: use struct_size() helper
Gustavo A. R. Silva
2019-08-23
1
-1
/
+1
*
drm/nouveau: fix bogus GPL-2 license header
Ben Skeggs
2019-07-19
1
-1
/
+1
*
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
2019-05-30
1
-0
/
+1
*
drm/nouveau/mmu: support initialisation of client-managed address-spaces
Ben Skeggs
2019-02-20
1
-2
/
+3
*
drm/nouveau/disp/tu102: rename implementation from tu104
Ben Skeggs
2019-02-20
1
-1
/
+1
*
drm/nouveau/disp/tu104: initial support
Ben Skeggs
2018-12-11
1
-0
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
2
-3
/
+3
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
2
-4
/
+8
*
drm/nouveau/fifo/gv100: initial support
Ben Skeggs
2018-05-18
4
-0
/
+103
*
drm/nouveau/disp/gv100: initial support
Ben Skeggs
2018-05-18
1
-0
/
+1
*
drm/nouveau/kms: move display class instantiation to library
Ben Skeggs
2018-05-18
2
-0
/
+60
*
drm/nouveau/fifo/gk104-: support querying engines available on each runlist
Ben Skeggs
2018-05-18
3
-0
/
+103
*
drm/nouveau/disp/nv50-: pass nvkm_memory objects for channel push buffers
Ben Skeggs
2018-05-18
2
-0
/
+24
*
drm/nouveau: nouveau: use larger buffer in nvif_vmm_map
Arnd Bergmann
2018-05-18
1
-1
/
+1
*
drm/nouveau/mmu: define user interfaces to mmu vmm opertaions
Ben Skeggs
2017-11-02
2
-0
/
+168
*
drm/nouveau/mmu: define user interfaces to mmu memory allocation
Ben Skeggs
2017-11-02
2
-0
/
+89
*
drm/nouveau/mmu: define user interfaces to mmu
Ben Skeggs
2017-11-02
2
-0
/
+118
*
drm/nouveau/core/object: allow arguments to be passed to map function
Ben Skeggs
2017-11-02
1
-28
/
+59
*
drm/nouveau/core/client: allow creation of subclients
Ben Skeggs
2017-02-17
3
-28
/
+74
*
drm/nouveau/core/client: destroy client objects over nvif
Ben Skeggs
2017-02-17
1
-3
/
+3
*
drm/nouveau: silence sparse warnings about symbols not being marked static
Ben Skeggs
2016-11-07
1
-1
/
+1
*
drm/nouveau: fix notify data leak
Lucas Stach
2016-11-07
1
-4
/
+2
*
drm/nouveau/nvif: device time mthd
Ben Skeggs
2015-08-28
1
-1
/
+5
*
drm/nouveau/nvif: return min/max versions for supported object classes
Ben Skeggs
2015-08-28
1
-13
/
+40
*
drm/nouveau/nvif: use negative oclass identifier for internal classes
Ben Skeggs
2015-08-28
2
-4
/
+3
*
drm/nouveau/nvif: extend nop ioctl to return nvif version identifier
Ben Skeggs
2015-08-28
1
-0
/
+9
*
drm/nouveau/nvif: replace path-based object identification
Ben Skeggs
2015-08-28
2
-12
/
+7
*
drm/nouveau/nvif: simplify and tidy library interfaces
Ben Skeggs
2015-08-28
4
-222
/
+68
*
drm/nouveau/tmr: type-safe PTIMER-based delay/wait macros
Ben Skeggs
2015-08-28
1
-0
/
+6
*
drm/nouveau/core: namespace + nvidia gpu names (no binary change)
Ben Skeggs
2015-01-22
1
-1
/
+1
*
drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)
Ben Skeggs
2015-01-22
15
-1383
/
+12
*
drm/nouveau/lib: add null backend
Ben Skeggs
2014-12-02
2
-0
/
+2
*
drm/nouveau/core: add some forgotten subdevs to disable mask
Ben Skeggs
2014-12-02
1
-0
/
+1
*
drm/gm204/disp: initial support
Ben Skeggs
2014-12-02
1
-0
/
+2
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-10-14
1
-0
/
+9
|
\
|
*
drm/nv50-/disp: add support for completion events
Ben Skeggs
2014-09-15
1
-0
/
+9
*
|
nouveau: __iomem misannotations
Al Viro
2014-10-09
2
-5
/
+5
|
/
[next]