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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to