From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2ACE822578A for ; Thu, 9 Oct 2025 03:17:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759979862; cv=none; b=Q7OLdsoS+6G5i4BqShXpqgtRYpuGjd1shRQIXiU2LdYYLeb85iFP3lfhtbzEWu9T+Vbw6KDNFHmRd7vEeY9Kh0rsQf3hwdQn5qazqdQf3oKGe65AEEIKBWQBZBxFZVOMN4DticEBw3TZ7pEaFpA5QJSQVStXsLt3cTbbh+ZfTnU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759979862; c=relaxed/simple; bh=wPJ3c+Eh/QNy+wErZtTJ6qcki/ipw0RIOm8hLXCgx9Q=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=SoCfd2HsqMmcFKR9ymVAjCcKGhV4/oGpxrgqSwmye00yeiurzMhAkKH4Xrpizt3vqPfrhUWUiXLYynDy1Wv1hsL/SYk8lkDP2RwaD+vXCH8EYERO7ZVT6y9m7P7Y8i5YReae58bYMz0BsmBigODDwnpQQy/1UM+tnZWwPOBdej8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=AyPm4yay; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="AyPm4yay" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2F6BC4CEF5; Thu, 9 Oct 2025 03:17:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1759979861; bh=wPJ3c+Eh/QNy+wErZtTJ6qcki/ipw0RIOm8hLXCgx9Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AyPm4yayNVHdTNj2bvS0OKDp+PvHhdOn440JVw+h+XkAavnCmVibloeRaBO8okAdC KEYcw2Nx0sDWNxQyvFV/DqDCm3xbgzlspwEDTi8aQngtRsH+1+5hHecjBtK+lcyphZ qRgwUAnTrM/DleGHi8A6MrCv0kwhLLhmt3CrLvok= Date: Wed, 8 Oct 2025 20:17:40 -0700 From: Andrew Morton To: Balbir Singh Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mm@kvack.org, David Hildenbrand , Zi Yan , Joshua Hahn , Rakie Kim , Byungchul Park , Gregory Price , Ying Huang , Alistair Popple , Oscar Salvador , Lorenzo Stoakes , Baolin Wang , "Liam R. Howlett" , Nico Pache , Ryan Roberts , Dev Jain , Barry Song , Lyude Paul , Danilo Krummrich , David Airlie , Simona Vetter , Ralph Campbell , Mika =?ISO-8859-1?Q?Penttil=E4?= , Matthew Brost , Francois Dugast Subject: Re: [v7 00/16] mm: support device-private THP Message-Id: <20251008201740.d9507f4807a73058d4da23a8@linux-foundation.org> In-Reply-To: <20251001065707.920170-1-balbirs@nvidia.com> References: <20251001065707.920170-1-balbirs@nvidia.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 1 Oct 2025 16:56:51 +1000 Balbir Singh wrote: > This patch series introduces support for Transparent Huge Page > (THP) migration in zone device-private memory. The implementation enables > efficient migration of large folios between system memory and > device-private memory Lots of chatter for the v6 series, but none for v7. I hope that's a good sign. > > HMM support for large folios, patches are already posted and in > mm-unstable. Not any more. Which series was this?