| Commit message (Expand) | Author | Age |
* | PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unset | Rafael J. Wysocki | 2011-06-21 |
* | PM: Fix async resume following suspend failure | Alan Stern | 2011-06-21 |
* | PM: Rename dev_pm_info.in_suspend to is_prepared | Alan Stern | 2011-06-21 |
* | PM / Runtime: Fix loops in pm_runtime_clk_notify() | Rafael J. Wysocki | 2011-06-07 |
* | PM: Introduce generic prepare and complete callbacks for subsystems | Rafael J. Wysocki | 2011-05-17 |
* | PM: Allow drivers to allocate memory from .prepare() callbacks safely | Rafael J. Wysocki | 2011-05-17 |
* | PM: Remove CONFIG_PM_VERBOSE | Rafael J. Wysocki | 2011-05-17 |
* | Merge branch 'power-domains' into for-linus | Rafael J. Wysocki | 2011-05-17 |
|\ |
|
| * | PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unset | Rafael J. Wysocki | 2011-05-16 |
| * | PM / Runtime: Generic clock manipulation rountines for runtime PM (v6) | Rafael J. Wysocki | 2011-04-29 |
| * | PM: Make power domain callbacks take precedence over subsystem ones | Rafael J. Wysocki | 2011-04-28 |
* | | PM / Wakeup: Remove useless synchronize_rcu() call | Eric Dumazet | 2011-05-17 |
* | | PM / Wakeup: Fix build warning related to the "wakeup" sysfs file | Rafael J. Wysocki | 2011-05-17 |
|/ |
|
* | PM / Wakeup: Fix initialization of wakeup-related device sysfs files | Rafael J. Wysocki | 2011-04-26 |
* | PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS | Rafael J. Wysocki | 2011-04-11 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 |
* | PM / OPP: opp_find_freq_exact() documentation fix | Nishanth Menon | 2011-03-14 |
* | PM: Make system-wide PM and runtime PM treat subsystems consistently | Rafael J. Wysocki | 2011-03-14 |
* | PM: Add support for device power domains | Rafael J. Wysocki | 2011-03-14 |
* | PM: Allow pm_runtime_suspend() to succeed during system suspend | Rafael J. Wysocki | 2011-03-14 |
* | PM: Remove CONFIG_PM_OPS | Rafael J. Wysocki | 2011-03-14 |
* | PM: Do not create wakeup sysfs files for devices that cannot wake up | Rafael J. Wysocki | 2011-03-14 |
* | PM: Use appropriate printk() priority level in trace.c | Mandeep Singh Baines | 2011-03-14 |
* | PM / Wakeup: Don't update events_check_enabled in pm_get_wakeup_count() | Rafael J. Wysocki | 2011-03-14 |
* | PM / Wakeup: Make pm_save_wakeup_count() work as documented | Rafael J. Wysocki | 2011-03-14 |
* | PM / Wakeup: Combine atomic counters to avoid reordering issues | Rafael J. Wysocki | 2011-03-14 |
* | PM / Runtime: Don't enable interrupts while running in_interrupt | Alan Stern | 2011-01-25 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 |
| |\ |
|
| * | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 |
* | | | PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionally | Rafael J. Wysocki | 2010-12-24 |
* | | | PM: Use dev_name() in core device suspend and resume routines | Rafael J. Wysocki | 2010-12-24 |
* | | | PM: Permit registration of parentless devices during system suspend | Rafael J. Wysocki | 2010-12-24 |
* | | | PM: Replace the device power.status field with a bit field | Rafael J. Wysocki | 2010-12-24 |
* | | | PM: Remove redundant checks from core device resume routines | Rafael J. Wysocki | 2010-12-24 |
* | | | PM: Use a different list of devices for each stage of device suspend | Rafael J. Wysocki | 2010-12-24 |
* | | | PM: Avoid compiler warning in pm_noirq_op() | Rafael J. Wysocki | 2010-12-24 |
* | | | PM: Use pm_wakeup_pending() in __device_suspend() | Rafael J. Wysocki | 2010-12-24 |
* | | | PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending() | Rafael J. Wysocki | 2010-12-24 |
* | | | PM: Prevent dpm_prepare() from returning errors unnecessarily | Rafael J. Wysocki | 2010-12-24 |
* | | | PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3) | Alan Stern | 2010-12-24 |
* | | | PM / Runtime: Fix comments to match runtime callback code | Aaro Koskinen | 2010-12-24 |
| |/
|/| |
|
* | | PM: Allow devices to be removed during late suspend and early resume | Rafael J. Wysocki | 2010-11-10 |
|/ |
|
* | PM / Runtime: Fix typo in status comparison causing warning | Kevin Winchester | 2010-10-29 |
* | PM / Runtime: fix recursive locking warning of lockdep from rpm_resume() | Ming Lei | 2010-10-22 |
* | PM / Wakeup: Show wakeup sources statistics in debugfs | Rafael J. Wysocki | 2010-10-19 |
* | PM: Introduce library for device-specific OPPs (v7) | Nishanth Menon | 2010-10-16 |
* | PM: Add sysfs attr for rechecking dev hash from PM trace | James Hogan | 2010-10-16 |
* | PM: Lock PM device list mutex in show_dev_hash() | James Hogan | 2010-10-16 |
* | PM / Runtime: Remove idle notification after failing suspend | Rafael J. Wysocki | 2010-10-16 |