All of lore.kernel.org
 help / color / mirror / Atom feed
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 v4.1
Date: Fri, 17 Apr 2015 14:34:46 -0400	[thread overview]
Message-ID: <55315246.4030401@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 mostly nohz_full changes, plus a smattering of minor fixes
(notably a couple for ftrace).

Chris Metcalf (5):
       tile: use si_int instead of si_ptr for compat_siginfo
       tile: support arch_irq_work_raise
       tile: support CONTEXT_TRACKING and thus NOHZ_FULL
       tile: map data region shadow of kernel as R/W
       tile: nohz: warn if nohz_full uses hypervisor shared cores

Colin Ian King (1):
       arch: tile: fix null pointer dereference on pt_regs pointer

Davidlohr Bueso (1):
       tile/elf: reorganize notify_exec()

Tony Lu (1):
       tile: ftrace: fix function_graph tracer issues

  arch/tile/Kconfig                   |  1 +
  arch/tile/include/asm/Kbuild        |  1 -
  arch/tile/include/asm/ftrace.h      |  2 ++
  arch/tile/include/asm/irq_work.h    | 14 +++++++++++
  arch/tile/include/asm/smp.h         |  1 +
  arch/tile/include/asm/thread_info.h |  9 ++++---
  arch/tile/include/hv/hypervisor.h   |  6 ++++-
  arch/tile/kernel/compat_signal.c    | 11 ++++-----
  arch/tile/kernel/ftrace.c           |  6 ++++-
  arch/tile/kernel/mcount_64.S        |  7 +++++-
  arch/tile/kernel/process.c          | 12 ++++++----
  arch/tile/kernel/ptrace.c           | 22 +++++++++++++++--
  arch/tile/kernel/setup.c            | 23 ++++++++++++++++++
  arch/tile/kernel/single_step.c      |  3 +++
  arch/tile/kernel/smp.c              | 32 ++++++++++++++++++++++++-
  arch/tile/kernel/stack.c            | 15 ++++++------
  arch/tile/kernel/traps.c            | 16 +++++++------
  arch/tile/kernel/unaligned.c        | 22 ++++++++++-------
  arch/tile/mm/elf.c                  | 47 +++++++++++++++++++++++--------------
  arch/tile/mm/fault.c                | 10 +++++---
  arch/tile/mm/init.c                 |  7 ++++--
  21 files changed, 201 insertions(+), 66 deletions(-)
  create mode 100644 arch/tile/include/asm/irq_work.h

-- 
Chris Metcalf, EZChip Semiconductor
http://www.ezchip.com


                 reply	other threads:[~2015-04-17 18:35 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=55315246.4030401@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 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.