From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752739AbcHNO1e (ORCPT ); Sun, 14 Aug 2016 10:27:34 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:57119 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752423AbcHNO1d (ORCPT ); Sun, 14 Aug 2016 10:27:33 -0400 X-IBM-Helo: d03dlp02.boulder.ibm.com X-IBM-MailFrom: aneesh.kumar@linux.vnet.ibm.com From: "Aneesh Kumar K.V" To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Scott Wood Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] powerpc/8xx: implementation of huge pages In-Reply-To: References: User-Agent: Notmuch/0.21 (https://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Sun, 14 Aug 2016 19:57:24 +0530 MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16081414-8235-0000-0000-000008FC4676 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00005593; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000181; SDB=6.00744042; UDB=6.00350454; IPR=6.00516578; BA=6.00004660; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00012334; XFM=3.00000011; UTC=2016-08-14 14:27:30 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16081414-8236-0000-0000-000033F3276C Message-Id: <8737m7a0j7.fsf@skywalker.in.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-08-14_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1608140219 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christophe Leroy writes: > This set provides implementation of huge pages on the 8xx > > Christophe Leroy (6): > powerpc: port 64 bits pgtable_cache to 32 bits > powerpc: fix usage of _PAGE_RO in hugepage > powerpc/8xx: use r3 to scratch CR in ITLBmiss > powerpc/8xx: Move additional DTLBMiss handlers out of exception area > powerpc/8xx: make user addr DTLB miss the short path > powerpc/8xx: implementation of huge pages Patch 2,3,4,5 are not really related to hugepage implementation right ? May be that can be sent as a separate series ? -aneesh