From mboxrd@z Thu Jan 1 00:00:00 1970 From: tip-bot for Ingo Molnar Subject: [tip:core/documentation] Documentation/features/locking: Add feature description and arch support status file for 'rwsem-optimized ' Date: Wed, 3 Jun 2015 04:10:57 -0700 Message-ID: Reply-To: hpa@zytor.com, linux-arch@vger.kernel.org, akpm@linux-foundation.org, tglx@linutronix.de, peterz@infradead.org, mingo@kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, josh@joshtriplett.org, torvalds@linux-foundation.org, corbet@lwn.net Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: linux-tip-commits@vger.kernel.org Cc: akpm@linux-foundation.org, hpa@zytor.com, linux-arch@vger.kernel.org, tglx@linutronix.de, peterz@infradead.org, linux-api@vger.kernel.org, mingo@kernel.org, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, josh@joshtriplett.org, corbet@lwn.net List-Id: linux-arch.vger.kernel.org Commit-ID: a521dc564bcce456354a01d2603ff946af141d32 Gitweb: http://git.kernel.org/tip/a521dc564bcce456354a01d2603ff946af141d32 Author: Ingo Molnar AuthorDate: Wed, 3 Jun 2015 12:37:10 +0200 Committer: Ingo Molnar CommitDate: Wed, 3 Jun 2015 12:51:35 +0200 Documentation/features/locking: Add feature description and arch support status file for 'rwsem-optimized' 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 --- .../rwsem-optimized}/arch-support.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/features/vm/PG_uncached/arch-support.txt b/Documentation/features/locking/rwsem-optimized/arch-support.txt similarity index 74% copy from Documentation/features/vm/PG_uncached/arch-support.txt copy to Documentation/features/locking/rwsem-optimized/arch-support.txt index 9919742..ac93d7a 100644 --- a/Documentation/features/vm/PG_uncached/arch-support.txt +++ b/Documentation/features/locking/rwsem-optimized/arch-support.txt @@ -1,12 +1,12 @@ # -# Feature name: PG_uncached -# Kconfig: ARCH_USES_PG_UNCACHED -# description: arch supports the PG_uncached page flag +# Feature name: rwsem-optimized +# Kconfig: Optimized asm/rwsem.h +# description: arch provides optimized rwsem APIs # ----------------------- | arch |status| ----------------------- - | alpha: | TODO | + | alpha: | ok | | arc: | TODO | | arm: | TODO | | arm64: | TODO | @@ -28,13 +28,13 @@ | openrisc: | TODO | | parisc: | TODO | | powerpc: | TODO | - | s390: | TODO | + | s390: | ok | | score: | TODO | - | sh: | TODO | - | sparc: | TODO | + | sh: | ok | + | sparc: | ok | | tile: | TODO | | um: | TODO | | unicore32: | TODO | | x86: | ok | - | xtensa: | TODO | + | xtensa: | ok | ----------------------- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from terminus.zytor.com ([198.137.202.10]:59952 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753145AbbFCLLb (ORCPT ); Wed, 3 Jun 2015 07:11:31 -0400 Date: Wed, 3 Jun 2015 04:10:57 -0700 From: tip-bot for Ingo Molnar Message-ID: Reply-To: hpa@zytor.com, linux-arch@vger.kernel.org, akpm@linux-foundation.org, tglx@linutronix.de, peterz@infradead.org, mingo@kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, josh@joshtriplett.org, torvalds@linux-foundation.org, corbet@lwn.net Subject: [tip:core/documentation] Documentation/features/locking: Add feature description and arch support status file for 'rwsem-optimized ' MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-tip-commits@vger.kernel.org Cc: akpm@linux-foundation.org, hpa@zytor.com, linux-arch@vger.kernel.org, tglx@linutronix.de, peterz@infradead.org, linux-api@vger.kernel.org, mingo@kernel.org, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, josh@joshtriplett.org, corbet@lwn.net Message-ID: <20150603111057.UhdazQhPIku74gyh380JUThB6W7KvfXm05Jte23c2Vg@z> Commit-ID: a521dc564bcce456354a01d2603ff946af141d32 Gitweb: http://git.kernel.org/tip/a521dc564bcce456354a01d2603ff946af141d32 Author: Ingo Molnar AuthorDate: Wed, 3 Jun 2015 12:37:10 +0200 Committer: Ingo Molnar CommitDate: Wed, 3 Jun 2015 12:51:35 +0200 Documentation/features/locking: Add feature description and arch support status file for 'rwsem-optimized' 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 --- .../rwsem-optimized}/arch-support.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/features/vm/PG_uncached/arch-support.txt b/Documentation/features/locking/rwsem-optimized/arch-support.txt similarity index 74% copy from Documentation/features/vm/PG_uncached/arch-support.txt copy to Documentation/features/locking/rwsem-optimized/arch-support.txt index 9919742..ac93d7a 100644 --- a/Documentation/features/vm/PG_uncached/arch-support.txt +++ b/Documentation/features/locking/rwsem-optimized/arch-support.txt @@ -1,12 +1,12 @@ # -# Feature name: PG_uncached -# Kconfig: ARCH_USES_PG_UNCACHED -# description: arch supports the PG_uncached page flag +# Feature name: rwsem-optimized +# Kconfig: Optimized asm/rwsem.h +# description: arch provides optimized rwsem APIs # ----------------------- | arch |status| ----------------------- - | alpha: | TODO | + | alpha: | ok | | arc: | TODO | | arm: | TODO | | arm64: | TODO | @@ -28,13 +28,13 @@ | openrisc: | TODO | | parisc: | TODO | | powerpc: | TODO | - | s390: | TODO | + | s390: | ok | | score: | TODO | - | sh: | TODO | - | sparc: | TODO | + | sh: | ok | + | sparc: | ok | | tile: | TODO | | um: | TODO | | unicore32: | TODO | | x86: | ok | - | xtensa: | TODO | + | xtensa: | ok | -----------------------