Re: [PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
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_SWP_EXCLUSIVE on most prominent > enterprise architectures, implement __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all > remaining architectures that support swap PTEs. > > [...] Here is the summary with links: - [mm-unstable,v1,01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks (no matching commit) - [mm-unstable,v1,02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,03/26] arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,05/26] csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,06/26] hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,07/26] ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,08/26] loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,09/26] m68k/mm: remove dummy __swp definitions for nommu (no matching commit) - [mm-unstable,v1,10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,11/26] microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,12/26] mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,13/26] nios2/mm: refactor swap PTE layout (no matching commit) - [mm-unstable,v1,14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,15/26] openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,16/26] parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s (no matching commit) - [mm-unstable,v1,18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,19/26] riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE https://git.kernel.org/riscv/c/51a1007d4113 - [mm-unstable,v1,20/26] sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit (no matching commit) - [mm-unstable,v1,22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit (no matching commit) - [mm-unstable,v1,23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit (no matching commit) - [mm-unstable,v1,25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) - [mm-unstable,v1,26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc
Re: [PATCH 00/17] arch: convert everything to syscall.tbl
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 addition, arm64 uses the old format for the 32-bit arm compat syscalls, > despite them using the modern syscall.tbl format for the native calls. > > [...] Here is the summary with links: - [01/17] syscalls: add generic scripts/syscall.tbl https://git.kernel.org/riscv/c/4fe53bf2ba0a - [02/17] csky: drop asm/gpio.h wrapper https://git.kernel.org/riscv/c/ed8023ae9d79 - [03/17] um: don't generate asm/bpf_perf_event.h (no matching commit) - [04/17] loongarch: avoid generating extra header files https://git.kernel.org/riscv/c/ff96f5c6971c - [05/17] kbuild: verify asm-generic header list https://git.kernel.org/riscv/c/b70f12e962bc - [06/17] kbuild: add syscall table generation to scripts/Makefile.asm-headers https://git.kernel.org/riscv/c/fbb5c0606fa4 - [07/17] clone3: drop __ARCH_WANT_SYS_CLONE3 macro https://git.kernel.org/riscv/c/505d66d1abfb - [08/17] arc: convert to generic syscall table https://git.kernel.org/riscv/c/4414ad8eb4c2 - [09/17] arm64: convert unistd_32.h to syscall.tbl format https://git.kernel.org/riscv/c/7fe33e9f662c - [10/17] arm64: generate 64-bit syscall.tbl (no matching commit) - [11/17] arm64: rework compat syscall macros (no matching commit) - [12/17] csky: convert to generic syscall table (no matching commit) - [13/17] hexagon: use new system call table (no matching commit) - [14/17] loongarch: convert to generic syscall table https://git.kernel.org/riscv/c/26a3b85bac08 - [15/17] nios2: convert to generic syscall table https://git.kernel.org/riscv/c/ef608c5767f9 - [16/17] openrisc: convert to generic syscall table https://git.kernel.org/riscv/c/77122bf9e3df - [17/17] riscv: convert to generic syscall table https://git.kernel.org/riscv/c/3db80c999deb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc
Re: [PATCH v2 0/7] i2c: designware: Group all DesignWare drivers under a single option
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 links: - [v2,5/7] RISC-V: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORM https://git.kernel.org/riscv/c/0175b1d3c6df You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc
Re: [PATCH v2 0/6] Account page tables at all levels
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]. > Together, they ensure that page table ctor/dtor are called at all levels > (PTE to PGD) and all architectures, where page tables are regular pages. > Besides the improvement in accounting and general cleanup, this also > create a single place where construction/destruction hooks can be called > for all page tables, namely the now-generic pagetable_dtor() introduced > by Qi, and __pagetable_ctor() introduced in this series. > > [...] Here is the summary with links: - [v2,1/6] mm: Move common part of pagetable_*_ctor to helper https://git.kernel.org/riscv/c/11e2400b21a3 - [v2,2/6] parisc: mm: Ensure pagetable_pmd_[cd]tor are called https://git.kernel.org/riscv/c/3565522e15eb - [v2,3/6] m68k: mm: Add calls to pagetable_pmd_[cd]tor https://git.kernel.org/riscv/c/1879688e5c42 - [v2,4/6] ARM: mm: Rename PGD helpers https://git.kernel.org/riscv/c/94771023712a - [v2,5/6] asm-generic: pgalloc: Provide generic __pgd_{alloc,free} https://git.kernel.org/riscv/c/a9b3c355c2e6 - [v2,6/6] mm: Introduce ctor/dtor at PGD level https://git.kernel.org/riscv/c/d95936a2267c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc
Re: [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
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 architectures despite having a lot > of open coded users. > > Provide generic versions in to make these > helpers more easily usable. > > [...] Here is the summary with links: - [1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations https://git.kernel.org/riscv/c/c5c3238d9b8c - [2/2] asm-generic: add an optional pfn_valid check to page_to_phys https://git.kernel.org/riscv/c/3e25d5a49f99 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc