linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arch/tile bug fixes for v3.8
@ 2013-02-12 21:26 Chris Metcalf
  0 siblings, 0 replies; only message in thread
From: Chris Metcalf @ 2013-02-12 21:26 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List

Linus,

Please pull the following changes for 3.8 from:

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

This includes a variety of minor bug fixes, mostly to do with testing
"make allyesconfig", "make allmodconfig", "make allnoconfig", inspired
to Tejun Heo's observation about Kconfig.freezer not being included.
The largest changes are just syntax changes removing the tile-specific use
of a macro named INT_MASK, which is way too commonly redefined throughout
driver code.

Chris Metcalf (9):
      tile: remove an unused variable in copy_thread()
      tile: include kernel/Kconfig.freezer in tile Kconfig
      drivers/input/joystick/analog.c: enable precise timer
      tile: provide "screen_info" when enabling VT
      tile: avoid defining INT_MASK macro in <arch/interrupts.h>
      drm: fix compile failure by including <linux/swiotlb.h>
      tile: export a handful of symbols appropriately
      tile: fix memcpy_*io functions for allnoconfig
      tile: tag some code with #ifdef CONFIG_COMPAT

 arch/tile/Kconfig                           |    2 +
 arch/tile/include/asm/io.h                  |    6 +-
 arch/tile/include/asm/irqflags.h            |   32 +--
 arch/tile/include/uapi/arch/interrupts_32.h |  394 ++++++++++++++-------------
 arch/tile/include/uapi/arch/interrupts_64.h |  346 +++++++++++------------
 arch/tile/kernel/intvec_64.S                |    4 +
 arch/tile/kernel/process.c                  |    2 +-
 arch/tile/kernel/reboot.c                   |    2 +
 arch/tile/kernel/setup.c                    |    5 +
 arch/tile/kernel/stack.c                    |    3 +-
 arch/tile/lib/cacheflush.c                  |    2 +
 arch/tile/lib/cpumask.c                     |    2 +
 arch/tile/lib/exports.c                     |    2 +
 arch/tile/mm/homecache.c                    |    1 +
 drivers/gpu/drm/nouveau/nouveau_bo.c        |    1 +
 drivers/gpu/drm/radeon/radeon_ttm.c         |    1 +
 drivers/input/joystick/analog.c             |    2 +-
 17 files changed, 413 insertions(+), 394 deletions(-)

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-12 21:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-12 21:26 [GIT PULL] arch/tile bug fixes for v3.8 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).