Linux SNPS ARC Archive mirror
 help / color / mirror / Atom feed
From: Vineet Gupta <vgupta@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: arcml <linux-snps-arc@lists.infradead.org>,
	lkml <linux-kernel@vger.kernel.org>,
	Pavel Kozlov <Pavel.Kozlov@synopsys.com>,
	Dan Carpenter <dan.carpenter@linaro.org>
Subject: [GIT PULL] ARC fixes for 6.7
Date: Mon, 18 Dec 2023 21:19:03 -0800	[thread overview]
Message-ID: <889dc07d-f00f-4012-985d-314da7dda52d@kernel.org> (raw)

Hi Linus,

Late in the cycle but we have a bunch of fixes for ARC. Please pull.

Thx,
-Vineet

--------------->
The following changes since commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a:

  Linux 6.7-rc4 (2023-12-03 18:52:56 +0900)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/
tags/arc-6.7-fixes

for you to fetch changes up to 9a733dc4fbeec3f6d99645b845712b035e7440cf:

  ARC: add hugetlb definitions (2023-12-13 19:33:10 -0800)

----------------------------------------------------------------
ARC fixes for 6.7

 - build error for hugetlb, sparse and smatch fixes

 - Removal of VIPT aliasing cache code

----------------------------------------------------------------
Pavel Kozlov (1):
      ARC: add hugetlb definitions

Vineet Gupta (5):
      ARC: entry: SAVE_ABI_CALLEE_REG: ISA/ABI specific helper
      ARC: entry: move ARCompact specific bits out of entry.h
      ARC: mm: retire support for aliasing VIPT D$
      ARC: fix spare error
      ARC: fix smatch warning

 arch/arc/Kconfig                     |   5 --
 arch/arc/include/asm/cacheflush.h    |  43 -----------
 arch/arc/include/asm/entry-arcv2.h   |  32 +++++++++
 arch/arc/include/asm/entry-compact.h |  87 +++++++++++++++++++++-
 arch/arc/include/asm/entry.h         | 110 ++--------------------------
 arch/arc/include/asm/hugepage.h      |   7 ++
 arch/arc/include/asm/ptrace.h        |  14 ++--
 arch/arc/kernel/setup.c              |   4 +-
 arch/arc/kernel/signal.c             |   6 +-
 arch/arc/mm/cache.c                  | 136
++---------------------------------
 arch/arc/mm/mmap.c                   |  21 +-----
 arch/arc/mm/tlb.c                    |  16 ++---
 12 files changed, 155 insertions(+), 326 deletions(-)

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

             reply	other threads:[~2023-12-19  5:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-19  5:19 Vineet Gupta [this message]
2023-12-19 20:41 ` [GIT PULL] ARC fixes for 6.7 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=889dc07d-f00f-4012-985d-314da7dda52d@kernel.org \
    --to=vgupta@kernel.org \
    --cc=Pavel.Kozlov@synopsys.com \
    --cc=dan.carpenter@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.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 read-only IMAP folder(s) and NNTP newsgroup(s).