public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org,
	John Williams <john.williams@petalogix.com>
Subject: [GIT PULL] arch/microblaze fixes for 2.6.32
Date: Thu, 24 Sep 2009 11:00:17 +0200	[thread overview]
Message-ID: <4ABB3521.9060308@monstr.eu> (raw)

Hi Linus,

please pull the following changes for arch/microblaze.

I added there four Kconfig changes in driver folder to enable Microblaze +
I correct one typo fault gcov.txt.

I hope that is no problem to add these changes through my tree.

Thanks,
Michal


The following changes since commit ebc79c4f8da0f92efa968e0328f32334a2ce80cf:
   Linus Torvalds (1):
         Merge git://git.kernel.org/.../jaswinder/linux-2.6

are available in the git repository at:

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

John Williams (7):
       mtd: Enable Open Firmware initialisation of MTD devices and maps 
for MicroBlaze
       microblaze: Use correct kbuild variable KBUILD_CFLAGS
       microblaze: Ensure CPU usermode is set on new userspace processes
       microblaze: Clear sticky FSR register after generating exception 
signals
       microblaze: Updated CPU version and FPGA family codes in PVR
       microblaze: Copy ppc asm-compat.h for clean handling of constants 
in asm and C
       microblaze: Create the LOAD_OFFSET macro used to compute VMA vs 
LMA offsets

Julie Zhu (1):
       microblaze: Add architectural support for USB EHCI host controllers

Lennart Sorensen (1):
       microblaze: Actually show KiB rather than pages in "Freeing 
initrd memory:"

Michal Simek (14):
       gcov: Fix DEBUG_FS symbol
       microblaze: Enable GCOV_PROFILE_ALL
       microblaze: Add checking mechanism for MSR instruction
       microblaze: Improve checking mechanism for MSR instruction
       microblaze: Implement include/asm/syscall.h.
       microblaze: Save and restore msr in hw exception
       microblaze: Remove ipc.h file which points to non-existing 
asm-generic file
       microblaze: Don't be noisy when userspace causes hardware exceptions
       microblaze: Generate correct signal and siginfo for integer 
div-by-zero
       microblaze: Support ptrace syscall tracing.
       microblaze: Use LOAD_OFFSET macro to get correct LMA for all sections
       microblaze: Fix _start symbol to physical address
       microblaze: Support simpleImage.dts make target
       microblaze: Disable heartbeat/enable emaclite in defconfigs

Tim Abbott (1):
       microblaze: Cleanup linker script using new linker script macros.

  Documentation/gcov.txt                        |    2 +-
  arch/microblaze/Kconfig                       |    1 +
  arch/microblaze/Makefile                      |   31 ++++++--
  arch/microblaze/boot/Makefile                 |   41 ++++++++++-
  arch/microblaze/boot/dts/system.dts           |    1 +
  arch/microblaze/boot/linked_dtb.S             |    3 +
  arch/microblaze/configs/mmu_defconfig         |   30 ++++---
  arch/microblaze/configs/nommu_defconfig       |   35 +++++----
  arch/microblaze/include/asm/asm-compat.h      |   17 ++++
  arch/microblaze/include/asm/io.h              |    3 +
  arch/microblaze/include/asm/ipc.h             |    1 -
  arch/microblaze/include/asm/page.h            |    3 +
  arch/microblaze/include/asm/setup.h           |    2 +-
  arch/microblaze/include/asm/syscall.h         |   99 
+++++++++++++++++++++++++
  arch/microblaze/kernel/cpu/cpuinfo.c          |    3 +
  arch/microblaze/kernel/entry.S                |   72 +++++++++++++++---
  arch/microblaze/kernel/exceptions.c           |   33 +++++---
  arch/microblaze/kernel/head.S                 |   14 +++-
  arch/microblaze/kernel/hw_exception_handler.S |   10 ++-
  arch/microblaze/kernel/process.c              |    1 +
  arch/microblaze/kernel/ptrace.c               |   62 +++++++++++++++
  arch/microblaze/kernel/setup.c                |   12 +++-
  arch/microblaze/kernel/vmlinux.lds.S          |   72 +++++++-----------
  arch/microblaze/mm/init.c                     |    3 +-
  drivers/mtd/Kconfig                           |    2 +-
  drivers/mtd/maps/Kconfig                      |    2 +-
  drivers/usb/Kconfig                           |    1 -
  kernel/gcov/Kconfig                           |    2 +-
  28 files changed, 440 insertions(+), 118 deletions(-)
  create mode 120000 arch/microblaze/boot/dts/system.dts
  create mode 100644 arch/microblaze/boot/linked_dtb.S
  create mode 100644 arch/microblaze/include/asm/asm-compat.h
  delete mode 100644 arch/microblaze/include/asm/ipc.h
  create mode 100644 arch/microblaze/include/asm/syscall.h

                 reply	other threads:[~2009-09-24  9:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4ABB3521.9060308@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox