linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] nommu fixes for 3.17-rc1
@ 2014-06-30 14:43 Uwe Kleine-König
  2014-06-30 15:19 ` Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Uwe Kleine-König @ 2014-06-30 14:43 UTC (permalink / raw)
  To: linux-arm-kernel

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/  |

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

end of thread, other threads:[~2014-07-30  7:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 14:43 [GIT PULL] nommu fixes for 3.17-rc1 Uwe Kleine-König
2014-06-30 15:19 ` 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

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).