login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
August
»
5
Re: Attempted summary of suspend-blockers LKML thread
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Paul E. McKenney
Subject:
Re: Attempted summary of suspend-blockers LKML thread
Date: Wednesday, August 4, 2010 - 9:05 pm
On Wed, Aug 04, 2010 at 07:46:56PM -0700, Brian Swetland wrote:
quoted text
> 2010/8/4 Paul E. McKenney <paulmck@linux.vnet.ibm.com>: > > On Wed, Aug 04, 2010 at 03:08:33PM -0700, Arve Hjønnevåg wrote: > >> On Wed, Aug 4, 2010 at 1:56 PM, Matthew Garrett <mjg59@srcf.ucam.org> wrote: > > > > [ . . . ] > > > >> > having this conversation? :) It'd be good to have some feedback from > >> > Google as to whether this satisfies their functional requirements. > >> > >> That is "this"? The merged code? If so, no it does not satisfy our > >> requirements. The in kernel api, while offering similar functionality > >> to the wakelock interface, does not use any handles which makes it > >> impossible to get reasonable stats (You don't know which pm_stay_awake > >> request pm_relax is reverting). The proposed in user-space interface > >> of calling into every process that receives wakeup events before every > >> suspend call is also not compatible with existing apps. > > > > I should have asked this earlier... What exactly are the apps' > > compatibility constraints? Source-level APIs? Byte-code class-library > > invocations? C/C++ dynamic linking? C/C++ static linking (in other > > words, syscall)? > > For Java/Dalvik apps, the wakelock API is pertty high level -- it > talks to a service via RPC (Binder) that actually interacts with the > kernel. Changing the basic kernel<->userspace interface (within > reason) is not unthinkable. For example, Arve's suspend_blocker patch > provides a device interface rather than the proc interface the older > wakelock patches use. We'd have to make some userspace changes to > support that but they're pretty low level and minor. > > In the current model, only a few processes need to specifically > interact with the kernel (the power management service in the > system_server, possibly the media_server and the radio interface > glue). A model where every process needs to have a bunch of > instrumentation is not very desirable from our point of view. We > definitely do need reasonable statistics in order to enable debugging > and to enable reporting to endusers (through the Battery Usage UI) > what's keeping the device awake.
Thank you for the info! Thanx, Paul --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Sat Jul 31, 10:58 am)
Re: Attempted summary of suspend-blockers LKML thread
, Arjan van de Ven
, (Sat Jul 31, 9:52 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Sat Jul 31, 10:48 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arjan van de Ven
, (Sat Jul 31, 11:01 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Mikael Abrahamsson
, (Sat Jul 31, 11:24 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Mikael Abrahamsson
, (Sat Jul 31, 11:49 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Sun Aug 1, 12:12 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Sun Aug 1, 12:27 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Ted Ts'o
, (Sun Aug 1, 1:40 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arjan van de Ven
, (Sun Aug 1, 3:47 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arjan van de Ven
, (Sun Aug 1, 3:49 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arjan van de Ven
, (Sun Aug 1, 4:00 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Sun Aug 1, 4:02 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arjan van de Ven
, (Sun Aug 1, 4:12 pm)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, James Bottomley
, (Sun Aug 1, 4:16 pm)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, James Bottomley
, (Sun Aug 1, 4:30 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Sun Aug 1, 6:10 pm)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Paul E. McKenney
, (Sun Aug 1, 6:11 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Sun Aug 1, 8:03 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Sun Aug 1, 8:04 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arjan van de Ven
, (Sun Aug 1, 8:06 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arjan van de Ven
, (Sun Aug 1, 9:05 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Sun Aug 1, 10:06 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Sun Aug 1, 10:34 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Sun Aug 1, 10:44 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Sun Aug 1, 11:06 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Sun Aug 1, 11:40 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Sun Aug 1, 11:53 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Mon Aug 2, 12:02 am)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Mon Aug 2, 12:23 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Mon Aug 2, 2:06 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Ted Ts'o
, (Mon Aug 2, 5:12 am)
Re: Attempted summary of suspend-blockers LKML thread
, Ted Ts'o
, (Mon Aug 2, 5:27 am)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Mon Aug 2, 6:52 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Mon Aug 2, 7:00 am)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Mon Aug 2, 7:08 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Mon Aug 2, 7:09 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Mon Aug 2, 7:12 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, James Bottomley
, (Mon Aug 2, 9:51 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Ted Ts'o
, (Mon Aug 2, 11:47 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Mon Aug 2, 1:36 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Mon Aug 2, 2:33 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Mon Aug 2, 3:27 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Mon Aug 2, 3:40 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Mon Aug 2, 5:08 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Mon Aug 2, 8:21 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Mon Aug 2, 9:18 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul Menage
, (Mon Aug 2, 9:38 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul Menage
, (Mon Aug 2, 9:41 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Mon Aug 2, 9:44 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Mon Aug 2, 9:56 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Mon Aug 2, 10:01 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Mon Aug 2, 10:06 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Tue Aug 3, 4:25 am)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Tue Aug 3, 4:26 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Tue Aug 3, 7:11 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Tue Aug 3, 8:41 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, James Bottomley
, (Tue Aug 3, 9:02 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Arve Hjønnevåg
, (Tue Aug 3, 3:08 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Tue Aug 3, 3:23 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Tue Aug 3, 3:47 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Tue Aug 3, 4:19 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Tue Aug 3, 5:10 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Tue Aug 3, 5:51 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Tue Aug 3, 6:09 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arjan van de Ven
, (Tue Aug 3, 6:34 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Tue Aug 3, 8:39 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arjan van de Ven
, (Tue Aug 3, 8:57 pm)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, James Bottomley
, (Tue Aug 3, 9:00 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Tue Aug 3, 9:47 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Tue Aug 3, 9:55 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Olivier Galibert
, (Tue Aug 3, 9:58 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Tue Aug 3, 10:22 pm)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Arve Hjønnevåg
, (Tue Aug 3, 10:43 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Tue Aug 3, 10:46 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Tue Aug 3, 10:59 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Tue Aug 3, 11:03 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Tue Aug 3, 11:12 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Olivier Galibert
, (Tue Aug 3, 11:28 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Tue Aug 3, 11:30 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Tue Aug 3, 11:48 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Tue Aug 3, 11:50 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Wed Aug 4, 12:10 am)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Wed Aug 4, 12:35 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 12:42 am)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Wed Aug 4, 4:47 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 9:27 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 9:32 am)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Wed Aug 4, 9:35 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 11:30 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 11:32 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 11:39 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 11:51 am)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Wed Aug 4, 11:55 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 12:15 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Wed Aug 4, 12:21 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 12:29 pm)
Attempted summary of suspend-blockers LKML thread, take two
, Paul E. McKenney
, (Wed Aug 4, 12:57 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Wed Aug 4, 12:57 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 1:08 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Wed Aug 4, 1:31 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Pavel Machek
, (Wed Aug 4, 1:42 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Wed Aug 4, 1:43 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Wed Aug 4, 1:46 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Wed Aug 4, 1:48 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Wed Aug 4, 1:51 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 1:51 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Wed Aug 4, 1:56 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Pavel Machek
, (Wed Aug 4, 2:15 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 2:15 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Wed Aug 4, 2:31 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Wed Aug 4, 2:39 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Mark Brown
, (Wed Aug 4, 2:40 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Wed Aug 4, 3:08 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 3:20 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 3:29 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 3:31 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 3:42 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Wed Aug 4, 3:51 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 3:54 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 3:56 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 4:04 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 4:06 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 4:10 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Anca Emanuel
, (Wed Aug 4, 4:13 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Wed Aug 4, 4:15 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 4:15 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 4:19 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 4:19 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 4:23 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Wed Aug 4, 4:26 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 4:30 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Wed Aug 4, 4:33 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 4:39 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Wed Aug 4, 4:40 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 4:49 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 4:53 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 5:00 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Wed Aug 4, 5:10 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Wed Aug 4, 5:15 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 5:17 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Wed Aug 4, 5:20 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 5:25 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 5:48 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Wed Aug 4, 6:02 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Matt Helsley
, (Wed Aug 4, 6:58 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Brian Swetland
, (Wed Aug 4, 7:02 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 7:39 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Brian Swetland
, (Wed Aug 4, 7:46 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Matt Helsley
, (Wed Aug 4, 8:25 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 8:59 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Wed Aug 4, 9:05 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Wed Aug 4, 10:18 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Wed Aug 4, 10:33 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Florian Mickler
, (Wed Aug 4, 10:56 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 6:04 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Thu Aug 5, 6:18 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 6:21 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 6:28 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Brian Swetland
, (Thu Aug 5, 6:37 am)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Thu Aug 5, 6:38 am)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Thu Aug 5, 6:40 am)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Thu Aug 5, 6:47 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 7:07 am)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Thu Aug 5, 7:16 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 7:22 am)
Re: Attempted summary of suspend-blockers LKML thread
, Brian Swetland
, (Thu Aug 5, 7:23 am)
Re: Attempted summary of suspend-blockers LKML thread
, Brian Swetland
, (Thu Aug 5, 7:29 am)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Thu Aug 5, 7:33 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 7:34 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Thu Aug 5, 7:40 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Thu Aug 5, 8:12 am)
Re: Attempted summary of suspend-blockers LKML thread
, Brian Swetland
, (Thu Aug 5, 8:15 am)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Thu Aug 5, 8:34 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 8:46 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Mark Brown
, (Thu Aug 5, 9:09 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Thu Aug 5, 11:09 am)
Re: Attempted summary of suspend-blockers LKML thread
, kevin granade
, (Thu Aug 5, 11:13 am)
Re: Attempted summary of suspend-blockers LKML thread
, Brian Swetland
, (Thu Aug 5, 11:20 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Paul E. McKenney
, (Thu Aug 5, 11:21 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 1:09 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 1:26 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 1:30 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Thu Aug 5, 1:31 pm)
Re: Attempted summary of suspend-blockers LKML thread
, kevin granade
, (Thu Aug 5, 1:51 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Thu Aug 5, 3:02 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 3:09 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Brian Swetland
, (Thu Aug 5, 3:16 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Thu Aug 5, 4:03 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Thu Aug 5, 4:05 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Thu Aug 5, 4:19 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Thu Aug 5, 4:35 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Thu Aug 5, 4:41 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Brian Swetland
, (Thu Aug 5, 5:13 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 5:16 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Brian Swetland
, (Thu Aug 5, 5:22 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Brian Swetland
, (Thu Aug 5, 5:29 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Thu Aug 5, 5:42 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Thu Aug 5, 6:01 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Brian Swetland
, (Thu Aug 5, 6:22 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Arve Hjønnevåg
, (Thu Aug 5, 6:29 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Fri Aug 6, 1:07 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Fri Aug 6, 1:29 am)
Re: Attempted summary of suspend-blockers LKML thread
, Mark Brown
, (Fri Aug 6, 5:30 am)
Re: Attempted summary of suspend-blockers LKML thread
, Mark Brown
, (Fri Aug 6, 5:35 am)
Re: Attempted summary of suspend-blockers LKML thread
, Mark Brown
, (Fri Aug 6, 5:43 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Fri Aug 6, 9:00 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Fri Aug 6, 10:09 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Fri Aug 6, 10:22 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Fri Aug 6, 10:24 am)
Re: Attempted summary of suspend-blockers LKML thread
, Mark Brown
, (Fri Aug 6, 10:33 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Fri Aug 6, 11:18 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Fri Aug 6, 3:12 pm)
Attempted summary of suspend-blockers LKML thread, take three
, Paul E. McKenney
, (Fri Aug 6, 3:54 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Fri Aug 6, 4:35 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Fri Aug 6, 4:59 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Mark Brown
, (Fri Aug 6, 5:14 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Fri Aug 6, 5:25 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Fri Aug 6, 5:36 pm)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Fri Aug 6, 6:00 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Fri Aug 6, 6:40 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Brian Swetland
, (Fri Aug 6, 7:05 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Fri Aug 6, 8:14 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Ted Ts'o
, (Fri Aug 6, 11:15 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Ted Ts'o
, (Fri Aug 6, 11:28 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Rafael J. Wysocki
, (Sat Aug 7, 2:01 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Rafael J. Wysocki
, (Sat Aug 7, 2:11 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Rafael J. Wysocki
, (Sat Aug 7, 2:12 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Sat Aug 7, 2:38 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Sat Aug 7, 3:00 am)
Re: Attempted summary of suspend-blockers LKML thread
, Mark Brown
, (Sat Aug 7, 6:07 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Sat Aug 7, 7:36 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Theodore Tso
, (Sat Aug 7, 7:46 am)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Sat Aug 7, 8:07 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Sat Aug 7, 8:32 am)
Re: Attempted summary of suspend-blockers LKML thread
, david
, (Sat Aug 7, 1:17 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Sat Aug 7, 1:36 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Paul E. McKenney
, (Sat Aug 7, 2:11 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Sat Aug 7, 2:20 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Sun Aug 8, 5:40 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Sun Aug 8, 5:53 am)
Re: Attempted summary of suspend-blockers LKML thread
, Felipe Contreras
, (Sun Aug 8, 6:35 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Ted Ts'o
, (Sun Aug 8, 8:57 am)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Sun Aug 8, 9:08 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Matthew Garrett
, (Sun Aug 8, 9:17 am)
Re: Attempted summary of suspend-blockers LKML thread
, Felipe Contreras
, (Sun Aug 8, 10:08 am)
Re: Attempted summary of suspend-blockers LKML thread
, Matthew Garrett
, (Sun Aug 8, 10:09 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Sun Aug 8, 10:40 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Brian Swetland
, (Sun Aug 8, 11:02 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Sun Aug 8, 11:07 am)
Re: Attempted summary of suspend-blockers LKML thread
, Mark Brown
, (Sun Aug 8, 11:34 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Ted Ts'o
, (Sun Aug 8, 2:38 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Pavel Machek
, (Mon Aug 9, 12:26 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Brian Swetland
, (Mon Aug 9, 12:34 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Alan Cox
, (Mon Aug 9, 3:24 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Mon Aug 9, 11:16 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Mon Aug 9, 11:28 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Mon Aug 9, 11:54 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Alan Cox
, (Mon Aug 9, 12:18 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Brian Swetland
, (Mon Aug 9, 12:32 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Mon Aug 9, 6:17 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Mon Aug 9, 9:45 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Alan Cox
, (Tue Aug 10, 1:38 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Matthew Garrett
, (Tue Aug 10, 7:11 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Mark Brown
, (Tue Aug 10, 7:15 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Alan Cox
, (Tue Aug 10, 7:40 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Alan Cox
, (Tue Aug 10, 7:44 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Matthew Garrett
, (Tue Aug 10, 7:55 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Tue Aug 10, 11:07 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Matthew Garrett
, (Tue Aug 10, 11:13 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Tue Aug 10, 11:18 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Tue Aug 10, 5:42 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Tue Aug 10, 5:44 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Tue Aug 10, 6:28 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Tue Aug 10, 7:21 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Tue Aug 10, 8:00 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Wed Aug 11, 9:57 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Wed Aug 11, 12:18 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Wed Aug 11, 12:25 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Ted Ts'o
, (Wed Aug 11, 12:31 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Mark Brown
, (Wed Aug 11, 12:43 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Wed Aug 11, 1:00 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Wed Aug 11, 2:25 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Brian Swetland
, (Wed Aug 11, 2:37 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Wed Aug 11, 3:03 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Brian Swetland
, (Wed Aug 11, 3:12 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Wed Aug 11, 3:12 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Wed Aug 11, 3:28 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Wed Aug 11, 3:49 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Wed Aug 11, 5:17 pm)
Re: Attempted summary of suspend-blockers LKML thread
, Felipe Contreras
, (Wed Aug 11, 5:23 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Wed Aug 11, 5:28 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Wed Aug 11, 5:46 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Brian Swetland
, (Wed Aug 11, 6:03 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Wed Aug 11, 6:06 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Wed Aug 11, 6:25 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Wed Aug 11, 8:44 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Thu Aug 12, 3:36 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Theodore Tso
, (Thu Aug 12, 3:47 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Thu Aug 12, 4:11 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Mark Brown
, (Thu Aug 12, 7:09 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Thu Aug 12, 9:19 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Thu Aug 12, 9:57 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Brian Swetland
, (Thu Aug 12, 10:33 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Thu Aug 12, 10:43 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Thu Aug 12, 10:52 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Thu Aug 12, 11:38 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Thu Aug 12, 12:00 pm)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Dominik Brodowski
, (Thu Aug 12, 12:27 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Thu Aug 12, 12:34 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Brian Swetland
, (Thu Aug 12, 12:48 pm)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Dominik Brodowski
, (Thu Aug 12, 12:52 pm)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Alan Cox
, (Fri Aug 13, 3:30 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Alan Cox
, (Fri Aug 13, 3:35 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Felipe Contreras
, (Fri Aug 13, 3:43 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Alan Cox
, (Fri Aug 13, 3:57 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Fri Aug 13, 3:58 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Fri Aug 13, 7:42 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Fri Aug 13, 8:14 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Fri Aug 13, 8:22 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Fri Aug 13, 8:28 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Fri Aug 13, 8:29 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Felipe Contreras
, (Fri Aug 13, 8:40 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Dominik Brodowski
, (Fri Aug 13, 8:57 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Joe Perches
, (Fri Aug 13, 9:06 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Dominik Brodowski
, (Fri Aug 13, 9:19 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Felipe Contreras
, (Fri Aug 13, 9:19 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, James Bottomley
, (Fri Aug 13, 10:11 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Fri Aug 13, 10:13 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Ted Ts'o
, (Fri Aug 13, 12:08 pm)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Brian Swetland
, (Fri Aug 13, 12:29 pm)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, James Bottomley
, (Fri Aug 13, 5:43 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Pavel Machek
, (Sat Aug 14, 12:38 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Sat Aug 14, 8:10 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Arjan van de Ven
, (Sat Aug 14, 9:53 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Sun Aug 15, 12:00 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Matthew Garrett
, (Mon Aug 16, 9:09 am)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Rafael J. Wysocki
, (Mon Aug 16, 2:11 pm)
Re: [linux-pm] Attempted summary of suspend-blockers LKML ...
, Igor Stoppa
, (Tue Aug 17, 5:07 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Ted Ts'o
, (Tue Aug 17, 8:25 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, david
, (Thu Aug 19, 4:10 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Thu Aug 19, 9:58 pm)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Pavel Machek
, (Sat Aug 28, 1:51 am)
Re: Attempted summary of suspend-blockers LKML thread, tak ...
, Paul E. McKenney
, (Mon Aug 30, 5:04 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_SSB_PCIHOST=n
Linux Kernel Mailing List
9p: block-based virtio client
linux-netdev
:
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
David Daney
[PATCH 5/7] Staging: Octeon Ethernet: Convert to NAPI.
Wolfgang Grandegger
[PATCH net-next v4 1/3] can: mscan: fix improper return if dlc <