Linus,

Please pull the following changes for 3.10 from:

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

These are some minor new feature work and other changes that didn't merit
getting pushed up after the 3.9 merge window closed.

There should be a lot more activity in the 3.11 merge window.

Chris Metcalf (2):
      tile: support atomic64_dec_if_positive()
      tile: comment assumption about __insn_mtspr for <asm/irqflags.h>

Henrik Austad (1):
      tile: ns2cycles should use __raw_get_cpu_var

Paul Bolle (2):
      tile: remove two outdated Kconfig entries
      arch: remove KCORE_ELF again [tile]

Simon Marchi (6):
      arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall trace
      arch/tile: Enable HAVE_ARCH_TRACEHOOK
      tile: move declaration of sys_call_table to <asm/syscall.h>
      tile: Add definition of NR_syscalls
      tile: support TIF_SYSCALL_TRACEPOINT; select HAVE_SYSCALL_TRACEPOINTS
      arch/tile: Fix syscall return value passed to tracepoint

 arch/tile/Kconfig                   |   17 +++------------
 arch/tile/include/asm/atomic.h      |   21 +++++++++++++++++++
 arch/tile/include/asm/irqflags.h    |   10 ++++++++-
 arch/tile/include/asm/ptrace.h      |    3 ++-
 arch/tile/include/asm/syscall.h     |    6 ++++++
 arch/tile/include/asm/syscalls.h    |    6 ------
 arch/tile/include/asm/thread_info.h |    8 +++++++
 arch/tile/include/uapi/asm/unistd.h |    2 ++
 arch/tile/kernel/intvec_32.S        |   10 +++++++--
 arch/tile/kernel/intvec_64.S        |   24 +++++++++++++++------
 arch/tile/kernel/ptrace.c           |   39 ++++++++++++++++++-----------------
 arch/tile/kernel/time.c             |    6 +++++-
 12 files changed, 102 insertions(+), 50 deletions(-)

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.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