All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Metcalf <cmetcalf@tilera.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] tile bug fixes for v3.12-rc5
Date: Mon, 7 Oct 2013 11:30:31 -0400	[thread overview]
Message-ID: <5252D397.6040302@tilera.com> (raw)

Linus,

Please pull the following changes for 3.12-rc5 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git stable

This fixes some serious issues with PREEMPT support, and a couple of smaller
corner-case issues fixed in the last couple of weeks.

Andy Shevchenko (1):
      arch: tile: re-use kbasename() helper

Chen Gang (1):
      tile: include: asm: use 'long long' instead of 'u64' for atomic64_t and its related functions

Chris Metcalf (2):
      tile: ensure interrupts disabled for preempt_schedule_irq()
      tile: use a more conservative __my_cpu_offset in CONFIG_PREEMPT

Henrik Austad (1):
      tile: change lock initalization in hardwall

 arch/tile/include/asm/atomic.h    |  5 +++--
 arch/tile/include/asm/atomic_32.h | 27 +++++++++++++++------------
 arch/tile/include/asm/cmpxchg.h   | 28 +++++++++++++++++-----------
 arch/tile/include/asm/percpu.h    | 34 +++++++++++++++++++++++++++++++---
 arch/tile/kernel/hardwall.c       |  6 +++---
 arch/tile/kernel/intvec_32.S      |  3 +++
 arch/tile/kernel/intvec_64.S      |  3 +++
 arch/tile/kernel/stack.c          | 12 +++++-------
 arch/tile/lib/atomic_32.c         |  8 ++++----
 9 files changed, 84 insertions(+), 42 deletions(-)
-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com


                 reply	other threads:[~2013-10-07 15:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=5252D397.6040302@tilera.com \
    --to=cmetcalf@tilera.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.