messages from 2013-01-14 15:43:38 to 2013-01-22 19:32:32 UTC [more...]
[PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug
2013-01-22 19:32 UTC (48+ messages)
` [PATCH v5 01/45] percpu_rwlock: Introduce the global reader-writer lock backend
` [PATCH v5 02/45] percpu_rwlock: Introduce per-CPU variables for the reader and the writer
` [PATCH v5 03/45] percpu_rwlock: Provide a way to define and init percpu-rwlocks at compile time
` [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 08/45] CPU hotplug: Convert preprocessor macros to static inline functions
` [PATCH v5 09/45] smp, cpu hotplug: Fix smp_call_function_*() to prevent CPU offline properly
` [PATCH v5 10/45] smp, cpu hotplug: Fix on_each_cpu_*() "
` [PATCH v5 11/45] sched/timer: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 12/45] sched/migration: Use raw_spin_lock/unlock since interrupts are already disabled
` [PATCH v5 13/45] sched/rt: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 14/45] rcu, CPU hotplug: Fix comment referring to stop_machine()
` [PATCH v5 15/45] tick: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 16/45] time/clocksource: "
` [PATCH v5 17/45] softirq: "
` [PATCH v5 18/45] irq: "
` [PATCH v5 19/45] net: "
` [PATCH v5 20/45] block: "
` [PATCH v5 21/45] crypto: pcrypt - Protect access to cpu_online_mask with get/put_online_cpus()
` [PATCH v5 22/45] infiniband: ehca: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 23/45] [SCSI] fcoe: "
` [PATCH v5 24/45] staging: octeon: "
` [PATCH v5 25/45] x86: "
` [PATCH v5 26/45] perf/x86: "
` [PATCH v5 27/45] KVM: Use get/put_online_cpus_atomic() to prevent CPU offline from atomic context
` [PATCH v5 28/45] kvm/vmx: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 29/45] x86/xen: "
` [PATCH v5 30/45] alpha/smp: "
` [PATCH v5 31/45] blackfin/smp: "
` [PATCH v5 32/45] cris/smp: "
` [PATCH v5 33/45] hexagon/smp: "
` [PATCH v5 34/45] ia64: "
` [PATCH v5 35/45] m32r: "
` [PATCH v5 36/45] MIPS: "
` [PATCH v5 37/45] mn10300: "
` [PATCH v5 38/45] parisc: "
` [PATCH v5 39/45] powerpc: "
` [PATCH v5 40/45] sh: "
` [PATCH v5 41/45] sparc: "
` [PATCH v5 42/45] tile: "
` [PATCH v5 43/45] cpu: No more __stop_machine() in _cpu_down()
` [PATCH v5 44/45] CPU hotplug, stop_machine: Decouple CPU hotplug from stop_machine() in Kconfig
` [PATCH v5 45/45] Documentation/cpu-hotplug: Remove references to stop_machine()
[PATCH 1/2] cpufreq: exynos: Initialise return variable
2013-01-22 13:59 UTC (4+ messages)
` [PATCH 2/2] cpufreq: exynos: Fix unsigned variable being checked for negative value
[PATCH v13 0/9] ZPODD Patches
2013-01-22 11:27 UTC (33+ messages)
` [PATCH v13 1/9] scsi: sr: support runtime pm
` [RFC PATCH] "
` [PATCH v13 2/9] libata: identify and init ZPODD devices
` [PATCH v13 3/9] libata: move acpi notification code to zpodd
` [PATCH v13 4/9] libata: check zero power ready status for ZPODD
` [PATCH v13 5/9] libata: handle power transition of ODD
` [PATCH v13 6/9] libata: expose pm qos flags for ata device
` [PATCH v13 7/9] libata: scsi: no poll when ODD is powered off
` [PATCH v13 8/9] libata: do not suspend port if normal ODD is attached
` [PATCH v13 9/9] scsi: remove can_power_off flag from scsi_device
[PATCH] libata: pm: differentiate system and runtime pm for ata port
2013-01-22 8:48 UTC (2+ messages)
[PATCH 0/4] ACPI / PM: Initial power state checking and power state setting changes
2013-01-22 7:10 UTC (6+ messages)
` [PATCH 1/4] ACPI / PM: Make acpi_bus_init_power() more robust
` [PATCH 2/4] ACPI / PM: Introduce helper for executing _PSn methods
` [PATCH 3/4] ACPI / PM: Always evaluate _PSn after setting power resources
` [PATCH 4/4] ACPI / PM: Sanitize checks in acpi_power_on_resources()
[PATCH 1/2] thermal: sysfs: Add a new sysfs node emul_temp
2013-01-22 3:20 UTC (5+ messages)
[PATCH v8 3/3] PM: Introduce Intel PowerClamp Driver
2013-01-21 12:37 UTC
[PATCH] clk: allow reparenting of a clock to the orphan list
2013-01-21 13:03 UTC
[PATCH v7 0/4] block layer runtime pm
2013-01-21 12:44 UTC (15+ messages)
` [PATCH v7 1/4] block: add a flag to identify PM request
` [PATCH v7 2/4] block: add runtime pm helpers
` [PATCH v7 3/4] block: implement runtime pm strategy
` [PATCH v7 4/4] sd: change to auto suspend mode
[PATCH 0/4] OPP usage fixes for RCU locking
2013-01-21 12:40 UTC (8+ messages)
` [PATCH 1/4] cpufreq: OMAP: use RCU locks around usage of OPP
` [PATCH 2/4] cpufreq: cpufreq-cpu0: "
` [PATCH 3/4] PM / devfreq: add locking documentation for recommended_opp
` [PATCH 4/4] PM / devfreq: exynos4_bus: honor RCU lock usage
[PATCHv2 0/9] Thermal Framework Enhancements
2013-01-21 10:10 UTC (4+ messages)
` [PATCH 6/9] Thermal: Add Documentation to new APIs
[PATCH 27/33] thermal: Convert to devm_ioremap_resource()
2013-01-21 10:09 UTC
[PATCH] thermal: rcar: add Device Tree support
2013-01-21 4:08 UTC (2+ messages)
[PATCH 2/5 RESEND] thermal: exynos: Miscellaneous fixes to support falling threshold interrupt
2013-01-20 12:53 UTC (3+ messages)
` [PATCH V3 2/3] "
[PATCH] drivers/cpufreq: Warn user when powernow-k8 tries to fall back to acpi-cpufreq and it is unavailable
2013-01-18 19:58 UTC (17+ messages)
` [PATCH] powernow-k8: Add a kconfig dependency on acpi-cpufreq
[PATCH] clk: remove unreachable code
2013-01-18 17:43 UTC (5+ messages)
[UPDATE v7 3/3] pm/powerclamp: fix type check warnings
2013-01-18 9:30 UTC
[PATCH 1/4] ARM: EXYNOS5: Add PPMU device tree support
2013-01-18 13:24 UTC (6+ messages)
` [PATCH 4/4] PM/Devfreq: Add Exynos5-bus devfreq driver for Exynos5250
` [PATCH v4 4/4] PM: Devfreq: "
` [PATCH v4 1/4] ARM: EXYNOS5: Add PPMU device tree support
[PATCH 3/4] PM: DEVFREQ: Move exynos4 devfreq driver into a new sub-directory
2013-01-18 13:24 UTC (2+ messages)
` [PATCH v4 "
[PATCH 2/4] ARM: EXYNOS5: Support Exynos5-bus devfreq driver
2013-01-18 13:23 UTC (2+ messages)
` [PATCH v4 "
[PATCH v7 0/6] solve deadlock caused by memory allocation with I/O
2013-01-18 10:22 UTC (6+ messages)
[PATCH] cpufreq: handle cpufreq being disabled for all exported function
2013-01-17 16:22 UTC
[PATCH v7 3/3] PM: Introduce Intel PowerClamp Driver
2013-01-17 14:35 UTC (3+ messages)
[PATCH v6 0/3] PM: Intel PowerClamp driver
2013-01-17 14:35 UTC (9+ messages)
` [PATCH v6 1/3] tick: export nohz tick idle symbols for module use
` [PATCH v6 2/3] x86/nmi: export local_touch_nmi() symbol for modules
` [PATCH v6 3/3] PM: Introduce Intel PowerClamp Driver
[PATCH RESEND 0/4] thermal sys: couple of fixes and cleanups
2013-01-17 7:10 UTC (11+ messages)
` [PATCH RESEND 1/4] thermal: Use thermal zone device id in netlink messages
` [PATCH RESEND 2/4] thermal: remove unnecessary include
` [PATCH RESEND 3/4] thermal: cleanup: use dev_* helper functions
` [PATCH RESEND 4/4] thermal: check for invalid trip setup when registering thermal device
-next: no resume from suspend
2013-01-16 23:13 UTC (11+ messages)
[GIT PULL] ACPI and power management fixes for v3.8-rc4
2013-01-16 22:16 UTC
[Update] [PATCH v6 3/3] PM: Introduce Intel PowerClamp Driver
2013-01-16 20:59 UTC (2+ messages)
[PATCH] cpufreq: handle cpufreq being disabled for all exported function
2013-01-16 20:42 UTC
[PATCH] PM / Runtime: return the right value when deferred_resume is true in rpm_suspend()
2013-01-15 23:51 UTC (2+ messages)
[PATCH] PM / Runtime: Fix the twice judgement in rpm_suspend/resume()
2013-01-15 15:50 UTC (4+ messages)
[PATCH v3 0/2] Add imx6q-cpufreq driver support
2013-01-15 14:53 UTC (4+ messages)
` [PATCH v3 1/2] cpufreq: add imx6q-cpufreq driver
[Announcement] bleeding-edge branch in the linux-pm.git tree
2013-01-15 12:57 UTC (2+ messages)
hi
2013-01-15 11:55 UTC
[PATCH 1/3] PM / devfreq: set min/max freq limit from freq table
2013-01-15 11:46 UTC (9+ messages)
` [PATCH 2/3] PM / devfreq: fix stats start time stamp
` [PATCH 3/3] PM / devfreq: account suspend/resume for stats
[PATCH v12 0/9] ZPODD Patches
2013-01-15 7:12 UTC (9+ messages)
` [PATCH v12 7/9] libata: scsi: no poll when ODD is powered off
[PATCH] aspm.c: allow to enable PCIe ASPM for PCIe bridges acting as an endpoint
2013-01-15 0:29 UTC
[PATCH v6 3/4] block: implement runtime pm strategy
2013-01-14 18:13 UTC (2+ messages)
[PATCH] PM / Runtime: Fix the twice judgement in rpm_suspend/resume()
2013-01-14 17:48 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).