From: James Bottomley <James.Bottomley@suse.de>
To: Linux PM <linux-pm@lists.linux-foundation.org>
Cc: markgross@thegnar.org
Subject: [PATCH 0/3] pm_qos: redo as plist and remove allocations
Date: Mon, 28 Jun 2010 12:33:54 -0500 [thread overview]
Message-ID: <1277746434.10879.191.camel@mulgrave.site> (raw)
I've done a bit more testing and sorted out some bugs (including several
in the plist patch where it wasn't firing the notifier correctly).
It looks OK to my test set up, but since I'm using artificial pm_qos
things, it would be good to have the real consumers test it out.
This is the patch layout:
James Bottomley (3):
plist: add plist_last
pm_qos: reimplement using plists
pm_qos: get rid of the allocation in pm_qos_add_request()
drivers/net/e1000e/netdev.c | 17 +--
drivers/net/igbvf/netdev.c | 9 +-
drivers/net/wireless/ipw2x00/ipw2100.c | 12 +-
include/linux/netdevice.h | 2 +-
include/linux/plist.h | 29 +++++
include/linux/pm_qos_params.h | 13 ++-
include/sound/pcm.h | 2 +-
kernel/pm_qos_params.c | 211 +++++++++++++++++---------------
sound/core/pcm_native.c | 13 +--
9 files changed, 175 insertions(+), 133 deletions(-)
next reply other threads:[~2010-06-28 17:33 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-28 17:33 James Bottomley [this message]
2010-06-28 17:41 ` [PATCH 1/3] plist: add plist_last James Bottomley
2010-07-01 22:21 ` Rafael J. Wysocki
2010-06-28 17:42 ` [PATCH 2/3] pm_qos: reimplement using plists James Bottomley
2010-06-29 4:39 ` mark gross
2010-07-01 22:22 ` Rafael J. Wysocki
2010-06-28 17:44 ` [PATCH 3/3] pm_qos: get rid of the allocation in pm_qos_add_request() James Bottomley
[not found] ` <1277747088.10879.201.camel@mulgrave.site>
2010-06-28 21:59 ` Rafael J. Wysocki
[not found] ` <201006282359.18045.rjw@sisk.pl>
2010-06-28 22:10 ` James Bottomley
[not found] ` <1277763049.10879.204.camel@mulgrave.site>
2010-06-29 9:20 ` Rafael J. Wysocki
2010-06-30 16:45 ` Daniel Walker
2010-06-29 4:39 ` mark gross
[not found] ` <20100629043954.GB6250@gvim.org>
2010-07-01 22:23 ` Rafael J. Wysocki
[not found] ` <201007020023.13815.rjw@sisk.pl>
2010-07-01 22:30 ` James Bottomley
[not found] ` <1278023439.2813.388.camel@mulgrave.site>
2010-07-01 22:38 ` Rafael J. Wysocki
2010-07-05 6:41 ` Takashi Iwai
[not found] ` <s5hvd8ubfcz.wl%tiwai@suse.de>
2010-07-05 14:02 ` James Bottomley
[not found] ` <1278338568.2850.1.camel@mulgrave.site>
2010-07-05 19:16 ` mark gross
2010-07-05 21:07 ` Rafael J. Wysocki
[not found] ` <201007052307.07655.rjw@sisk.pl>
2010-07-06 16:12 ` James Bottomley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1277746434.10879.191.camel@mulgrave.site \
--to=james.bottomley@suse.de \
--cc=linux-pm@lists.linux-foundation.org \
--cc=markgross@thegnar.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox