From mboxrd@z Thu Jan 1 00:00:00 1970 From: tip-bot for Ingo Molnar Subject: [tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'pte_special' Date: Wed, 3 Jun 2015 04:08:42 -0700 Message-ID: Reply-To: torvalds@linux-foundation.org, mingo@kernel.org, peterz@infradead.org, hpa@zytor.com, josh@joshtriplett.org, linux-arch@vger.kernel.org, linux-api@vger.kernel.org, corbet@lwn.net, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, tglx@linutronix.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from terminus.zytor.com ([198.137.202.10]:59844 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753712AbbFCLJP (ORCPT ); Wed, 3 Jun 2015 07:09:15 -0400 Content-Disposition: inline Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-tip-commits@vger.kernel.org Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de, corbet@lwn.net, linux-api@vger.kernel.org, akpm@linux-foundation.org, josh@joshtriplett.org, linux-arch@vger.kernel.org, torvalds@linux-foundation.org, mingo@kernel.org, peterz@infradead.org, hpa@zytor.com Commit-ID: f643e6a69a60d1f91bc4bc0375ae2d065081f61b Gitweb: http://git.kernel.org/tip/f643e6a69a60d1f91bc4bc0375ae2d065081f61b Author: Ingo Molnar AuthorDate: Wed, 3 Jun 2015 12:37:01 +0200 Committer: Ingo Molnar CommitDate: Wed, 3 Jun 2015 12:51:33 +0200 Documentation/features/vm: Add feature description and arch support status file for 'pte_special' Cc: Cc: Cc: Cc: Andrew Morton Cc: H. Peter Anvin Cc: Jonathan Corbet Cc: Josh Triplett Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- .../features/{io/sg-chain => vm/pte_special}/arch-support.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/features/io/sg-chain/arch-support.txt b/Documentation/features/vm/pte_special/arch-support.txt similarity index 80% copy from Documentation/features/io/sg-chain/arch-support.txt copy to Documentation/features/vm/pte_special/arch-support.txt index b9b6755..aaaa21d 100644 --- a/Documentation/features/io/sg-chain/arch-support.txt +++ b/Documentation/features/vm/pte_special/arch-support.txt @@ -1,7 +1,7 @@ # -# Feature name: sg-chain -# Kconfig: ARCH_HAS_SG_CHAIN -# description: arch supports chained scatter-gather lists +# Feature name: pte_special +# Kconfig: __HAVE_ARCH_PTE_SPECIAL +# description: arch supports the pte_special()/pte_mkspecial() VM APIs # ----------------------- | arch |status| @@ -17,7 +17,7 @@ | frv: | TODO | | h8300: | TODO | | hexagon: | TODO | - | ia64: | ok | + | ia64: | TODO | | m32r: | TODO | | m68k: | TODO | | metag: | TODO | @@ -30,7 +30,7 @@ | powerpc: | ok | | s390: | ok | | score: | TODO | - | sh: | TODO | + | sh: | ok | | sparc: | ok | | tile: | TODO | | um: | TODO |