linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-02 12:43:06 to 2014-06-09 08:20:07 UTC [more...]

[Patch V4 03/42] x86, mpparse: simplify arch/x86/include/asm/mpspec.h
 2014-06-09  8:20 UTC  (15+ messages)
` [Patch V4 04/42] x86, acpi: reorganize code to avoid forward declaration in boot.c
` [Patch V4 06/42] x86, acpi, irq: kill static function irq_to_gsi()
` [Patch V4 07/42] x86, ACPI, trivial: minor improvements to arch/x86/kernel/acpi/boot.c
` [Patch V4 08/42] x86, ACPI, irq: enhance error handling in function acpi_register_gsi()
` [Patch V4 09/42] x86, ACPI, irq: fix possible eror in GSI to IRQ mapping for legacy IRQ
` [Patch V4 19/42] x86, irq: count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACY
` [Patch V4 21/42] x86, ACPI, irq: consolidate algorithm of mapping (ioapic, pin) to IRQ number
` [Patch V4 22/42] x86, irq, ACPI: change __acpi_register_gsi to return IRQ number instead of GSI
` [Patch V4 23/42] x86, irq: introduce mechanisms to support dynamically allocate IRQ for IOAPIC
` [Patch V4 24/42] x86, irq: enhance mp_register_ioapic() to support irqdomain
` [Patch V4 25/42] x86, ACPI, irq: provide basic irqdomain support
` [Patch V4 30/42] x86, irq, ACPI: use common irqdomain map interface to program IOAPIC pins
` [Patch V4 35/42] x86, irq: simplify the way to handle ISA IRQ
` [Patch V4 38/42] x86, irq, ACPI: release IOAPIC pin when PCI device is disabled

[PATCH] cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'
 2014-06-09  7:06 UTC  (2+ messages)

[PATCH v3] cpufreq: governor: Be friendly towards latency-sensitive bursty workloads
 2014-06-09  5:05 UTC  (4+ messages)

[PATCH] PM / OPP: Remove ARCH_HAS_OPP
 2014-06-09  4:49 UTC  (11+ messages)

What can change in ways Linux handles memory when all memory >4G is disabled? (x86)
 2014-06-08 17:22 UTC  (2+ messages)

[RFC PATCH 00/16] sched: Energy cost model for energy-aware scheduling
 2014-06-08  6:03 UTC  (37+ messages)
` [RFC PATCH 01/16] sched: Documentation for scheduler energy cost model
` [RFC PATCH 02/16] sched: Introduce CONFIG_SCHED_ENERGY
` [RFC PATCH 06/16] arm: topology: Define TC2 sched energy and provide it to scheduler

[bug] [Dell Latitude E6230] Encrypted SSD does not start on resume from suspend
 2014-06-07 22:00 UTC 

[PATCH] cpufreq: governor: Be friendly towards latency-sensitive bursty workloads
 2014-06-07 12:35 UTC  (15+ messages)

[RFC PATCH 2/5] clk: Introduce 'clk_round_rate_nearest()'
 2014-06-07  0:44 UTC  (11+ messages)

[PATCH] cpufreq: tegra: update comment for clarity
 2014-06-06 23:49 UTC  (2+ messages)

[PATCH v3] PM: trace events for suspend/resume
 2014-06-06 22:38 UTC  (3+ messages)

[PATCH v2] cpufreq: governor: Be friendly towards latency-sensitive bursty workloads
 2014-06-06 21:37 UTC  (3+ messages)

[PATCH V4 0/8] driver/core: cpu: initialize opp table
 2014-06-06 21:41 UTC  (3+ messages)
` [PATCH V4 4/8] "

[PATCH] idle, thermal, acpi: Remove home grown idle implementations
 2014-06-06 15:47 UTC  (7+ messages)

autosleep suspend too frquent problem
 2014-06-06 10:30 UTC  (7+ messages)

[PATCH V2 1/2] sched: idle: Encapsulate the code to compile it out
 2014-06-06  8:09 UTC  (5+ messages)

[PATCH v2] PM: trace events for suspend/resume
 2014-06-06  6:46 UTC  (5+ messages)

[PATCH V5 0/2] cpufreq: add support for intermediate (stable) frequencies
 2014-06-06  4:38 UTC  (7+ messages)
` [PATCH V5 1/2] "
` [PATCH V5 2/2] cpufreq: Tegra: implement intermediate frequency callbacks

[PATCH] cpufreq: ppc-corenet-cpu-freq: do_div use quotient
 2014-06-05 23:56 UTC 

[PATCH 0/6] thermal: sti: Add new Thermal driver
 2014-06-05 15:26 UTC  (10+ messages)
` [PATCH 1/6] thermal: sti: Supply Device Tree documentation
  ` [STLinux Kernel] "
    ` [PATCH v1 "
` [PATCH 3/6] thermal: sti: Add support for ST's System Config Register based Thermal controller
  ` [STLinux Kernel] "
` [PATCH 4/6] thermal: sti: Add support for ST's Memory Mapped "
  ` [STLinux Kernel] "

[RESEND PATCH 0/6] thermal: sti: Add new Thermal driver
 2014-06-05 15:06 UTC  (7+ messages)
` [PATCH 1/6] thermal: sti: Supply Device Tree documentation
` [PATCH 2/6] thermal: sti: Introduce ST Thermal core code
` [PATCH 3/6] thermal: sti: Add support for ST's System Config Register based Thermal controller
` [PATCH 4/6] thermal: sti: Add support for ST's Memory Mapped "
` [PATCH 5/6] ARM: STi: DT: STiH416: Supply Thermal Controller Device Tree nodes
` [PATCH 6/6] ARM: multi_v7_defconfig: Configure in ST's Thermal Controller

[PATCH 1/3] arm64: Enable OPP
 2014-06-05 12:10 UTC  (6+ messages)
` [PATCH 3/3] cpufreq: Enable big.LITTLE cpufreq driver on arm64

[PATCH v2 1/4] power: max17042_battery: Specifies operation mode of max17042 fuelgauge
 2014-06-05  9:07 UTC  (2+ messages)
` [PATCH v2 4/4] power: max17042_battery: Refactoring max17042 driver

[Patch V3 19/37] x86, irq: introduce mechanisms to support dynamically allocate IRQ for IOAPIC
 2014-06-05  8:15 UTC  (3+ messages)
  ` [RFC Patch 3/3] x86, irq: count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACY

[PATCH 0/4] power: max17042_battery: Update max17042 fuelgauge driver
 2014-06-05  3:46 UTC  (5+ messages)
` [PATCH 1/4] power: max17042_battery: Specifies operation mode of max17042 fuelgauge
` [PATCH 2/4] power: max17042_battery: Use devm_* function for requesting irq
` [PATCH 3/4] power: max17042_battery: Fix deadlock caused by deferred initialization
` [PATCH 4/4] power: max17042_battery: Refactoring max17042 driver

[PATCH 1/2] regulators: Add definition of regulator_set_voltage_time() for !CONFIG_REGULATOR
 2014-06-04 12:33 UTC  (26+ messages)

[GIT PULL] ACPI and power management updates for v3.16-rc1
 2014-06-04 12:26 UTC 

[GIT PULL] Final power management fixes for v3.15
 2014-06-04 11:13 UTC 

[RFC PATCH 00/16 v3] A new CPU load metric for power-efficient scheduler: CPU ConCurrency
 2014-06-03 23:46 UTC  (16+ messages)
` [RFC PATCH 03/16 v3] How CC accrues with run queue change and time
` [RFC PATCH 07/16 v3] Init Workload Consolidation flags in sched_domain
` [RFC PATCH 09/16 v3] Define and allocate a per CPU local cpumask for Workload Consolidation
` [RFC PATCH 10/16 v3] Workload Consolidation APIs
` [RFC PATCH 11/16 v3] Make wakeup bias threshold changeable via sysctl
` [RFC PATCH 12/16 v3] Bias select wakee than waker in WAKE_AFFINE
` [RFC PATCH 13/16 v3] Intercept wakeup/fork/exec load balancing

[RFC PATCH v3 0/7] The power allocator thermal governor
 2014-06-03 10:18 UTC  (8+ messages)
` [RFC PATCH v3 1/7] tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasks
` [RFC PATCH v3 2/7] thermal: document struct thermal_zone_device and thermal_governor
` [RFC PATCH v3 3/7] thermal: let governors have private data for each thermal zone
` [RFC PATCH v3 4/7] thermal: introduce the Power Actor API
` [RFC PATCH v3 5/7] thermal: add a basic cpu power actor
` [RFC PATCH v3 6/7] thermal: introduce the Power Allocator governor
` [RFC PATCH v3 7/7] thermal: add trace events to the power allocator governor

[PATCH] thermal: Bind cooling devices with the correct arguments
 2014-06-03  9:59 UTC 

[PATCH 0/2] Update smb347 charger driver
 2014-06-03  1:47 UTC  (3+ messages)
` [PATCH 1/2] power: smb347-charger: Support devicetree binding for smb347 driver
` [PATCH 2/2] power: smb347-charger: Support Summit SMB358 charger IC

[PATCH] thermal: ti-soc-thermal: ti-bandgap.c: Cleaning up wrong address is checked
 2014-06-02 21:25 UTC 

[PATCH] thermal: ti-soc-thermal: ti-bandgap.c: Cleaning up memory leak
 2014-06-02 21:13 UTC  (3+ messages)

[PATCH v1 0/6] ACPI: thermal: Migrate cpufreq cooling to generic cpu_cooling layer
 2014-06-02 18:57 UTC  (10+ messages)
` [PATCH v1 2/6] thermal: cpu_cooling: Support passing driver private data
` [PATCH v1 6/6] ACPI: thermal: processor: Use the generic cpufreq infrastructure

[PATCH] MAINTAINERS: Update Eduardo Valentin's email address
 2014-06-02 17:28 UTC  (2+ messages)

[PATCH] thermal: document struct thermal_zone_device and thermal_governor
 2014-06-02 17:25 UTC 

[PATCH] tools/thermal: tmon: fix compilation errors when building statically
 2014-06-02 17:08 UTC 

[PATCH v6 0/2] hibernation support on ARM
 2014-06-02 16:57 UTC  (8+ messages)
` [PATCH v6 2/2] ARM hibernation / suspend-to-disk

[PATCH V4 0/3] cpufreq: add support for intermediate (stable) frequencies
 2014-06-02 16:50 UTC  (7+ messages)
` [PATCH V4 3/3] cpufreq: Tegra: implement intermediate frequency callbacks

[PATCH v2 0/7] ARM: EXYNOS: cpuidle: fix AFTR mode on boards with secure firmware enabled
 2014-06-02 16:28 UTC  (20+ messages)
` [PATCH v2 1/7] arm: firmware: Check firmware is running or not
` [PATCH v2 2/7] ARM: EXYNOS: add support for firmware-assisted c15resume
` [PATCH v2 3/7] ARM: EXYNOS: add AFTR mode support to firmware do_idle method
` [PATCH v2 4/7] ARM: EXYNOS: PM: replace EXYNOS_BOOT_VECTOR_* macros by static inlines
` [PATCH v2 5/7] ARM: EXYNOS: PM: use c15resume firmware method if secure firmware is enabled
` [PATCH v2 6/7] ARM: EXYNOS: PM: fix register setup on EXYNOS4x12 for AFTR mode code
` [PATCH v2 7/7] ARM: EXYNOS: cpuidle: add secure firmware support to "

[PATCH 0/7] ARM: EXYNOS: cpuidle: fix AFTR mode on boards with secure firmware enabled
 2014-06-02 16:05 UTC  (5+ messages)
` [PATCH 6/7] ARM: EXYNOS: PM: fix register setup on EXYNOS4x12 for AFTR mode code

[RFC] PM / Runtime: Make autosuspend_delay == 0 work as intended
 2014-06-02 15:35 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 NNTP newsgroup(s).