[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <523771A9.8090800@tilera.com>
Date: Mon, 16 Sep 2013 17:01:29 -0400
From: Chris Metcalf <cmetcalf@...era.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] additional arch/tile changes for v3.12
Linus,
Please pull the following changes for 3.12 from:
git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git master
This second batch of changes is just cleanup of various kinds from
doing some tidying work in the sources. Some dead code is removed,
comment typos fixed, whitespace and style issues cleaned up, and some
header updates from our internal "upstream" architecture team.
Chris Metcalf (8):
tile: fix typos in comment in arch/tile/kernel/unaligned.c
tile: use pmd_pfn() instead of casting via pte_t
tile: remove HUGE_VMAP dead code
tile: remove stale arch/tile/kernel/futex_64.S
tile: double default VMALLOC space
tile: improve gxio iorpc autogenerated code style
tile: <arch/> header updates from upstream
tile: remove stray blank space
arch/tile/Kconfig | 2 +-
arch/tile/gxio/iorpc_mpipe.c | 90 +++++++++++++++----------------
arch/tile/gxio/iorpc_mpipe_info.c | 15 +++---
arch/tile/gxio/iorpc_trio.c | 28 +++++-----
arch/tile/gxio/iorpc_usb_host.c | 8 +--
arch/tile/gxio/usb_host.c | 8 +--
arch/tile/include/arch/mpipe.h | 24 ++++++---
arch/tile/include/arch/mpipe_constants.h | 6 +--
arch/tile/include/arch/mpipe_shm.h | 54 +++++++++++--------
arch/tile/include/arch/trio_constants.h | 10 ++--
arch/tile/include/asm/page.h | 5 +-
arch/tile/include/asm/pgtable_32.h | 12 +----
arch/tile/include/asm/pgtable_64.h | 4 +-
arch/tile/include/gxio/iorpc_mpipe.h | 52 +++++++++---------
arch/tile/include/gxio/iorpc_mpipe_info.h | 12 ++---
arch/tile/include/gxio/iorpc_trio.h | 28 +++++-----
arch/tile/include/gxio/iorpc_usb_host.h | 8 +--
arch/tile/include/gxio/usb_host.h | 8 +--
arch/tile/kernel/compat.c | 2 +-
arch/tile/kernel/futex_64.S | 55 -------------------
arch/tile/kernel/setup.c | 3 +-
arch/tile/kernel/unaligned.c | 4 +-
arch/tile/mm/fault.c | 2 -
arch/tile/mm/init.c | 4 --
arch/tile/mm/pgtable.c | 3 +-
25 files changed, 197 insertions(+), 250 deletions(-)
delete mode 100644 arch/tile/kernel/futex_64.S
--
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists