linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-22 01:55:29 to 2015-10-27 17:30:36 UTC [more...]

[PATCH 01/70] cpufreq: interactive: New 'interactive' governor
 2015-10-27 17:30 UTC  (43+ messages)
` [PATCH 03/70] cpufreq: interactive: apply intermediate load to max speed not current
` [PATCH 04/70] cpufreq: interactive: set at least hispeed when above hispeed load
` [PATCH 05/70] cpufreq: interactive: don't drop speed if recently at higher load
` [PATCH 06/70] cpufreq: interactive: configurable delay before raising above hispeed
` [PATCH 07/70] cpufreq: interactive: adjust code and documentation to match
` [PATCH 08/70] cpufreq: interactive: base hispeed bump on target freq, not actual
` [PATCH 09/70] cpufreq: interactive: Separate speed target revalidate time and initial set time
` [PATCH 11/70] cpufreq: interactive: remove unused target_validate_time_in_idle
` [PATCH 12/70] cpufreq: interactive: Add sysfs boost interface for hints from userspace
` [PATCH 13/70] cpufreq: interactive: set floor for boosted speed
` [PATCH 15/70] cpufreq-interactive: Compile fixup
` [PATCH 16/70] cpufreq: interactive: restart above_hispeed_delay at each hispeed load
` [PATCH 17/70] cpufreq: interactive: take idle notifications only when active
` [PATCH 18/70] cpufreq: interactive: keep freezer happy when not current governor
` [PATCH 19/70] cpufreq: interactive: handle speed up and down in the realtime task
` [PATCH 20/70] cpufreq: interactive: remove input_boost handling
` [PATCH 21/70] cpufreq: interactive: always limit initial speed bump to hispeed
` [PATCH 22/70] cpufreq: interactive: run at fraction of hispeed_freq when load is low
` [PATCH 23/70] cpufreq: interactive: pin timers to associated CPU
` [PATCH 24/70] cpufreq: interactive: use deferrable timer by default
` [PATCH 26/70] cpufreq: interactive: trace actual speed in target speed decisions
` [PATCH 27/70] cpufreq: interactive: change speed according to current speed and target load
` [PATCH 28/70] cpufreq: interactive: apply above_hispeed_delay to each step above hispeed
` [PATCH 29/70] cpufreq: interactive: allow arbitrary speed / target load mappings
` [PATCH 30/70] cpufreq: interactive: remove load since last speed change
` [PATCH 31/70] cpufreq: interactive: adjust load for changes in speed
` [PATCH 32/70] cpufreq: interactive: specify duration of CPU speed boost pulse
` [PATCH 33/70] cpufreq: interactive: add timer slack to limit idle at speed > min
` [PATCH 34/70] cpufreq: interactive: fix boosting logic
` [PATCH 35/70] cpufreq: interactive: fix racy timer stopping
` [PATCH 36/70] cpufreq: interactive: fix race on timer restart on governor start
` [PATCH 37/70] cpufreq: interactive: default go_hispeed_load 99%, doc updates
` [PATCH 39/70] cpufreq: interactive: don't handle transition notification if not enabled
` [PATCH 40/70] cpufreq: interactive: fix deadlock on spinlock in timer
` [PATCH 41/70] cpufreq: interactive: fix race on governor start/stop
` [PATCH 42/70] cpufreq: interactive: allow arbitrary speed / delay mappings
` [PATCH 43/70] cpufreq: interactive: add io_is_busy interface
` [PATCH 44/70] cpufreq: interactive: fix crash on error paths in get_tokenized_data
` [PATCH 45/70] cpufreq: interactive: base above_hispeed_delay on target freq, not current
` [PATCH 46/70] cpufreq: interactive: fix uninitialized spinlock
` [PATCH 47/70] cpufreq: interactive: handle errors from cpufreq_frequency_table_target
` [PATCH 48/70] cpufreq: interactive: reduce chance of zero time delta on load eval

[PATCH v2 00/11] arm64: kernel: Add support for hibernate/suspend-to-disk
 2015-10-27 17:29 UTC  (7+ messages)
` [PATCH v2 01/11] arm64: kernel: fix tcr_el1.t0sz restore on systems with extended idmap
` [PATCH v2 02/11] arm64: Fold proc-macros.S into assembler.h
` [PATCH v2 03/11] arm64: Convert hcalls to use HVC immediate value
` [PATCH v2 04/11] arm64: Add new hcall HVC_CALL_FUNC
` [PATCH v2 05/11] arm64: kvm: allows kvm cpu hotplug
` [PATCH v2 06/11] arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()

[PATCH v10 0/6] Multiple intermediate states for genpd
 2015-10-27 17:04 UTC  (4+ messages)
` [PATCH v10 1/6] PM / Domains: prepare for multiple states

where in sysfs should I put the ability to power down a board for a specific time?
 2015-10-27 15:29 UTC  (5+ messages)
  ` [rtc-linux] "

[RFD] Functional dependencies between devices
 2015-10-27 15:24 UTC  (2+ messages)

[PATCH v10 0/4] Allow USB devices to remain runtime-suspended when sleeping
 2015-10-27 14:40 UTC  (9+ messages)
` [PATCH v10 1/4] device core: add device_is_bound()
` [PATCH v10 2/4] PM / Domains: add setter for dev.pm_domain
` [PATCH v10 3/4] PM / sleep: Go direct_complete if driver has no callbacks

[PATCH v11 0/4] Allow USB devices to remain runtime-suspended when sleeping
 2015-10-27 14:38 UTC  (5+ messages)
` [PATCH v11 1/4] device core: add device_is_bound()
` [PATCH v11 2/4] PM / Domains: add setter for dev.pm_domain
` [PATCH v11 3/4] PM / sleep: Go direct_complete if driver has no callbacks
` [PATCH v11 4/4] USB / PM: Allow USB devices to remain runtime-suspended when sleeping

[PATCH v8 2/2] cpufreq: intel_pstate: Fix the FSB feq for Airmont
 2015-10-27 10:38 UTC 

[PATCH v8] cpufreq: intel_pstate: Fix the FSB feq for Airmont
 2015-10-27 10:37 UTC 

[PATCH 0/4]
 2015-10-27 10:23 UTC  (5+ messages)
` [PATCH 2/4] thermal: rockchip: ensure the otp state before resetting the controller

[PATCH 00/16] PM / OPP: multiple regulators & opp-transition support
 2015-10-27  8:19 UTC  (10+ messages)
` [PATCH 01/16] PM / OPP: Add 'supply-names' binding

[PATCH v4 1/5] [RFC] clk: shmobile: Add new Renesas CPG/MSSR DT bindings
 2015-10-27  8:14 UTC 

[PATCH v3 1/2] cpufreq: intel_pstate: Replace BYT by ATOM
 2015-10-27  8:01 UTC  (3+ messages)

[GIT PULL] On-demand device probing
 2015-10-27  5:03 UTC  (6+ messages)

[PATCH] kernel: power: replacing printk
 2015-10-27  4:16 UTC 

Can arm64 plan to support hibernation(suspend-to-disk)in current kernel(ATF)?
 2015-10-27  1:06 UTC  (3+ messages)

[PATCH v4] cpufreq: intel_p_state: Fix limiting turbo sub states
 2015-10-27  0:39 UTC 

[PATCH v7 2/2] cpufreq: intel_pstate: Fix the FSB feq for Airmont
 2015-10-26 23:56 UTC  (2+ messages)

[GIT PULL] On-demand device probing
 2015-10-26 23:37 UTC  (46+ messages)
                      ` Alternative approach to solve the deferred probe (was: [GIT PULL] On-demand device probing)
                        ` Alternative approach to solve the deferred probe

[PATCH v2] cpufreq: arm_big_little: fix frequency check when bL switcher is active
 2015-10-26 12:42 UTC  (2+ messages)

[PATCH] power: qcom_smbb: Add otg regulator for control of vbus
 2015-10-26 11:17 UTC  (2+ messages)

[PATCH 00/17] PM / wakeup : remove misuse of IRQF_NO_SUSPEND flag
 2015-10-26  8:37 UTC  (5+ messages)
` [PATCH 03/17] input: tegra-kbc: drop use "

cpufreq: i.MX6: -EPROBE_DEFER fixes
 2015-10-26  8:17 UTC  (13+ messages)
` [PATCH 1/4] cpufreq: imx6q: Fix goto wrong error label
` [PATCH 2/4] cpufreq: imx6q: Fix wrong device in devm_kzalloc
` [PATCH 3/4] cpufreq: imx6q: Fix regulator/clock error handling
` [PATCH 4/4] cpufreq: imx6q: check regulator_get_optional return value

[PATCH 0/3][v2] Fix thermal problems during suspend/bootup
 2015-10-26  3:15 UTC  (4+ messages)
` [PATCH 1/3][v2] Thermal: initialize thermal zone device correctly
` [PATCH 2/3][v2] Thermal: handle thermal zone device properly during system sleep
` [PATCH 3/3][v2] Thermal: do thermal zone update after a cooling device registered

[PATCH 2/3][v2] ACPI: Using correct irq when waiting for events
 2015-10-26  1:55 UTC  (6+ messages)

[PATCH 0/2] dmaengine: usb-dmac: Runtime PM Related Fixes
 2015-10-24 22:44 UTC  (6+ messages)

[PATCH 3/3][v2] ACPI / PM: Fix incorrect wakeup irq setting before suspend-to-idle
 2015-10-24 17:02 UTC 

[PATCH 1/3][v2] ACPI: Using correct irq when uninstalling acpi irq handler
 2015-10-24 17:02 UTC 

[PATCH 0/3][v2] Fix incorrect using of acpi irq
 2015-10-24 17:02 UTC 

[PATCH 1/3] ACPI: Using correct irq when uninstalling acpi irq handler
 2015-10-24 16:04 UTC  (3+ messages)

[RFC PATCH 0/2] Simplified runtime PM for CPU devices?
 2015-10-23 23:46 UTC  (5+ messages)
` [RFC PATCH 1/2] PM / runtime: Add CPU runtime PM suspend/resume api

[PATCH v3 0/5] clk: qoriq: Move chip-specific knowledge into driver
 2015-10-23 22:39 UTC  (2+ messages)

MUSB peripheral DMA regression caused by driver core runtime PM change
 2015-10-23 20:36 UTC  (5+ messages)

[PATCH v2] cpufreq: intel_pstate: divide by zero on Knights Landing (KNL)
 2015-10-23 19:38 UTC 

[PATCH 2/2] PM / Domains: Merge measurements for PM QoS device latencies
 2015-10-23 18:49 UTC  (4+ messages)

[PATCH 1/2] PM / Domains: Don't measure ->start|stop() latency in system PM callbacks
 2015-10-23 18:48 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: divide by zero on Knights Landing (KNL)
 2015-10-23 18:43 UTC 

[PATCH] cpufreq: intel_pstate: divide by zero on Knights Landing (KNL)
 2015-10-23 18:34 UTC 

[PATCH v4 0/3] fix the TSHUT issue on rockchip thermal
 2015-10-23 15:25 UTC  (5+ messages)
` [PATCH v4 1/3] dt-bindings: rockchip-thermal: Add the pinctrl states in this document
  ` [PATCH v4 2/3] thermal: rockchip: support the sleep pinctrl state to avoid glitches in s2r

[Bug 103351] New: Machine check exception on Broadwell quad-core with SpeedStep enabled
 2015-10-23 12:35 UTC  (5+ messages)
` [Bug 103351] "

[PULL] cpuidle for 4.4
 2015-10-23 11:54 UTC  (3+ messages)
` [PATCH 1/2] cpuidle: mvebu: clean up multiple platform drivers
  ` [PATCH 2/2] cpuidle: mvebu: disable the bind/unbind attributes and use builtin_platform_driver

[patch] cpufreq: scpi-cpufreq: signedness bug in scpi_get_dvfs_info()
 2015-10-23 10:16 UTC  (3+ messages)

[PATCH v6 2/2] cpufreq: intel_pstate: Fix the FSB feq for Airmont
 2015-10-23  9:05 UTC 

[PATCH v2 1/2] cpufreq: intel_pstate: Replace BYT by ATOM
 2015-10-23  9:04 UTC 

Some cpupower fixes
 2015-10-23  7:52 UTC  (5+ messages)
` [PATCH 1/3] cpupower: cpupower monitor reports uninitialized values for offline cpus
` [PATCH 2/3] cpupower: Remove debug message when using cpupower idle-set -D switch
` [PATCH 3/3] cpupower: Enable disabled Cstates if they are below max latency
` [PATCH] Creating a common structure initialization pattern for struct option

[PATCH v3 0/3] fix the TSHUT issue on rockchip thermal
 2015-10-23  6:32 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: rockchip-thermal: Add the pinctrl states in this document
` [PATCH v3 2/3] thermal: rockchip: ensure the otp states before resetting the controller

[PATCH] intel_pstate, decrease number of "HWP enabled" messages
 2015-10-22 15:15 UTC  (2+ messages)

[PATCH 3/3] ACPI / PM: Fix incorrect wakeup irq setting before suspend-to-idle
 2015-10-22 12:03 UTC 

[PATCH 2/3] ACPI: Using correct irq when waiting for events
 2015-10-22 12:03 UTC 

[PATCH v3 0/2] thermal: mediatek: Add cpu power cooling model
 2015-10-22 12:02 UTC  (3+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] arm64: dts: mt8173: Add thermal zone node for mt8173

[PATCH 0/3] Fix incorrect using of acpi irq
 2015-10-22 12:02 UTC 

[RFC PATCH 0/8] clk: qoriq: Move chip-specific knowledge into driver
 2015-10-22 10:11 UTC  (5+ messages)

[PATCH RFC RFT 2/3] clk: clk_put WARNs if user has not disabled clk
 2015-10-22  9:57 UTC  (7+ messages)

[RESEND PATCH v2 0/2] fix the TSHUT issue on rockchip thermal
 2015-10-22  3:55 UTC  (4+ messages)
` [RESEND PATCH v2 1/2] dt-bindings: rockchip-thermal: Add the "init" pinctrl in this document

[PATCH V2 0/5] cpufreq: sysfs cleanup
 2015-10-22  1:55 UTC  (2+ 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 NNTP newsgroup(s).