linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Christophe Leroy <christophe.leroy@c-s.fr>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Paul Mackerras <paulus@samba.org>,
	Michael Ellerman <mpe@ellerman.id.au>,
	scottwood@freescale.com
Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] powerpc/8xx: Implementation of execute protection
Date: Wed, 22 Apr 2015 12:06:39 +0200 (CEST)	[thread overview]
Message-ID: <cover.1429694647.git.christophe.leroy@c-s.fr> (raw)

This patchset implements execute protection on the 8xx.
It also simplifies the handling of PAGE_USER and PAGE_RO,
and adds a small fix to the kernel pages definition.

This patchset goes on to of my previous patchset named
"[v5] powerpc8xx: Further optimisation of TLB handling"

Christophe Leroy (3):
  powerpc/8xx: mark _PAGE_SHARED all types of kernel pages
  powerpc/8xx: Handle PAGE_USER via APG bits
  powerpc/8xx: Implementation of PAGE_EXEC

 arch/powerpc/include/asm/cputable.h      |  2 +-
 arch/powerpc/include/asm/mmu-8xx.h       | 26 ++++++++++++++++++++++++++
 arch/powerpc/include/asm/pgtable-ppc32.h | 19 -------------------
 arch/powerpc/include/asm/pte-8xx.h       | 31 ++++++++++++++-----------------
 arch/powerpc/kernel/head_8xx.S           | 31 ++++++++++++++++++++-----------
 5 files changed, 61 insertions(+), 48 deletions(-)

-- 
2.1.0

                 reply	other threads:[~2015-04-22 10:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=cover.1429694647.git.christophe.leroy@c-s.fr \
    --to=christophe.leroy@c-s.fr \
    --cc=benh@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mpe@ellerman.id.au \
    --cc=paulus@samba.org \
    --cc=scottwood@freescale.com \
    /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).