Linux-PM Archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-01 10:53:35 to 2014-09-04 15:47:59 UTC [more...]

[PATCH v2 0/2] sched/idle : find the best idle CPU with cpuidle info
 2014-09-04 15:32 UTC  (3+ messages)
` [PATCH v2 1/2] sched: let the scheduler see CPU idle states
` [PATCH v2 2/2] sched/fair: leverage the idle state info when choosing the "idlest" cpu

[PATCH 1/3] sched: Add new API wake_up_if_idle() to wake up the idle cpu
 2014-09-04 15:47 UTC  (6+ messages)
  ` [PATCH 2/3] smp: Adding new function wake_up_all_idle_cpus()
  ` [PATCH 3/3] cpuidle: Using the wake_up_all_idle_cpus() to wake up all idle cpus

[PATCH v3 0/9] PM / Domains: Generic OF-based support
 2014-09-04 13:52 UTC  (11+ messages)
` [PATCH v3 1/9] ACPI / PM: Let acpi_dev_pm_detach() return an error code
` [PATCH v3 2/9] PM / Domains: Add generic OF-based PM domain look-up
` [PATCH v3 3/9] PM / Domains: Add APIs to attach/detach a PM domain for a device
` [PATCH v3 4/9] drivercore / platform: Convert to dev_pm_domain_attach|detach()
` [PATCH v3 5/9] i2c: core: "
` [PATCH v3 6/9] mmc: sdio: "
` [PATCH v3 7/9] spi: core: "
` [PATCH v3 8/9] amba: Add support for attach/detach of PM domains
` [PATCH v3 9/9] ARM: exynos: Move to generic PM domain DT bindings

[PATCH v9 0/6] cpufreq: use generic cpufreq drivers for exynos platforms
 2014-09-04 13:30 UTC  (26+ messages)
` [PATCH v9 1/6] clk: samsung: add infrastructure to register cpu clocks
` [PATCH v9 2/6] clk: samsung: add cpu clock configuration data and instantiate cpu clock
` [PATCH v9 4/6] ARM: Exynos: switch to using generic cpufreq driver for Exynos4210/5250/5420
` [PATCH v9 6/6] clk: samsung: remove unused clock aliases and update clock flags

[PATCH v2 0/9] Zynq PM updates
 2014-09-04 12:16 UTC  (12+ messages)
` [PATCH v2 1/9] ARM: zynq: PM: Enable A9 internal clock gating feature
` [PATCH v2 2/9] Documentation: devicetree: Add binding for Synopsys DDR controller
` [PATCH v2 3/9] ARM: zynq: DT: Add DDRC node
  ` [PATCH v2 4/9] ARM: zynq: PM: Enable DDR clock stop
` [PATCH v2 5/9] ARM: zynq: Remove invalidate cache for cpu die
` [PATCH v2 6/9] ARM: zynq: cpuidle: Remove pointless code
` [PATCH v2 7/9] ARM: zynq: Synchronise zynq_cpu_die/kill
` [PATCH v2 8/9] ARM: zynq: Remove hotplug.c
` [PATCH v2 9/9] ARM: zynq: Rename 'zynq_platform_cpu_die'

[PATCH 00/15] power_supply: Fixes & cleanups
 2014-09-04 12:01 UTC  (16+ messages)
` [PATCH 01/15] power-supply: Don't over-allocate memory for "supplied-from" array
` [PATCH 02/15] power-supply: Return early if "power-supplies" property isn't valid
` [PATCH 03/15] Documentation: Charger Manager: Fix spelling mistakes
` [PATCH 04/15] power-supply: Forward declare structs together
` [PATCH 05/15] power-supply: Drop unnecessary typecasts
` [PATCH 06/15] power-supply: Use 'break' instead of 'continue' to end loop
` [PATCH 07/15] power-supply: Rearrange code to remove duplicate lines
` [PATCH 08/15] power-supply: Propagate error returned by power_supply_find_supply_from_node()
` [PATCH 09/15] power-supply: Don't return -EINVAL from __power_supply_find_supply_from_node()
` [PATCH 10/15] power-supply: Drop useless 'if (ret.intval)' statements
` [PATCH 11/15] power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely'
` [PATCH 12/15] power-supply: Use PTR_ERR_OR_ZERO() routine
` [PATCH 13/15] power-supply: Check for failures only when we can fail
` [PATCH 14/15] power-supply: Avoid unnecessary 'goto' statements
` [PATCH 15/15] power_supply: Don't iterate over devices to return -EPROBE_DEFER

External devices
 2014-09-04 11:11 UTC  (4+ messages)

[PATCH 0/2] Add exit_prepare callback to the cpufreq_driver interface
 2014-09-04  6:08 UTC  (5+ messages)

[PATCH 1/2] cpufreq: ppc-corenet: remove duplicate update of cpu_data
 2014-09-04  4:37 UTC  (15+ messages)
` [PATCH 2/2] cpufreq: ppc-corenet: remove per-cpu variable 'cpu_mask'

[stable -3.14] PM backports for pm_test / CONFIG_PM_DEBUG
 2014-09-04  1:02 UTC 

[PATCH v4 0/4] Rockchip soc thermal driver
 2014-09-04  1:02 UTC  (7+ messages)
` [PATCH v4 1/4] thermal: rockchip: add driver for thermal
` [PATCH v4 2/4] dt-bindings: document Rockchip thermal
` [PATCH v4 3/4] ARM: dts: add main Thermal info to rk3288
` [PATCH v4 4/4] ARM: dts: enable Thermal on rk3288-evb board

[PATCH 00/15] PM / Domains: Cleanups and remove superfluous APIs
 2014-09-04  0:33 UTC  (19+ messages)
` [PATCH 01/15] PM / Domains: Remove the pm_genpd_add|remove_callbacks APIs
` [PATCH 02/15] PM / Domains: Ignore callbacks for subsys generic_pm_domain_data
` [PATCH 03/15] PM / Domains: Remove system PM callbacks from gpd_dev_ops
` [PATCH 04/15] ARM: shmobile: Drop dev_irq_safe from r8a7779 genpd config
` [PATCH 05/15] ARM: shmobile: Drop dev_irq_safe from R-mobile "
` [PATCH 06/15] PM / Domains: Remove dev_irq_safe from "
` [PATCH 07/15] PM / Domains: Remove redundant check for CONFIG_PM
` [PATCH 08/15] PM / Domains: Remove pm_genpd_syscore_switch() API
` [PATCH 09/15] PM / Domains: Remove genpd_queue_power_off_work() API
` [PATCH 10/15] PM / Domains: Add late_initcall to disable unused PM domains
` [PATCH 11/15] ARM: exynos: Leave disabling of unused PM domains to genpd
` [PATCH 12/15] ARM: s3c64xx: "
` [PATCH 13/15] drivers: sh: "
` [PATCH 14/15] PM / Domains: Remove default_stop_ok() API
` [PATCH 15/15] PM / Domains: Keep declaration of dev_power_governors together

[PATCH] PM / sleep: add configurable delay for pm_test
 2014-09-03 23:55 UTC 

[PATCH v8 0/8] ARM generic idle states
 2014-09-03 19:16 UTC  (18+ messages)
` [PATCH v8 1/8] arm64: kernel: refactor the CPU suspend API for retention states
  ` [PATCH v8 2/8] Documentation: arm: define DT idle states bindings
` [PATCH v8 3/8] drivers: cpuidle: implement DT based idle states infrastructure
` [PATCH v8 4/8] arm64: kernel: introduce cpu_init_idle CPU operation
` [PATCH v8 5/8] arm64: add PSCI CPU_SUSPEND based cpu_suspend support
` [PATCH v8 6/8] drivers: cpuidle: CPU idle ARM64 driver
` [PATCH v8 7/8] drivers: cpuidle: initialize big.LITTLE driver through DT
` [PATCH v8 8/8] drivers: cpuidle: initialize Exynos "

[PATCH v7 00/11] kernel: Add support for restart handler call chain
 2014-09-03 19:05 UTC  (5+ messages)
` [PATCH v7 10/11] clk: samsung: register restart handlers for s3c2412 and s3c2443
` [PATCH v7 11/11] clk: rockchip: add restart handler

FROM: Husam Al Sayed
 2014-09-03 18:52 UTC 

[REPOST PATCH v4 0/2] PM QoS: Add support for memory bandwidth constraints
 2014-09-03 15:49 UTC  (3+ messages)
  ` [REPOST PATCH v4 1/2] PM / QoS: Add PM_QOS_MEMORY_BANDWIDTH class
` [REPOST PATCH v4 2/2] drm/tegra: Request memory bandwidth for the display controller

[PATCHv6 0/2] thermal: exynos: Add support for TRIMINFO feature of Exynos3250
 2014-09-03 14:11 UTC  (5+ messages)
` [PATCHv6 1/2] thermal: exynos: Add support for many TRIMINFO_CTRL registers
` [PATCHv6 2/2] thermal: exynos: Add support for TRIM_RELOAD feature at Exynos3250

[Patch v3] 0/7] Remove mach-kirkwood
 2014-09-03 13:45 UTC  (8+ messages)
` [Patch v3] 1/7] cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
` [Patch v3] 3/7] thermal: "

3.17-rc3+ CPU hotplug lockdep splat during resume from RAM
 2014-09-03 13:04 UTC  (2+ messages)
` [PATCH] ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lock

[PATCH v2 0/9] PM / Domains: Generic OF-based support
 2014-09-03 11:24 UTC  (4+ messages)
` [PATCH v2 2/9] PM / Domains: Add generic OF-based power domain look-up

[PATCH 1/3] sched: Add new API wake_up_if_idle() to wake up the idle cpu
 2014-09-03  9:58 UTC  (7+ messages)
` [PATCH 2/3] smp: Adding new function wake_up_all_cpus()

[PATCHv5 0/4] thermal: exynos: Add support for TRIMINFO feature of Exynos3250
 2014-09-03  2:08 UTC  (7+ messages)
` [PATCHv5 4/4] thermal: exynos: Remove duplicate code when reading triminfo register of Exynos5440

[PATCH] PCI / PM: Allow PCI devices to be put into D3cold during system suspend
 2014-09-02 23:16 UTC  (3+ messages)
` [Update][PATCH] "

[PATCH] PCI / PM: Drop unused runtime PM support code for PCIe ports
 2014-09-02 23:15 UTC  (2+ messages)

[PATCH v3 0/4] PM QoS: per-cpu PM QoS support
 2014-09-02 20:56 UTC  (5+ messages)
` [PATCH v3 3/4] irq: Allow multiple clients to register for irq affinity notification

[PATCH] PM / sleep: Fix test_suspend= command line option
 2014-09-02 20:56 UTC  (3+ messages)

[PATCH 1/3] PM / sleep: Support freeze as test_suspend option
 2014-09-02 18:54 UTC  (3+ messages)
` [PATCH 2/3] PM / sleep: Enhance test_suspend option with repeat capability
` [PATCH 3/3] Documentation/kernel-parameters: Update test_suspend option

[PATCH] powercap/rapl: lower warning level for domain detection
 2014-09-02 17:57 UTC  (3+ messages)

[PATCH] powercap/rapl: change domain detection message
 2014-09-02  9:55 UTC 

[PATCH] powercap/rapl: add support for cpu model 0x3f
 2014-09-02 17:41 UTC  (4+ messages)

[PATCH 0/8] ARM RealView DeviceTree support v5
 2014-09-02 14:22 UTC  (15+ messages)
` [PATCH 1/8 v2] leds: add a driver for syscon-based LEDs
` [PATCH 2/8 v2] leds: add device tree bindings for register bit LEDs
` [PATCH 3/8 v2] power: reset: driver for the Versatile syscon reboot
` [PATCH 4/8] soc: add driver for the ARM RealView
` [PATCH 5/8] ARM: l2x0: move DT parsing for cache props
` [PATCH 6/8] ARM: l2c: parse 'cache-size' and 'cache-sets' properties
` [PATCH 7/8] ARM: l2x0: support associativity from DT
` [PATCH 8/8 v5] ARM: realview: basic device tree implementation

[PATCH] PM / Domains: Make generic_pm_domain.name const
 2014-09-02  6:56 UTC  (3+ messages)

[PATCH] cpufreq: intel_pstate: Remove unneeded variable
 2014-09-02  4:44 UTC  (2+ messages)

[PATCH v4 00/16] Tegra124 CL-DVFS / DFLL clocksource, plus cpufreq
 2014-09-02  0:40 UTC  (2+ messages)

[PATCH 0/6 v2] irq / PM: Shared IRQs vs IRQF_NO_SUSPEND and suspend-to-idle wakeup interrupts
 2014-09-01 14:29 UTC  (16+ messages)
` [PATCH 0/5 v3] irq / PM: Suspend-to-idle "
  ` [PATCH 00/13] genirq / PM: Wakeup interrupts handling rework (related to suspend-to-idle)
    ` [PATCH 01/13] PM / sleep: Mechanism for aborting system suspends unconditionally
    ` [PATCH 02/13] genirq: Move suspend/resume logic into irq/pm code
    ` [PATCH 03/13] genirq: Add sanity checks for PM options on shared interrupt lines
    ` [PATCH 04/13] genirq: Make use of pm misfeature accounting
    ` [PATCH 05/13] genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs()
    ` [PATCH 06/13] genirq: Avoid double loop on suspend
    ` [PATCH 07/13] genirq: Distangle edge handler entry
    ` [PATCH 08/13] genirq: Create helper for flow handler entry check
    ` [PATCH 09/13] genirq: Mark wakeup sources as armed on suspend
    ` [PATCH 10/13] genirq: Simplify wakeup mechanism
    ` [PATCH 11/13] x86 / PM: Set IRQCHIP_SKIP_SET_WAKE for IOAPIC IRQ chip objects
    ` [PATCH 12/13] PCI / PM: Make PCIe PME interrupts wake up from suspend-to-idle
    ` [PATCH 13/13] PM / genirq: Document rules related to system suspend and interrupts

[PATCH v3 0/8] thermal: exynos: various cleanups
 2014-09-01 11:05 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).