Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1157320 > unrolled thread
| Started by | tip-bot for Ingo Molnar <tipbot@zytor.com> |
|---|---|
| First post | 2015-06-03 13:20 +0200 |
| Last post | 2015-06-03 13:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for ' modern-timekeeping' tip-bot for Ingo Molnar <tipbot@zytor.com> - 2015-06-03 13:20 +0200
| From | tip-bot for Ingo Molnar <tipbot@zytor.com> |
|---|---|
| Date | 2015-06-03 13:20 +0200 |
| Subject | [tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for ' modern-timekeeping' |
| Message-ID | <pxeSg-7GO-67@gated-at.bofh.it> |
Commit-ID: 44121b9ed0384088a6899cfb2ca4ede1428d412f Gitweb: http://git.kernel.org/tip/44121b9ed0384088a6899cfb2ca4ede1428d412f Author: Ingo Molnar <mingo@kernel.org> AuthorDate: Wed, 3 Jun 2015 12:37:04 +0200 Committer: Ingo Molnar <mingo@kernel.org> CommitDate: Wed, 3 Jun 2015 12:51:34 +0200 Documentation/features/time: Add feature description and arch support status file for 'modern-timekeeping' Cc: <linux-api@vger.kernel.org> Cc: <linux-arch@vger.kernel.org> Cc: <linux-kernel@vger.kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Josh Triplett <josh@joshtriplett.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> --- .../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 | + ----------------------- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web