linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-31 06:31:54 to 2016-06-02 19:54:16 UTC [more...]

[PATCH 0/5] Add suspend-to-idle validation for Intel SoCs
 2016-06-02 19:53 UTC  (11+ messages)
` [PATCH 1/5] x86: stub out pmc function
` [PATCH 2/5] clockevents: Add timed freeze
` [PATCH 3/5] x86, apic: Add timed freeze support
` [PATCH 4/5] freeze: Add error reporting
` [PATCH 5/5] intel_idle: Add S0ix validation

[PATCH V2 0/2] cpufreq: Use sorted frequency tables
 2016-06-02 18:28 UTC  (6+ messages)
` [PATCH V2 1/2] cpufreq: Store sorted frequency table
` [PATCH V2 2/2] cpufreq: Optimize cpufreq_frequency_table_target()

[PATCH V2 0/6] cpufreq: cleanups and reorganization
 2016-06-02 18:02 UTC  (10+ messages)
` [PATCH V2 1/6] cpufreq: s3c24xx: Remove useless checks
` [PATCH V2 2/6] cpufreq: Remove cpufreq_frequency_get_table()
` [PATCH V2 3/6] cpufreq: ondemand: Don't keep a copy of freq_table pointer
` [PATCH V2 4/6] cpufreq: Drop freq-table param to cpufreq_frequency_table_target()
` [PATCH V2 5/6] cpufreq: Drop 'freq_table' argument of __target_index()
` [PATCH V2 6/6] cpufreq: Return index from cpufreq_frequency_table_target()

[RESEND PATCH v4 1/5] thermal: Add support for hardware-tracked trip points
 2016-06-02 17:30 UTC  (2+ messages)

[PATCH v2 1/4] power: axp20x_usb: Add support for usb power-supply on axp22x pmics
 2016-06-02 17:18 UTC  (4+ messages)
` [PATCH v2 2/4] mfd: axp20x: Extend axp22x_volatile_ranges
  ` [PATCH v2 3/4] mfd: axp20x: Add axp20x-usb-power-supply for axp22x pmics
` [PATCH v2 4/4] regulator: axp20x: Add support for the (external) drivebus regulator

[PATCH 00/11] cpufreq: Keep policy->freq_table sorted
 2016-06-02 15:42 UTC  (14+ messages)
` [PATCH 01/11] ARM: davinci: Sort frequency table
` [PATCH 02/11] cpufreq: davinci: Reuse cpufreq_generic_frequency_table_verify()
` [PATCH 03/11] cpufreq: Use policy->freq_table in ->target_index()
` [PATCH 04/11] cpufreq: blackfin: Use 'index' only to index into policy->freq_table
` [PATCH 05/11] cpufreq: elanfreq: "
` [PATCH 06/11] cpufreq: exynos: "
` [PATCH 07/11] cpufreq: ia64: "
` [PATCH 08/11] cpufreq: imx: "
` [PATCH 09/11] cpufreq: maple: "
` [PATCH 10/11] cpufreq: Keep a single (sorted) freq_table
` [PATCH 11/11] cpufreq: drivers: Free frequency tables after being used

thermal: sysfs: lock tz when access sustainable power properties
 2016-06-02 14:47 UTC 

[PATCH] thermal: fix race condition when updating cooling device
 2016-06-02 14:25 UTC 

[PATCH 0/5] arm64: hibernate: Fix DEBUG_PAGEALLOC and hibernate on non-boot cpu
 2016-06-02 14:10 UTC  (2+ messages)
` [PATCH 3/5] PM / Hibernate: Allow architectures to specify the hibernate/resume CPU

[PATCH] leds: handle suspend/resume in heartbeat trigger
 2016-06-02 13:41 UTC 

[PATCH v5 00/11] powerpc/powernv/cpuidle: Add support for POWER ISA v3 idle states
 2016-06-02 12:39 UTC  (3+ messages)
` [PATCH v5 09/11] cpuidle/powernv: Use CPUIDLE_STATE_MAX instead of MAX_POWERNV_IDLE_STATES
` [PATCH v5 10/11] cpuidle/powernv: Add support for POWER ISA v3 idle states

[PATCH v6 0/5] PCI: Add support for suspending (including runtime) of PCIe ports
 2016-06-02 12:27 UTC  (8+ messages)
` [PATCH v6 1/5] PCI: Don't clear d3cold_allowed for "
` [PATCH v6 2/5] PCI: Put PCIe ports into D3 during suspend
` [PATCH v6 3/5] PCI: Power on bridges before scanning new devices
` [PATCH v6 4/5] ACPI / hotplug / PCI: Runtime resume bridge before rescan
` [PATCH v6 5/5] PCI: Add runtime PM support for PCIe ports

[PATCH] PM / Hibernate: Don't let kasan instrument snapshot.c
 2016-06-02 12:20 UTC 

[PATCH 0/8] cpufreq: cleanups and reorganization
 2016-06-02 12:08 UTC  (18+ messages)
` [PATCH 1/8] ARM: s3c24xx: Sort cpufreq tables
` [PATCH 2/8] cpufreq: s3c24xx: Remove useless checks
` [PATCH 3/8] cpufreq: powerenv: Fix memory leak
` [PATCH V3 4/8] cpufreq: Remove cpufreq_frequency_get_table()
` [PATCH 5/8] cpufreq: ondemand: Don't keep a copy of freq_table pointer
` [PATCH 6/8] cpufreq: Drop freq-table param to cpufreq_frequency_table_target()
` [PATCH 7/8] cpufreq: Drop 'freq_table' argument of __target_index()
` [PATCH 8/8] cpufreq: Return index from cpufreq_frequency_table_target()

[PATCH] thermal: of-thermal: Fix setting of set_emul_temp hook
 2016-06-02  8:54 UTC 

[PATCH v7 0/6] mfd: (multiple trees): max8997: Add regmap
 2016-06-02  7:08 UTC  (10+ messages)
` [PATCH v7 1/6] mfd: max8997: Use regmap to access registers
      ` [PATCH v7 2/6] mfd: max8997: handle IRQs using regmap
      ` [PATCH v7 3/6] mfd: max8997: Change irq names to upper case
      ` [PATCH v7 4/6] extcon: max8997: Fix handling error code of regmap_irq_get_virq()
      ` [PATCH v7 5/6] rtc: max8997: Check for ERRNO "
      ` [PATCH v7 6/6] extcon: max8997: Fix inconsistent indenting

[PATCH 01/20] x86, intel: Introduce macros for Intel family numbers
 2016-06-02  6:57 UTC  (8+ messages)
` [PATCH 04/20] x86, intel_idle: use Intel family macros for intel_idle
` [PATCH 07/20] x86, intel: use Intel model macros intead of open-coding
` [PATCH 08/20] x86, rapl: reorder cpu detection table
` [PATCH 13/20] x86, cpufreq: use Intel family name macros for intel_pstate cpufreq driver
` [PATCH 18/20] x86, thermal: clean up and fix cpu model detection for intel_soc_dts_thermal
` [PATCH 20/20] x86, powercap, rapl: add Skylake Server model number

[PATCH 0/2] max8903: Add device tree support and logic fixup
 2016-06-02  6:44 UTC  (3+ messages)
` [PATCH 1/2] max8903: adds support for initiation via device tree
` [PATCH 2/2] max8903: cleans up confusing relationship between dc_valid, dok and dcm

[PATCH v3 09/12] EXAMPLE CODE: usb: port: Parse pwrseq phandle from Device Tree
 2016-06-02  1:24 UTC  (2+ messages)

[PATCH 0/2] cpufreq: Use sorted frequency tables
 2016-06-02  1:25 UTC  (13+ messages)
` [PATCH 1/2] cpufreq: Store sorted frequency table
` [PATCH 2/2] cpufreq: Implement cpufreq_find_target_index() to traverse sorted list

[PATCH] Revert "cpufreq: intel_pstate: Enable PPC enforcement for servers"
 2016-06-02  0:41 UTC 

[PATCH] sched, cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLE
 2016-06-01 21:48 UTC  (3+ messages)

[PATCH 0/2] cpufreq: Introduce TI CPUFreq/OPP Driver
 2016-06-01 21:12 UTC  (4+ messages)
` [PATCH 1/2] Documentation: dt: add bindings for ti-cpufreq

ARM: mxs: warnings on PM resume
 2016-06-01 20:51 UTC 

[PATCH 0/5] cpufreq: schedutil: improve latency of response
 2016-06-01 20:09 UTC  (9+ messages)
` [PATCH 3/5] sched: cpufreq: call cpufreq hook from remote CPUs

[PATCH 0/4] nouveau fixes for RPM/Optimus-related hangs
 2016-06-01 17:40 UTC  (15+ messages)
` [PATCH 4/4] drm/nouveau/acpi: fix lockup with PCIe runtime PM
                    ` [Nouveau] "

[PATCH 0/2] Powercap RAPL update for Denverton
 2016-06-01 15:08 UTC  (6+ messages)
` [PATCH 1/2] powercap/rapl: handle missing msrs
` [PATCH 2/2] powercap/rapl: add support for denverton

[PATCH] thermal: cpu_cooling: fix improper order during initialization
 2016-06-01 14:27 UTC  (6+ messages)

[PATCH] PCI: Power on bridges before scanning new devices
 2016-06-01 11:42 UTC  (14+ messages)
` [PATCH] PCI: Wait for 50ms after bridge is powered up

[patch] PM / devfreq: exynos-nocp: Checking for IS_ERR instead of NULL
 2016-06-01 11:33 UTC  (4+ messages)
` [patch v2] PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() check

[PATCH] devfreq: fix double call put_device
 2016-06-01 11:31 UTC  (3+ messages)

[PATCH v2 0/3] cpufreq: avoid redundant driver calls in schedutil
 2016-06-01 10:50 UTC  (21+ messages)
` [PATCH v2 1/3] cpufreq: add resolve_freq driver callback
` [PATCH v2 2/3] cpufreq: acpi-cpufreq: add resolve_freq callback
` [PATCH v2 3/3] cpufreq: schedutil: map raw required frequency to driver frequency

[PATCH] devfreq: fix initialization of current frequency in last status
 2016-06-01 10:23 UTC 

[PATCH] devfreq: fix initialization of current frequency in last status
 2016-06-01  8:30 UTC  (2+ messages)

[PATCH V2] cpufreq: Don't use cpufreq_frequency_get_table() if 'policy' is available
 2016-06-01  6:00 UTC  (2+ messages)

[PATCH v2] thermal: ti-soc-thermal: Add set_emul_temp hook
 2016-06-01  3:59 UTC 

[PATCH 00/15] thermal: sysfs: add locking
 2016-06-01  3:56 UTC  (8+ messages)
` [PATCH 01/15] thermal: sysfs: lock tz in type_show
` [PATCH 06/15] thermal: sysfs: lock tz while on passive properties
` [PATCH 11/15] thermal: sysfs: lock cdev while accessing type
` [PATCH 12/15] thermal: sysfs: lock cdev while accessing max_state
` [PATCH 13/15] thermal: sysfs: lock cdev while accessing cur_state
` [PATCH 14/15] thermal: sysfs: serialize access to instances

[PATCH v4 00/10] powerpc/powernv/cpuidle: Add support for POWER ISA v3 idle states
 2016-06-01  3:12 UTC  (7+ messages)
` [PATCH v4 09/10] cpuidle/powernv: "

[PATCH] cpufreq: Implement light weight cpufreq_get_policy_table() routine
 2016-06-01  1:54 UTC  (3+ messages)

[PATCH] cpufreq: Fix incorrect usage of clamp_val()
 2016-06-01  1:32 UTC  (5+ messages)

[PATCH] cpufreq: stats: Make the stats code non-modular
 2016-05-31 20:47 UTC  (5+ messages)

[PATCH V3 0/5] bcm2835: add thermal driver
 2016-05-31 19:52 UTC  (3+ messages)
` [PATCH V3 2/5] thermal: bcm2835: add thermal driver for bcm2835 soc

[PATCH 1/3] power_supply: bq27xxx_battery: Fix copy/paste error in header comment
 2016-05-31 18:45 UTC  (3+ messages)
` [PATCH 2/3] power_supply: bq27xxx_battery: Index register numbers by enum
` [PATCH 3/3] power_supply: bq27xxx_battery: Group register mappings into one table

[RFC v2 00/13] usb/mmc/power: Fix USB/LAN when TFTP booting
 2016-05-31 11:54 UTC  (8+ messages)

[PATCH] cpufreq: Unexport cpufreq_frequency_table_cpuinfo()
 2016-05-31 11:20 UTC 

[PATCHv4 00/48] thermal: reorganizing thermal core
 2016-05-31  9:42 UTC  (2+ messages)

[PATCH v3 0/2] extcon: Remove the deprecated extcon functions
 2016-05-31  9:34 UTC  (3+ messages)
` [PATCH v3 1/2] power: axp288_charger: Replace deprecatd API of extcon
` [PATCH v3 2/2] extcon: Remove the deprecated extcon functions

[PATCH 0/2] arm64: dts: r8a7796: Add SYSC PM Domains
 2016-05-31  9:08 UTC  (3+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] arm64: dts: r8a7796: Use SYSC "always-on" PM Domain

S3 resume regression [1cf4f629d9d2 ("cpu/hotplug: Move online calls to hotplugged cpu")]
 2016-05-31  7:26 UTC  (5+ 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).