linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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: Fri, 19 Jul 2019 15:46:20 +0800	[thread overview]
Message-ID: <1563522380-9180-1-git-send-email-guoren@kernel.org> (raw)

Hi Linus,

The following changes since commit 6fbc7275c7a9ba97877050335f290341a1fd8dbf:

  Linux 5.2-rc7 (2019-06-30 11:25:36 +0800)

are available in the git repository at:

  https://github.com/c-sky/csky-linux.git tags/csky-for-linus-5.3-rc1

for you to fetch changes up to bdfeb0ccea1a12b58299b95eb0f28e2aa26de4c2:

  csky: Fixup abiv1 memset error (2019-07-19 14:21:36 +0800)

----------------------------------------------------------------
arch/csky patches for 5.3-rc1

This round of csky subsystem gives two features (ASID algorithm update,
Perf pmu record support) and some fixups.

Feature:
 - csky: Revert mmu ASID mechanism
 - csky: Add new asid lib code from arm
 - csky: Use generic asid algorithm to implement switch_mm
 - csky: Improve tlb operation with help of asid

 - csky: Init pmu as a device
 - csky: Add count-width property for csky pmu
 - csky: Add pmu interrupt support
 - csky: Fix perf record in kernel/user space
 - dt-bindings: csky: Add csky PMU bindings

Fixup:
 - csky: Fixup no panic in kernel for some traps
 - csky: Fixup some error count in 810 & 860.
 - csky: Fixup abiv1 memset error

CI-Tested: https://gitlab.com/c-sky/buildroot/pipelines/68656845

----------------------------------------------------------------
Guo Ren (9):
      csky: Select intc & timer drivers
      csky: Fixup no panic in kernel for some traps
      csky: Fixup some error count in 810 & 860.
      dt-bindings: interrupt-controller: Update csky mpintc
      csky: Revert mmu ASID mechanism
      csky: Add new asid lib code from arm
      csky: Use generic asid algorithm to implement switch_mm
      csky: Improve tlb operation with help of asid
      csky: Fixup abiv1 memset error

Mao Han (5):
      csky: Init pmu as a device
      csky: Add count-width property for csky pmu
      csky: Add pmu interrupt support
      csky: Fix perf record in kernel/user space
      dt-bindings: csky: Add csky PMU bindings

 Documentation/devicetree/bindings/csky/pmu.txt     |  38 ++
 .../bindings/interrupt-controller/csky,mpintc.txt  |  20 +-
 arch/csky/Kconfig                                  |   4 +
 arch/csky/abiv1/Makefile                           |   1 -
 arch/csky/abiv1/inc/abi/ckmmu.h                    |   6 +
 arch/csky/abiv1/inc/abi/string.h                   |   3 -
 arch/csky/abiv1/memset.c                           |  37 --
 arch/csky/abiv1/strksyms.c                         |   1 -
 arch/csky/abiv2/inc/abi/ckmmu.h                    |  10 +
 arch/csky/include/asm/asid.h                       |  78 ++++
 arch/csky/include/asm/mmu.h                        |   2 +-
 arch/csky/include/asm/mmu_context.h                | 114 +-----
 arch/csky/include/asm/pgtable.h                    |   2 -
 arch/csky/kernel/perf_event.c                      | 410 +++++++++++++++++++--
 arch/csky/kernel/smp.c                             |   2 -
 arch/csky/kernel/traps.c                           |   5 +
 arch/csky/mm/Makefile                              |   2 +
 arch/csky/mm/asid.c                                | 189 ++++++++++
 arch/csky/mm/context.c                             |  46 +++
 arch/csky/mm/init.c                                |   2 -
 arch/csky/mm/tlb.c                                 | 238 +++++-------
 21 files changed, 877 insertions(+), 333 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/csky/pmu.txt
 delete mode 100644 arch/csky/abiv1/memset.c
 create mode 100644 arch/csky/include/asm/asid.h
 create mode 100644 arch/csky/mm/asid.c
 create mode 100644 arch/csky/mm/context.c

             reply	other threads:[~2019-07-19  7:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-19  7:46 guoren [this message]
2019-07-19 19:45 ` [GIT PULL] csky changes for v5.3-rc1 pr-tracker-bot
2019-09-30 10:31 guoren
2019-09-30 10:36 ` Guo Ren
2019-09-30 17:30 ` pr-tracker-bot

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=1563522380-9180-1-git-send-email-guoren@kernel.org \
    --to=guoren@kernel.org \
    --cc=arnd@arndb.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-csky@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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;
as well as URLs for NNTP newsgroup(s).