From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ram Pai 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> Return-path: 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 Sender: linux-arch-owner@vger.kernel.org List-ID: 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 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