public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Sven Eckelmann <sven@narfation.org>
Cc: linux-m32r-ja@ml.linux-m32r.org, linux-mips@linux-mips.org,
	linux-ia64@vger.kernel.org, linux-doc@vger.kernel.org,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Heiko Carstens <heiko.carstens@de.ibm.com>,
	Randy Dunlap <rdunlap@xenotime.net>,
	Paul Mackerras <paulus@samba.org>, Helge Deller <deller@gmx.de>,
	sparclinux@vger.kernel.org, linux-arch@vger.kernel.org,
	linux-s390@vger.kernel.org, Russell King <linux@arm.linux.org.uk>,
	user-mode-linux-devel@lists.sourceforge.net,
	Richard Weinberger <richard@nod.at>,
	Hirokazu Takata <takata@linux-m32r.org>,
	x86@kernel.org, "James E.J. Bottomley" <jejb@parisc-linux.org>,
	Ingo Molnar <mingo@redhat.com>, Matt Turner <mattst88@gmail.com>,
	Fenghua Yu <fenghua.yu@intel.com>, Arnd Bergmann <arnd@arndb.de>,
	Jeff Dike <jdike@addtoit.com>,
	Chris Metcalf <cmetcalf@tilera.com>,
	linux-m32r@ml.linux-m32r
Subject: Re: [PATCHv4 01/11] atomic: add *_dec_not_zero
Date: Tue, 2 Aug 2011 10:58:14 +0100	[thread overview]
Message-ID: <20110802095814.GA22947@linux-mips.org> (raw)
In-Reply-To: <1311760070-21532-1-git-send-email-sven@narfation.org>

On Wed, Jul 27, 2011 at 11:47:40AM +0200, Sven Eckelmann wrote:

For MIPS:

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

      parent reply	other threads:[~2011-08-02  9:58 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-27  9:47 [PATCHv4 01/11] atomic: add *_dec_not_zero Sven Eckelmann
     [not found] ` <1311760070-21532-1-git-send-email-sven-KaDOiPu9UxWEi8DpZVb4nw@public.gmane.org>
2011-07-27  9:47   ` [PATCHv4 02/11] batman-adv: Remove private define of atomic_dec_not_zero Sven Eckelmann
2011-07-27  9:47     ` Sven Eckelmann
2011-07-27  9:47 ` [PATCHv4 03/11] fault_inject: " Sven Eckelmann
2011-07-27  9:47   ` Sven Eckelmann
2011-07-27  9:47 ` [PATCHv4 04/11] PM: Use *_dec_not_zero instead of *_add_unless Sven Eckelmann
2011-07-27 19:50   ` Rafael J. Wysocki
2011-07-27 20:36     ` Pavel Machek
2011-07-27 20:36       ` Pavel Machek
2011-07-28 21:43       ` Rafael J. Wysocki
2011-07-28 21:43         ` Rafael J. Wysocki
2011-07-27  9:47 ` [PATCHv4 05/11] omap3isp: " Sven Eckelmann
2011-07-27  9:47   ` Sven Eckelmann
2011-07-31 15:00   ` Laurent Pinchart
2011-08-01 10:07     ` Sven Eckelmann
2011-08-01 11:10       ` Laurent Pinchart
2011-08-01 11:10         ` Laurent Pinchart
2011-07-27  9:47 ` [PATCHv4 06/11] qeth: " Sven Eckelmann
2011-07-27  9:47   ` Sven Eckelmann
2011-07-27  9:47 ` [PATCHv4 07/11] ext4: " Sven Eckelmann
2011-07-27  9:47   ` Sven Eckelmann
2011-07-27  9:47 ` [PATCHv4 08/11] xfs: " Sven Eckelmann
2011-07-27  9:47   ` Sven Eckelmann
2011-07-27  9:47 ` [PATCHv4 09/11] memcg: " Sven Eckelmann
2011-07-27  9:47   ` Sven Eckelmann
2011-07-27 11:58   ` Michal Hocko
2011-07-27  9:47 ` [PATCHv4 10/11] drop_monitor: " Sven Eckelmann
2011-07-27  9:47   ` Sven Eckelmann
2011-07-27 10:59   ` Neil Horman
2011-07-27 10:59     ` Neil Horman
2011-07-27 11:52     ` Sven Eckelmann
2011-07-27 14:25       ` Neil Horman
2011-07-27 14:25         ` Neil Horman
2011-07-27  9:47 ` [PATCHv4 11/11] Phonet: " Sven Eckelmann
2011-07-27  9:47   ` Sven Eckelmann
2011-07-27 10:29   ` Rémi Denis-Courmont
2011-08-02  9:58 ` Ralf Baechle [this message]

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=20110802095814.GA22947@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=arnd@arndb.de \
    --cc=benh@kernel.crashing.org \
    --cc=cmetcalf@tilera.com \
    --cc=deller@gmx.de \
    --cc=fenghua.yu@intel.com \
    --cc=heiko.carstens@de.ibm.com \
    --cc=hpa@zytor.com \
    --cc=jdike@addtoit.com \
    --cc=jejb@parisc-linux.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-m32r-ja@ml.linux-m32r.org \
    --cc=linux-m32r@ml.linux-m32r \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mattst88@gmail.com \
    --cc=mingo@redhat.com \
    --cc=paulus@samba.org \
    --cc=rdunlap@xenotime.net \
    --cc=richard@nod.at \
    --cc=sparclinux@vger.kernel.org \
    --cc=sven@narfation.org \
    --cc=takata@linux-m32r.org \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    --cc=x86@kernel.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