Linus, Please pull the following changes for 3.19 from:
git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git master Note that one of the changes converts my old cmetc...@tilera.com email in MAINTAINERS to the cmetc...@ezchip.com email that you see on this email. Chen Gang (3): arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_user() arch: tile: gxio: Export symbols for module using in 'mpipe.c' arch: tile: kernel: kgdb.c: Use memcpy() instead of pointer copy one by one Chris Metcalf (2): tile: avoid undefined behavior with regs[TREG_TP] etc arch/tile: update MAINTAINERS email to EZchip Joe Perches (1): tile: Use the more common pr_warn instead of pr_warning MAINTAINERS | 2 +- arch/tile/gxio/mpipe.c | 4 ++ arch/tile/include/asm/io.h | 5 +- arch/tile/include/asm/pgtable.h | 4 +- arch/tile/include/asm/pgtable_64.h | 2 +- arch/tile/include/uapi/asm/ptrace.h | 16 +++--- arch/tile/include/uapi/asm/sigcontext.h | 14 +++-- arch/tile/kernel/hardwall.c | 6 +-- arch/tile/kernel/irq.c | 5 +- arch/tile/kernel/kgdb.c | 6 +-- arch/tile/kernel/kprobes.c | 3 +- arch/tile/kernel/machine_kexec.c | 28 ++++------ arch/tile/kernel/messaging.c | 5 +- arch/tile/kernel/module.c | 12 ++--- arch/tile/kernel/pci.c | 7 ++- arch/tile/kernel/pci_gx.c | 95 ++++++++++++++------------------- arch/tile/kernel/process.c | 16 +++--- arch/tile/kernel/setup.c | 36 ++++++------- arch/tile/kernel/signal.c | 20 ++----- arch/tile/kernel/single_step.c | 6 +-- arch/tile/kernel/smpboot.c | 5 +- arch/tile/kernel/stack.c | 7 +-- arch/tile/kernel/time.c | 4 +- arch/tile/kernel/traps.c | 10 ++-- arch/tile/kernel/unaligned.c | 22 ++++---- arch/tile/mm/fault.c | 34 ++++++------ arch/tile/mm/homecache.c | 6 +-- arch/tile/mm/hugetlbpage.c | 18 +++---- arch/tile/mm/init.c | 32 +++++------ arch/tile/mm/pgtable.c | 4 +- 30 files changed, 187 insertions(+), 247 deletions(-) -- 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/