linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-24 10:50:23 to 2013-06-26 10:36:12 UTC [more...]

[PATCH 0/3] ARM: EXYNOS: cpuidle driver fixes
 2013-06-26 10:36 UTC  (5+ messages)
` [PATCH 1/3] ARM: EXYNOS: remove non-working AFTR mode support
` [PATCH 2/3] ARM: EXYNOS: init cpuidle driver in exynos_init_late()
` [PATCH 3/3] ARM: EXYNOS: move cpuidle driver to drivers/cpuidle/

[PATCH 0/5] cpufreq:boost: CPU Boost mode support
 2013-06-26 10:35 UTC  (6+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 1/7] cpufreq: Store cpufreq policies in a list

[PATCH 0/8] ARM: move cpuidle drivers to drivers/cpuidle/
 2013-06-26 10:15 UTC  (9+ messages)
` [PATCH 1/8] ARM: at91: move cpuidle driver "
` [PATCH 2/8] ARM: davinci: "
` [PATCH 3/8] ARM: imx: move cpuidle drivers "
` [PATCH 4/8] ARM: OMAP: "
` [PATCH 5/8] ARM: S3C64XX: move cpuidle driver "
` [PATCH 6/8] ARM: shmobile: "
` [PATCH 7/8] ARM: tegra: move cpuidle drivers "
` [PATCH 8/8] ARM: ux500: "

[PATCH v2 00/45] CPU hotplug: stop_machine()-free CPU hotplug, part 1
 2013-06-26  8:57 UTC  (54+ messages)
` [PATCH v2 01/45] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
` [PATCH v2 02/45] CPU hotplug: Clarify the usage of different synchronization APIs
` [PATCH v2 03/45] Documentation, CPU hotplug: Recommend usage of get/put_online_cpus_atomic()
` [PATCH v2 04/45] CPU hotplug: Add infrastructure to check lacking hotplug synchronization
` [PATCH v2 05/45] CPU hotplug: Protect set_cpu_online() to avoid false-positives
` [PATCH v2 06/45] CPU hotplug: Sprinkle debugging checks to catch locking bugs
` [PATCH v2 07/45] CPU hotplug: Expose the new debug config option
` [PATCH v2 08/45] CPU hotplug: Convert preprocessor macros to static inline functions
` [PATCH v2 09/45] smp: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v2 10/45] sched/core: "
` [PATCH v2 11/45] migration: Use raw_spin_lock/unlock since interrupts are already disabled
` [PATCH v2 12/45] sched/fair: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v2 13/45] timer: "
` [PATCH v2 14/45] sched/rt: "
` [PATCH v2 15/45] rcu: "
` [PATCH v2 16/45] tick-broadcast: "
` [PATCH v2 17/45] time/clocksource: "
` [PATCH v2 18/45] softirq: "
` [PATCH v2 19/45] irq: "
` [PATCH v2 20/45] net: "
` [PATCH v2 21/45] block: "
` [PATCH v2 22/45] percpu_counter: "
` [PATCH v2 23/45] infiniband: ehca: "
` [PATCH v2 24/45] [SCSI] fcoe: "
` [PATCH v2 25/45] staging/octeon: "
` [PATCH v2 26/45] x86: "
` [PATCH v2 27/45] perf/x86: "
` [PATCH v2 28/45] KVM: "
` [PATCH v2 29/45] kvm/vmx: "
` [PATCH v2 30/45] x86/xen: "
` [PATCH v2 31/45] alpha/smp: "
` [PATCH v2 32/45] blackfin/smp: "
` [PATCH v2 33/45] cris/smp: "
` [PATCH v2 34/45] hexagon/smp: "
` [PATCH v2 35/45] ia64: irq, perfmon: "
` [PATCH v2 36/45] ia64: smp, tlb: "
` [PATCH v2 37/45] m32r: "
` [PATCH v2 38/45] MIPS: "
` [PATCH v2 39/45] mn10300: "
` [PATCH v2 40/45] powerpc, irq: Use GFP_ATOMIC allocations in atomic context
` [PATCH v2 41/45] powerpc: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v2 42/45] powerpc: Use get/put_online_cpus_atomic() to avoid false-positive warning
` [PATCH v2 43/45] sh: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v2 44/45] sparc: "
` [PATCH v2 45/45] tile: "

[PATCH v3] cpufreq: stats: Add 'load_table' debugfs file to show accumulated data of CPUs
 2013-06-26  8:04 UTC  (3+ messages)

[PATCH 1/2] ACPI/Processor: Clear unuseful variable count in the acpi_processor_preregister_performance()
 2013-06-26  6:57 UTC  (16+ messages)
` [PATCH 2/2] CPUFreq: Add new sysfs attribute freqdomain_cpus for acpi-freq driver

od_set_powersave_bias: NULL pointer dereference
 2013-06-26  6:48 UTC  (6+ messages)

[PATCH V7 00/30] thermal: exynos: Re-structure driver and add support for exynos5440
 2013-06-26  1:24 UTC  (50+ messages)
` [PATCH V7 02/30] thermal: exynos: Use ARCH_HAS_BANDGAP config to know the supported soc's
` [PATCH V7 03/30] thermal: exynos: Remove un-necessary CPU_THERMAL dependency
` [PATCH V7 04/30] thermal: exynos: Bifurcate exynos thermal common and tmu controller code
` [PATCH V7 05/30] thermal: exynos: Rename exynos_thermal.c to exynos_tmu.c
` [PATCH V7 06/30] thermal: exynos: Move exynos_thermal.h from include/* to driver/* folder
` [PATCH V7 07/30] thermal: exynos: Bifurcate exynos tmu driver and configuration data
` [PATCH V7 08/30] thermal: exynos: Add missing definations and code cleanup
` [PATCH V7 09/30] thermal: exynos: Add extra entries in the tmu platform data
` [PATCH V7 10/30] thermal: exynos: Move register definitions from driver to data file
` [PATCH V7 11/30] thermal: exynos: Support thermal tripping
` [PATCH V7 12/30] thermal: exynos: Fix to clear only the generated interrupts
` [PATCH V7 13/30] thermal: exynos: Add support for instance based register/unregister
` [PATCH V7 14/30] thermal: exynos: Modify private_data to appropriate name driver_data
` [PATCH V7 15/30] thermal: exynos: Return success even if no cooling data supplied
` [PATCH V7 16/30] thermal: exynos: Make the zone handling use trip information
  ` [PATCH RESEND "
` [PATCH V7 17/30] thermal: exynos: Remove non DT based support
` [PATCH V7 18/30] thermal: exynos: Add support to handle many instances of TMU
` [PATCH V7 19/30] thermal: exynos: Add TMU features to check instead of using SOC type
` [PATCH V7 20/30] thermal: exynos: use device resource management infrastructure
  ` [PATCH RESEND "
` [PATCH V7 21/30] thermal: exynos: Add support to access common register for multistance
` [PATCH V7 22/30] thermal: exynos: Add driver support for exynos5440 TMU sensor
` [PATCH V7 23/30] thermal: exynos: Add thermal configuration data "
` [PATCH V7 24/30] thermal: exynos: Fix to set the second point correction value
` [PATCH V7 25/30] thermal: exynos: Add hardware mode thermal calibration support
  ` [PATCH RESEND "
` [PATCH V7 26/30] thermal: exynos: Support for TMU regulator defined at device tree
` [PATCH V7 27/30] ARM: dts: thermal: exynos: Add documentation for Exynos SoC thermal bindings
` [PATCH V7 28/30] Documentation: thermal: Explain the exynos thermal driver model
` [PATCH V7 29/30] ARM: dts: Add device tree node for exynos5440 TMU controller
` [PATCH V7 30/30] arm: exynos: enable ARCH_HAS_BANDGAP

[PATCH v2] power: Add warning message about incorrect system date and time after resume when pm_trace is enabled
 2013-06-25 23:10 UTC  (2+ messages)

[LOCKDEP] cpufreq: possible circular locking dependency detected
 2013-06-25 21:15 UTC 

[PATCH 00/45] CPU hotplug: stop_machine()-free CPU hotplug, part 1
 2013-06-25 19:20 UTC  (22+ messages)
` [PATCH 01/45] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
` [PATCH 04/45] CPU hotplug: Add infrastructure to check lacking hotplug synchronization
` [PATCH 22/45] percpu_counter: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH 25/45] staging/octeon: "
` [PATCH 40/45] powerpc, irq: Use GFP_ATOMIC allocations in atomic context

[RESEND] [PATCH 0/2] Quiet power limit notification
 2013-06-25 18:53 UTC  (4+ messages)
` [PATCH 1/2] x86 thermal: Delete power-limit-notification console messages

[PATCH-next 00/32] Delete support for __cpuinit
 2013-06-25 14:30 UTC  (10+ messages)
` [PATCH 25/32] cpufreq: delete __cpuinit usage from all cpufreq files

[PATCH v2] regulator: max77693: Add max77693 regualtor driver
 2013-06-25 10:31 UTC  (2+ messages)

[PATCH v2 1/4] PM / tracing: Add pm_qos_update_target/flags tracepoints
 2013-06-24 22:34 UTC  (2+ messages)

[PATCHv3 0/6] arm: enable TI SoC thermal driver
 2013-06-24 21:39 UTC  (4+ messages)
` [PATCHv3 5/6] arm: omap2plus_defconfig: enable TI bandgap driver

[PATCHv v3] power: Include additional information in pm_print_times
 2013-06-24 20:38 UTC  (8+ messages)

[PATCH 1/2] power: add new interface to return pm_transition state
 2013-06-24 19:44 UTC  (4+ messages)

[PATCH] cpufreq: Fix race between sysfs writes and hotplug/policy update
 2013-06-24 19:19 UTC  (3+ messages)

[PATCH 00/13] CPUFreq: Fix {PRE|POST}CHANGE notification sequence
 2013-06-24 13:33 UTC  (9+ messages)
` [PATCH 13/13] cpufreq: make sure frequency transitions are serialized

[GIT PULL] ARM: CPUFreq updates for 3.11
 2013-06-24 13:20 UTC  (8+ messages)

[PATCH 1/2] cpufreq: Fix minor formatting issues
 2013-06-24 12:05 UTC  (2+ messages)

[PATCH] PM / wakeup: Adjust messaging for wake events during suspend
 2013-06-24 12:08 UTC  (2+ messages)

[PATCH v2] PM / Sleep: Print last wakeup source on failed wakeup_count write
 2013-06-24 12:06 UTC  (2+ messages)

[PATCH v2] PM / QOS: correct the valid range of pm_qos_class
 2013-06-24 12:04 UTC  (2+ messages)

[Resend PATCH] PM/Qos: Update Documentation/power/pm_qos_interface.txt
 2013-06-24 12:01 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).