index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
/
base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
drm/nouveau/pm: switch to instanced constructor
Ben Skeggs
1
-2
/
+2
2021-02-11
drm/nouveau/perfmon: use private spinlock to control exclusive access to perfmon
Ben Skeggs
1
-9
/
+10
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-2
/
+2
2018-02-02
drm/nouveau: nouveau: use correct string length
Arnd Bergmann
1
-3
/
+3
2016-11-07
drm/nouveau: mark symbols static where possible
Baoyou Xie
1
-2
/
+2
2016-05-20
drm/nouveau/core: remove pmc_enable argument from subdev ctor
Ben Skeggs
1
-1
/
+1
2016-01-11
drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obvious
Ben Skeggs
1
-14
/
+14
2016-01-11
drm/nouveau/nvif: split out perfmon interface definitions
Ben Skeggs
1
-0
/
+2
2016-01-11
drm/nouveau/nvif: move internal class identifiers to class.h
Ben Skeggs
1
-2
/
+2
2015-11-03
drm/nouveau/disp,pm: constify nvkm_object_func structures
Julia Lawall
1
-1
/
+1
2015-08-28
drm/nouveau/pm: convert to new-style nvkm_engine
Ben Skeggs
1
-46
/
+34
2015-08-28
drm/nouveau/pm: convert user classes to new-style nvkm_object
Ben Skeggs
1
-106
/
+119
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
1
-5
/
+4
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
1
-2
/
+4
2015-08-28
drm/nouveau/pm: cosmetic changes
Ben Skeggs
1
-75
/
+76
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: allow zeroed signals to enable sources
Samuel Pitoiset
1
-2
/
+2
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: 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: allow the userspace to configure sources
Samuel Pitoiset
1
-10
/
+92
2015-08-28
drm/nouveau/pm: allow to configure domains instead of simple counters
Samuel Pitoiset
1
-92
/
+116
2015-08-28
drm/nouveau/pm: allow the userspace to schedule hardware counters
Samuel Pitoiset
1
-23
/
+41
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
1
-4
/
+78
2015-08-28
drm/nouveau/pm: allow to monitor hardware signal index 0x00
Samuel Pitoiset
1
-2
/
+2
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
1
-5
/
+5
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
1
-20
/
+0
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
1
-105
/
+98
2015-01-22
drm/nouveau/pm: rename from perfmon (no binary change)
Ben Skeggs
1
-0
/
+483