index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
power
/
qos.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-03-04
PM: QoS: annotate data races in pm_qos_*_value()
Qian Cai
1
-2
/
+2
2020-02-14
PM: QoS: Make CPU latency QoS depend on CONFIG_CPU_IDLE
Rafael J. Wysocki
1
-0
/
+2
2020-02-14
PM: QoS: Update file information comments
Rafael J. Wysocki
1
-22
/
+12
2020-02-14
PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY and rename related functions
Rafael J. Wysocki
1
-49
/
+49
2020-02-13
PM: QoS: Adjust pm_qos_request() signature and reorder pm_qos.h
Rafael J. Wysocki
1
-2
/
+1
2020-02-13
PM: QoS: Simplify definitions of CPU latency QoS trace events
Rafael J. Wysocki
1
-8
/
+8
2020-02-13
PM: QoS: Rename things related to the CPU latency QoS
Rafael J. Wysocki
1
-27
/
+29
2020-02-13
PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY notifier chain
Rafael J. Wysocki
1
-36
/
+11
2020-02-13
PM: QoS: Redefine struct pm_qos_request and drop struct pm_qos_object
Rafael J. Wysocki
1
-80
/
+41
2020-02-13
PM: QoS: Clean up misc device file operations
Rafael J. Wysocki
1
-36
/
+26
2020-02-13
PM: QoS: Drop iterations over global QoS classes
Rafael J. Wysocki
1
-38
/
+14
2020-02-13
PM: QoS: Clean up pm_qos_read_value() and pm_qos_get/set_value()
Rafael J. Wysocki
1
-10
/
+12
2020-02-13
PM: QoS: Clean up pm_qos_update_target() and pm_qos_update_flags()
Rafael J. Wysocki
1
-27
/
+29
2020-02-13
PM: QoS: Drop the PM_QOS_SUM QoS type
Rafael J. Wysocki
1
-9
/
+0
2020-02-13
PM: QoS: Drop pm_qos_update_request_timeout()
Rafael J. Wysocki
1
-48
/
+0
2020-02-12
PM: QoS: Drop debugfs interface
Rafael J. Wysocki
1
-71
/
+2
2019-11-29
PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCY
Leonard Crestez
1
-1
/
+3
2019-11-20
PM: QoS: Invalidate frequency QoS requests after removal
Rafael J. Wysocki
1
-1
/
+7
2019-10-21
PM: QoS: Introduce frequency QoS
Rafael J. Wysocki
1
-0
/
+240
2019-08-21
PM: QoS: Get rid of unused flags
Amit Kucheria
1
-48
/
+0
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-01-23
PM: QoS: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-6
/
+2
2018-11-30
PM / QoS: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-13
/
+2
2018-05-29
PM / QoS: Drop redundant declaration of pm_qos_get_value()
Rafael J. Wysocki
1
-1
/
+0
2018-04-09
PM / QoS: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2017-10-03
PM: Use a more common logging style
Joe Perches
1
-2
/
+2
2016-09-17
power, workqueue: remove keventd_up() usage
Tejun Heo
1
-10
/
+1
2016-09-05
PM / QoS: avoid calling cancel_delayed_work_sync() during early boot
Tejun Heo
1
-1
/
+10
2015-01-24
PM / QoS: Add debugfs support to view the list of constraints
Nishanth Menon
1
-2
/
+89
2014-09-25
PM / QoS: Add PM_QOS_MEMORY_BANDWIDTH class
Tomeu Vizoso
1
-1
/
+26
2014-02-11
PM / QoS: Introcuce latency tolerance device PM QoS type
Rafael J. Wysocki
1
-5
/
+8
2014-02-11
PM / QoS: Add no_constraints_value field to struct pm_qos_constraints
Rafael J. Wysocki
1
-1
/
+4
2013-10-18
PM / QoS: simplify pm_qos_power_write()
Andy Shevchenko
1
-22
/
+4
2013-08-14
PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()
Stephen Boyd
1
-7
/
+13
2013-06-24
PM / QoS: Add pm_qos_request tracepoints
Sahara
1
-0
/
+5
2013-06-24
PM / QoS: Add pm_qos_update_target/flags tracepoints
Sahara
1
-0
/
+3
2013-06-21
PM / QoS: correct the valid range of pm_qos_class
Sahara
1
-3
/
+3
2013-01-26
PM: don't use [delayed_]work_pending()
Tejun Heo
1
-6
/
+3
2012-11-30
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-1
/
+1
2012-11-15
PM / sysfs: replace strict_str* with kstrto*
Daniel Walter
1
-1
/
+1
2012-10-23
PM / QoS: Introduce request and constraint data types for PM QoS flags
Rafael J. Wysocki
1
-0
/
+63
2012-09-07
PM / QoS: Add return code to pm_qos_get_value function.
Luis Gonzalez Fernandez
1
-0
/
+1
2012-03-29
PM / QoS: add pm_qos_update_request_timeout() API
MyungJoo Ham
1
-0
/
+50
2012-01-29
PM / QoS: Simplify PM QoS expansion/merge
Alex Frid
1
-13
/
+10
2011-11-08
PM / QoS: Set cpu_dma_pm_qos->name
Dominik Brodowski
1
-0
/
+1
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-05
PM / QoS: Remove redundant check
Guennadi Liakhovetski
1
-2
/
+1
2011-11-01
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
Paul Gortmaker
1
-0
/
+1
2011-08-25
PM QoS: Add global notification mechanism for device constraints
Jean Pihet
1
-1
/
+1
[next]