linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] nommu fixes for 3.17-rc1
Date: Mon, 30 Jun 2014 16:43:55 +0200	[thread overview]
Message-ID: <20140630144355.GH14781@pengutronix.de> (raw)

Hello Russell,

the following changes since commit 4c834452aad01531db949414f94f817a86348d59:

  Linux 3.16-rc3 (2014-06-29 14:11:36 -0700)

are available in the git repository at:

  git://git.pengutronix.de/git/ukl/linux.git tags/nommu-for-rmk

for you to fetch changes up to 7343ab2ad6772f29d6bbb286a7aa0265a7aa5d3b:

  ARM: make user_addr_max more robust (2014-06-30 15:48:30 +0200)

----------------------------------------------------------------
A small collection of ARM-nommu related fixes and cleanups.

Regarding the small user base ("Hello, anyone out there apart from me?") and
the problem being fixed exists since 3.6-rc1 I don't consider the patches
serious enough to justify them going in before the next merge window.

This series makes efm32 boot again.
----------------------------------------------------------------

I have chosen -rc3 as base because -rc1 and -rc2 don't work for me as
they don't have 6980c3e2514e (ARM: 8086/1: Set memblock limit for
nommu).

Uwe Kleine-K?nig (5):
      ARM: nommu: drop support for ARM740T, ARM940T and ARM946E-S processors
      ARM: nommu: don't limit TASK_SIZE
      ARM: nommu: simplify definition of MODULES_END
      ARM: nommu: drop unused Kconfig symbol DRAM_SIZE
      ARM: make user_addr_max more robust

 Documentation/devicetree/bindings/arm/cpus.txt |   3 -
 arch/arm/Kconfig                               |   5 +-
 arch/arm/Kconfig-nommu                         |   4 -
 arch/arm/Makefile                              |   3 -
 arch/arm/configs/at91x40_defconfig             |   1 -
 arch/arm/configs/efm32_defconfig               |   1 -
 arch/arm/include/asm/glue-cache.h              |  16 -
 arch/arm/include/asm/glue-proc.h               |  27 --
 arch/arm/include/asm/memory.h                  |  10 +-
 arch/arm/include/asm/uaccess.h                 |   2 +-
 arch/arm/mm/Kconfig                            |  67 +---
 arch/arm/mm/Makefile                           |   3 -
 arch/arm/mm/proc-arm740.S                      | 151 ---------
 arch/arm/mm/proc-arm940.S                      | 374 ---------------------
 arch/arm/mm/proc-arm946.S                      | 429 -------------------------
 15 files changed, 12 insertions(+), 1084 deletions(-)
 delete mode 100644 arch/arm/mm/proc-arm740.S
 delete mode 100644 arch/arm/mm/proc-arm940.S
 delete mode 100644 arch/arm/mm/proc-arm946.S

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

             reply	other threads:[~2014-06-30 14:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-30 14:43 Uwe Kleine-König [this message]
2014-06-30 15:19 ` [GIT PULL] nommu fixes for 3.17-rc1 Uwe Kleine-König
2014-06-30 15:52 ` Arnd Bergmann
2014-06-30 17:00   ` Linus Walleij
2014-06-30 17:07     ` Will Deacon
2014-07-01 11:35       ` Arnd Bergmann
2014-07-01  7:27   ` Uwe Kleine-König
2014-07-01  9:41 ` [GIT PULL v2] " Uwe Kleine-König
2014-07-11  7:30   ` Uwe Kleine-König
2014-07-22  7:42     ` Uwe Kleine-König
2014-07-29 22:35       ` Russell King - ARM Linux
2014-07-30  7:06         ` Uwe Kleine-König
2014-07-30  7:52           ` Russell King - ARM Linux

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=20140630144355.GH14781@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).