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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-17
drm/nouveau: create userspace clients as subclients
Ben Skeggs
1
-22
/
+11
2017-02-17
drm/nouveau: tidy up the client init/fini interfaces
Ben Skeggs
2
-39
/
+52
2017-02-17
drm/nouveau: pass nvif_client to nouveau_gem_new() instead of drm_device
Ben Skeggs
5
-10
/
+12
2017-02-17
drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device
Ben Skeggs
10
-15
/
+20
2017-02-17
drm/nouveau/core/memory: distinguish between coherent/non-coherent targets
Ben Skeggs
5
-13
/
+27
2017-02-17
drm/nouveau/core/mm: replace region list with next pointer
Ben Skeggs
8
-37
/
+34
2017-02-17
drm/nouveau/core/client: allow creation of subclients
Ben Skeggs
9
-35
/
+140
2017-02-17
drm/nouveau/core/client: pass notification callback to nvkm_client_new
Ben Skeggs
3
-12
/
+9
2017-02-17
drm/nouveau/core/client: destroy client objects over nvif
Ben Skeggs
3
-19
/
+10
2017-02-17
drm/nouveau/core/client: use standard object dtor/init/fini paths
Ben Skeggs
3
-34
/
+26
2017-02-17
drm/nouveau/core/client: modify prefix on nvif structures, for consistency
Ben Skeggs
4
-16
/
+27
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
7
-60
/
+22
2017-02-17
drm/nouveau/core/client: lookup client objects with nvkm_object_search()
Ben Skeggs
3
-60
/
+4
2017-02-17
drm/nouveau/core/object: support lookup of specific object types
Ben Skeggs
2
-1
/
+65
2017-02-17
drm/nouveau/dma: use rb_entry()
Geliang Tang
1
-2
/
+2
2017-02-17
replace BUG_ON(1) with BUG()
Ben Skeggs
4
-5
/
+5
2017-02-17
drm/nouveau/gr/nv50-mcp89: add defines for gr classes
Ben Skeggs
7
-32
/
+56
2017-02-17
drm/nouveau/gr/gf100-: fix ccache error logging
Ben Skeggs
1
-1
/
+1
2017-02-17
drm/nouveau/disp/g94: remove unused sor implementation
Ben Skeggs
1
-7
/
+0
2017-02-17
drm/nouveau/fb/ram/gk104: remove unused best_clk variable
Ben Skeggs
1
-3
/
+1
2017-02-17
drm/nouveau/secboot: clear halt interrupt after ACR is run
Alexandre Courbot
1
-0
/
+2
2017-02-17
drm/nouveau/secboot: add lazy-bootstrap flag
Alexandre Courbot
2
-0
/
+7
2017-02-17
drm/nouveau/secboot: fix WPR descriptor generation
Alexandre Courbot
1
-9
/
+12
2017-02-17
drm/nouveau/secboot: set default error value in error register
Alexandre Courbot
1
-0
/
+3
2017-02-17
drm/nouveau/secboot: add missing fields to BL structure
Alexandre Courbot
1
-0
/
+4
2017-02-17
drm/nouveau/secboot: safer zeroing of BL descriptors
Alexandre Courbot
2
-4
/
+2
2017-02-17
drm/nouveau/secboot: abstract LS firmware loading functions
Alexandre Courbot
7
-167
/
+215
2017-02-17
drm/nouveau/secboot: remove ls_ucode_mgr
Alexandre Courbot
1
-57
/
+33
2017-02-17
drm/nouveau/secboot: remove unneeded ls_ucode_img member
Alexandre Courbot
3
-22
/
+7
2017-02-17
drm/nouveau/secboot: disable falcon interrupts when running blob
Alexandre Courbot
1
-0
/
+7
2017-02-17
drm/nouveau/secboot: split reset function
Alexandre Courbot
2
-25
/
+58
2017-02-17
drm/nouveau/secboot: add LS flags to LS func structure
Alexandre Courbot
3
-6
/
+8
2017-02-17
drm/nouveau/secboot: reorganize into more files
Alexandre Courbot
14
-1574
/
+1877
2017-02-17
drm/nouveau/secboot: generate HS BL descriptor in hook
Alexandre Courbot
3
-155
/
+138
2017-02-17
drm/nouveau/secboot: add low-secure firmware hooks
Alexandre Courbot
3
-197
/
+265
2017-02-17
drm/nouveau/secboot: remove fixup_hs_desc hook
Alexandre Courbot
3
-87
/
+79
2017-02-17
drm/nouveau/secboot: rename init() hook to oneinit()
Alexandre Courbot
4
-9
/
+9
2017-02-17
drm/nouveau/secboot: remove nvkm_secboot_start()
Alexandre Courbot
5
-45
/
+0
2017-02-17
drm/nouveau/gr/gf100: instantiate and reserve GR falcons
Alexandre Courbot
2
-50
/
+51
2017-02-17
drm/nouveau/gr/gf100: split gf100_gr_init_ctxctl()
Alexandre Courbot
1
-97
/
+115
2017-02-17
drm/nouveau/gr: add fini() hook
Alexandre Courbot
2
-0
/
+11
2017-02-17
drm/nouveau/secboot: use falcon library
Alexandre Courbot
4
-226
/
+51
2017-02-17
drm/nouveau/secboot: fix functions definitions
Alexandre Courbot
3
-7
/
+7
2017-02-17
drm/nouveau/gm20b: add dummy PMU device
Alexandre Courbot
4
-0
/
+37
2017-02-17
drm/nouveau/pmu/gk20a: use falcon library functions
Alexandre Courbot
1
-9
/
+22
2017-02-17
drm/nouveau/pmu/gk20a: simplify code a bit
Alexandre Courbot
1
-22
/
+8
2017-02-17
drm/nouveau/pmu/gk20a: use nvkm_pmu_ctor()
Alexandre Courbot
1
-21
/
+14
2017-02-17
drm/nouveau/pmu: instanciate the falcon in PMU device
Alexandre Courbot
2
-1
/
+5
[next]