From: Chris Metcalf <cmetcalf@ezchip.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] arch/tile changes for 4.5
Date: Mon, 18 Jan 2016 15:00:23 -0500 [thread overview]
Message-ID: <569D4457.2070101@ezchip.com> (raw)
Linus,
Please pull the following changes for 4.5 from:
git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git HEAD
This is a grab bag of changes that includes some NOHZ and context-tracking
related changes, some debugging improvements, JUMP_LABEL support, and some
fixes for tilepro allmodconfig support.
We also remove the now-unused node_has_online_mem() definitions both for
tile's asm/topology.h as well as in linux/topology.h itself.
Chris Metcalf (7):
arch/tile: adopt prepare_exit_to_usermode() model from x86
tile: include the syscall number in the backtrace
tile: fix a -Wframe-larger-than warning
tile: fix tilepro casts for readl, writel, etc
tile: fix bug in setting PT_FLAGS_DISABLE_IRQ on kernel entry
arch/tile: move user_exit() to early kernel entry sequence
numa: remove stale node_has_online_mem() define
Fengguang Wu (1):
MAINTAINERS: add git URL for tile
Zhigang Lu (2):
tile: define a macro ktext_writable_addr to get writable kernel text address
tile/jump_label: add jump label support for TILE-Gx
MAINTAINERS | 1 +
arch/tile/Kconfig | 1 +
arch/tile/include/asm/insn.h | 59 +++++++++++++++++++++++++++
arch/tile/include/asm/io.h | 16 ++++----
arch/tile/include/asm/jump_label.h | 58 +++++++++++++++++++++++++++
arch/tile/include/asm/page.h | 10 +++++
arch/tile/include/asm/processor.h | 2 +-
arch/tile/include/asm/thread_info.h | 8 +++-
arch/tile/include/asm/topology.h | 3 --
arch/tile/kernel/Makefile | 1 +
arch/tile/kernel/ftrace.c | 13 +-----
arch/tile/kernel/intvec_32.S | 51 +++++++++---------------
arch/tile/kernel/intvec_64.S | 56 ++++++++++----------------
arch/tile/kernel/jump_label.c | 64 ++++++++++++++++++++++++++++++
arch/tile/kernel/kgdb.c | 2 +-
arch/tile/kernel/kprobes.c | 4 +-
arch/tile/kernel/process.c | 79 +++++++++++++++++++------------------
arch/tile/kernel/ptrace.c | 15 -------
arch/tile/kernel/setup.c | 2 +-
arch/tile/kernel/single_step.c | 3 --
arch/tile/kernel/stack.c | 17 ++++----
arch/tile/kernel/traps.c | 13 ++----
arch/tile/kernel/unaligned.c | 13 ++----
arch/tile/mm/fault.c | 3 --
include/linux/topology.h | 4 --
25 files changed, 310 insertions(+), 188 deletions(-)
create mode 100644 arch/tile/include/asm/insn.h
create mode 100644 arch/tile/include/asm/jump_label.h
create mode 100644 arch/tile/kernel/jump_label.c
--
Chris Metcalf, EZChip Semiconductor
http://www.ezchip.com
reply other threads:[~2016-01-18 20:00 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=569D4457.2070101@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
Powered by JetHome