| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 0/2] Add RI and XI bits to MIPS base architecture. |
| From: | "Steven J. Hill" <sjhill@mips.com> |
| Date: | Wed, 12 Sep 2012 12:01:47 -0500 |
| Cc: | "Steven J. Hill" <sjhill@mips.com>, ralf@linux-mips.org |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: "Steven J. Hill" <sjhill@mips.com> Add MIPSr3(TM) base architecture TLB support for Read Inhibit (RI) and Execute Inhibit (XI) page protection. SmartMIPS cores will not notice any change in functionality. This patchset obsoletes the previous patchset with four commits. Signed-off-by: Steven J. Hill <sjhill@mips.com> Steven J. Hill (2): MIPS: Add base architecture support for RI and XI. MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'. arch/mips/include/asm/cpu-features.h | 4 ++-- arch/mips/include/asm/cpu.h | 1 + .../asm/mach-cavium-octeon/cpu-feature-overrides.h | 2 +- arch/mips/include/asm/mipsregs.h | 1 + arch/mips/include/asm/pgtable-bits.h | 18 +++++++++--------- arch/mips/include/asm/pgtable.h | 12 ++++++------ arch/mips/kernel/cpu-probe.c | 6 +++++- arch/mips/mm/cache.c | 2 +- arch/mips/mm/fault.c | 2 +- arch/mips/mm/tlb-r4k.c | 2 +- arch/mips/mm/tlbex.c | 14 +++++++------- 11 files changed, 35 insertions(+), 29 deletions(-) -- 1.7.9.5 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/2] MIPS: Add base architecture support for RI and XI., Steven J. Hill |
|---|---|
| Next by Date: | [PATCH 2/2] MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'., Steven J. Hill |
| Previous by Thread: | [PATCH] of: specify initrd location using 64-bit, Cyril Chemparathy |
| Next by Thread: | [PATCH 1/2] MIPS: Add base architecture support for RI and XI., Steven J. Hill |
| Indexes: | [Date] [Thread] [Top] [All Lists] |