From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751303AbeAVS3G (ORCPT ); Mon, 22 Jan 2018 13:29:06 -0500 Received: from mail-qt0-f193.google.com ([209.85.216.193]:46405 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751122AbeAVS3A (ORCPT ); Mon, 22 Jan 2018 13:29:00 -0500 X-Google-Smtp-Source: AH8x224vzdwNIRe9W/Fb3Vq++qtXM3o+ujtQAxgB/+nBIzu2HOb4kkNFp4nuzOlq851/kyhIaOGL8w== From: Ram Pai To: corbet@lwn.net, linux-doc@vger.kernel.org Cc: mpe@ellerman.id.au, linuxppc-dev@lists.ozlabs.org, linux-mm@kvack.org, x86@kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, mingo@redhat.com, akpm@linux-foundation.org, dave.hansen@intel.com, benh@kernel.crashing.org, paulus@samba.org, khandual@linux.vnet.ibm.com, aneesh.kumar@linux.vnet.ibm.com, bsingharora@gmail.com, hbabu@us.ibm.com, mhocko@kernel.org, bauerman@linux.vnet.ibm.com, ebiederm@xmission.com, linuxram@us.ibm.com, arnd@arndb.de Subject: [PATCH v10 0/2] Documentation, powerpc, x86 : Memory Protection Keys Date: Mon, 22 Jan 2018 10:28:34 -0800 Message-Id: <1516645716-10174-1-git-send-email-linuxram@us.ibm.com> X-Mailer: git-send-email 1.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Memory protection keys enable applications to protect its address space from inadvertent access from itself. This feature is now enabled on powerpc architecture. The patches moves the documentation to arch neutral directory and captures the latest information. Ram Pai (2): Documentation/x86: Move protecton key documentation to arch neutral directory Documentation/vm: PowerPC specific updates to memory protection keys Documentation/vm/protection-keys.txt | 132 +++++++++++++++++++++++++++++++++ Documentation/x86/protection-keys.txt | 90 ---------------------- 2 files changed, 132 insertions(+), 90 deletions(-) create mode 100644 Documentation/vm/protection-keys.txt delete mode 100644 Documentation/x86/protection-keys.txt