Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
378eef99ad45700aabfba2bd962516e5608b259a
/
drivers
/
base
/
power
378eef9
PM / Wakeup: Make pm_save_wakeup_count() work as documented
by Rafael J. Wysocki
· 14 years ago
023d377
PM / Wakeup: Combine atomic counters to avoid reordering issues
by Rafael J. Wysocki
· 14 years ago
c3810c8
PM / Runtime: Don't enable interrupts while running in_interrupt
by Alan Stern
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
4b31db8
PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionally
by Rafael J. Wysocki
· 14 years ago
5c1a07a
PM: Use dev_name() in core device suspend and resume routines
by Rafael J. Wysocki
· 14 years ago
b64959e
PM: Permit registration of parentless devices during system suspend
by Rafael J. Wysocki
· 14 years ago
b8c76f6
PM: Replace the device power.status field with a bit field
by Rafael J. Wysocki
· 14 years ago
5b219a5
PM: Remove redundant checks from core device resume routines
by Rafael J. Wysocki
· 14 years ago
8a43a9a
PM: Use a different list of devices for each stage of device suspend
by Rafael J. Wysocki
· 14 years ago
2cbb3ce
PM: Avoid compiler warning in pm_noirq_op()
by Rafael J. Wysocki
· 14 years ago
d83f905
PM: Use pm_wakeup_pending() in __device_suspend()
by Rafael J. Wysocki
· 14 years ago
a2867e0
PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()
by Rafael J. Wysocki
· 14 years ago
1e75227
PM: Prevent dpm_prepare() from returning errors unnecessarily
by Rafael J. Wysocki
· 14 years ago
c7b61de
PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)
by Alan Stern
· 14 years ago
6675bc0
PM / Runtime: Fix comments to match runtime callback code
by Aaro Koskinen
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
d08a5ac
PM: Allow devices to be removed during late suspend and early resume
by Rafael J. Wysocki
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
78ca7c3
PM / Runtime: Fix typo in status comparison causing warning
by Kevin Winchester
· 14 years ago
d63be5f
PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()
by Ming Lei
· 14 years ago
9c03439
PM / Wakeup: Show wakeup sources statistics in debugfs
by Rafael J. Wysocki
· 14 years ago
e1f60b2
PM: Introduce library for device-specific OPPs (v7)
by Nishanth Menon
· 14 years ago
d33ac60
PM: Add sysfs attr for rechecking dev hash from PM trace
by James Hogan
· 14 years ago
2ac21c6
PM: Lock PM device list mutex in show_dev_hash()
by James Hogan
· 14 years ago
f71648d
PM / Runtime: Remove idle notification after failing suspend
by Rafael J. Wysocki
· 14 years ago
71c6312
PM / Runtime: Reduce code duplication in core helper functions
by Rafael J. Wysocki
· 14 years ago
15bcb91d
PM / Runtime: Implement autosuspend support
by Alan Stern
· 14 years ago
7490e44
PM / Runtime: Add no_callbacks flag
by Alan Stern
· 14 years ago
140a6c9
PM / Runtime: Combine runtime PM entry points
by Alan Stern
· 14 years ago
1bfee5b
PM / Runtime: Merge synchronous and async runtime routines
by Alan Stern
· 14 years ago
3f9af051
PM / Runtime: Replace boolean arguments with bitflags
by Alan Stern
· 14 years ago
4769373
PM / Runtime: Move code in drivers/base/power/runtime.c
by Alan Stern
· 14 years ago
098dff7
PM: Fix potential issue with failing asynchronous suspend
by Rafael J. Wysocki
· 14 years ago
074037e
PM / Wakeup: Introduce wakeup source objects and event statistics (v3)
by Rafael J. Wysocki
· 14 years ago
0702d9ee
PM: Fix signed/unsigned warning in dpm_show_time()
by Kevin Cernekee
· 14 years ago
05aa55d
PM / Runtime: Lenient generic runtime pm callbacks
by Ohad Ben-Cohen
· 14 years ago
152e1d5
PM: Prevent waiting forever on asynchronous resume after failing suspend
by Colin Cross
· 14 years ago
8d4b9d1
PM / Runtime: Add runtime PM statistics (v3)
by Arjan van de Ven
· 14 years ago
0fcb4ee
PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
by Alan Stern
· 14 years ago
4eb241e
PM: Do not use dynamically allocated objects in pm_wakeup_event()
by Rafael J. Wysocki
· 14 years ago
c125e96
PM: Make it possible to avoid races between wakeup and system sleep
by Rafael J. Wysocki
· 14 years ago
c92445f
PM / Runtime: Add sysfs debug files
by Dominik Brodowski
· 15 years ago
240c733
PM: Allow runtime_suspend methods to call pm_schedule_suspend()
by Alan Stern
· 15 years ago
e7176a3
power: support _noirq actions on device types and classes
by Dominik Brodowski
· 15 years ago
8e9394c
Driver core: create lock/unlock functions for struct device
by Greg Kroah-Hartman
· 15 years ago
d690b2c
PM: Provide generic subsystem-level callbacks
by Rafael J. Wysocki
· 15 years ago
f8824ce
PM: Allow device drivers to use dpm_wait()
by Rafael J. Wysocki
· 15 years ago
97df8c1
PM: Start asynchronous resume threads upfront
by Rafael J. Wysocki
· 15 years ago
5a2eb85
PM: Add facility for advanced testing of async suspend/resume
by Rafael J. Wysocki
· 15 years ago
0e06b4a
PM: Add a switch for disabling/enabling asynchronous suspend/resume
by Rafael J. Wysocki
· 15 years ago
5af84b8
PM: Asynchronous suspend and resume of devices
by Rafael J. Wysocki
· 15 years ago
8cc6b39
PM: Add parent information to timing messages
by Rafael J. Wysocki
· 15 years ago
5382363
PM / Runtime: Add sysfs switch for disabling device run-time PM
by Rafael J. Wysocki
· 15 years ago
0a88422
power: fix kernel-doc notation
by Randy Dunlap
· 15 years ago
a6ab7aa
PM / Runtime: Use device type and device class callbacks
by Rafael J. Wysocki
· 15 years ago
aa0baae
PM: Use pm_runtime_put_sync in system resume
by Alan Stern
· 15 years ago
ecf762b
PM: Measure device suspend and resume times
by Rafael J. Wysocki
· 15 years ago
875ab0b
PM: Make the initcall_debug style timing for suspend/resume complete
by Rafael J. Wysocki
· 15 years ago
d8bed5a
PM: rwsem.h need not be included into main.c
by Rafael J. Wysocki
· 15 years ago
33c3374
PM: Remove unnecessary goto from device_resume_noirq()
by Rafael J. Wysocki
· 15 years ago
f251177
PM: Add initcall_debug style timing for suspend/resume
by Arjan van de Ven
· 15 years ago
1d531c1
PM: allow for usage_count > 0 in pm_runtime_get()
by Alan Stern
· 15 years ago
965c4ac
PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status()
by Rafael J. Wysocki
· 15 years ago
0ddf0ed
PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend()
by Rafael J. Wysocki
· 15 years ago
63c9480
PM / Runtime: Use deferred_resume flag in pm_request_resume
by Alan Stern
· 15 years ago
bab636b
PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
by Rafael J. Wysocki
· 15 years ago
862f89b
PM: fix irq enable/disable in runtime PM code
by Alan Stern
· 15 years ago
2ddac2a
PM: Remove some debug messages producing too much noise
by Pavel Machek
· 15 years ago
e528e87
PM: Fix warning on suspend errors
by Romit Dasgupta
· 15 years ago
3eb132c
PM: Reset transition_started at dpm_resume_noirq
by Xiaotian Feng
· 15 years ago
20d652d
PM: Update kerneldoc comments in drivers/base/power/main.c
by Rafael J. Wysocki
· 15 years ago
5e928f7
PM: Introduce core framework for run-time PM of I/O devices (rev. 17)
by Rafael J. Wysocki
· 15 years ago
d9ab771
Driver Core: Make PM operations a const pointer
by Dmitry Torokhov
· 15 years ago
886a7a3
PM: Clear -EAGAIN in dpm_prepare
by Sebastian Ott
· 15 years ago
0072578
PM: Remove device_type suspend()/resume()
by Magnus Damm
· 16 years ago
e240b58
PM: Remove bus_type suspend_late()/resume_early() V2
by Magnus Damm
· 16 years ago
d161630
PM core: rename suspend and resume functions
by Alan Stern
· 16 years ago
e39a71e
PM: Rename device_power_down/up()
by Magnus Damm
· 16 years ago
32bdfac
PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUs
by Rafael J. Wysocki
· 16 years ago
2ed8d2b3
PM: Rework handling of interrupts during suspend-resume
by Rafael J. Wysocki
· 16 years ago
ffa6a70
Driver core: Fix device_move() vs. dpm list ordering, v2
by Cornelia Huck
· 16 years ago
770824b
PM: Split up sysdev_[suspend|resume] from device_power_[down|up]
by Rafael J. Wysocki
· 16 years ago
1e0b2cf
driver core: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
adf0949
PM: Simplify the new suspend/hibernation framework for devices
by Rafael J. Wysocki
· 16 years ago
c813b4e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 16 years ago
c80cfb0
vsprintf: use new vsprintf symbolic function pointer format
by Bjorn Helgaas
· 16 years ago
728f089
debug: use dev_WARN() rather than WARN_ON() in device_pm_add()
by Arjan van de Ven
· 16 years ago
f5a6d95
PM: Remove WARN_ON from device_pm_add
by Rafael J. Wysocki
· 16 years ago
3b98aea
PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is set
by Alan Stern
· 16 years ago
fc3a882
driver core: fix a lot of printk usages of bus_id
by Greg Kroah-Hartman
· 17 years ago
dc7c65d
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 16 years ago
eb9d0fe
PCI ACPI: Rework PCI handling of wake-up
by Rafael J. Wysocki
· 16 years ago
d8f3de0
Suspend-related patches for 2.6.27
by Rafael J. Wysocki
· 17 years ago
1eede07
Introduce new top level suspend and hibernation callbacks
by Rafael J. Wysocki
· 17 years ago
63687a5
x86: move tracedata to RODATA
by Jan Beulich
· 17 years ago
a442ac5
Clean up 'print_fn_descriptor_symbol()' types
by Linus Torvalds
· 17 years ago
08119e8
Relax check on adding children of suspended devices
by Rafael J. Wysocki
· 17 years ago
b844eba
PM: Remove destroy_suspended_device()
by Rafael J. Wysocki
· 17 years ago
d288e47
PM: Make wakeup flags available whenever CONFIG_PM is set
by Alan Stern
· 17 years ago
Next »