From: noamca@mellanox.com (Noam Camus)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH v3 00/11] plat-eznps upstream cont. set 2
Date: Thu, 15 Jun 2017 11:43:50 +0300 [thread overview]
Message-ID: <1497516241-16446-1-git-send-email-noamca@mellanox.com> (raw)
From: Noam Camus <noamca@mellanox.com>
Change Log:
V2 -> V3
1) turn ARC prink's into pr_info as suggested by Vineet
2) For new command line argument (hs counter) shorten error massage to a single line,
again as Vineet commented.
V1 -> V2
1) I added "Handle memory error as an exception" patch from previous set
It now turn do_memory_error() into weak sybol.
It is then overriden by NPS400 platform, to simply call die().
2) This set is now based on arc-next branch
Summary:
With this patch set I continue the effort of upstreaming the eznps platform for arch/arc.
It comprise of couple of patches from last set yet not accepted,
patches for HW erratas and some misc extensions such for HIGHMEM / NUMA.
This set got more generic ARC changes than previous set.
Additional ifdef seem like unavoidable, however it may seem Ugly.
Let's see if we need to do it more elegant.
Elad Kanfi (1):
ARC: [plat-eznps] avoid toggling of DPC register
Liav Rehana (2):
ARC: [plat-eznps] Update the init sequence of aux regs per cpu.
ARC: [plat-eznps] handle dedicated AUX registers
Noam Camus (8):
ARC: set level of log per CPU during boot to be info level
ARC: send ipi to all cpus sharing task mm in case of page fault
ARC: Allow irq threading
ARC: Add CPU topology
ARC: Support more than one PGDIR for KVADDR
ARC: [NUMA] added CONFIG_NUMA for plat-eznps
ARC: [plat-eznps] new command line argument for HW scheduler at MTM
ARC: [plat-eznps] Save/Restore extra auxiliary registers
Documentation/admin-guide/kernel-parameters.txt | 9 ++
arch/arc/Kconfig | 48 +++++++++
arch/arc/include/asm/Kbuild | 1 -
arch/arc/include/asm/arcregs.h | 7 ++
arch/arc/include/asm/cacheflush.h | 3 +-
arch/arc/include/asm/entry-compact.h | 24 +++++
arch/arc/include/asm/highmem.h | 8 +-
arch/arc/include/asm/pgtable.h | 9 ++
arch/arc/include/asm/processor.h | 8 +-
arch/arc/include/asm/ptrace.h | 5 +
arch/arc/include/asm/switch_to.h | 11 ++
arch/arc/include/asm/topology.h | 40 +++++++
arch/arc/kernel/Makefile | 1 +
arch/arc/kernel/process.c | 4 +
arch/arc/kernel/setup.c | 13 ++-
arch/arc/kernel/smp.c | 5 +
arch/arc/kernel/topology.c | 125 +++++++++++++++++++++++
arch/arc/mm/cache.c | 14 ++-
arch/arc/mm/fault.c | 8 ++
arch/arc/mm/highmem.c | 16 ++-
arch/arc/mm/init.c | 6 +
arch/arc/mm/tlb.c | 4 +-
arch/arc/mm/tlbex.S | 31 ++++++
arch/arc/plat-eznps/Kconfig | 11 ++
arch/arc/plat-eznps/Makefile | 2 +-
arch/arc/plat-eznps/ctop.c | 33 ++++++
arch/arc/plat-eznps/entry.S | 2 +-
arch/arc/plat-eznps/include/plat/ctop.h | 1 +
arch/arc/plat-eznps/mtm.c | 58 ++++++++++-
29 files changed, 481 insertions(+), 26 deletions(-)
create mode 100644 arch/arc/include/asm/topology.h
create mode 100644 arch/arc/kernel/topology.c
create mode 100644 arch/arc/plat-eznps/ctop.c
next reply other threads:[~2017-06-15 8:43 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-15 8:43 Noam Camus [this message]
2017-06-15 8:43 ` [PATCH v3 01/11] ARC: set level of log per CPU during boot to be info level Noam Camus
2017-06-15 8:43 ` [PATCH v3 02/11] ARC: send ipi to all cpus sharing task mm in case of page fault Noam Camus
2017-06-15 8:43 ` [PATCH v3 03/11] ARC: Allow irq threading Noam Camus
2017-08-25 20:45 ` Vineet Gupta
2017-08-25 20:59 ` Thomas Gleixner
2017-08-25 21:02 ` Thomas Gleixner
2017-06-15 8:43 ` [PATCH v3 04/11] ARC: Add CPU topology Noam Camus
2017-06-15 8:43 ` [PATCH v3 05/11] ARC: Support more than one PGDIR for KVADDR Noam Camus
2017-06-15 8:43 ` [PATCH v3 06/11] ARC: [NUMA] added CONFIG_NUMA for plat-eznps Noam Camus
2017-06-15 8:43 ` [PATCH v3 07/11] ARC: [plat-eznps] new command line argument for HW scheduler at MTM Noam Camus
2017-08-21 17:04 ` Vineet Gupta
2017-08-22 6:16 ` Noam Camus
2017-06-15 8:43 ` [PATCH v3 08/11] ARC: [plat-eznps] Update the init sequence of aux regs per cpu Noam Camus
2017-06-15 8:43 ` [PATCH v3 09/11] ARC: [plat-eznps] Save/Restore extra auxiliary registers Noam Camus
2017-06-15 8:44 ` [PATCH v3 10/11] ARC: [plat-eznps] handle dedicated AUX registers Noam Camus
2017-06-15 8:44 ` [PATCH v3 11/11] ARC: [plat-eznps] avoid toggling of DPC register Noam Camus
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=1497516241-16446-1-git-send-email-noamca@mellanox.com \
--to=noamca@mellanox.com \
--cc=linux-snps-arc@lists.infradead.org \
/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