From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932876AbdEYCe6 (ORCPT ); Wed, 24 May 2017 22:34:58 -0400 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:43623 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932343AbdEYCes (ORCPT ); Wed, 24 May 2017 22:34:48 -0400 From: Noam Camus To: linux-snps-arc@lists.infradead.org Cc: linux-kernel@vger.kernel.org, Noam Camus Subject: [PATCH 00/10] ARC plat-eznps upstream cont. Date: Thu, 25 May 2017 05:34:10 +0300 Message-Id: <1495679660-9598-1-git-send-email-noamca@mellanox.com> X-Mailer: git-send-email 1.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Noam Camus With this patch set I continue the effort of upstreaming the eznps platform for arch/arc. it combine of patches for typos and other for HW erratas and some for performance. All selected as ones that may be obvious for merge with arc next. This was based on for-curr branch as the mos updated one I found at this point of time. Liav Rehana (2): ARC: typo fix in mm/fault.c ARC: typos fix in kernel/entry-compact.S Noam Camus (8): ARC: set level of log per CPU during boot to be debug level ARC: send ipi to all cpus sharing task mm in case of page fault ARC: [plat-eznps] typo fix at Kconfig ARC: [plat-eznps] Fix TLB Errata ARC: [plat-eznps] disabled stall counter due to a HW bug ARC: [plat-eznps] spinlock aware for MTM ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle task ARC: [plat-eznps] Handle memory error as an exception arch/arc/include/asm/cacheflush.h | 3 +- arch/arc/include/asm/spinlock.h | 6 +++++ arch/arc/kernel/entry-compact.S | 33 ++++++++++++++++++++---------- arch/arc/kernel/process.c | 7 ++++++ arch/arc/kernel/setup.c | 6 ++-- arch/arc/kernel/smp.c | 4 +- arch/arc/mm/cache.c | 14 ++++++++++-- arch/arc/mm/fault.c | 2 +- arch/arc/mm/tlb.c | 4 +- arch/arc/mm/tlbex.S | 10 +++++++++ arch/arc/plat-eznps/Kconfig | 15 ++++++++++++- arch/arc/plat-eznps/include/plat/ctop.h | 1 + arch/arc/plat-eznps/mtm.c | 2 - 13 files changed, 80 insertions(+), 27 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: noamca@mellanox.com (Noam Camus) Date: Thu, 25 May 2017 05:34:10 +0300 Subject: [PATCH 00/10] ARC plat-eznps upstream cont. List-ID: Message-ID: <1495679660-9598-1-git-send-email-noamca@mellanox.com> To: linux-snps-arc@lists.infradead.org From: Noam Camus With this patch set I continue the effort of upstreaming the eznps platform for arch/arc. it combine of patches for typos and other for HW erratas and some for performance. All selected as ones that may be obvious for merge with arc next. This was based on for-curr branch as the mos updated one I found at this point of time. Liav Rehana (2): ARC: typo fix in mm/fault.c ARC: typos fix in kernel/entry-compact.S Noam Camus (8): ARC: set level of log per CPU during boot to be debug level ARC: send ipi to all cpus sharing task mm in case of page fault ARC: [plat-eznps] typo fix at Kconfig ARC: [plat-eznps] Fix TLB Errata ARC: [plat-eznps] disabled stall counter due to a HW bug ARC: [plat-eznps] spinlock aware for MTM ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle task ARC: [plat-eznps] Handle memory error as an exception arch/arc/include/asm/cacheflush.h | 3 +- arch/arc/include/asm/spinlock.h | 6 +++++ arch/arc/kernel/entry-compact.S | 33 ++++++++++++++++++++---------- arch/arc/kernel/process.c | 7 ++++++ arch/arc/kernel/setup.c | 6 ++-- arch/arc/kernel/smp.c | 4 +- arch/arc/mm/cache.c | 14 ++++++++++-- arch/arc/mm/fault.c | 2 +- arch/arc/mm/tlb.c | 4 +- arch/arc/mm/tlbex.S | 10 +++++++++ arch/arc/plat-eznps/Kconfig | 15 ++++++++++++- arch/arc/plat-eznps/include/plat/ctop.h | 1 + arch/arc/plat-eznps/mtm.c | 2 - 13 files changed, 80 insertions(+), 27 deletions(-)