Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e1c5d708bfe0e4bc1a5ce3bded023c1908ec2e19
/
kernel
/
power
/
qos.c
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 4 months ago
a534e92
PM: QoS: annotate data races in pm_qos_*_value()
by Qian Cai
· 4 years, 10 months ago
814d51f
PM: QoS: Make CPU latency QoS depend on CONFIG_CPU_IDLE
by Rafael J. Wysocki
· 5 years ago
fe52de3
PM: QoS: Update file information comments
by Rafael J. Wysocki
· 5 years ago
67b06ba
PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY and rename related functions
by Rafael J. Wysocki
· 5 years ago
e033b6c1
PM: QoS: Adjust pm_qos_request() signature and reorder pm_qos.h
by Rafael J. Wysocki
· 5 years ago
333eed7d
PM: QoS: Simplify definitions of CPU latency QoS trace events
by Rafael J. Wysocki
· 5 years ago
2552d35
PM: QoS: Rename things related to the CPU latency QoS
by Rafael J. Wysocki
· 5 years ago
3a4a004
PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY notifier chain
by Rafael J. Wysocki
· 5 years ago
02c92a3
PM: QoS: Redefine struct pm_qos_request and drop struct pm_qos_object
by Rafael J. Wysocki
· 5 years ago
299a229
PM: QoS: Clean up misc device file operations
by Rafael J. Wysocki
· 5 years ago
63cffc0
PM: QoS: Drop iterations over global QoS classes
by Rafael J. Wysocki
· 5 years ago
dcd70ca
PM: QoS: Clean up pm_qos_read_value() and pm_qos_get/set_value()
by Rafael J. Wysocki
· 5 years ago
7b35370
PM: QoS: Clean up pm_qos_update_target() and pm_qos_update_flags()
by Rafael J. Wysocki
· 5 years ago
87ad735
PM: QoS: Drop the PM_QOS_SUM QoS type
by Rafael J. Wysocki
· 5 years ago
5a7ea52
PM: QoS: Drop pm_qos_update_request_timeout()
by Rafael J. Wysocki
· 5 years ago
3489662
PM: QoS: Drop debugfs interface
by Rafael J. Wysocki
· 5 years ago
36a8015
PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCY
by Leonard Crestez
· 5 years ago
05ff1ba
PM: QoS: Invalidate frequency QoS requests after removal
by Rafael J. Wysocki
· 5 years ago
77751a4
PM: QoS: Introduce frequency QoS
by Rafael J. Wysocki
· 5 years ago
c3082a6
PM: QoS: Get rid of unused flags
by Amit Kucheria
· 5 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
659dc45
PM: QoS: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
96c6935
PM / QoS: Change to use DEFINE_SHOW_ATTRIBUTE macro
by Yangtao Li
· 6 years ago
74cd817
PM / QoS: Drop redundant declaration of pm_qos_get_value()
by Rafael J. Wysocki
· 7 years ago
fe43e2c
PM / QoS: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
64ec72a
PM: Use a more common logging style
by Joe Perches
· 7 years ago
a81f80f
power, workqueue: remove keventd_up() usage
by Tejun Heo
· 8 years ago
c86d06b
PM / QoS: avoid calling cancel_delayed_work_sync() during early boot
by Tejun Heo
· 8 years ago
f5f4eda
PM / QoS: Add debugfs support to view the list of constraints
by Nishanth Menon
· 10 years ago
7990da7
PM / QoS: Add PM_QOS_MEMORY_BANDWIDTH class
by Tomeu Vizoso
· 10 years ago
2d984ad
PM / QoS: Introcuce latency tolerance device PM QoS type
by Rafael J. Wysocki
· 11 years ago
327adae
PM / QoS: Add no_constraints_value field to struct pm_qos_constraints
by Rafael J. Wysocki
· 11 years ago
d4f7ecf
PM / QoS: simplify pm_qos_power_write()
by Andy Shevchenko
· 11 years ago
40fea92f
PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()
by Stephen Boyd
· 11 years ago
ae8822b
PM / QoS: Add pm_qos_request tracepoints
by Sahara
· 12 years ago
247e9ee
PM / QoS: Add pm_qos_update_target/flags tracepoints
by Sahara
· 12 years ago
d24c2a4
PM / QoS: correct the valid range of pm_qos_class
by Sahara
· 12 years ago
ed1ac6e
PM: don't use [delayed_]work_pending()
by Tejun Heo
· 12 years ago
170bb4c
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 12 years ago
883ee4f
PM / sysfs: replace strict_str* with kstrto*
by Daniel Walter
· 12 years ago
5efbe42
PM / QoS: Introduce request and constraint data types for PM QoS flags
by Rafael J. Wysocki
· 12 years ago
c6a57bf
PM / QoS: Add return code to pm_qos_get_value function.
by Luis Gonzalez Fernandez
· 12 years ago
c4772d1
PM / QoS: add pm_qos_update_request_timeout() API
by MyungJoo Ham
· 13 years ago
d031e1d
PM / QoS: Simplify PM QoS expansion/merge
by Alex Frid
· 13 years ago
a6f05b9
PM / QoS: Set cpu_dma_pm_qos->name
by Dominik Brodowski
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
6513fd6
PM / QoS: Remove redundant check
by Guennadi Liakhovetski
· 13 years ago
6e5fdee
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
by Paul Gortmaker
· 14 years ago
b66213c
PM QoS: Add global notification mechanism for device constraints
by Jean Pihet
· 13 years ago
abe98ec
PM QoS: Generalize and export constraints management code
by Jean Pihet
· 13 years ago
4e1779b
PM QoS: Reorganize data structs
by Jean Pihet
· 13 years ago
4a31a33
PM QoS: Code reorganization
by Jean Pihet
· 13 years ago
cc74998
PM QoS: Minor clean-ups
by Jean Pihet
· 13 years ago
e8db0be
PM QoS: Move and rename the implementation files
by Jean Pihet
· 13 years ago
[Renamed (99%) from kernel/pm_qos_params.c]
732375c
plist: Remove the need to supply locks to plist heads
by Dima Zavin
· 14 years ago
f310642
Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6
by Linus Torvalds
· 14 years ago
333c5ae
idle governor: Avoid lock acquisition to read pm_qos before entering idle
by Tim Chen
· 14 years ago
f23a5e1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 14 years ago
0775a60
PM: Fix PM QOS's user mode interface to work with ASCII input
by Rafael J. Wysocki
· 14 years ago
6eab04a
treewide: remove extra semicolons
by Justin P. Mattock
· 14 years ago
f9b9e80
PM QoS: Make pm_qos settings readable
by Thomas Renninger
· 14 years ago
00fafcd
PM / PM QoS: Fix reversed min and max
by Colin Cross
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
99a5179
kernel/pm_qos_params.c: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
0109c2c
PM QoS: Correct pr_debug() misuse and improve parameter checks
by mark gross
· 14 years ago
25cc69e
PM QoS: Fix inline documentation.
by Saravana Kannan
· 14 years ago
bac1e74
PM QoS: Fix kzalloc() parameters swapped in pm_qos_power_open()
by David Alan Gilbert
· 14 years ago
82f6825
pm_qos: Get rid of the allocation in pm_qos_add_request()
by James Bottomley
· 15 years ago
5f27984
pm_qos: Reimplement using plists
by James Bottomley
· 14 years ago
25f3a5a
PM: PM QOS update fix
by Mark Gross
· 15 years ago
ed77134
PM QOS update
by Mark Gross
· 15 years ago
1a6deae
pm_qos: clean up racy global "name" variable
by Jonathan Corbet
· 15 years ago
e6fe07a
pm_qos: remove BKL
by Jonathan Corbet
· 15 years ago
9d35935
pm_qos_requirement might sleep
by John Kacur
· 16 years ago
bf1db69
pm_qos: spelling fixes
by Richard Hughes
· 16 years ago
db26e64
pm_qos_params: BKL pushdown
by Arnd Bergmann
· 17 years ago
d82b351
pm qos infrastructure and interface
by Mark Gross
· 17 years ago