From: Chris Metcalf <cmetcalf@ezchip.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
open list <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] arch/tile changes for v4.2
Date: Tue, 30 Jun 2015 13:51:44 -0400 [thread overview]
Message-ID: <5592D730.5010602@ezchip.com> (raw)
Linus,
Please pull the following changes for 4.1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git HEAD
These are a grab bag of changes to improve debugging and respond to a variety
of issues raised on LKML over the last couple of months.
Chris Metcalf (11):
tile: modify arch_spin_unlock_wait() semantics
tile: use READ_ONCE() in arch_spin_is_locked()
tile: add <asm/word-at-a-time.h> and enable support functions
drivers/tty/hvc/hvc_tile.c: properly return -EAGAIN
tile: support delivering NMIs for multicore backtrace
tile: set up initial stack top to honor STACK_TOP_DELTA
tile: fix "odd fault" warning for stack backtraces
tile: improve stack backtrace
tile: force CONFIG_TILEGX if ARCH != tilepro
tile: vdso: use raw_read_seqcount_begin() in vdso
tile: avoid a "label not used" warning in do_page_fault()
arch/tile/Kconfig | 7 +-
arch/tile/include/asm/irq.h | 5 ++
arch/tile/include/asm/processor.h | 2 -
arch/tile/include/asm/spinlock_32.h | 6 +-
arch/tile/include/asm/spinlock_64.h | 5 +-
arch/tile/include/asm/stack.h | 13 ++--
arch/tile/include/asm/thread_info.h | 1 +
arch/tile/include/asm/traps.h | 8 ++
arch/tile/include/asm/uaccess.h | 66 +++-------------
arch/tile/include/asm/word-at-a-time.h | 36 +++++++++
arch/tile/include/hv/hypervisor.h | 60 +++++++++++++-
arch/tile/kernel/entry.S | 7 --
arch/tile/kernel/hvglue.S | 3 +-
arch/tile/kernel/hvglue_trace.c | 4 +
arch/tile/kernel/intvec_64.S | 6 ++
arch/tile/kernel/process.c | 138 +++++++++++++++++++++++++++++----
arch/tile/kernel/setup.c | 2 +-
arch/tile/kernel/stack.c | 125 +++++++++++++++++------------
arch/tile/kernel/traps.c | 15 ++++
arch/tile/kernel/vdso/vgettimeofday.c | 10 +--
arch/tile/lib/exports.c | 3 -
arch/tile/lib/spinlock_32.c | 11 ++-
arch/tile/lib/spinlock_64.c | 11 ++-
arch/tile/lib/usercopy_32.S | 46 -----------
arch/tile/lib/usercopy_64.S | 46 -----------
arch/tile/mm/fault.c | 17 ++--
drivers/tty/hvc/hvc_tile.c | 3 +-
27 files changed, 402 insertions(+), 254 deletions(-)
create mode 100644 arch/tile/include/asm/word-at-a-time.h
--
Chris Metcalf, EZChip Semiconductor
http://www.ezchip.com
reply other threads:[~2015-06-30 17:52 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=5592D730.5010602@ezchip.com \
--to=cmetcalf@ezchip.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox