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
/
engine
/
pm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-28
drm/nouveau/pm: convert user classes to new-style nvkm_object
Ben Skeggs
5
-123
/
+130
2015-08-28
drm/nouveau/device: convert user class to new-style nvkm_object
Ben Skeggs
1
-1
/
+1
2015-08-28
drm/nouveau/client: convert to new-style nvkm_object
Ben Skeggs
1
-0
/
+1
2015-08-28
drm/nouveau/device: prepare for new-style subdevs
Ben Skeggs
1
-1
/
+1
2015-08-28
drm/nouveau/engine: rename some functions to avoid upcoming conflicts
Ben Skeggs
1
-2
/
+2
2015-08-28
drm/nouveau/object: rename some functions to avoid upcoming conflicts
Ben Skeggs
1
-2
/
+2
2015-08-28
drm/nouveau/device: decouple from engine machinery
Ben Skeggs
2
-7
/
+6
2015-08-28
drm/nouveau/core: remove last printks
Ben Skeggs
1
-21
/
+21
2015-08-28
drm/nouveau/pm: switch to subdev printk macros
Ben Skeggs
1
-6
/
+9
2015-08-28
drm/nouveau/pm: switch to device pri macros
Ben Skeggs
3
-30
/
+40
2015-08-28
drm/nouveau/pm: cosmetic changes
Ben Skeggs
6
-143
/
+134
2015-08-28
drm/nouveau/device: include core/device.h automatically for subdevs/engines
Ben Skeggs
1
-1
/
+0
2015-08-28
drm/nouveau/pm/gf100: only use PBFB_BROADCAST.PM_UNK100 for PBFB signals
Samuel Pitoiset
5
-54
/
+19
2015-08-28
drm/nouveau/pm/gf100: remove multiple definitions of GPC_DOM signal 0x0e
Samuel Pitoiset
1
-5
/
+4
2015-08-28
drm/nouveau/pm/gf100: remove undefined TEX.PM_UNKC8 mux
Samuel Pitoiset
1
-4
/
+0
2015-08-28
drm/nouveau/pm: allow zeroed signals to enable sources
Samuel Pitoiset
1
-2
/
+2
2015-08-28
drm/nouveau/pm/nv50: TPC[0x3] must be used for PGRAPH muxs on G80
Samuel Pitoiset
3
-20
/
+28
2015-08-28
drm/nouveau/pm/nv50: fix wrong addr for ZCULL source on G80:GT215
Samuel Pitoiset
1
-1
/
+1
2015-08-28
drm/nouveau/pm/gk104: add compute signals/sources
Samuel Pitoiset
3
-1
/
+93
2015-08-28
drm/nouveau/pm/gk104: re-use gf100_pm_ctor()
Samuel Pitoiset
1
-51
/
+9
2015-08-28
drm/nouveau/pm/nv40: rename pcounter domains to 'pc' instead of 'pm'
Samuel Pitoiset
1
-1
/
+1
2015-08-28
drm/nouveau/pm: expose name of domains
Samuel Pitoiset
1
-0
/
+1
2015-08-28
drm/nouveau/pm: some fixes related to sources
Samuel Pitoiset
1
-5
/
+16
2015-08-28
drm/nouveau/pm: fix signals/sources for GT200+
Samuel Pitoiset
2
-6
/
+5
2015-08-28
drm/nouveau/pm/gf100: add compute signals/sources
Samuel Pitoiset
5
-2
/
+277
2015-08-28
drm/nouveau/pm/gf100: allow to share GPC, HUB and PART domains
Samuel Pitoiset
2
-9
/
+24
2015-08-28
drm/nouveau/pm: stack perfdom class under perfmon
Ben Skeggs
1
-7
/
+31
2015-08-28
drm/nouveau/pm: swap perfmon/perfdom code to avoid forward decl in next commit
Ben Skeggs
1
-175
/
+175
2015-08-28
drm/nouveau/pm/nv50: add compute and graphics signals/sources
Samuel Pitoiset
6
-10
/
+483
2015-08-28
drm/nouveau/pm: allow the userspace to configure sources
Samuel Pitoiset
2
-10
/
+94
2015-08-28
drm/nouveau/pm: allow to configure domains instead of simple counters
Samuel Pitoiset
4
-109
/
+129
2015-08-28
drm/nouveau/pm: allow the userspace to schedule hardware counters
Samuel Pitoiset
2
-23
/
+42
2015-08-28
drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_SOURCE method
Samuel Pitoiset
1
-0
/
+77
2015-08-28
drm/nouveau/pm: allow to query the number of sources for a signal
Samuel Pitoiset
1
-3
/
+19
2015-08-28
drm/nouveau/pm: add concept of sources
Samuel Pitoiset
2
-4
/
+102
2015-08-28
drm/nouveau/pm: allow to monitor hardware signal index 0x00
Samuel Pitoiset
3
-6
/
+10
2015-08-28
drm/nouveau/pm: use hardware signals indexes instead of user-readable names
Samuel Pitoiset
1
-40
/
+12
2015-08-28
drm/nouveau/pm: change signal iter to u16
Samuel Pitoiset
2
-6
/
+6
2015-08-28
drm/nouveau/pm: allow to query signals by domain
Samuel Pitoiset
1
-24
/
+12
2015-08-28
drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_DOMAIN method
Samuel Pitoiset
1
-0
/
+86
2015-08-28
drm/nouveau/pm: prevent creating a perfctr object when signals are not found
Samuel Pitoiset
1
-2
/
+4
2015-08-28
drm/nouveau/pm: reorganize the nvif interface
Samuel Pitoiset
1
-6
/
+32
2015-08-28
drm/nouveau/pm: remove unused nvkm_perfsig_wrap() function
Samuel Pitoiset
2
-24
/
+0
2015-08-28
drm/nouveau/pm: remove pmu signals
Samuel Pitoiset
7
-147
/
+1
2015-07-27
drm/nouveau/pm: fix a potential race condition when creating an engine context
Samuel Pitoiset
1
-4
/
+3
2015-07-27
drm/nouveau/pm: prevent freeing the wrong engine context
Samuel Pitoiset
1
-2
/
+5
2015-01-22
drm/nouveau/pm: namespace + nvidia gpu names (no binary change)
Ben Skeggs
15
-580
/
+473
2015-01-22
drm/nouveau/pm: rename from perfmon (no binary change)
Ben Skeggs
13
-0
/
+1528