public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* [tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'THP'
@ 2015-06-03 11:10 tip-bot for Ingo Molnar
  2015-06-03 11:10 ` tip-bot for Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: tip-bot for Ingo Molnar @ 2015-06-03 11:10 UTC (permalink / raw)
  To: linux-tip-commits-u79uwXL29TY76Z2rM5mHXA
  Cc: tglx-hfZtesqFncYOwBW4kG4KsQ, corbet-T1hC0tSOHrs,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	mingo-DgEjT+Ai2ygdnm+yROfE0A, linux-api-u79uwXL29TY76Z2rM5mHXA,
	peterz-wEGCiKHe2LqWVfeAwA7xHQ, hpa-YMNOUZJC4hwAvxtiuMwx3w,
	linux-arch-u79uwXL29TY76Z2rM5mHXA,
	akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, josh-iaAMLnmF4UmaiuxdJuQwMA

Commit-ID:  cc436a080ad45a0d98c5a37a4fd9c896ea6bcd8a
Gitweb:     http://git.kernel.org/tip/cc436a080ad45a0d98c5a37a4fd9c896ea6bcd8a
Author:     Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
AuthorDate: Wed, 3 Jun 2015 12:37:09 +0200
Committer:  Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
CommitDate: Wed, 3 Jun 2015 12:51:35 +0200

Documentation/features/vm: Add feature description and arch support status file for 'THP'

Cc: <linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: <linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: H. Peter Anvin <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
Cc: Jonathan Corbet <corbet-T1hC0tSOHrs@public.gmane.org>
Cc: Josh Triplett <josh-iaAMLnmF4UmaiuxdJuQwMA@public.gmane.org>
Cc: Linus Torvalds <torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: Peter Zijlstra <peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
Cc: Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
Signed-off-by: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
 .../vm/{numa-memblock => THP}/arch-support.txt     | 26 +++++++++++-----------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/Documentation/features/vm/numa-memblock/arch-support.txt b/Documentation/features/vm/THP/arch-support.txt
similarity index 62%
copy from Documentation/features/vm/numa-memblock/arch-support.txt
copy to Documentation/features/vm/THP/arch-support.txt
index e7c252a..972d02c 100644
--- a/Documentation/features/vm/numa-memblock/arch-support.txt
+++ b/Documentation/features/vm/THP/arch-support.txt
@@ -1,15 +1,15 @@
 #
-# Feature name:          numa-memblock
-#         Kconfig:       HAVE_MEMBLOCK_NODE_MAP
-#         description:   arch supports NUMA aware memblocks
+# Feature name:          THP
+#         Kconfig:       HAVE_ARCH_TRANSPARENT_HUGEPAGE
+#         description:   arch supports transparent hugepages
 #
     -----------------------
     |         arch |status|
     -----------------------
     |       alpha: | TODO |
     |         arc: |  ..  |
-    |         arm: |  ..  |
-    |       arm64: |  ..  |
+    |         arm: |  ok  |
+    |       arm64: |  ok  |
     |       avr32: |  ..  |
     |    blackfin: |  ..  |
     |         c6x: |  ..  |
@@ -17,20 +17,20 @@
     |         frv: |  ..  |
     |       h8300: |  ..  |
     |     hexagon: |  ..  |
-    |        ia64: |  ok  |
-    |        m32r: | TODO |
+    |        ia64: | TODO |
+    |        m32r: |  ..  |
     |        m68k: |  ..  |
-    |       metag: |  ok  |
-    |  microblaze: |  ok  |
+    |       metag: |  ..  |
+    |  microblaze: |  ..  |
     |        mips: |  ok  |
-    |     mn10300: | TODO |
+    |     mn10300: |  ..  |
     |       nios2: |  ..  |
     |    openrisc: |  ..  |
-    |      parisc: |  ..  |
+    |      parisc: | TODO |
     |     powerpc: |  ok  |
     |        s390: |  ok  |
-    |       score: |  ok  |
-    |          sh: |  ok  |
+    |       score: |  ..  |
+    |          sh: |  ..  |
     |       sparc: |  ok  |
     |        tile: | TODO |
     |          um: |  ..  |

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'THP'
  2015-06-03 11:10 [tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'THP' tip-bot for Ingo Molnar
@ 2015-06-03 11:10 ` tip-bot for Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Ingo Molnar @ 2015-06-03 11:10 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, corbet, torvalds, mingo, linux-api, peterz, hpa, linux-arch,
	akpm, linux-kernel, josh

Commit-ID:  cc436a080ad45a0d98c5a37a4fd9c896ea6bcd8a
Gitweb:     http://git.kernel.org/tip/cc436a080ad45a0d98c5a37a4fd9c896ea6bcd8a
Author:     Ingo Molnar <mingo@kernel.org>
AuthorDate: Wed, 3 Jun 2015 12:37:09 +0200
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Wed, 3 Jun 2015 12:51:35 +0200

Documentation/features/vm: Add feature description and arch support status file for 'THP'

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>
---
 .../vm/{numa-memblock => THP}/arch-support.txt     | 26 +++++++++++-----------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/Documentation/features/vm/numa-memblock/arch-support.txt b/Documentation/features/vm/THP/arch-support.txt
similarity index 62%
copy from Documentation/features/vm/numa-memblock/arch-support.txt
copy to Documentation/features/vm/THP/arch-support.txt
index e7c252a..972d02c 100644
--- a/Documentation/features/vm/numa-memblock/arch-support.txt
+++ b/Documentation/features/vm/THP/arch-support.txt
@@ -1,15 +1,15 @@
 #
-# Feature name:          numa-memblock
-#         Kconfig:       HAVE_MEMBLOCK_NODE_MAP
-#         description:   arch supports NUMA aware memblocks
+# Feature name:          THP
+#         Kconfig:       HAVE_ARCH_TRANSPARENT_HUGEPAGE
+#         description:   arch supports transparent hugepages
 #
     -----------------------
     |         arch |status|
     -----------------------
     |       alpha: | TODO |
     |         arc: |  ..  |
-    |         arm: |  ..  |
-    |       arm64: |  ..  |
+    |         arm: |  ok  |
+    |       arm64: |  ok  |
     |       avr32: |  ..  |
     |    blackfin: |  ..  |
     |         c6x: |  ..  |
@@ -17,20 +17,20 @@
     |         frv: |  ..  |
     |       h8300: |  ..  |
     |     hexagon: |  ..  |
-    |        ia64: |  ok  |
-    |        m32r: | TODO |
+    |        ia64: | TODO |
+    |        m32r: |  ..  |
     |        m68k: |  ..  |
-    |       metag: |  ok  |
-    |  microblaze: |  ok  |
+    |       metag: |  ..  |
+    |  microblaze: |  ..  |
     |        mips: |  ok  |
-    |     mn10300: | TODO |
+    |     mn10300: |  ..  |
     |       nios2: |  ..  |
     |    openrisc: |  ..  |
-    |      parisc: |  ..  |
+    |      parisc: | TODO |
     |     powerpc: |  ok  |
     |        s390: |  ok  |
-    |       score: |  ok  |
-    |          sh: |  ok  |
+    |       score: |  ..  |
+    |          sh: |  ..  |
     |       sparc: |  ok  |
     |        tile: | TODO |
     |          um: |  ..  |

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-03 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 11:10 [tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'THP' tip-bot for Ingo Molnar
2015-06-03 11:10 ` tip-bot for Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox