2012-05-28 07:03:46

by Michal Simek

[permalink] [raw]
Subject: [GIT PULL] arch/microblaze changes for 3.5-rc1

Hi Linus,

please pull the following changes.

Thanks,
Michal


The following changes since commit 76e10d158efb6d4516018846f60c2ab5501900bc:
Linus Torvalds (1):
Linux 3.4

are available in the git repository at:

git://git.monstr.eu/linux-2.6-microblaze.git next

Edgar E. Iglesias (2):
microblaze: Add TLS support to sys_clone
microblaze: Setup correct pointer to TLS area

Kautuk Consul (1):
microblaze: Port OOM changes to do_page_fault

Lars-Peter Clausen (1):
microblaze: Do not select GENERIC_GPIO by default

Michal Simek (1):
microblaze: ftrace: Pass the first calling instruction for dynamic ftrace

arch/microblaze/Kconfig | 2 +-
arch/microblaze/kernel/entry.S | 7 ++++---
arch/microblaze/kernel/mcount.S | 2 +-
arch/microblaze/kernel/process.c | 6 +++++-
arch/microblaze/mm/fault.c | 33 ++++++++++++++++++++++++++++-----
5 files changed, 39 insertions(+), 11 deletions(-)


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


2012-10-05 14:45:47

by Michal Simek

[permalink] [raw]
Subject: [GIT PULL] arch/microblaze changes for 3.7-rc1

Hi Linus,

please pull the following changes.

Thanks,
Michal

The following changes since commit a0d271cbfed1dd50278c6b06bead3d00ba0a88f9:
Linus Torvalds (1):
Linux 3.6

are available in the git repository at:

git://git.monstr.eu/linux-2.6-microblaze.git next

John Linn (1):
microblaze: Added more support for PCI

Michal Simek (10):
microblaze: Add support for ioreadXX/iowriteXX_rep
microblaze: Added fdt chosen capability for timer
microblaze: Do not used hardcoded value in exception handler
microblaze: Support 4k/16k/64k pages
microblaze: Use predefined macro for ESR_DIZ
microblaze: Remove additional andi which has been already done
microblaze: Remove PAGE properties duplication
microblaze: Fix bug with passing command line
microblaze: Prefer to use pr_XXX instead of printk(KERN_XX)
Revert "microblaze_mmu_v2: Update signal returning address"

Paul Bolle (1):
microblaze: clinkage.h

Stephan Linz (1):
microblaze: Improve failure handling for GPIO reset

arch/microblaze/Kconfig | 7 +--
arch/microblaze/include/asm/clinkage.h | 1 -
arch/microblaze/include/asm/io.h | 94 +++++++++++++++++++++++++
arch/microblaze/include/asm/page.h | 9 +--
arch/microblaze/include/asm/pci.h | 2 +
arch/microblaze/include/asm/pgtable.h | 6 --
arch/microblaze/kernel/head.S | 14 +++--
arch/microblaze/kernel/hw_exception_handler.S | 61 ++++++++++-------
arch/microblaze/kernel/reset.c | 21 +++---
arch/microblaze/kernel/setup.c | 15 ++--
arch/microblaze/kernel/signal.c | 8 --
arch/microblaze/kernel/timer.c | 24 ++++--
12 files changed, 182 insertions(+), 80 deletions(-)
delete mode 100644 arch/microblaze/include/asm/clinkage.h


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