summaryrefslogtreecommitdiff
path: root/kernel/power/qos.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-21PM: QoS: Get rid of unused flagsAmit Kucheria1-48/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-01-22PM: QoS: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+2
2018-11-29PM / QoS: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-13/+2
2018-05-28PM / QoS: Drop redundant declaration of pm_qos_get_value()Rafael J. Wysocki1-1/+0
2018-04-09PM / QoS: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-10-03PM: Use a more common logging styleJoe Perches1-2/+2
2016-09-17power, workqueue: remove keventd_up() usageTejun Heo1-10/+1
2016-09-05PM / QoS: avoid calling cancel_delayed_work_sync() during early bootTejun Heo1-1/+10
2015-01-23PM / QoS: Add debugfs support to view the list of constraintsNishanth Menon1-2/+89
2014-09-25PM / QoS: Add PM_QOS_MEMORY_BANDWIDTH classTomeu Vizoso1-1/+26
2014-02-11PM / QoS: Introcuce latency tolerance device PM QoS typeRafael J. Wysocki1-5/+8
2014-02-11PM / QoS: Add no_constraints_value field to struct pm_qos_constraintsRafael J. Wysocki1-1/+4
2013-10-17PM / QoS: simplify pm_qos_power_write()Andy Shevchenko1-22/+4
2013-08-14PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd1-7/+13
2013-06-24PM / QoS: Add pm_qos_request tracepointsSahara1-0/+5
2013-06-24PM / QoS: Add pm_qos_update_target/flags tracepointsSahara1-0/+3
2013-06-21PM / QoS: correct the valid range of pm_qos_classSahara1-3/+3
2013-01-26PM: don't use [delayed_]work_pending()Tejun Heo1-6/+3
2012-11-29Merge branch 'pm-sleep'Rafael J. Wysocki1-1/+1
2012-11-15PM / sysfs: replace strict_str* with kstrto*Daniel Walter1-1/+1
2012-10-23PM / QoS: Introduce request and constraint data types for PM QoS flagsRafael J. Wysocki1-0/+63
2012-09-07PM / QoS: Add return code to pm_qos_get_value function.Luis Gonzalez Fernandez1-0/+1
2012-03-28PM / QoS: add pm_qos_update_request_timeout() APIMyungJoo Ham1-0/+50
2012-01-29PM / QoS: Simplify PM QoS expansion/mergeAlex Frid1-13/+10
2011-11-07PM / QoS: Set cpu_dma_pm_qos->nameDominik Brodowski1-0/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-04PM / QoS: Remove redundant checkGuennadi Liakhovetski1-2/+1
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker1-0/+1
2011-08-25PM QoS: Add global notification mechanism for device constraintsJean Pihet1-1/+1
2011-08-25PM QoS: Generalize and export constraints management codeJean Pihet1-56/+67
2011-08-25PM QoS: Reorganize data structsJean Pihet1-44/+41
2011-08-25PM QoS: Code reorganizationJean Pihet1-22/+23
2011-08-25PM QoS: Minor clean-upsJean Pihet1-44/+44
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet1-0/+481