linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-10 18:10:57 to 2018-11-17 10:25:07 UTC [more...]

[PATCH 1/7] drivers/cpufreq: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32
 2018-11-17 10:25 UTC  (7+ messages)
` [PATCH 2/7] powerpc: "
` [PATCH 3/7] powerpc/kconfig: remove CONFIG_6xx
` [PATCH 4/7] powerpc/32: Remove #ifdef CONFIG_PPC_STD_MMU_32 in asm/book3s/32/pgtable.h
` [PATCH 5/7] powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32
` [PATCH 6/7] powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3S
` [PATCH 7/7] powerpc/kconfig: remove PPC_STD_MMU_32 and PPC_STD_MMU

[PATCH 1/2] cpufreq: intel_pstate: Force HWP min perf before offline
 2018-11-16 22:24 UTC  (2+ messages)
` [PATCH 2/2] Documentation: intel_pstate: Clarify coordination of P-State limits

[PATCH RFC 0/6] mm/kdump: allow to exclude pages that are logically offline
 2018-11-16 18:23 UTC  (29+ messages)
` [PATCH RFC 1/6] mm: balloon: update comment about isolation/migration/compaction
` [PATCH RFC 2/6] mm: convert PG_balloon to PG_offline
` [PATCH RFC 3/6] kexec: export PG_offline to VMCOREINFO
` [PATCH RFC 4/6] xen/balloon: mark inflated pages PG_offline
` [PATCH RFC 5/6] hv_balloon: "
` [PATCH RFC 6/6] PM / Hibernate: exclude all PageOffline() pages

[PATCH v2 0/17] Add support for OLPC XO 1.75 Embedded Controller
 2018-11-16 16:24 UTC  (18+ messages)
` [PATCH v2 01/17] power: supply: olpc_battery: correct the temperature units
` [PATCH v2 02/17] dt-bindings: olpc,xo1.75-ec: Add OLPC XO-1.75 EC bindings
` [PATCH v2 03/17] Platform: OLPC: Remove an unused include
` [PATCH v2 04/17] Revert "platform/olpc: Make ec explicitly non-modular"
` [PATCH v2 05/17] Platform: OLPC: Move OLPC config symbol out of x86 tree
` [PATCH v2 06/17] Platform: OLPC: Add XO-1.75 EC driver
` [PATCH v2 07/17] Platform: OLPC: Avoid a warning if the EC didn't register yet
` [PATCH v2 08/17] Platform: OLPC: Move EC-specific functionality out from x86
` [PATCH v2 09/17] Platform: OLPC: Use BIT() and GENMASK() for event masks
` [PATCH v2 10/17] Platform: OLPC: add a regulator for the DCON
` [PATCH v2 11/17] dt-bindings: olpc_battery: Add XO-1.5 battery
` [PATCH v2 12/17] x86, olpc: Use a correct version when making up a battery node
` [PATCH v2 13/17] power: supply: olpc_battery: Use DT to get battery version
` [PATCH v2 14/17] power: supply: olpc_battery: Move priv data to a struct
` [PATCH v2 15/17] power: supply: olpc_battery: Use devm_power_supply_register()
` [PATCH v2 16/17] power: supply: olpc_battery: Avoid using platform_info
` [PATCH v2 17/17] power: supply: olpc_battery: Add OLPC XO 1.75 support

[PATCH v2 0/4] ARM: dts: imx6sx: Add DISPLAY power domain support
 2018-11-16 12:25 UTC  (3+ messages)
` [PATCH v2 3/4] PCI: imx: Add multi-pd support

[RESEND PATCH v17 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-11-16 11:24 UTC  (6+ messages)
` [RESEND PATCH v17 1/5] iommu/arm-smmu: Add pm_runtime/sleep ops
` [RESEND PATCH v17 2/5] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
  ` [RESEND PATCH v17 3/5] iommu/arm-smmu: Add the device_link between masters and smmu
  ` [RESEND PATCH v17 4/5] dt-bindings: arm-smmu: Add bindings for qcom, smmu-v2
  ` [RESEND PATCH v17 5/5] iommu/arm-smmu: Add support for qcom, smmu-v2 variant

[PATCH 1/6] power: supply: charger-manager: Remove unused index counting
 2018-11-16 11:01 UTC  (6+ messages)
` [PATCH 2/6] power: supply: charger-manager: Fix some misspelled words
` [PATCH 3/6] power: supply: charger-manager: Fix incorrect return value
` [PATCH 4/6] power: supply: charger-manager: Make code more readable
` [PATCH 5/6] power: supply: charger-manager: Remove deprecated extcon APIs
` [PATCH 6/6] power: supply: charger-manager: Add new method to start/stop charging

[PATCH 0/2] Add cpufreq support for Armada 8K
 2018-11-16  4:30 UTC  (5+ messages)
` [PATCH 2/2] cpufreq: ap806: add cpufreq driver "

[PATCH v9 0/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver
 2018-11-16  0:23 UTC  (11+ messages)
` [PATCH 1/2] dt-bindings: cpufreq: Introduce QCOM CPUFREQ Firmware bindings
` [PATCH 2/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver

[PATCH RESEND] hyper-v: Fix wakeup from suspend-to-idle
 2018-11-15 19:07 UTC  (2+ messages)

[PATCH 0/15] Add support for OLPC XO 1.75 Embedded Controller
 2018-11-15 18:57 UTC  (28+ messages)
` [PATCH 02/15] Revert "platform/olpc: Make ec explicitly non-modular"
` [PATCH 04/15] Platform: OLPC: Remove an unused include
` [PATCH 06/15] Platform: OLPC: Add XO-1.75 EC driver
` [PATCH 08/15] Platform: OLPC: Move EC-specific functionality out from x86
` [PATCH 11/15] x86, olpc: Use a correct version when making up a battery node
` [PATCH 12/15] power: supply: olpc_battery: Use DT to get battery version
` [PATCH 13/15] power: supply: olpc_battery: Move priv data to a struct
` [PATCH 14/15] power: supply: olpc_battery: Avoid using platform_info

[PATCH] thermal: tsens: qcom: do not create duplicate regmap debugfs entries
 2018-11-15 17:43 UTC 

[RFC/RFT][PATCH v5] cpuidle: New timer events oriented governor for tickless systems
 2018-11-15  3:15 UTC  (7+ messages)

[RFC/RFT][PATCH v3] cpuidle: New timer events oriented governor for tickless systems
 2018-11-15  2:29 UTC  (3+ messages)

[PATCH] PM / AVS: SmartReflex: remove unused function
 2018-11-15  2:28 UTC  (4+ messages)

[PATCH v1 1/5] drivercore: Revert "deferral race condition fix"
 2018-11-15  1:16 UTC  (28+ messages)
` [PATCH v1 2/5] extcon: Return -EPROBE_DEFER when extcon device is not found
` [PATCH v1 3/5] staging: typec: fusb302: Rename fcs,extcon-name to linux,extcon-name
` [PATCH v1 4/5] usb: dwc3: drd: Switch to device property for 'extcon' handling
` [PATCH v1 5/5] usb: dwc3: drd: Add support for DR detection through extcon

atk10k Unknown eventid and WARN() on resume with kernel 4.19
 2018-11-15  1:06 UTC  (2+ messages)

[GIT PULL] Power management updates for v4.20-rc3
 2018-11-14 22:55 UTC  (2+ messages)

[PATCH 3/3] x86/cpuid: Make cpuinfo_x86.x86_model_id global
 2018-11-14 21:28 UTC 

[PATCH v2] exec: make de_thread() freezable
 2018-11-14 14:37 UTC  (11+ messages)

[PATCH 0/5] Add new features for SC27XX fuel gauge driver
 2018-11-14  9:07 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: power: supply: Add nvmem properties to calibrate FGU
` [PATCH 2/5] power: supply: sc27xx: Add fuel gauge calibration
` [PATCH 3/5] power: supply: sc27xx: Add fuel gauge low voltage alarm
` [PATCH 4/5] power: supply: sc27xx: Add suspend/resume interfaces
` [PATCH 5/5] power: supply: sc27xx: Save last battery capacity

[PATCH v3] thermal: qoriq: add multiple sensors support
 2018-11-14  7:28 UTC  (2+ messages)

[PATCH v4] cpufreq: ti-cpufreq: Only register platform_device when supported
 2018-11-14  4:02 UTC  (2+ messages)

[PATCH V9 0/5] soc: imx: add scu power domain driver
 2018-11-14  1:21 UTC  (2+ messages)

[driver-core PATCH v6 0/9] Add NUMA aware async_schedule calls
 2018-11-13 22:10 UTC  (11+ messages)
` [driver-core PATCH v6 2/9] async: Add support for queueing on specific NUMA node

[PATCH v3] cpufreq: ti-cpufreq: Only register platform_device when supported
 2018-11-13 19:14 UTC  (3+ messages)

[PATCH v3 20/20] PM: Switch to use %ptR
 2018-11-13 17:17 UTC 

[PATCH v5 00/15] Add utilization clamping support
 2018-11-13 15:29 UTC  (10+ messages)
` [PATCH v5 04/15] sched/core: uclamp: add CPU's clamp groups refcounting
` [PATCH v5 06/15] sched/core: uclamp: enforce last task UCLAMP_MAX
` [PATCH v5 07/15] sched/core: uclamp: add clamp group bucketing support

[PATCH] power: supply: bq24190_charger: add support for bq24196 variant
 2018-11-13 12:49 UTC  (2+ messages)

[PATCH v2] power: supply: bq24190_charger: add support for bq24196 variant
 2018-11-13 12:47 UTC 

[PATCH v2 00/11] thermal: add new flag irq-mode for trip point
 2018-11-13 10:13 UTC  (9+ messages)
  ` [PATCH v2 05/11] Doc: DT: thermal: new "
  ` [PATCH v2 06/11] arm64: dts: exynos5433: add support for thermal trip irq-mode

[PATCH 0/2] opp: ti-opp-supply: Fixes
 2018-11-13  4:12 UTC  (8+ messages)
` [PATCH 1/2] opp: ti-opp-supply: Dynamically update u_volt_min
` [PATCH 2/2] opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call

[PATCH -next] power/supply: fix sc27xx_fuel_gauge build errors
 2018-11-13  1:38 UTC  (2+ messages)

[PATCH 1/4] power: supply: sc2731_charger: Add one work to charge/discharge
 2018-11-12 10:52 UTC  (4+ messages)
` [PATCH 2/4] power: supply: sc2731_charger: Add charger status detection
` [PATCH 3/4] power: supply: sc2731_charger: Avoid repeated charge/discharge
` [PATCH 4/4] power: supply: sc2731_charger: Free battery information

[PATCH 16/17] thermal: bcm2835: Switch to SPDX identifier
 2018-11-12  6:57 UTC  (2+ messages)

[RFC/RFT][PATCH v3] cpuidle: New timer events oriented governor for tickless systems
 2018-11-12  3:48 UTC 

[PATCH] exec: make de_thread() freezable
 2018-11-12  2:00 UTC  (3+ messages)

[PATCH] power: reset: gpio-poweroff: add ability to specific active and inactive delays
 2018-11-11 21:45 UTC 

[PATCH tip/core/rcu 15/41] cpufreq/intel_pstate: Replace synchronize_sched() with synchronize_rcu()
 2018-11-11 19:43 UTC 

[PATCH v5 00/11] AXP8x3 AC and battery power supply support
 2018-11-11 15:30 UTC  (9+ messages)
` [PATCH v5 04/11] dt-bindings: iio: adc: add AXP803 ADC bindings

[driver-core PATCH v5 0/9] Add NUMA aware async_schedule calls
 2018-11-11 14:31 UTC  (4+ messages)
` [driver-core PATCH v5 5/9] driver core: Establish clear order of operations for deferred probe and remove

[PATCH] PM / QoS: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-11-11 11:29 UTC  (2+ messages)

[PATCH] freezer: fix freeze timeout on exec
 2018-11-11  9:51 UTC  (3+ messages)

[PATCH] cpuidle: poll_state: Revise loop termination condition
 2018-11-10 21:50 UTC 

[RFC/RFT][PATCH v3] cpuidle: New timer events oriented governor for tickless systems
 2018-11-10 21:47 UTC 


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).