* [tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'huge-vmap'
@ 2015-06-03 11:08 tip-bot for Ingo Molnar
2015-06-03 11:08 ` tip-bot for Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: tip-bot for Ingo Molnar @ 2015-06-03 11:08 UTC (permalink / raw)
To: linux-tip-commits-u79uwXL29TY76Z2rM5mHXA
Cc: torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
mingo-DgEjT+Ai2ygdnm+yROfE0A, hpa-YMNOUZJC4hwAvxtiuMwx3w,
linux-api-u79uwXL29TY76Z2rM5mHXA, peterz-wEGCiKHe2LqWVfeAwA7xHQ,
linux-arch-u79uwXL29TY76Z2rM5mHXA, corbet-T1hC0tSOHrs,
josh-iaAMLnmF4UmaiuxdJuQwMA, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
tglx-hfZtesqFncYOwBW4kG4KsQ
Commit-ID: bebcfbb0ceb5228f5931f6869a72b6e92ea10592
Gitweb: http://git.kernel.org/tip/bebcfbb0ceb5228f5931f6869a72b6e92ea10592
Author: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
AuthorDate: Wed, 3 Jun 2015 12:37:00 +0200
Committer: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
CommitDate: Wed, 3 Jun 2015 12:51:33 +0200
Documentation/features/vm: Add feature description and arch support status file for 'huge-vmap'
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>
---
.../features/{lib/strncasecmp => vm/huge-vmap}/arch-support.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/features/lib/strncasecmp/arch-support.txt b/Documentation/features/vm/huge-vmap/arch-support.txt
similarity index 82%
copy from Documentation/features/lib/strncasecmp/arch-support.txt
copy to Documentation/features/vm/huge-vmap/arch-support.txt
index 12b1c93..af6816b 100644
--- a/Documentation/features/lib/strncasecmp/arch-support.txt
+++ b/Documentation/features/vm/huge-vmap/arch-support.txt
@@ -1,7 +1,7 @@
#
-# Feature name: strncasecmp
-# Kconfig: __HAVE_ARCH_STRNCASECMP
-# description: arch provides an optimized strncasecmp() function
+# Feature name: huge-vmap
+# Kconfig: HAVE_ARCH_HUGE_VMAP
+# description: arch supports the ioremap_pud_enabled() and ioremap_pmd_enabled() VM APIs
#
-----------------------
| arch |status|
@@ -35,6 +35,6 @@
| tile: | TODO |
| um: | TODO |
| unicore32: | TODO |
- | x86: | TODO |
+ | x86: | ok |
| xtensa: | TODO |
-----------------------
^ 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 'huge-vmap'
2015-06-03 11:08 [tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'huge-vmap' tip-bot for Ingo Molnar
@ 2015-06-03 11:08 ` tip-bot for Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Ingo Molnar @ 2015-06-03 11:08 UTC (permalink / raw)
To: linux-tip-commits
Cc: torvalds, mingo, hpa, linux-api, peterz, linux-arch, corbet, josh,
linux-kernel, akpm, tglx
Commit-ID: bebcfbb0ceb5228f5931f6869a72b6e92ea10592
Gitweb: http://git.kernel.org/tip/bebcfbb0ceb5228f5931f6869a72b6e92ea10592
Author: Ingo Molnar <mingo@kernel.org>
AuthorDate: Wed, 3 Jun 2015 12:37:00 +0200
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Wed, 3 Jun 2015 12:51:33 +0200
Documentation/features/vm: Add feature description and arch support status file for 'huge-vmap'
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>
---
.../features/{lib/strncasecmp => vm/huge-vmap}/arch-support.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/features/lib/strncasecmp/arch-support.txt b/Documentation/features/vm/huge-vmap/arch-support.txt
similarity index 82%
copy from Documentation/features/lib/strncasecmp/arch-support.txt
copy to Documentation/features/vm/huge-vmap/arch-support.txt
index 12b1c93..af6816b 100644
--- a/Documentation/features/lib/strncasecmp/arch-support.txt
+++ b/Documentation/features/vm/huge-vmap/arch-support.txt
@@ -1,7 +1,7 @@
#
-# Feature name: strncasecmp
-# Kconfig: __HAVE_ARCH_STRNCASECMP
-# description: arch provides an optimized strncasecmp() function
+# Feature name: huge-vmap
+# Kconfig: HAVE_ARCH_HUGE_VMAP
+# description: arch supports the ioremap_pud_enabled() and ioremap_pmd_enabled() VM APIs
#
-----------------------
| arch |status|
@@ -35,6 +35,6 @@
| tile: | TODO |
| um: | TODO |
| unicore32: | TODO |
- | x86: | TODO |
+ | x86: | ok |
| xtensa: | TODO |
-----------------------
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-03 11:08 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:08 [tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'huge-vmap' tip-bot for Ingo Molnar
2015-06-03 11:08 ` 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