linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] xtensa: add highmem support
@ 2014-04-01 23:15 Max Filippov
  2014-04-01 23:15 ` [PATCH 1/2] xtensa: optimize local_flush_tlb_kernel_range Max Filippov
  2014-04-01 23:15 ` [PATCH 2/2] xtensa: add HIGHMEM support Max Filippov
  0 siblings, 2 replies; 3+ messages in thread
From: Max Filippov @ 2014-04-01 23:15 UTC (permalink / raw)
  To: linux-xtensa; +Cc: Chris Zankel, Marc Gauthier, linux-arch, Max Filippov

Hi Chris and everybody,

this series adds highmem support for xtensa (currently only for cores with
non-aliased caches).

Please review.

Max Filippov (2):
  xtensa: optimize local_flush_tlb_kernel_range
  xtensa: add HIGHMEM support

 arch/xtensa/Kconfig                | 18 ++++++++++
 arch/xtensa/include/asm/fixmap.h   | 58 ++++++++++++++++++++++++++++++
 arch/xtensa/include/asm/highmem.h  | 45 +++++++++++++++++++++++-
 arch/xtensa/include/asm/pgtable.h  |  4 +++
 arch/xtensa/include/asm/tlbflush.h | 11 +++---
 arch/xtensa/kernel/smp.c           | 15 ++++++++
 arch/xtensa/mm/Makefile            |  1 +
 arch/xtensa/mm/cache.c             |  7 +++-
 arch/xtensa/mm/highmem.c           | 72 ++++++++++++++++++++++++++++++++++++++
 arch/xtensa/mm/init.c              | 45 ++++++++++++++++--------
 arch/xtensa/mm/mmu.c               | 36 +++++++++++++++++++
 arch/xtensa/mm/tlb.c               | 15 ++++++++
 12 files changed, 304 insertions(+), 23 deletions(-)
 create mode 100644 arch/xtensa/include/asm/fixmap.h
 create mode 100644 arch/xtensa/mm/highmem.c

-- 
1.8.1.4

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

end of thread, other threads:[~2014-04-01 23:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01 23:15 [PATCH 0/2] xtensa: add highmem support Max Filippov
2014-04-01 23:15 ` [PATCH 1/2] xtensa: optimize local_flush_tlb_kernel_range Max Filippov
2014-04-01 23:15 ` [PATCH 2/2] xtensa: add HIGHMEM support Max Filippov

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