* [GIT PULL] arch/microblaze fixes for 2.6.34-rc4
@ 2010-04-01 6:49 Michal Simek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2010-04-01 6:49 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, John Williams
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL] arch/microblaze fixes for 2.6.34-rc4
@ 2010-04-07 14:05 Michal Simek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2010-04-07 14:05 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, Grant Likely, John Williams, John Linn
Hi Linus,
please pull the following changes.
Thanks,
Michal
The following changes since commit 0fdf86754f70e813845af4abaa805165ce57a0bb:
Linus Torvalds (1):
Merge branch 'urgent' of git://git.kernel.org/.../brodo/pcmcia-2.6
are available in the git repository at:
git://git.monstr.eu/linux-2.6-microblaze.git for-linus
John Linn (1):
microblaze: io.h: Add io big-endian function
Michal Simek (3):
microblaze: Fix futex code
microblaze: Enable memory leak detector
microblaze: Remove unused variable from ptrace
Steven J. Magnani (1):
microblaze: Fix ftrace_update_ftrace_func panic
arch/microblaze/include/asm/futex.h | 2 +-
arch/microblaze/include/asm/io.h | 5 +++++
arch/microblaze/kernel/ftrace.c | 12 +++---------
arch/microblaze/kernel/ptrace.c | 1 -
lib/Kconfig.debug | 2 +-
5 files changed, 10 insertions(+), 12 deletions(-)
--
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-07 14:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-01 6:49 [GIT PULL] arch/microblaze fixes for 2.6.34-rc4 Michal Simek
-- strict thread matches above, loose matches on Subject: below --
2010-04-07 14:05 Michal Simek
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).