Re: [PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs

2023-02-28 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (for-next) by Andrew Morton : On Fri, 13 Jan 2023 18:10:00 +0100 you wrote: > This is the follow-up on [1]: > [PATCH v2 0/8] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of > anonymous pages > > After we implemented __HAVE_ARCH_PTE

Re: [PATCH 00/17] arch: convert everything to syscall.tbl

2024-07-23 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (for-next) by Arnd Bergmann : On Thu, 4 Jul 2024 16:35:54 +0200 you wrote: > From: Arnd Bergmann > > There are eight architectures using include/uapi/asm-generic/unistd.h, > which is still in an old format and not easily parsed by scripts. > In

Re: [PATCH v2 0/7] i2c: designware: Group all DesignWare drivers under a single option

2024-10-01 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (fixes) by Andi Shyti : On Tue, 3 Sep 2024 17:24:59 +0300 you wrote: > Hi guys, > > This is a proposal for Kconfig improvement regarding the Synopsys > DesignWare I2C adapter driver. > > Changes since v1: > > [...] Here is the summary with lin

Re: [PATCH v2 0/6] Account page tables at all levels

2025-02-03 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Andrew Morton : On Fri, 3 Jan 2025 18:44:09 + you wrote: > v1: > https://lore.kernel.org/linux-mm/20241219164425.2277022-1-kevin.brod...@arm.com/ > > This series should be considered in conjunction with Qi's series [1]. > Togethe

Re: [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations

2024-12-11 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Arnd Bergmann : On Wed, 23 Oct 2024 07:36:36 +0200 you wrote: > page_to_phys is duplicated by all architectures, and from some strange > reason placed in where it doesn't fit at all. > > phys_to_page is only provided by a few architec