linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-10 05:58:17 to 2013-02-18 13:30:34 UTC [more...]

pm_idle cleanup patch series
 2013-02-18 13:30 UTC  (28+ messages)
` [PATCH 01/16] APM idle: register apm_cpu_idle via cpuidle
  ` [PATCH 03/16] sh idle: rename global pm_idle to static sh_idle
  ` [PATCH 04/16] sparc idle: rename pm_idle to sparc_idle
  ` [PATCH 06/16] ARM idle: delete pm_idle
  ` [PATCH 07/16] ARM64 "
  ` [PATCH 08/16] cris idle: delete idle and pm_idle
  ` [PATCH 10/16] m32r idle: delete pm_idle, and other dead idle code
  ` [PATCH 11/16] microblaze idle: delete pm_idle
  ` [PATCH 12/16] mn10300 "
  ` [PATCH 13/16] openrisc "
    ` [ORLinux] "
  ` [PATCH 14/16] unicore32 idle: delete stray pm_idle comment
  ` [PATCH 15/16] PM idle: remove global declaration of pm_idle
  ` [PATCH 16/16] xen idle: make xen-specific macro xen-specific
    ` APM: Request to Test
      ` [PATCH v2] APM idle: register apm_cpu_idle via cpuidle

[PATCH v6 00/46] CPU hotplug: stop_machine()-free CPU hotplug
 2013-02-18 13:07 UTC  (48+ messages)
` [PATCH v6 01/46] percpu_rwlock: Introduce the global reader-writer lock backend
` [PATCH v6 02/46] percpu_rwlock: Introduce per-CPU variables for the reader and the writer
` [PATCH v6 03/46] percpu_rwlock: Provide a way to define and init percpu-rwlocks at compile time
` [PATCH v6 04/46] percpu_rwlock: Implement the core design of Per-CPU Reader-Writer Locks
` [PATCH v6 05/46] percpu_rwlock: Make percpu-rwlocks IRQ-safe, optimally
` [PATCH v6 06/46] percpu_rwlock: Rearrange the read-lock code to fastpath nested percpu readers
` [PATCH v6 07/46] percpu_rwlock: Allow writers to be readers, and add lockdep annotations
` [PATCH v6 08/46] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
` [PATCH v6 09/46] CPU hotplug: Convert preprocessor macros to static inline functions
` [PATCH v6 10/46] smp, cpu hotplug: Fix smp_call_function_*() to prevent CPU offline properly
` [PATCH v6 11/46] smp, cpu hotplug: Fix on_each_cpu_*() "
` [PATCH v6 12/46] sched/timer: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 13/46] sched/migration: Use raw_spin_lock/unlock since interrupts are already disabled
` [PATCH v6 14/46] sched/rt: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 15/46] tick: "
` [PATCH v6 16/46] time/clocksource: "
` [PATCH v6 17/46] clockevents: Use get/put_online_cpus_atomic() in clockevents_notify()
` [PATCH v6 18/46] softirq: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 19/46] irq: "
` [PATCH v6 20/46] net: "
` [PATCH v6 21/46] block: "
` [PATCH v6 22/46] crypto: pcrypt - Protect access to cpu_online_mask with get/put_online_cpus()
` [PATCH v6 23/46] infiniband: ehca: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 24/46] [SCSI] fcoe: "
` [PATCH v6 25/46] staging: octeon: "
` [PATCH v6 26/46] x86: "
` [PATCH v6 27/46] perf/x86: "
` [PATCH v6 28/46] KVM: Use get/put_online_cpus_atomic() to prevent CPU offline from atomic context
` [PATCH v6 29/46] kvm/vmx: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 30/46] x86/xen: "
` [PATCH v6 31/46] alpha/smp: "
` [PATCH v6 32/46] blackfin/smp: "
` [PATCH v6 33/46] cris/smp: "
` [PATCH v6 34/46] hexagon/smp: "
` [PATCH v6 35/46] ia64: "
` [PATCH v6 36/46] m32r: "
` [PATCH v6 37/46] MIPS: "
` [PATCH v6 38/46] mn10300: "
` [PATCH v6 39/46] parisc: "
` [PATCH v6 40/46] powerpc: "
` [PATCH v6 41/46] sh: "
` [PATCH v6 42/46] sparc: "
` [PATCH v6 43/46] tile: "
` [PATCH v6 44/46] cpu: No more __stop_machine() in _cpu_down()
` [PATCH v6 45/46] CPU hotplug, stop_machine: Decouple CPU hotplug from stop_machine() in Kconfig
` [PATCH v6 46/46] Documentation/cpu-hotplug: Remove references to stop_machine()

[PATCH] fuse: make fuse daemon frozen along with kernel threads
 2013-02-18 12:26 UTC  (27+ messages)
` [fuse-devel] "
      ` Getting rid of freezer for suspend [was Re: [fuse-devel] [PATCH] fuse: make fuse daemon frozen along with kernel threads]

[RFC PATCH 0/9] Support for tegra30 thermal
 2013-02-18 11:30 UTC  (10+ messages)
` [RFC PATCH 2/9] hwmon: (lm90) split set&show temp as common codes
` [RFC PATCH 4/9] hwmon: (lm90) use macros for the indexes of temp8 and temp11
  ` [RFC PATCH 1/9] ARM: dt: t30 cardhu: add dt entry for lm90
  ` [RFC PATCH 3/9] hwmon: (lm90) add support to handle irq
  ` [RFC PATCH 5/9] Thermal: Support using dt node to get sensor
  ` [RFC PATCH 6/9] hwmon: (lm90) Register to the thermal framework
  ` [RFC PATCH 8/9] ARM: dt: t30 cardhu: add dt entry for thermal driver
  ` [RFC PATCH 9/9] ARM: tegra: defconfig: enable thermal framework
` [RFC PATCH 7/9] thermal: tegra30: add tegra30 thermal driver

[PATCH v5 01/45] percpu_rwlock: Introduce the global reader-writer lock backend
 2013-02-18 10:58 UTC  (65+ messages)
` [PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug
  ` [PATCH v5 04/45] percpu_rwlock: Implement the core design of Per-CPU Reader-Writer Locks
  ` [PATCH v5 05/45] percpu_rwlock: Make percpu-rwlocks IRQ-safe, optimally
  ` [PATCH v5 06/45] percpu_rwlock: Allow writers to be readers, and add lockdep annotations
  ` [PATCH v5 07/45] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
  ` [PATCH v5 09/45] smp, cpu hotplug: Fix smp_call_function_*() to prevent CPU offline properly
  ` [PATCH v5 14/45] rcu, CPU hotplug: Fix comment referring to stop_machine()
  ` [PATCH v5 44/45] CPU hotplug, stop_machine: Decouple CPU hotplug from stop_machine() in Kconfig

idle patches queued for Linux-3.9
 2013-02-18  5:00 UTC  (8+ messages)
` [PATCH 10/16] cpuidle: remove vestage definition of cpuidle_state_usage.driver_data
` [PATCH 14/16] intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATES
        ` cpuidle sizes (Re: [PATCH 14/16] intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATES)

[PATCH v9 4/4] sd: change to auto suspend mode
 2013-02-18  3:20 UTC  (3+ messages)

usb_wwan_write() called while device still being resumed
 2013-02-18  3:20 UTC  (6+ messages)

[Bisected] 3.7-rc1 can't resume
 2013-02-17 20:52 UTC  (3+ messages)

[PATCH v2] firewire: Fix ohci free_irq() warning
 2013-02-17  8:41 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v5 0/4] Kirkwood and Dove Thermal drivers
 2013-02-16 19:10 UTC  (3+ messages)
` [PATCH v5 2/4] ARM: Kirkwood: Add support thermal sensor for 88F6282 and 88F6283

[PATCH] pm: provide stubs for PM VT console switch routines
 2013-02-15 17:00 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 0/2] cpufreq: cpufreq_driver_lock is hot on large systems
 2013-02-13 13:20 UTC  (9+ messages)
` [PATCH v2 linux-next "
  ` [PATCH v2 linux-next 2/2] cpufreq: Convert the cpufreq_driver_lock to use the rcu

Should SPARC use cpuidle? (was: linux-next: build failure after merge of the final tree (acpi tree related))
 2013-02-12 19:42 UTC  (4+ messages)
      ` Should SPARC use cpuidle?

[PATCH] thermal: return an error on failure to register thermal class
 2013-02-12 19:39 UTC 

[PATCH 1/3] cpufreq: exynos: Remove error return even if no soc found
 2013-02-12  5:00 UTC  (7+ messages)
` [PATCH 3/3] dts: Add cpufreq controller node for Exynos5440 SoC

[PATCH] cpufreq: 64bit divide in intel_pstate_calc_busy()
 2013-02-11 19:42 UTC  (2+ messages)

[PATCH] cpufreq: dereference cpufreq_driver after check
 2013-02-11 15:29 UTC  (3+ messages)

cpufreq.c:1779 suspicious rcu_dereference_check() usage!
 2013-02-11 15:03 UTC  (3+ messages)

[cpufreq] WARNING: at kernel/lockdep.c:2739 lockdep_trace_alloc()
 2013-02-11 13:08 UTC  (3+ messages)

[PATCH V2 0/4] CPUFreq: Implement per policy instances of governors
 2013-02-11  7:50 UTC  (5+ messages)
` [PATCH V2 1/4] cpufreq: Add per policy governor-init/exit infrastructure
  ` [PATCH V2 2/4] cpufreq: governor: Implement per policy instances of governors
  ` [PATCH V2 3/4] cpufreq: Add Kconfig option to enable/disable have_multiple_policies
  ` [PATCH V2 4/4] cpufreq: Get rid of "struct global_attr"

[PATCH 0/4] CPUFreq: Implement per policy instances of governors
 2013-02-11  4:39 UTC  (5+ messages)
` [PATCH 4/4] cpufreq: governor: "

[PATCH V3] thermal: exynos: Adapt to temperature emulation core thermal framework
 2013-02-11  3:54 UTC 

[PATCH V2 0/2] Thermal: cpufreq cooling fix
 2013-02-11  3:44 UTC 

Two x86 idle cleanups
 2013-02-10 22:33 UTC  (6+ messages)
` [PATCH 1/2] x86 idle: remove mwait_idle() and "idle=mwait" cmdline param
  ` [PATCH 2/2] x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag
    ` [PATCH 2/2 v2] "


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