From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750844AbcBFAYx (ORCPT ); Fri, 5 Feb 2016 19:24:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50753 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750729AbcBFAYw (ORCPT ); Fri, 5 Feb 2016 19:24:52 -0500 From: Laura Abbott To: Catalin Marinas , Will Deacon , Mark Rutland , Ard Biesheuvel Cc: Laura Abbott , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCHv4 0/3] ARCH_SUPPORTS_DEBUG_PAGEALLOC for arm64 Date: Fri, 5 Feb 2016 16:24:45 -0800 Message-Id: <1454718288-31374-1-git-send-email-labbott@fedoraproject.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This is hopefully the last update to add proper ARCH_SUPPORTS_DEBUG_PAGEALLOC support for arm64. Changes since v3: - More acks - Pulled out block check into a separate function - Style fixups - Comment tweaking Laura Abbott (3): arm64: Drop alloc function from create_mapping arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOC arm64: ptdump: Indicate whether memory should be faulting arch/arm64/Kconfig | 3 +++ arch/arm64/mm/dump.c | 5 +++++ arch/arm64/mm/mmu.c | 48 +++++++++++++++++++++++++++++++++++++----------- arch/arm64/mm/pageattr.c | 46 ++++++++++++++++++++++++++++++++++++---------- 4 files changed, 81 insertions(+), 21 deletions(-) -- 2.5.0