| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | PM / Domains: Queue up power off work only if it is not pending | Rafael J. Wysocki | 2011-07-12 | 1 | -1/+14 |
| * | | | | | | | PM / Domains: Improve handling of wakeup devices during system suspend | Rafael J. Wysocki | 2011-07-12 | 1 | -0/+30 |
| * | | | | | | | PM / Domains: Do not restore all devices on power off error | Rafael J. Wysocki | 2011-07-12 | 1 | -9/+4 |
| * | | | | | | | PM / Domains: Allow callbacks to execute all runtime PM helpers | Rafael J. Wysocki | 2011-07-12 | 1 | -45/+99 |
| * | | | | | | | PM / Domains: Do not execute device callbacks under locks | Rafael J. Wysocki | 2011-07-12 | 1 | -71/+178 |
| * | | | | | | | PM / Domains: Make failing pm_genpd_prepare() clean up properly | Rafael J. Wysocki | 2011-07-12 | 1 | -1/+11 |
| * | | | | | | | PM / Domains: Set device state to "active" during system resume | Rafael J. Wysocki | 2011-07-12 | 1 | -0/+2 |
| * | | | | | | | PM / Domains: Export pm_genpd_poweron() in header | Magnus Damm | 2011-07-10 | 1 | -1/+1 |
| |/ / / / / / |
|
| * | | | | | | PM: Rename clock management functions | Rafael J. Wysocki | 2011-07-02 | 1 | -94/+94 |
| * | | | | | | PM: Allow the clocks management code to be used during system suspend | Rafael J. Wysocki | 2011-07-02 | 1 | -1/+59 |
| * | | | | | | PM / Domains: Wakeup devices support for system sleep transitions | Rafael J. Wysocki | 2011-07-02 | 1 | -0/+8 |
| * | | | | | | PM / Domains: System-wide transitions support for generic domains (v5) | Rafael J. Wysocki | 2011-07-02 | 1 | -15/+536 |
| * | | | | | | PM / Domains: Move code from under #ifdef CONFIG_PM_RUNTIME (v2) | Rafael J. Wysocki | 2011-07-02 | 1 | -55/+65 |
| * | | | | | | PM: Introduce generic "noirq" callback routines for subsystems (v2) | Rafael J. Wysocki | 2011-07-02 | 1 | -15/+83 |
| * | | | | | | PM / Domains: Support for generic I/O PM domains (v8) | Rafael J. Wysocki | 2011-07-02 | 2 | -0/+495 |
| * | | | | | | PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain | Rafael J. Wysocki | 2011-07-02 | 3 | -28/+28 |
| |/ / / / / |
|
* | | | | | | PM: Add "RTC" to PM trace time stamps to avoid confusion | Rafael J. Wysocki | 2011-07-15 | 1 | -1/+1 |
* | | | | | | PM / OPP: Introduce function to free cpufreq table | Nishanth Menon | 2011-07-15 | 1 | -0/+17 |
| |_|/ / /
|/| | | | |
|
* | | | | | mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header | Benjamin Herrenschmidt | 2011-07-12 | 1 | -1/+0 |
| |_|/ /
|/| | | |
|
* | | | | PM: Reintroduce dropped call to check_wakeup_irqs | Colin Cross | 2011-07-11 | 1 | -0/+8 |
|/ / / |
|
* | | | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-06-28 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | drivers/base/platform.c: don't mark platform_device_register_resndata() as __... | Andrew Morton | 2011-06-07 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unset | Rafael J. Wysocki | 2011-06-21 | 1 | -2/+2 |
* | | | PM: Fix async resume following suspend failure | Alan Stern | 2011-06-21 | 1 | -2/+12 |
* | | | PM: Rename dev_pm_info.in_suspend to is_prepared | Alan Stern | 2011-06-21 | 1 | -5/+9 |
| |/
|/| |
|
* | | PM / Runtime: Fix loops in pm_runtime_clk_notify() | Rafael J. Wysocki | 2011-06-07 | 1 | -8/+8 |
|/ |
|
* | mm: per-node vmstat: show proper vmstats | KOSAKI Motohiro | 2011-05-25 | 1 | -5/+9 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-05-23 | 1 | -5/+4 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2011-04-26 | 6 | -16/+27 |
| |\ |
|
| * | | sysfs-memory: fix uninitialized variable warning and clean-up code. | Nikanth Karthikesan | 2011-04-10 | 1 | -5/+4 |
* | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-05-19 | 4 | -45/+41 |
|\ \ \ |
|
| * | | | drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remov... | Andrew Morton | 2011-05-12 | 1 | -1/+1 |
| * | | | memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SEC... | Anton Blanchard | 2011-05-11 | 1 | -16/+8 |
| * | | | drivers:base:fix the coding format of memory.c | Wanlong Gao | 2011-04-25 | 1 | -1/+2 |
| * | | | driver core: let dev_set_drvdata return int instead of void as it can fail | Uwe Kleine-König | 2011-04-22 | 1 | -4/+3 |
| * | | | driver core/platform_device_add_resources: free resource before overwriting | Uwe Kleine-König | 2011-04-22 | 1 | -0/+1 |
| * | | | driver core/platform_device_add_resources: set resource to NULL if !res | Uwe Kleine-König | 2011-04-22 | 1 | -10/+9 |
| * | | | driver core/platform_device_add_data: free platform data before overwriting | Uwe Kleine-König | 2011-04-22 | 1 | -0/+1 |
| * | | | driver core/platform_device_add_data: set platform_data to NULL if !data | Uwe Kleine-König | 2011-04-22 | 1 | -9/+8 |
| * | | | drivers/base/core.c: Fixed brace coding style issue. | Karthigan Srinivasan | 2011-04-22 | 1 | -2/+1 |
| * | | | driver-core: fix race between device_register and driver_register | Sebastian Ott | 2011-04-22 | 1 | -0/+5 |
| * | | | drivers: make device_type const | Stephen Hemminger | 2011-04-19 | 1 | -2/+2 |
* | | | | PM: Introduce generic prepare and complete callbacks for subsystems | Rafael J. Wysocki | 2011-05-17 | 1 | -0/+39 |
* | | | | PM: Allow drivers to allocate memory from .prepare() callbacks safely | Rafael J. Wysocki | 2011-05-17 | 1 | -6/+12 |
* | | | | PM: Remove CONFIG_PM_VERBOSE | Rafael J. Wysocki | 2011-05-17 | 1 | -2/+1 |
* | | | | Merge branch 'power-domains' into for-linus | Rafael J. Wysocki | 2011-05-17 | 5 | -169/+494 |
|\ \ \ \ |
|
| * | | | | PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unset | Rafael J. Wysocki | 2011-05-16 | 1 | -0/+1 |
| * | | | | PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops" | Kevin Hilman | 2011-05-16 | 1 | -35/+0 |
| * | | | | PM / Runtime: Generic clock manipulation rountines for runtime PM (v6) | Rafael J. Wysocki | 2011-04-30 | 2 | -0/+431 |
| * | | | | PM / Platform: Use generic runtime PM callbacks directly | Rafael J. Wysocki | 2011-04-29 | 1 | -28/+3 |