linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arch/microblaze fixes for 3.4
@ 2012-03-26  7:28 Michal Simek
  2012-03-28  1:22 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2012-03-26  7:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

Hi Linus,

Please pull the following two patches.

Thanks,
Michal


The following changes since commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7:
   Linus Torvalds (1):
         Linux 3.3

are available in the git repository at:

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

Joe Perches (1):
       microblaze: Use vsprintf extention %pf with builtin_return_address

Masanari Iida (1):
       microblaze: Fix typo in early_printk.c

Michal Simek (16):
       microblaze: Fix makefile to work with latest toolchain
       microblaze: Add PVR version string for MB 8.20.b and 8.30.a
       microblaze: trivial: Fix typo fault in timer.c
       microblaze: mm: Use ZONE_DMA instead of ZONE_NORMAL
       microblaze: mm: Fix lowmem max memory size limits
       microblaze: Introduce fixmap
       microblaze: Show more detailed information about memory
       microblaze: Use active regions
       microblaze: Highmem support
       microblaze: Fix mapin_ram function
       microblaze: Use node name instead of compatible string
       microblaze: Clear all MSR flags on the first kernel instruction
       microblaze: Extend space for compiled-in FDT to 32kB
       microblaze: Improve TLB calculation for small systems
       microblaze: Introduce TLB skip size
       microblaze: Handle TLB skip size dynamically

  arch/microblaze/Kconfig                       |   33 +++--
  arch/microblaze/boot/Makefile                 |    2 +-
  arch/microblaze/include/asm/fixmap.h          |  109 ++++++++++++
  arch/microblaze/include/asm/highmem.h         |   96 +++++++++++
  arch/microblaze/include/asm/mmu.h             |   12 ++
  arch/microblaze/include/asm/page.h            |    2 +-
  arch/microblaze/include/asm/pgtable.h         |    3 +-
  arch/microblaze/include/asm/setup.h           |    3 +-
  arch/microblaze/include/asm/system.h          |    1 +
  arch/microblaze/include/asm/uaccess.h         |    2 +-
  arch/microblaze/kernel/cpu/cpuinfo.c          |    2 +
  arch/microblaze/kernel/early_printk.c         |   16 ++-
  arch/microblaze/kernel/head.S                 |  129 +++++++++++++--
  arch/microblaze/kernel/hw_exception_handler.S |   13 +-
  arch/microblaze/kernel/intc.c                 |    4 +-
  arch/microblaze/kernel/misc.S                 |   13 +-
  arch/microblaze/kernel/setup.c                |   24 +++-
  arch/microblaze/kernel/timer.c                |    6 +-
  arch/microblaze/kernel/vmlinux.lds.S          |    2 +-
  arch/microblaze/mm/Makefile                   |    1 +
  arch/microblaze/mm/highmem.c                  |   88 ++++++++++
  arch/microblaze/mm/init.c                     |  224 ++++++++++++++++++++-----
  arch/microblaze/mm/pgtable.c                  |   20 ++-
  23 files changed, 710 insertions(+), 95 deletions(-)
  create mode 100644 arch/microblaze/include/asm/fixmap.h
  create mode 100644 arch/microblaze/include/asm/highmem.h
  create mode 100644 arch/microblaze/mm/highmem.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] 3+ messages in thread

* Re: [GIT PULL] arch/microblaze fixes for 3.4
  2012-03-26  7:28 [GIT PULL] arch/microblaze fixes for 3.4 Michal Simek
@ 2012-03-28  1:22 ` Linus Torvalds
  2012-03-28  6:27   ` Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2012-03-28  1:22 UTC (permalink / raw)
  To: Michal Simek; +Cc: LKML

On Mon, Mar 26, 2012 at 12:28 AM, Michal Simek <monstr@monstr.eu> wrote:
>
> Please pull the following two patches.

Two patches? There's much more than that there, and you list them too. Whazzup?

                      Linus

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] arch/microblaze fixes for 3.4
  2012-03-28  1:22 ` Linus Torvalds
@ 2012-03-28  6:27   ` Michal Simek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2012-03-28  6:27 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

Linus Torvalds wrote:
> On Mon, Mar 26, 2012 at 12:28 AM, Michal Simek <monstr@monstr.eu> wrote:
>> Please pull the following two patches.
> 
> Two patches? There's much more than that there, and you list them too. Whazzup?

agrrr. c&p fault, sorry. I will send new one.

Thanks,
Michal



-- 
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] 3+ messages in thread

end of thread, other threads:[~2012-03-28  6:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-26  7:28 [GIT PULL] arch/microblaze fixes for 3.4 Michal Simek
2012-03-28  1:22 ` Linus Torvalds
2012-03-28  6:27   ` 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).