messages from 2014-10-21 12:04:14 to 2014-10-23 16:18:15 UTC [more...]
[PATCH v8 0/7] QCOM 8974 and 8084 cpuidle driver
2014-10-23 16:18 UTC (7+ messages)
` [PATCH v8 5/7] qcom: cpuidle: Add cpuidle driver for QCOM cpus
[PATCH v3 0/5] ARM: keystone: pm: switch to use generic pm domains
2014-10-23 15:49 UTC (7+ messages)
` [PATCH v3 1/5] PM / clock_ops: Add pm_clk_add_clk()
` [PATCH v3 2/5] PM / clock_ops: make __pm_clk_enable more generic
` [PATCH v3 3/5] PM / clock_ops: add and enable clocks always if !CONFIG_PM_RUNTIME
` [PATCH v3 4/5] ARM: keystone: pm: switch to use generic pm domains
` [PATCH v3 5/5] ARM: dts: keystone: add generic pm controller node
[PATCH resend] cpufreq: dt: disable unsupported OPPs
2014-10-23 15:13 UTC (7+ messages)
` [RESEND 2] "
lockdep splat in CPU hotplug
2014-10-23 14:56 UTC (25+ messages)
[PATCH v2 0/3] ARM: keystone: pm: switch to use generic pm domains
2014-10-23 14:37 UTC (19+ messages)
` [PATCH v2 1/3] PM / clock_ops: Add pm_clk_add_clk()
` [PATCH v2 2/3] ARM: keystone: pm: switch to use generic pm domains
[RFC 0/2] PM and DRM: Add runtime PM to Exynos DSI
2014-10-23 13:48 UTC (3+ messages)
` [RFC 1/2] PM / Domains: Power on domain early during system resume
` [RFC 2/2] drm/exynos/dsi: Add runtime PM so LCD power domain could be turned off
[PATCH v2] [media] coda: Improve runtime PM support
2014-10-23 13:13 UTC (2+ messages)
[PATCH v3] Add LTC2941/LTC2943 Battery Gauge Driver
2014-10-23 12:38 UTC (2+ messages)
` [PATCH v4] "
[PATCH 1/2] PM / Domains: Make genpd parameter of pm_genpd_present() const
2014-10-23 12:12 UTC (2+ messages)
` [PATCH 2/2] PM / Domains: Extract code to power off/on a PM domain
[PATCH/RFC] ARM: shmobile: sh7372: Keep D4 pm domain powered
2014-10-23 11:31 UTC
[GIT PULL] thermal-soc changes
2014-10-23 11:27 UTC (3+ messages)
[PATCH v3 00/11] ARM: shmobile: r8a7740/armadillo800eva legacy PM domain support
2014-10-23 11:19 UTC (12+ messages)
` [PATCH v3 01/11] ARM: shmobile: r8a7740: Add missing A3SP pm domain devices
` [PATCH v3 02/11] ARM: shmobile: r8a7740: Add missing A4S "
` [PATCH v3 03/11] ARM: shmobile: armadillo800eva legacy: Add missing A3SP "
` [PATCH v3 04/11] ARM: shmobile: armadillo800eva legacy: Add missing A4S "
` [PATCH v3 05/11] ARM: shmobile: r8a7740: Add A3RV pm domain support
` [PATCH v3 06/11] ARM: shmobile: r8a7740: Add A3SG "
` [PATCH v3 07/11] ARM: shmobile: r8a7740/armadillo legacy: Add A4MP "
` [PATCH v3 08/11] ARM: shmobile: r8a7740: Add D4 "
` [PATCH v3 09/11] ARM: shmobile: r8a7740/armadillo legacy: Add A4R "
` [PATCH v3 10/11] ARM: shmobile: r8a7740: Add A4SU "
` [PATCH v3 11/11] ARM: shmobile: r8a7740: Add A3SM "
[RFC v3 PATCH 1/5] of: Add standard property for poweroff capability
2014-10-23 9:53 UTC
[PATCH v13 0/5] Rockchip soc thermal driver
2014-10-23 9:40 UTC (6+ messages)
` [PATCH v13 1/5] thermal: rockchip: add driver for thermal
` [PATCH v13 2/5] dt-bindings: document Rockchip thermal
` [PATCH v13 3/5] ARM: dts: add RK3288 Thermal data
` [PATCH v13 4/5] ARM: dts: add main Thermal info to rk3288
` [PATCH v13 5/5] ARM: dts: enable Thermal on rk3288-evb board
[RFC Patch 0/4] mfd: AXP20x: Add power supply sub-driver
2014-10-23 9:29 UTC (10+ messages)
` [RFC Patch 1/4] mfd: AXP20x: Add power supply bindings documentation
` [RFC Patch 2/4] mfd: AXP20x: Add power supply sub-driver
[PATCH V2 1/5] sched: idle: cpuidle: Check the latency req before idle
2014-10-23 9:01 UTC (5+ messages)
` [PATCH V2 2/5] sched: idle: Get the next timer event and pass it the cpuidle framework
` [PATCH V2 3/5] cpuidle: idle: menu: Don't reflect when a state selection failed
` [PATCH V2 4/5] cpuidle: menu: Fix the get_typical_interval
` [PATCH V2 5/5] cpuidle: menu: Move the update function before its declaration
[PATCH 00/21] thermal: exynos: Thermal code rework to use device tree
2014-10-23 8:50 UTC (2+ messages)
[PATCH 00/13] ltc2952 modernization and new functionality
2014-10-23 8:44 UTC (15+ messages)
` [PATCH 01/13] power: reset: ltc2952: prefer devm_kzalloc over kzalloc
` [PATCH 02/13] power: reset: ltc2952: prefer devm_request_irq over request_irq
` [PATCH 03/13] power: reset: ltc2952: unroll gpio_desc array
` [PATCH 04/13] power: reset: ltc2952: prefer devm_gpiod_get over gpiod_get
` [PATCH 05/13] power: reset: ltc2952: reduce dependency on global variables
` [PATCH 06/13] power: reset: ltc2952: remove global variable poweroff_panic
` [PATCH 07/13] power: reset: ltc2952: drop empty suspend/resume functions
` [PATCH 08/13] power: reset: ltc2952: cleanup control flow in poweroff_handler
` [PATCH 09/13] power: reset: ltc2952: fix C++ style function pointers
` [PATCH 10/13] power: reset: ltc2952: disable timers in _remove
` [PATCH 11/13] power: reset: ltc2952: check trigger value before starting timer
` [PATCH 12/13] power: reset: ltc2952: make trigger input optional
` [PATCH 13/13] power: reset: ltc2952: document optional trigger behavior
[PATCH 0/4] (CMA_AGGRESSIVE) Make CMA memory be more aggressive about allocation
2014-10-23 0:40 UTC (6+ messages)
` [PATCH 1/4] (CMA_AGGRESSIVE) Add CMA_AGGRESSIVE to Kconfig
[PATCH v2 00/47] kernel: Add support for poweroff handler call chain
2014-10-22 22:19 UTC (52+ messages)
` [PATCH v2 01/47] "
` [PATCH v2 02/47] memory: emif: Use API function to determine poweroff capability
` [PATCH v2 04/47] m68k: Replace mach_power_off with pm_power_off
` [PATCH v2 08/47] kernel: Move pm_power_off to common code
` [PATCH v2 22/47] power/reset: restart-poweroff: Register with kernel poweroff handler
` [PATCH v2 23/47] power/reset: gpio-poweroff: "
` [PATCH v2 24/47] power/reset: as3722-poweroff: "
` [PATCH v2 25/47] power/reset: qnap-poweroff: "
` [PATCH v2 26/47] power/reset: msm-poweroff: "
` [PATCH v2 27/47] power/reset: vexpress-poweroff: "
` [PATCH v2 28/47] power/reset: at91-poweroff: "
` [PATCH v2 29/47] power/reset: ltc2952-poweroff: "
` [PATCH v2 34/47] acpi: Register poweroff handler "
` [PATCH v2 36/47] arm64: psci: Register "
` [PATCH v2 40/47] mips: "
[PATCH 0/4 -v2] OOM vs. freezer interaction fixes
2014-10-22 21:18 UTC (17+ messages)
` [PATCH 2/4] freezer: remove obsolete comments in __thaw_task()
` [PATCH 3/4] OOM, PM: OOM killed task shouldn't escape PM suspend
` [PATCH 4/4] PM: convert do_each_thread to for_each_process_thread
[PATCH 1/5] sched: idle: cpuidle: Check the latency req before idle
2014-10-22 20:41 UTC (6+ messages)
` [PATCH 2/5] sched: idle: Get the next timer event and pass it the cpuidle framework
` [PATCH 3/5] cpuidle: idle: menu: Don't reflect when a state selection failed
[RFD PATCH 00/10] cpuidle: Predict the next events with the IO latencies
2014-10-22 13:57 UTC (11+ messages)
` [RFD PATCH 01/10] sched: add io latency framework
` [RFD PATCH 02/10] cpuidle: Checking the zero latency inside the governors does not make sense
` [RFD PATCH 03/10] sched: idle: cpudidle: Pass the latency req from idle.c
` [RFD PATCH 04/10] sched: idle: Compute next timer event and pass it the cpuidle framework
` [RFD PATCH 05/10] cpuidle: Remove unused headers for tick
` [RFD PATCH 06/10] sched: idle: Add io latency information for the next event
` [RFD PATCH 07/10] cpuidle: Add a simple select governor
` [RFD PATCH 08/10] cpuidle: select: hack - increase rating to have this governor as default
` [RFD PATCH 09/10] cpuidle: sysfs: Add per cpu idle state prediction statistics
` [RFD PATCH 10/10] sched: io_latency: Tracking via buckets
[GIT PULL] thermal soc changes
2014-10-22 13:07 UTC (4+ messages)
[PATCH 0/8] ARM: at91: Remove mach/ includes from the reset driver
2014-10-22 7:18 UTC (12+ messages)
` [PATCH 1/8] memory: atmel-sdramc: export a shutdown function
` [PATCH 2/8] memory: atmel-sdramc: allow probing from pdata
` [PATCH 3/8] ARM: at91: sam9: probe the RAMC driver "
` [PATCH 4/8] ARM: at91: sam9g45/sam9rl: probe the ramc driver
` [PATCH 5/8] power: reset: at91-reset: use at91_ramc_shutdown
` [PATCH 6/8] ARM: at91: sam9: remove useless resource for rstc
` [PATCH 7/8] ARM: at91: sam9g45/sam9rl: remove useless resources "
` [PATCH 8/8] MAINTAINERS: add at91 power and memory entries
[RFC PATCH V3 0/3] PM/CPU: Parallel enalbing nonboot cpus with resume devices
2014-10-22 6:06 UTC (4+ messages)
[PATCH] bq27x00_battery: Call power_supply_changed only when capacity changed
2014-10-22 1:15 UTC
pnp bus disables serial console despite no_console_suspend
2014-10-21 19:05 UTC
[PATCH] arm64: dts: exynos7: add support for cpuidle core power down
2014-10-21 16:33 UTC (4+ messages)
[PATCH 1/3] drivers: cpuidle: add status property to ARM idle states
2014-10-21 16:20 UTC (3+ messages)
[RFC/PATCH] PM / Sleep: Timer quiesce in freeze state
2014-10-21 15:15 UTC
[PATCH v3 0/3] cpufreq: cpufreq-dt: platform_data based proposal
2014-10-21 13:33 UTC (3+ messages)
[PATCH 1/5] cpufreq: expose scaling_cur_freq sysfs file for set_policy() drivers
2014-10-21 13:31 UTC (2+ messages)
[PATCH] cpuidle/powernv: Populate cpuidle state details by querying the device-tree
2014-10-21 13:33 UTC (2+ messages)
[PATCH] cpufreq: intel_pstate: Fix setting max_perf_pct in performance policy
2014-10-21 13:30 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).