From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0F1BC32792 for ; Mon, 30 Sep 2019 10:31:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A47EE2190F for ; Mon, 30 Sep 2019 10:31:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569839495; bh=0HeOPYXdrIrODY+4Ljv3JDbm2MSyawGhlpS79Ws8AAI=; h=From:To:Cc:Subject:Date:List-ID:From; b=XdkEgu3iYS0LG4WTJFFBIQ3JAW4t8QbXOOwp9+s1hW4YikiOmK2dThpr3Rh8is1GW z33aVduuPNObP38ZDfCgRkZrv5Li29glbh7LDGj2/YJW9/0WYLdXOETPqnOA1vSABV Q3t6HTTOAANFT5afaNkMZOIxL19OUC2lBlGh4vDY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730437AbfI3Kbf (ORCPT ); Mon, 30 Sep 2019 06:31:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:37150 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729415AbfI3Kbf (ORCPT ); Mon, 30 Sep 2019 06:31:35 -0400 Received: from guoren-Inspiron-7460.lan (unknown [223.93.147.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4F2C9216F4; Mon, 30 Sep 2019 10:31:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569839493; bh=0HeOPYXdrIrODY+4Ljv3JDbm2MSyawGhlpS79Ws8AAI=; h=From:To:Cc:Subject:Date:From; b=dpJ3mz6FATbQOKH3zBlIwGqbdSid4M2BOw1F9yGM16iiplhNYGQUTY4044OWw2GU8 /1lYxQBW373+RanCN6q3P3bX6Le+CUZvoiavND/LRwp3ROFzjFJ8cImq7YaFjX9yAU dVOd4MIlNpyj3ws3Zfe0+DV6wyQudVBuZtsQWJCQ= From: guoren@kernel.org To: torvalds@linux-foundation.org Cc: arnd@arndb.de, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-csky@vger.kernel.org Subject: [GIT PULL] csky changes for v5.3-rc1 Date: Mon, 30 Sep 2019 18:31:24 +0800 Message-Id: <1569839484-28170-1-git-send-email-guoren@kernel.org> X-Mailer: git-send-email 2.7.4 Sender: linux-csky-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-csky@vger.kernel.org Hi Linus, The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b: Linux 5.3-rc2 (2019-07-28 12:47:02 -0700) are available in the git repository at: https://github.com/c-sky/csky-linux.git tags/csky-for-linus-5.4-rc1 for you to fetch changes up to 9af032a30172e119a5935f802b066631f8ded2d6: csky: Move static keyword to the front of declaration (2019-09-30 11:50:49 +0800) ---------------------------------------------------------------- csky-for-linus-5.4-rc1: arch/csky patches for 5.4-rc1 This round of csky subsystem just some fixups. Fixup: - Fixup mb() synchronization problem - Fixup dma_alloc_coherent with PAGE_SO attribute - Fixup cache_op failed when cross memory ZONEs - Optimize arch_sync_dma_for_cpu/device with dma_inv_range - Fixup ioremap function losing - Fixup arch_get_unmapped_area() implementation - Fixup defer cache flush for 610 - Support kernel non-aligned access - Fixup 610 vipt cache flush mechanism - Fixup add zero_fp fixup perf backtrace panic - Move static keyword to the front of declaration - Fixup csky_pmu.max_period assignment - Use generic free_initrd_mem() - entry: Remove unneeded need_resched() loop CI-Tested: https://gitlab.com/c-sky/buildroot/pipelines/77689888 ---------------------------------------------------------------- Guo Ren (10): csky: Fixup mb() synchronization problem csky: Fixup dma_alloc_coherent with PAGE_SO attribute csky/dma: Fixup cache_op failed when cross memory ZONEs csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_range csky: Fixup ioremap function losing csky: Fixup arch_get_unmapped_area() implementation csky: Fixup defer cache flush for 610 csky: Support kernel non-aligned access csky: Fixup 610 vipt cache flush mechanism csky: Fixup add zero_fp fixup perf backtrace panic Krzysztof Wilczynski (1): csky: Move static keyword to the front of declaration Mao Han (1): csky: Fixup csky_pmu.max_period assignment Mike Rapoport (1): csky: Use generic free_initrd_mem() Valentin Schneider (1): csky: entry: Remove unneeded need_resched() loop arch/csky/abiv1/alignment.c | 62 +++++++++++++++++++++-------- arch/csky/abiv1/cacheflush.c | 70 ++++++++++++++++++++++----------- arch/csky/abiv1/inc/abi/cacheflush.h | 45 ++++++++++++++------- arch/csky/abiv1/inc/abi/page.h | 5 ++- arch/csky/abiv1/mmap.c | 75 ++++++++++++++++++----------------- arch/csky/include/asm/barrier.h | 15 ++++--- arch/csky/include/asm/cache.h | 1 + arch/csky/include/asm/io.h | 23 +++++------ arch/csky/include/asm/pgtable.h | 10 +++++ arch/csky/kernel/entry.S | 54 +++++++++++++------------ arch/csky/kernel/perf_event.c | 4 +- arch/csky/kernel/process.c | 2 +- arch/csky/mm/cachev1.c | 7 +++- arch/csky/mm/cachev2.c | 11 +++++- arch/csky/mm/dma-mapping.c | 76 +++++++++++++----------------------- arch/csky/mm/init.c | 16 -------- arch/csky/mm/ioremap.c | 27 ++++++++----- 17 files changed, 291 insertions(+), 212 deletions(-)