From: Michal Simek <monstr@monstr.eu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ingo Molnar <mingo@elte.hu>,
Linux Kernel list <linux-kernel@vger.kernel.org>
Subject: Re: [GIT PULL] arch/microblaze fixes for 2.6.31-rc5
Date: Mon, 27 Jul 2009 09:08:46 +0200 [thread overview]
Message-ID: <4A6D527E.3030501@monstr.eu> (raw)
In-Reply-To: <4A6D4D9F.9080402@monstr.eu>
Hi Linus,
I forget to remove one my commit (microblaze: Export memcpy, memmove for ASM optimized code)
I updated fixes-for-linus branch.
Please pull these changes.
Sorry for confusion.
Thanks,
Michal
The following changes since commit 4be3bd7849165e7efa6b0b35a23d6a3598d97465:
Linus Torvalds (1):
Linux 2.6.31-rc4
are available in the git repository at:
git://git.monstr.eu/linux-2.6-microblaze.git fixes-for-linus
Arnd Bergmann (1):
microblaze: remove sys_ipc
Huang Weiyi (1):
microblaze: remove duplicated #include
John Williams (2):
microblaze: Final support for statically linked DTB
microblaze: Get module loading working
Michal Simek (11):
microblaze: Define tlb_flush macro
microblaze: Add messages about FDT blob
microblaze: Not to clear r7 after copying DTB to kernel
microblaze: Clear print messages for DTB passing via r7
microblaze: Fix put_user macro for 64bits arguments
microblaze: Add _PAGE_FILE macros to pgtable.h
microblaze: Fix do_page_fault for no context
microblaze: Detect new Microblaze 7.20 versions
microblaze: Support unaligned address for put/get_user macros
microblaze: Add support for R_MICROBLAZE_64_NONE
microblaze: Typo fix for cpu param inconsistency
Sam Ravnborg (1):
microblaze: Makefile cleanup
arch/microblaze/Makefile | 35 ++++----
arch/microblaze/include/asm/io.h | 1 -
arch/microblaze/include/asm/pgtable.h | 6 +-
arch/microblaze/include/asm/prom.h | 23 +++---
arch/microblaze/include/asm/tlb.h | 2 +-
arch/microblaze/include/asm/uaccess.h | 2 +-
arch/microblaze/kernel/Makefile | 2 +-
arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c | 2 +-
arch/microblaze/kernel/cpu/cpuinfo-static.c | 2 +-
arch/microblaze/kernel/cpu/cpuinfo.c | 2 +
arch/microblaze/kernel/head.S | 17 +++-
arch/microblaze/kernel/hw_exception_handler.S | 109 +++++++++++--------------
arch/microblaze/kernel/module.c | 19 +++-
arch/microblaze/kernel/setup.c | 8 ++-
arch/microblaze/kernel/sys_microblaze.c | 99 ----------------------
arch/microblaze/kernel/syscall_table.S | 2 +-
arch/microblaze/mm/fault.c | 15 +---
17 files changed, 126 insertions(+), 220 deletions(-)
Michal Simek wrote:
> Hi Linus,
>
> please pull the following changes.
>
> Thanks,
> Michal
>
>
> The following changes since commit 4be3bd7849165e7efa6b0b35a23d6a3598d97465:
> Linus Torvalds (1):
> Linux 2.6.31-rc4
>
> are available in the git repository at:
>
> git://git.monstr.eu/linux-2.6-microblaze.git fixes-for-linus
>
> Arnd Bergmann (1):
> microblaze: remove sys_ipc
>
> Huang Weiyi (1):
> microblaze: remove duplicated #include
>
> John Williams (2):
> microblaze: Final support for statically linked DTB
> microblaze: Get module loading working
>
> Michal Simek (12):
> microblaze: Define tlb_flush macro
> microblaze: Add messages about FDT blob
> microblaze: Not to clear r7 after copying DTB to kernel
> microblaze: Clear print messages for DTB passing via r7
> microblaze: Fix put_user macro for 64bits arguments
> microblaze: Add _PAGE_FILE macros to pgtable.h
> microblaze: Fix do_page_fault for no context
> microblaze: Detect new Microblaze 7.20 versions
> microblaze: Export memcpy, memmove for ASM optimized code
> microblaze: Support unaligned address for put/get_user macros
> microblaze: Add support for R_MICROBLAZE_64_NONE
> microblaze: Typo fix for cpu param inconsistency
>
> Sam Ravnborg (1):
> microblaze: Makefile cleanup
>
> arch/microblaze/Makefile | 35 ++++----
> arch/microblaze/include/asm/io.h | 1 -
> arch/microblaze/include/asm/pgtable.h | 6 +-
> arch/microblaze/include/asm/prom.h | 23 +++---
> arch/microblaze/include/asm/tlb.h | 2 +-
> arch/microblaze/include/asm/uaccess.h | 2 +-
> arch/microblaze/kernel/Makefile | 2 +-
> arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c | 2 +-
> arch/microblaze/kernel/cpu/cpuinfo-static.c | 2 +-
> arch/microblaze/kernel/cpu/cpuinfo.c | 2 +
> arch/microblaze/kernel/head.S | 17 +++-
> arch/microblaze/kernel/hw_exception_handler.S | 109
> +++++++++++--------------
> arch/microblaze/kernel/microblaze_ksyms.c | 7 ++
> arch/microblaze/kernel/module.c | 19 +++-
> arch/microblaze/kernel/setup.c | 8 ++-
> arch/microblaze/kernel/sys_microblaze.c | 99 ----------------------
> arch/microblaze/kernel/syscall_table.S | 2 +-
> arch/microblaze/mm/fault.c | 15 +---
> 18 files changed, 133 insertions(+), 220 deletions(-)
>
>
>
--
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
prev parent reply other threads:[~2009-07-27 7:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-27 6:47 [GIT PULL] arch/microblaze fixes for 2.6.31-rc5 Michal Simek
2009-07-27 7:08 ` Michal Simek [this message]
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=4A6D527E.3030501@monstr.eu \
--to=monstr@monstr.eu \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox