From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932211AbbFCLST (ORCPT ); Wed, 3 Jun 2015 07:18:19 -0400 Received: from terminus.zytor.com ([198.137.202.10]:59900 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754082AbbFCLKQ (ORCPT ); Wed, 3 Jun 2015 07:10:16 -0400 Date: Wed, 3 Jun 2015 04:09:40 -0700 From: tip-bot for Ingo Molnar Message-ID: Cc: josh@joshtriplett.org, tglx@linutronix.de, akpm@linux-foundation.org, hpa@zytor.com, mingo@kernel.org, peterz@infradead.org, linux-arch@vger.kernel.org, corbet@lwn.net, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, torvalds@linux-foundation.org Reply-To: peterz@infradead.org, mingo@kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, corbet@lwn.net, linux-api@vger.kernel.org, torvalds@linux-foundation.org, josh@joshtriplett.org, tglx@linutronix.de, hpa@zytor.com, akpm@linux-foundation.org To: linux-tip-commits@vger.kernel.org Subject: [tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for ' modern-timekeeping' Git-Commit-ID: 44121b9ed0384088a6899cfb2ca4ede1428d412f X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 44121b9ed0384088a6899cfb2ca4ede1428d412f Gitweb: http://git.kernel.org/tip/44121b9ed0384088a6899cfb2ca4ede1428d412f Author: Ingo Molnar AuthorDate: Wed, 3 Jun 2015 12:37:04 +0200 Committer: Ingo Molnar CommitDate: Wed, 3 Jun 2015 12:51:34 +0200 Documentation/features/time: Add feature description and arch support status file for 'modern-timekeeping' 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 --- .../time/modern-timekeeping/arch-support.txt | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/Documentation/features/time/modern-timekeeping/arch-support.txt b/Documentation/features/time/modern-timekeeping/arch-support.txt new file mode 100644 index 0000000..17f68a0 --- /dev/null +++ b/Documentation/features/time/modern-timekeeping/arch-support.txt @@ -0,0 +1,40 @@ +# +# Feature name: modern-timekeeping +# Kconfig: !ARCH_USES_GETTIMEOFFSET +# description: arch does not use arch_gettimeoffset() anymore +# + ----------------------- + | arch |status| + ----------------------- + | alpha: | ok | + | arc: | ok | + | arm: | TODO | + | arm64: | ok | + | avr32: | ok | + | blackfin: | TODO | + | c6x: | ok | + | cris: | TODO | + | frv: | ok | + | h8300: | ok | + | hexagon: | ok | + | ia64: | ok | + | m32r: | TODO | + | m68k: | TODO | + | metag: | ok | + | microblaze: | ok | + | mips: | ok | + | mn10300: | ok | + | nios2: | ok | + | openrisc: | ok | + | parisc: | ok | + | powerpc: | ok | + | s390: | ok | + | score: | ok | + | sh: | ok | + | sparc: | ok | + | tile: | ok | + | um: | ok | + | unicore32: | ok | + | x86: | ok | + | xtensa: | ok | + -----------------------