linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/8] Patches/fixes for 2.6.35
@ 2010-06-21 10:29 Catalin Marinas
  2010-06-21 10:29 ` [PATCH v4 1/8] ARM: Avoid the CONSISTENT_DMA_SIZE warning on noMMU builds Catalin Marinas
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Catalin Marinas @ 2010-06-21 10:29 UTC (permalink / raw)
  To: linux-arm-kernel

Updates from version 3 of these series:

- noMMU warning patch changed by moving the CONSISTENT_* definitions to
  the CONFIG_MMU section
- .phys_io alignment patch replaced by two patches that enforce the
  alignment in the machine_desc structures for VExpress and RealView
- commit log added to the T2 module relocations patch


Catalin Marinas (8):
      ARM: Avoid the CONSISTENT_DMA_SIZE warning on noMMU builds
      ARM: The v6_dma_inv_range() function must preserve data on SMP
      ARM: Add a config option for the ARM11MPCore DMA cache maintenance workaround
      ARM: Add support for the MOVW/MOVT relocations in Thumb-2
      ARM: Remove dummy loads from the original relocation address
      ARM: Do not compile the Thumb-2 module relocations on an ARM kernel
      ARM: VExpress: Align the machine_desc.phys_io to 1MB section
      ARM: RealView: Align the machine_desc.phys_io to 1MB section


 arch/arm/include/asm/elf.h               |    2 ++
 arch/arm/kernel/module.c                 |   34 ++++++++++++++++++++++++++++++
 arch/arm/mach-realview/realview_eb.c     |    3 ++-
 arch/arm/mach-realview/realview_pb1176.c |    3 ++-
 arch/arm/mach-realview/realview_pb11mp.c |    3 ++-
 arch/arm/mach-realview/realview_pba8.c   |    3 ++-
 arch/arm/mach-realview/realview_pbx.c    |    3 ++-
 arch/arm/mach-vexpress/ct-ca9x4.c        |    3 ++-
 arch/arm/mm/Kconfig                      |   19 +++++++++++++++++
 arch/arm/mm/cache-v6.S                   |   18 ++++++++++++----
 arch/arm/mm/dma-mapping.c                |   18 ++++++++--------
 11 files changed, 90 insertions(+), 19 deletions(-)

-- 
Catalin

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

end of thread, other threads:[~2010-06-21 13:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 10:29 [PATCH v4 0/8] Patches/fixes for 2.6.35 Catalin Marinas
2010-06-21 10:29 ` [PATCH v4 1/8] ARM: Avoid the CONSISTENT_DMA_SIZE warning on noMMU builds Catalin Marinas
2010-06-21 10:29 ` [PATCH v4 2/8] ARM: The v6_dma_inv_range() function must preserve data on SMP Catalin Marinas
2010-06-21 10:29 ` [PATCH v4 3/8] ARM: Add a config option for the ARM11MPCore DMA cache maintenance workaround Catalin Marinas
2010-06-21 10:29 ` [PATCH v4 4/8] ARM: Add support for the MOVW/MOVT relocations in Thumb-2 Catalin Marinas
2010-06-21 10:29 ` [PATCH v4 5/8] ARM: Remove dummy loads from the original relocation address Catalin Marinas
2010-06-21 10:30 ` [PATCH v4 6/8] ARM: Do not compile the Thumb-2 module relocations on an ARM kernel Catalin Marinas
2010-06-21 10:30 ` [PATCH v4 7/8] ARM: VExpress: Align the machine_desc.phys_io to 1MB section Catalin Marinas
2010-06-21 10:30 ` [PATCH v4 8/8] ARM: RealView: " Catalin Marinas
2010-06-21 13:19 ` [PATCH v4 0/8] Patches/fixes for 2.6.35 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).