All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	John Williams <john.williams@petalogix.com>
Subject: [GIT PULL] arch/microblaze fixes for 2.6.34-rc4
Date: Thu, 01 Apr 2010 08:49:14 +0200	[thread overview]
Message-ID: <4BB441EA.2050204@monstr.eu> (raw)

Hi Linus,

please pull the following changes.

Thanks,
Michal



The following changes since commit 2eaa9cfdf33b8d7fb7aff27792192e0019ae8fc6:
   Linus Torvalds (1):
         Linux 2.6.34-rc3

are available in the git repository at:

   git://git.monstr.eu/linux-2.6-microblaze.git for-linus

Arun Bhanu (3):
       microblaze: Add a missing single quote to make 'make help' happy
       microblaze: Fix Makefile to delete build generated files
       microblaze: Makefile cleanups

Michal Simek (31):
       microblaze: Remove memset in free_init_pages
       microblaze: Remove segment.h
       microblaze: Move exception_table_entry upward
       microblaze: move noMMU __range_ok function to uaccess.h
       microblaze: uaccess: fix clean user macro
       microblaze: uaccess: fix __get_user_asm macro
       microblaze: uaccess: fix put_user and get_user macros
       microblaze: uaccess: sync put/get/clear_user macros
       microblaze: uaccess: copy_to_user unification
       microblaze: uaccess: fix copy_from_user macro
       microblaze: uaccess: Fix strncpy_from_user function
       microblaze: uaccess: fix clear_user for noMMU kernel
       microblaze: uaccess: Fix get_user macro for noMMU
       microblaze: uaccess: Fix put_user for noMMU
       microblaze: uaccess: Move functions to generic location
       microblaze: uaccess: Unify __copy_tofrom_user
       microblaze: uaccess: Sync strlen, strnlen, copy_to/from_user
       microblaze: Support systems without lmb bram
       microblaze: Add DEBUG option
       microblaze: Prepare work for optimization in exception code
       microblaze: Change register usage for ESR and EAR
       microblaze: Remove additional resr and rear loading
       microblaze: Use instruction with delay slot
       microblaze: Fix TLB macros
       microblaze: Add .type and .size to ASM functions
       microblaze: Adding likely macros
       microblaze: Kconfig Fix - pci
       microblaze: Use MICROBLAZE_TLB_SIZE in asm code
       microblaze: head.S typo fix
       microblaze: Print early printk information to log buffer
       microblaze: Support word copying in copy_tofrom_user

Steven J. Magnani (1):
       microblaze: Fix "kstack=" parsing

  arch/microblaze/Kconfig                       |    3 -
  arch/microblaze/Makefile                      |    4 +-
  arch/microblaze/boot/Makefile                 |    6 +-
  arch/microblaze/include/asm/processor.h       |    1 -
  arch/microblaze/include/asm/segment.h         |   49 ---
  arch/microblaze/include/asm/thread_info.h     |    5 +-
  arch/microblaze/include/asm/tlbflush.h        |    3 +-
  arch/microblaze/include/asm/uaccess.h         |  447 
++++++++++++++-----------
  arch/microblaze/kernel/dma.c                  |    2 +-
  arch/microblaze/kernel/head.S                 |   12 +-
  arch/microblaze/kernel/hw_exception_handler.S |  112 +++----
  arch/microblaze/kernel/misc.S                 |   15 +-
  arch/microblaze/kernel/process.c              |   10 +-
  arch/microblaze/kernel/setup.c                |   24 +-
  arch/microblaze/kernel/traps.c                |    6 +-
  arch/microblaze/lib/Makefile                  |    3 +-
  arch/microblaze/lib/fastcopy.S                |    6 +-
  arch/microblaze/lib/memcpy.c                  |    2 +-
  arch/microblaze/lib/memset.c                  |   15 +-
  arch/microblaze/lib/uaccess.c                 |   48 ---
  arch/microblaze/lib/uaccess_old.S             |   45 ++-
  arch/microblaze/mm/fault.c                    |   24 +-
  arch/microblaze/mm/init.c                     |    9 -
  arch/microblaze/mm/pgtable.c                  |    2 +-
  24 files changed, 407 insertions(+), 446 deletions(-)
  delete mode 100644 arch/microblaze/include/asm/segment.h
  delete mode 100644 arch/microblaze/lib/uaccess.c



-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

             reply	other threads:[~2010-04-01  6:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-01  6:49 Michal Simek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-04-07 14:05 [GIT PULL] arch/microblaze fixes for 2.6.34-rc4 Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BB441EA.2050204@monstr.eu \
    --to=monstr@monstr.eu \
    --cc=john.williams@petalogix.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.