linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] additional arch/tile changes for v3.12
@ 2013-09-16 21:01 Chris Metcalf
  2013-09-17 17:30 ` Chris Metcalf
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Metcalf @ 2013-09-16 21:01 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] additional arch/tile changes for v3.12
  2013-09-16 21:01 [GIT PULL] additional arch/tile changes for v3.12 Chris Metcalf
@ 2013-09-17 17:30 ` Chris Metcalf
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Metcalf @ 2013-09-17 17:30 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List

This pull request is (IMO) suitable for 3.12-rc2 as well, since it introduces
no new features and is purely cleanup (and deletes more lines of code than
it adds - always a good attribute!).

On 9/16/2013 5:01 PM, Chris Metcalf wrote:
> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-17 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-16 21:01 [GIT PULL] additional arch/tile changes for v3.12 Chris Metcalf
2013-09-17 17:30 ` Chris Metcalf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).