| Commit message (Expand) | Author | Age | Files | Lines |
* | PM / Runtime: Automatically retry failed autosuspends | Alan Stern | 2011-11-04 | 1 | -0/+10 |
* | PM / Sleep: Update freezer documentation | Srivatsa S. Bhat | 2011-11-04 | 1 | -4/+4 |
* | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator | Linus Torvalds | 2011-11-01 | 1 | -6/+13 |
|\ |
|
| * | regulator: Clarify documentation for regulator-regulator supplies | Mark Brown | 2011-10-07 | 1 | -2/+9 |
| * | regulator: Fix some bitrot in the machine driver documentation | Mark Brown | 2011-10-07 | 1 | -4/+4 |
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-10-25 | 6 | -17/+405 |
|\ \ |
|
| * | | PM / Documentation: Update docs about suspend and CPU hotplug | Srivatsa S. Bhat | 2011-10-22 | 2 | -0/+277 |
| * | | PM / Hibernate: Freeze kernel threads after preallocating memory | Rafael J. Wysocki | 2011-10-16 | 1 | -4/+0 |
| * | | PM: Update the policy on default wakeup settings | Alan Stern | 2011-10-16 | 1 | -1/+3 |
| * | | PM / Suspend: Add statistics debugfs file for suspend to RAM | ShuoX Liu | 2011-10-16 | 1 | -0/+24 |
| * | | Merge branch 'pm-runtime' into pm-for-linus | Rafael J. Wysocki | 2011-10-16 | 1 | -7/+12 |
| |\ \ |
|
| | * | | PM / Runtime: Update document about callbacks | Ming Lei | 2011-10-10 | 1 | -7/+12 |
| * | | | Merge branch 'pm-qos' into pm-for-linus | Rafael J. Wysocki | 2011-10-07 | 1 | -5/+87 |
| |\ \ \ |
|
| | * | | | PM / QoS: Update Documentation for the pm_qos and dev_pm_qos frameworks | Jean Pihet | 2011-10-04 | 1 | -5/+87 |
| * | | | | Merge branch 'pm-runtime' into pm-for-linus | Rafael J. Wysocki | 2011-10-07 | 1 | -0/+2 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | * | | PM / Runtime: pm_runtime_idle() can be called in atomic context | Ming Lei | 2011-09-21 | 1 | -0/+1 |
| | * | | PM / Runtime: Add might_sleep() to runtime PM functions | Colin Cross | 2011-08-14 | 1 | -0/+1 |
| | |/ |
|
* | | | doc: fix broken references | Paul Bolle | 2011-09-27 | 2 | -2/+3 |
|/ / |
|
* | | PM / Runtime: Correct documentation of pm_runtime_irq_safe() | Rafael J. Wysocki | 2011-08-25 | 1 | -2/+1 |
|/ |
|
* | PM / Runtime: Allow _put_sync() from interrupts-disabled context | Kevin Hilman | 2011-08-05 | 1 | -5/+5 |
* | Merge branch 'pm-runtime' into for-linus | Rafael J. Wysocki | 2011-07-15 | 2 | -78/+125 |
|\ |
|
| * | PM / Runtime: Add new helper function: pm_runtime_status_suspended() | Kevin Hilman | 2011-07-12 | 1 | -0/+3 |
| * | PM / Runtime: Replace "run-time" with "runtime" in documentation | Rafael J. Wysocki | 2011-07-06 | 1 | -65/+65 |
| * | PM / Runtime: Improve documentation of enable, disable and barrier | Rafael J. Wysocki | 2011-07-06 | 1 | -4/+14 |
| * | PM: Limit race conditions between runtime PM and system sleep (v2) | Rafael J. Wysocki | 2011-07-06 | 1 | -0/+21 |
| * | PM / Runtime: Return special error code if runtime PM is disabled | Rafael J. Wysocki | 2011-07-02 | 1 | -2/+4 |
| * | PM / Runtime: Update documentation of interactions with system sleep | Rafael J. Wysocki | 2011-07-02 | 2 | -11/+22 |
* | | Merge branch 'pm-domains' into for-linus | Rafael J. Wysocki | 2011-07-15 | 2 | -6/+34 |
|\ \
| |/ |
|
| * | PM: Introduce generic "noirq" callback routines for subsystems (v2) | Rafael J. Wysocki | 2011-07-02 | 1 | -2/+30 |
| * | PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain | Rafael J. Wysocki | 2011-07-02 | 1 | -4/+4 |
* | | PM / OPP: Introduce function to free cpufreq table | Nishanth Menon | 2011-07-15 | 1 | -0/+2 |
|/ |
|
* | PM / Runtime: Update documentation regarding driver removal | Rafael J. Wysocki | 2011-07-02 | 1 | -5/+21 |
* | PM: Documentation: fix typo: pm_runtime_idle_sync() doesn't exist. | Kevin Hilman | 2011-07-02 | 1 | -1/+1 |
* | PM / Domains: Update documentation | Rafael J. Wysocki | 2011-06-21 | 1 | -27/+14 |
* | PM: Update documentation regarding sysdevs | Rafael J. Wysocki | 2011-06-21 | 1 | -26/+0 |
* | PM / Runtime: Update doc: usage count no longer incremented across system PM | Kevin Hilman | 2011-06-21 | 1 | -5/+0 |
* | regulator: Remove supply_regulator_dev from machine configuration | Mark Brown | 2011-05-27 | 1 | -2/+2 |
* | PM: Allow drivers to allocate memory from .prepare() callbacks safely | Rafael J. Wysocki | 2011-05-17 | 2 | -33/+32 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 5 | -9/+9 |
* | PM: Documentation/power/states.txt: fix repetition | Alexandre Courbot | 2011-03-15 | 1 | -6/+6 |
* | PM: Make system-wide PM and runtime PM treat subsystems consistently | Rafael J. Wysocki | 2011-03-15 | 2 | -23/+19 |
* | PM: Add support for device power domains | Rafael J. Wysocki | 2011-03-15 | 1 | -1/+44 |
* | PM: Do not create wakeup sysfs files for devices that cannot wake up | Rafael J. Wysocki | 2011-03-15 | 1 | -10/+10 |
* | PM: Fix references to basic-pm-debugging.txt in drivers-testing.txt | Jon Mason | 2010-12-24 | 1 | -4/+4 |
* | PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3) | Alan Stern | 2010-12-24 | 1 | -0/+31 |
* | PM / Runtime: Fix pm_runtime_suspended() | Rafael J. Wysocki | 2010-12-16 | 1 | -2/+2 |
* | PM / OPP: Hide OPP configuration when SoCs do not provide an implementation | Mark Brown | 2010-11-11 | 1 | -0/+3 |
* | PM: Introduce library for device-specific OPPs (v7) | Nishanth Menon | 2010-10-17 | 2 | -0/+377 |
* | PM: Add sysfs attr for rechecking dev hash from PM trace | James Hogan | 2010-10-17 | 1 | -0/+7 |
* | PM / Runtime: Implement autosuspend support | Alan Stern | 2010-10-17 | 1 | -7/+183 |