messages from 2015-10-23 21:19:32 to 2015-10-28 08:34:24 UTC [more...]
[PATCH V3 0/5] CPUFreq: governors: further cleanups
2015-10-28 8:34 UTC (17+ messages)
` [PATCH V3 1/5] cpufreq: ondemand: Drop unnecessary locks from update_sampling_rate()
` [PATCH V3 2/5] cpufreq: ondemand: update sampling rate immediately
` [PATCH V3 3/5] cpufreq: ondemand: queue work for policy->cpus together
` [PATCH V3 4/5] cpufreq: governor: Quit work-handlers early if governor is stopped
[PATCH V2 0/5] cpufreq: sysfs cleanup
2015-10-28 8:28 UTC (5+ messages)
` [PATCH V2 4/5] cpufreq: create cpu/cpufreq/policyX directories
[PATCH 00/16] PM / OPP: multiple regulators & opp-transition support
2015-10-28 8:17 UTC (10+ messages)
` [PATCH 01/16] PM / OPP: Add 'supply-names' binding
cpufreq: i.MX6: -EPROBE_DEFER fixes
2015-10-28 7:59 UTC (9+ messages)
` [PATCH 3/4] cpufreq: imx6q: Fix regulator/clock error handling
` [PATCH 4/4] cpufreq: imx6q: check regulator_get_optional return value
[PATCH v2] cpufreq: i.MX6: -EPROBE_DEFER fixes
2015-10-28 7:59 UTC (6+ messages)
` [PATCH 1/5] cpufreq: imx6q: Fix goto wrong error label
` [PATCH 2/5] cpufreq: imx6q: Fix wrong device in devm_kzalloc
` [PATCH 3/5] cpufreq: imx6q: Fix regulator/clock error handling
` [PATCH 4/5] cpufreq: imx6q: Use id_table to distinguish between SoCs
` [PATCH 5/5] cpufreq: imx6q: pu regulator is not optional
[PATCH V2 0/4] OPP: Some cleanups
2015-10-28 8:25 UTC (2+ messages)
[PATCH] drivers: power: always set IRQF_ONESHOT if no primary handler is specified
2015-10-28 5:04 UTC
[PATCH v3] PM / suspend: replacing printk
2015-10-28 3:24 UTC
[PATCH v3] PM / suspend: replacing printk
2015-10-28 3:21 UTC
[PATCH 0/3][v2] Fix incorrect using of acpi irq
2015-10-28 3:19 UTC (2+ messages)
[PATCH 01/70] cpufreq: interactive: New 'interactive' governor
2015-10-28 3:00 UTC (75+ messages)
` [PATCH 02/70] cpufreq interactive governor: event tracing
` [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 10/70] cpufreq: interactive: Boost frequency on touchscreen input
` [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 14/70] cpufreq: interactive: add boost pulse interface
` [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 25/70] cpufreq: interactive: kick timer on idle exit past expiry
` [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 38/70] cpufreq: interactive: init default values at compile time
` [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 49/70] cpufreq: interactive: avoid underflow on active time calculation
` [PATCH 50/70] cpufreq: interactive: fix race on cpufreq TRANSITION notifier
` [PATCH 51/70] cpufreq: interactive: resched timer if max freq raised
` [PATCH 52/70] cpufreq: interactive: fix show_target_loads and show_above_hispeed_delay
` [PATCH 53/70] cpufreq: interactive: Remove unnecessary cpu_online() check
` [PATCH 54/70] cpufreq: interactive: Move definition of cpufreq_gov_interactive downwards
` [PATCH 55/70] cpufreq: Interactive: Implement per policy instances of governor
` [PATCH 56/70] cpufreq: interactive: delete timers for GOV_START
` [PATCH 57/70] cpufreq: interactive: fix compiling warnings
` [PATCH 58/70] cpufreq: interactive: fix NULL pointer dereference at sysfs ops
` [PATCH 59/70] cpufreq: interactive: Use generic get_cpu_idle_time() from cpufreq.c
` [PATCH 60/70] cpufreq: interactive: hold reference on global cpufreq kobject if needed
` [PATCH 61/70] cpufreq: interactive: restructure CPUFREQ_GOV_LIMITS
` [PATCH 62/70] cpufreq: interactive: turn boost_pulse off on boost off
` [PATCH 63/70] cpufreq: interactive: remove compilation error from commit 49cc72365fb7ee87762a7ccc6a32ef68627216c5
` [PATCH 64/70] cpufreq: interactive: prevents the frequency to directly raise above the hispeed_freq from a lower frequency
` [PATCH 65/70] cpufreq: interactive: make common_tunables static
` [PATCH 66/70] cpufreq: interactive: Fix compile errors in accordance with changes from 3.14 to 3.18
` [PATCH 67/70] cpufreq: interactive: Put global cpufreq kobject on failure
` [PATCH 68/70] subsystem: CPU FREQUENCY DRIVERS- Set cpu_load calculation on current frequency
` [PATCH 69/70] cpufreq: interactive: Don't set floor_validate_time during boost
` [PATCH 70/70] cpufreq: interactive: Round up timer_rate to match jiffy
[PATCH] intel_pstate, decrease number of "HWP enabled" messages
2015-10-28 3:28 UTC (2+ messages)
[PULL] cpuidle for 4.4
2015-10-28 3:05 UTC (2+ messages)
[RFD] Functional dependencies between devices
2015-10-28 2:15 UTC (3+ messages)
[PATCH v2] PM / suspend: replacing printk
2015-10-27 19:37 UTC (4+ messages)
[PATCH] kernel: power: replacing printk
2015-10-27 19:00 UTC (2+ messages)
[RFC v2 0/6] Managing cluser-level c-states with generic power domains
2015-10-27 17:40 UTC (9+ messages)
` [RFC v3 0/7] Managing cluser-level idle-states "
` [RFC v3 1/7] PM / Domains: prepare for devices that might register a power state
` [RFC v3 2/7] PM / Domains: support idle-states as genpd multiple-state
` [RFC v3 3/7] arm64: dts: Add idle-states for Juno
` [RFC v3 4/7] arm64: Juno: declare generic power domains for both clusters
` [RFC v3 5/7] drivers: cpu-pd: allow calling of_cpu_pd_init from platform code
` [RFC v3 6/7] arm64: PM /Domains: Initialize CPU-domains from DT
` [RFC v3 7/7] arm64: Juno: declare idle-state cluster-sleep-0 as genpd state
[PATCH v2 00/11] arm64: kernel: Add support for hibernate/suspend-to-disk
2015-10-27 17:29 UTC (12+ 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 v2 07/11] arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va
` [PATCH v2 08/11] arm64: kernel: Include _AC definition in page.h
` [PATCH v2 09/11] arm64: Promote KERNEL_START/KERNEL_END definitions to a header file
` [PATCH v2 10/11] PM / Hibernate: clean cached pages on architectures that require it
` [PATCH v2 11/11] arm64: kernel: Add support for hibernate/suspend-to-disk
[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] "
[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 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 (2+ messages)
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 (23+ messages)
[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 "
[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 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)
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).