linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Nicholas Piggin <npiggin@gmail.com>, linux-arch@vger.kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 00/23] Use asm-generic for mmu_context no-op functions
Date: Wed,  9 Sep 2020 13:27:08 +0200	[thread overview]
Message-ID: <159965079776.3591084.10754647036857628984.b4-ty@arndb.de> (raw)
In-Reply-To: <20200901141539.1757549-1-npiggin@gmail.com>

On Wed, 2 Sep 2020 00:15:16 +1000, Nicholas Piggin wrote:
> It would be nice to be able to modify mmu_context functions or add a
> hook without updating all architectures, many of which will be no-ops.
> 
> The motivation for this series is a change to lazy mmu handling, but
> this series stands on its own as a good cleanup whether or not we end
> up making that change.
> 
> [...]

Applied to asm-generic, thanks!

[01/23] asm-generic: add generic MMU versions of mmu context functions
        (no commit info)
[02/23] alpha: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[03/23] arc: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[04/23] arm: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[05/23] arm64: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[06/23] csky: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[07/23] hexagon: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[08/23] ia64: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[09/23] m68k: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[10/23] microblaze: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[11/23] mips: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[12/23] nds32: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[13/23] nios2: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[14/23] openrisc: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[15/23] parisc: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[16/23] powerpc: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[17/23] riscv: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[18/23] s390: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[19/23] sh: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[20/23] sparc: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[21/23] um: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[22/23] x86: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)
[23/23] xtensa: use asm-generic/mmu_context.h for no-op implementations
        (no commit info)

       Arnd

  parent reply	other threads:[~2020-09-09 11:36 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-01 14:15 [PATCH v3 00/23] Use asm-generic for mmu_context no-op functions Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 01/23] asm-generic: add generic MMU versions of mmu context functions Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 02/23] alpha: use asm-generic/mmu_context.h for no-op implementations Nicholas Piggin
2020-09-01 16:51   ` Matt Turner
2020-09-01 14:15 ` [PATCH v3 03/23] arc: " Nicholas Piggin
2020-09-01 18:32   ` Vineet Gupta
2020-09-01 14:15 ` [PATCH v3 04/23] arm: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 05/23] arm64: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 06/23] csky: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 07/23] hexagon: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 08/23] ia64: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 09/23] m68k: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 10/23] microblaze: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 11/23] mips: " Nicholas Piggin
2020-09-01 15:23   ` Thomas Bogendoerfer
2020-09-01 14:15 ` [PATCH v3 12/23] nds32: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 13/23] nios2: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 14/23] openrisc: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 15/23] parisc: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 16/23] powerpc: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 17/23] riscv: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 18/23] s390: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 19/23] sh: " Nicholas Piggin
2020-09-03  5:57   ` Rich Felker
2020-09-01 14:15 ` [PATCH v3 20/23] sparc: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 21/23] um: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 22/23] x86: " Nicholas Piggin
2020-09-01 14:15 ` [PATCH v3 23/23] xtensa: " Nicholas Piggin
2020-09-01 17:55   ` Max Filippov
2020-09-09 11:27 ` Arnd Bergmann [this message]
2020-10-09 14:01   ` [PATCH v3 00/23] Use asm-generic for mmu_context no-op functions Arnd Bergmann
2020-10-10  2:02     ` Stephen Rothwell
2020-10-10  8:25       ` Arnd Bergmann
2020-10-10 19:00         ` Stephen Rothwell
2020-10-19  1:00         ` Nicholas Piggin

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=159965079776.3591084.10754647036857628984.b4-ty@arndb.de \
    --to=arnd@arndb.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=npiggin@gmail.com \
    /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).