linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/5]  Introduce PMSAv8 memory protection unit
@ 2017-12-13 17:02 Vladimir Murzin
  2017-12-13 17:02 ` [RFC PATCH 1/5] ARM: NOMMU: Move PMSAv7 MPU under it's own namespace Vladimir Murzin
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Vladimir Murzin @ 2017-12-13 17:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This series is an attempt to add support for PMSAv8 MPU defined by
ARMv8R/M architecture.

I'm have a doubt about adding dedicated config option, so both v7 and
v8 versions of PMSA are covered with CONFIG_MPU, but I'd glad to hear
what people think of it.

Thanks!

Vladimir Murzin (5):
  ARM: NOMMU: Move PMSAv7 MPU under it's own namespace
  ARM: NOMMU: Reorganise __setup_mpu
  ARM: NOMMU: Postpone MPU activation till __after_proc_init
  ARM: NOMMU: Make _stext and _end meet PMSAv8 alignment restrictions
  ARM: NOMMU: Support PMSAv8 MPU

 arch/arm/include/asm/mpu.h    | 112 ++++++++++-----
 arch/arm/include/asm/v7m.h    |  14 +-
 arch/arm/kernel/asm-offsets.c |   8 +-
 arch/arm/kernel/head-nommu.S  | 260 +++++++++++++++++++++++++++--------
 arch/arm/kernel/vmlinux.lds.S |   8 ++
 arch/arm/mm/Makefile          |   2 +-
 arch/arm/mm/nommu.c           |  32 +++++
 arch/arm/mm/pmsa-v7.c         |  59 ++++----
 arch/arm/mm/pmsa-v8.c         | 307 ++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 668 insertions(+), 134 deletions(-)
 create mode 100644 arch/arm/mm/pmsa-v8.c

-- 
2.0.0

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

end of thread, other threads:[~2017-12-19  6:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-13 17:02 [RFC PATCH 0/5] Introduce PMSAv8 memory protection unit Vladimir Murzin
2017-12-13 17:02 ` [RFC PATCH 1/5] ARM: NOMMU: Move PMSAv7 MPU under it's own namespace Vladimir Murzin
2017-12-13 17:02 ` [RFC PATCH 2/5] ARM: NOMMU: Reorganise __setup_mpu Vladimir Murzin
2017-12-13 17:02 ` [RFC PATCH 3/5] ARM: NOMMU: Postpone MPU activation till __after_proc_init Vladimir Murzin
2017-12-13 17:02 ` [RFC PATCH 4/5] ARM: NOMMU: Make _stext and _end meet PMSAv8 alignment restrictions Vladimir Murzin
2017-12-13 17:02 ` [RFC PATCH 5/5] ARM: NOMMU: Support PMSAv8 MPU Vladimir Murzin
2017-12-14  5:01   ` afzal mohammed
2017-12-18 11:47     ` Vladimir Murzin
2017-12-19  6:11       ` afzal mohammed
2017-12-15 10:21 ` [RFC PATCH 0/5] Introduce PMSAv8 memory protection unit Szemző András
2017-12-15 10:29   ` Vladimir Murzin

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