Linux userland API discussions
 help / color / mirror / Atom feed
* [tip:core/documentation] Documentation/features/locking: Add feature description and arch support status file for 'lockdep'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:12 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: corbet, peterz, hpa, akpm, tglx, linux-kernel, torvalds, mingo,
	linux-api, linux-arch, josh

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

Documentation/features/locking: Add feature description and arch support status file for 'lockdep'

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>
---
 .../lockdep}/arch-support.txt                      | 28 +++++++++++-----------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/Documentation/features/io/dma_map_attrs/arch-support.txt b/Documentation/features/locking/lockdep/arch-support.txt
similarity index 59%
copy from Documentation/features/io/dma_map_attrs/arch-support.txt
copy to Documentation/features/locking/lockdep/arch-support.txt
index 51d0f1c..cf90635 100644
--- a/Documentation/features/io/dma_map_attrs/arch-support.txt
+++ b/Documentation/features/locking/lockdep/arch-support.txt
@@ -1,40 +1,40 @@
 #
-# Feature name:          dma_map_attrs
-#         Kconfig:       HAVE_DMA_ATTRS
-#         description:   arch provides dma_*map*_attrs() APIs
+# Feature name:          lockdep
+#         Kconfig:       LOCKDEP_SUPPORT
+#         description:   arch supports the runtime locking correctness debug facility
 #
     -----------------------
     |         arch |status|
     -----------------------
-    |       alpha: |  ok  |
-    |         arc: | TODO |
+    |       alpha: | TODO |
+    |         arc: |  ok  |
     |         arm: |  ok  |
     |       arm64: |  ok  |
-    |       avr32: | TODO |
-    |    blackfin: | TODO |
+    |       avr32: |  ok  |
+    |    blackfin: |  ok  |
     |         c6x: | TODO |
     |        cris: | TODO |
     |         frv: | TODO |
-    |       h8300: |  ok  |
+    |       h8300: | TODO |
     |     hexagon: |  ok  |
-    |        ia64: |  ok  |
+    |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
+    |       metag: |  ok  |
     |  microblaze: |  ok  |
     |        mips: |  ok  |
     |     mn10300: | TODO |
     |       nios2: | TODO |
-    |    openrisc: |  ok  |
+    |    openrisc: | TODO |
     |      parisc: | TODO |
     |     powerpc: |  ok  |
     |        s390: |  ok  |
-    |       score: | TODO |
+    |       score: |  ok  |
     |          sh: |  ok  |
     |       sparc: |  ok  |
     |        tile: |  ok  |
-    |          um: | TODO |
+    |          um: |  ok  |
     |   unicore32: |  ok  |
     |         x86: |  ok  |
-    |      xtensa: | TODO |
+    |      xtensa: |  ok  |
     -----------------------

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'stackprotector'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:13 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: josh, peterz, akpm, corbet, hpa, tglx, mingo, linux-api,
	linux-kernel, torvalds, linux-arch

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

Documentation/features/debug: Add feature description and arch support status file for 'stackprotector'

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>
---
 .../{io/dma-contiguous => debug/stackprotector}/arch-support.txt  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/features/io/dma-contiguous/arch-support.txt b/Documentation/features/debug/stackprotector/arch-support.txt
similarity index 82%
copy from Documentation/features/io/dma-contiguous/arch-support.txt
copy to Documentation/features/debug/stackprotector/arch-support.txt
index a97e8e3..0fa4233 100644
--- a/Documentation/features/io/dma-contiguous/arch-support.txt
+++ b/Documentation/features/debug/stackprotector/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          dma-contiguous
-#         Kconfig:       HAVE_DMA_CONTIGUOUS
-#         description:   arch supports the DMA CMA (continuous memory allocator)
+# Feature name:          stackprotector
+#         Kconfig:       HAVE_CC_STACKPROTECTOR
+#         description:   arch supports compiler driven stack overflow protection
 #
     -----------------------
     |         arch |status|
@@ -30,7 +30,7 @@
     |     powerpc: | TODO |
     |        s390: | TODO |
     |       score: | TODO |
-    |          sh: | TODO |
+    |          sh: |  ok  |
     |       sparc: | TODO |
     |        tile: | TODO |
     |          um: | TODO |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/core: Add feature description and arch support status file for 'jump-labels'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:13 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: josh, akpm, mingo, corbet, peterz, hpa, linux-api, torvalds,
	linux-kernel, linux-arch, tglx

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

Documentation/features/core: Add feature description and arch support status file for 'jump-labels'

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>
---
 .../pmdp_splitting_flush => core/jump-labels}/arch-support.txt    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/features/vm/pmdp_splitting_flush/arch-support.txt b/Documentation/features/core/jump-labels/arch-support.txt
similarity index 82%
copy from Documentation/features/vm/pmdp_splitting_flush/arch-support.txt
copy to Documentation/features/core/jump-labels/arch-support.txt
index 26f74b4..136868b 100644
--- a/Documentation/features/vm/pmdp_splitting_flush/arch-support.txt
+++ b/Documentation/features/core/jump-labels/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          pmdp_splitting_flush
-#         Kconfig:       __HAVE_ARCH_PMDP_SPLITTING_FLUSH
-#         description:   arch supports the pmdp_splitting_flush() VM API
+# Feature name:          jump-labels
+#         Kconfig:       HAVE_ARCH_JUMP_LABEL
+#         description:   arch supports live patched, high efficiency branches
 #
     -----------------------
     |         arch |status|
@@ -31,7 +31,7 @@
     |        s390: |  ok  |
     |       score: | TODO |
     |          sh: | TODO |
-    |       sparc: | TODO |
+    |       sparc: |  ok  |
     |        tile: | TODO |
     |          um: | TODO |
     |   unicore32: | TODO |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/seccomp: Add feature description and arch support status file for 'seccomp-filter'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:13 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: akpm, josh, peterz, torvalds, linux-arch, linux-api, hpa, tglx,
	linux-kernel, mingo, corbet

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

Documentation/features/seccomp: Add feature description and arch support status file for 'seccomp-filter'

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>
---
 .../dma-contiguous => seccomp/seccomp-filter}/arch-support.txt    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/features/io/dma-contiguous/arch-support.txt b/Documentation/features/seccomp/seccomp-filter/arch-support.txt
similarity index 83%
copy from Documentation/features/io/dma-contiguous/arch-support.txt
copy to Documentation/features/seccomp/seccomp-filter/arch-support.txt
index a97e8e3..bea8009 100644
--- a/Documentation/features/io/dma-contiguous/arch-support.txt
+++ b/Documentation/features/seccomp/seccomp-filter/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          dma-contiguous
-#         Kconfig:       HAVE_DMA_CONTIGUOUS
-#         description:   arch supports the DMA CMA (continuous memory allocator)
+# Feature name:          seccomp-filter
+#         Kconfig:       HAVE_ARCH_SECCOMP_FILTER
+#         description:   arch supports seccomp filters
 #
     -----------------------
     |         arch |status|
@@ -28,7 +28,7 @@
     |    openrisc: | TODO |
     |      parisc: | TODO |
     |     powerpc: | TODO |
-    |        s390: | TODO |
+    |        s390: |  ok  |
     |       score: | TODO |
     |          sh: | TODO |
     |       sparc: | TODO |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for ' context-tracking'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:14 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: corbet, josh, linux-api, hpa, peterz, tglx, torvalds, akpm,
	linux-kernel, linux-arch, mingo

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

Documentation/features/time: Add feature description and arch support status file for 'context-tracking'

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>
---
 .../jump-labels => time/context-tracking}/arch-support.txt     | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/features/core/jump-labels/arch-support.txt b/Documentation/features/time/context-tracking/arch-support.txt
similarity index 81%
copy from Documentation/features/core/jump-labels/arch-support.txt
copy to Documentation/features/time/context-tracking/arch-support.txt
index 136868b..a1e3eea 100644
--- a/Documentation/features/core/jump-labels/arch-support.txt
+++ b/Documentation/features/time/context-tracking/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          jump-labels
-#         Kconfig:       HAVE_ARCH_JUMP_LABEL
-#         description:   arch supports live patched, high efficiency branches
+# Feature name:          context-tracking
+#         Kconfig:       HAVE_CONTEXT_TRACKING
+#         description:   arch supports context tracking for NO_HZ_FULL
 #
     -----------------------
     |         arch |status|
@@ -28,11 +28,11 @@
     |    openrisc: | TODO |
     |      parisc: | TODO |
     |     powerpc: |  ok  |
-    |        s390: |  ok  |
+    |        s390: | TODO |
     |       score: | TODO |
     |          sh: | TODO |
     |       sparc: |  ok  |
-    |        tile: | TODO |
+    |        tile: |  ok  |
     |          um: | TODO |
     |   unicore32: | TODO |
     |         x86: |  ok  |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'kgdb'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:14 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, hpa, linux-api, josh, mingo, linux-kernel, corbet,
	linux-arch, peterz, akpm, torvalds

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

Documentation/features/debug: Add feature description and arch support status file for 'kgdb'

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>
---
 .../context-tracking => debug/kgdb}/arch-support.txt | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Documentation/features/time/context-tracking/arch-support.txt b/Documentation/features/debug/kgdb/arch-support.txt
similarity index 68%
copy from Documentation/features/time/context-tracking/arch-support.txt
copy to Documentation/features/debug/kgdb/arch-support.txt
index a1e3eea..862e15d 100644
--- a/Documentation/features/time/context-tracking/arch-support.txt
+++ b/Documentation/features/debug/kgdb/arch-support.txt
@@ -1,36 +1,36 @@
 #
-# Feature name:          context-tracking
-#         Kconfig:       HAVE_CONTEXT_TRACKING
-#         description:   arch supports context tracking for NO_HZ_FULL
+# Feature name:          kgdb
+#         Kconfig:       HAVE_ARCH_KGDB
+#         description:   arch supports the kGDB kernel debugger
 #
     -----------------------
     |         arch |status|
     -----------------------
     |       alpha: | TODO |
-    |         arc: | TODO |
+    |         arc: |  ok  |
     |         arm: |  ok  |
     |       arm64: |  ok  |
     |       avr32: | TODO |
-    |    blackfin: | TODO |
+    |    blackfin: |  ok  |
     |         c6x: | TODO |
     |        cris: | TODO |
     |         frv: | TODO |
     |       h8300: | TODO |
-    |     hexagon: | TODO |
+    |     hexagon: |  ok  |
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
     |       metag: | TODO |
-    |  microblaze: | TODO |
+    |  microblaze: |  ok  |
     |        mips: |  ok  |
-    |     mn10300: | TODO |
-    |       nios2: | TODO |
+    |     mn10300: |  ok  |
+    |       nios2: |  ok  |
     |    openrisc: | TODO |
     |      parisc: | TODO |
     |     powerpc: |  ok  |
     |        s390: | TODO |
     |       score: | TODO |
-    |          sh: | TODO |
+    |          sh: |  ok  |
     |       sparc: |  ok  |
     |        tile: |  ok  |
     |          um: | TODO |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for 'clockevents'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:14 UTC (permalink / raw)
  To: linux-tip-commits-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, tglx-hfZtesqFncYOwBW4kG4KsQ,
	peterz-wEGCiKHe2LqWVfeAwA7xHQ, linux-arch-u79uwXL29TY76Z2rM5mHXA,
	hpa-YMNOUZJC4hwAvxtiuMwx3w, mingo-DgEjT+Ai2ygdnm+yROfE0A,
	corbet-T1hC0tSOHrs, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	linux-api-u79uwXL29TY76Z2rM5mHXA, josh-iaAMLnmF4UmaiuxdJuQwMA

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

Documentation/features/time: Add feature description and arch support status file for 'clockevents'

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>
---
 .../arch-support.txt                                 | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Documentation/features/time/modern-timekeeping/arch-support.txt b/Documentation/features/time/clockevents/arch-support.txt
similarity index 68%
copy from Documentation/features/time/modern-timekeeping/arch-support.txt
copy to Documentation/features/time/clockevents/arch-support.txt
index 17f68a0..ff670b2 100644
--- a/Documentation/features/time/modern-timekeeping/arch-support.txt
+++ b/Documentation/features/time/clockevents/arch-support.txt
@@ -1,32 +1,32 @@
 #
-# Feature name:          modern-timekeeping
-#         Kconfig:       !ARCH_USES_GETTIMEOFFSET
-#         description:   arch does not use arch_gettimeoffset() anymore
+# Feature name:          clockevents
+#         Kconfig:       GENERIC_CLOCKEVENTS
+#         description:   arch support generic clock events
 #
     -----------------------
     |         arch |status|
     -----------------------
     |       alpha: |  ok  |
     |         arc: |  ok  |
-    |         arm: | TODO |
+    |         arm: |  ok  |
     |       arm64: |  ok  |
     |       avr32: |  ok  |
-    |    blackfin: | TODO |
+    |    blackfin: |  ok  |
     |         c6x: |  ok  |
-    |        cris: | TODO |
-    |         frv: |  ok  |
+    |        cris: |  ok  |
+    |         frv: | TODO |
     |       h8300: |  ok  |
     |     hexagon: |  ok  |
-    |        ia64: |  ok  |
+    |        ia64: | TODO |
     |        m32r: | TODO |
-    |        m68k: | TODO |
+    |        m68k: |  ok  |
     |       metag: |  ok  |
     |  microblaze: |  ok  |
     |        mips: |  ok  |
     |     mn10300: |  ok  |
     |       nios2: |  ok  |
     |    openrisc: |  ok  |
-    |      parisc: |  ok  |
+    |      parisc: | TODO |
     |     powerpc: |  ok  |
     |        s390: |  ok  |
     |       score: |  ok  |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'ELF-ASLR'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:15 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: corbet, mingo, linux-api, torvalds, tglx, josh, linux-arch, akpm,
	linux-kernel, hpa, peterz

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

Documentation/features/vm: Add feature description and arch support status file for 'ELF-ASLR'

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/vm/{pmdp_splitting_flush => ELF-ASLR}/arch-support.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/features/vm/pmdp_splitting_flush/arch-support.txt b/Documentation/features/vm/ELF-ASLR/arch-support.txt
similarity index 84%
copy from Documentation/features/vm/pmdp_splitting_flush/arch-support.txt
copy to Documentation/features/vm/ELF-ASLR/arch-support.txt
index 26f74b4..ec4dd28 100644
--- a/Documentation/features/vm/pmdp_splitting_flush/arch-support.txt
+++ b/Documentation/features/vm/ELF-ASLR/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          pmdp_splitting_flush
-#         Kconfig:       __HAVE_ARCH_PMDP_SPLITTING_FLUSH
-#         description:   arch supports the pmdp_splitting_flush() VM API
+# Feature name:          ELF-ASLR
+#         Kconfig:       ARCH_HAS_ELF_RANDOMIZE
+#         description:   arch randomizes the stack, heap and binary images of ELF binaries
 #
     -----------------------
     |         arch |status|

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for ' arch-tick-broadcast'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:15 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: akpm, hpa, linux-kernel, linux-api, josh, mingo, torvalds, peterz,
	linux-arch, corbet, tglx

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

Documentation/features/time: Add feature description and arch support status file for 'arch-tick-broadcast'

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>
---
 .../arch-tick-broadcast}/arch-support.txt                      | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/features/io/dma-contiguous/arch-support.txt b/Documentation/features/time/arch-tick-broadcast/arch-support.txt
similarity index 80%
copy from Documentation/features/io/dma-contiguous/arch-support.txt
copy to Documentation/features/time/arch-tick-broadcast/arch-support.txt
index a97e8e3..8acb439 100644
--- a/Documentation/features/io/dma-contiguous/arch-support.txt
+++ b/Documentation/features/time/arch-tick-broadcast/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          dma-contiguous
-#         Kconfig:       HAVE_DMA_CONTIGUOUS
-#         description:   arch supports the DMA CMA (continuous memory allocator)
+# Feature name:          arch-tick-broadcast
+#         Kconfig:       ARCH_HAS_TICK_BROADCAST
+#         description:   arch provides tick_broadcast()
 #
     -----------------------
     |         arch |status|
@@ -27,7 +27,7 @@
     |       nios2: | TODO |
     |    openrisc: | TODO |
     |      parisc: | TODO |
-    |     powerpc: | TODO |
+    |     powerpc: |  ok  |
     |        s390: | TODO |
     |       score: | TODO |
     |          sh: | TODO |
@@ -35,6 +35,6 @@
     |        tile: | TODO |
     |          um: | TODO |
     |   unicore32: | TODO |
-    |         x86: |  ok  |
+    |         x86: | TODO |
     |      xtensa: | TODO |
     -----------------------

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'kprobes'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:15 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, linux-arch, josh, tglx, peterz, hpa, corbet,
	linux-api, akpm, torvalds, mingo

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

Documentation/features/debug: Add feature description and arch support status file for 'kprobes'

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>
---
 .../ioremap_prot => debug/kprobes}/arch-support.txt    | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Documentation/features/vm/ioremap_prot/arch-support.txt b/Documentation/features/debug/kprobes/arch-support.txt
similarity index 72%
copy from Documentation/features/vm/ioremap_prot/arch-support.txt
copy to Documentation/features/debug/kprobes/arch-support.txt
index 90c5374..a44bfff 100644
--- a/Documentation/features/vm/ioremap_prot/arch-support.txt
+++ b/Documentation/features/debug/kprobes/arch-support.txt
@@ -1,37 +1,37 @@
 #
-# Feature name:          ioremap_prot
-#         Kconfig:       HAVE_IOREMAP_PROT
-#         description:   arch has ioremap_prot()
+# Feature name:          kprobes
+#         Kconfig:       HAVE_KPROBES
+#         description:   arch supports live patched kernel probe
 #
     -----------------------
     |         arch |status|
     -----------------------
     |       alpha: | TODO |
     |         arc: |  ok  |
-    |         arm: | TODO |
+    |         arm: |  ok  |
     |       arm64: | TODO |
-    |       avr32: | TODO |
+    |       avr32: |  ok  |
     |    blackfin: | TODO |
     |         c6x: | TODO |
     |        cris: | TODO |
     |         frv: | TODO |
     |       h8300: | TODO |
     |     hexagon: | TODO |
-    |        ia64: | TODO |
+    |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: | TODO |
     |       metag: | TODO |
     |  microblaze: | TODO |
-    |        mips: | TODO |
+    |        mips: |  ok  |
     |     mn10300: | TODO |
     |       nios2: | TODO |
     |    openrisc: | TODO |
     |      parisc: | TODO |
     |     powerpc: |  ok  |
-    |        s390: | TODO |
+    |        s390: |  ok  |
     |       score: | TODO |
     |          sh: |  ok  |
-    |       sparc: | TODO |
+    |       sparc: |  ok  |
     |        tile: |  ok  |
     |          um: | TODO |
     |   unicore32: | TODO |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'optprobes'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:16 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-arch, linux-kernel, hpa, peterz, mingo, torvalds, akpm,
	tglx, corbet, linux-api, josh

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

Documentation/features/debug: Add feature description and arch support status file for 'optprobes'

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/debug/{KASAN => optprobes}/arch-support.txt       | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/features/debug/KASAN/arch-support.txt b/Documentation/features/debug/optprobes/arch-support.txt
similarity index 82%
copy from Documentation/features/debug/KASAN/arch-support.txt
copy to Documentation/features/debug/optprobes/arch-support.txt
index 14531da..b8999d8 100644
--- a/Documentation/features/debug/KASAN/arch-support.txt
+++ b/Documentation/features/debug/optprobes/arch-support.txt
@@ -1,14 +1,14 @@
 #
-# Feature name:          KASAN
-#         Kconfig:       HAVE_ARCH_KASAN
-#         description:   arch supports the KASAN runtime memory checker
+# Feature name:          optprobes
+#         Kconfig:       HAVE_OPTPROBES
+#         description:   arch supports live patched optprobes
 #
     -----------------------
     |         arch |status|
     -----------------------
     |       alpha: | TODO |
     |         arc: | TODO |
-    |         arm: | TODO |
+    |         arm: |  ok  |
     |       arm64: | TODO |
     |       avr32: | TODO |
     |    blackfin: | TODO |
@@ -32,7 +32,7 @@
     |       score: | TODO |
     |          sh: | TODO |
     |       sparc: | TODO |
-    |        tile: | TODO |
+    |        tile: |  ok  |
     |          um: | TODO |
     |   unicore32: | TODO |
     |         x86: |  ok  |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for ' kprobes-on-ftrace'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:16 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, mingo, akpm, josh, peterz, linux-api, linux-kernel, hpa,
	corbet, torvalds, linux-arch

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

Documentation/features/debug: Add feature description and arch support status file for 'kprobes-on-ftrace'

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/debug/{KASAN => kprobes-on-ftrace}/arch-support.txt    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/features/debug/KASAN/arch-support.txt b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
similarity index 85%
copy from Documentation/features/debug/KASAN/arch-support.txt
copy to Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
index 14531da..40f44d0 100644
--- a/Documentation/features/debug/KASAN/arch-support.txt
+++ b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          KASAN
-#         Kconfig:       HAVE_ARCH_KASAN
-#         description:   arch supports the KASAN runtime memory checker
+# Feature name:          kprobes-on-ftrace
+#         Kconfig:       HAVE_KPROBES_ON_FTRACE
+#         description:   arch supports combined kprobes and ftrace live patching
 #
     -----------------------
     |         arch |status|

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'uprobes'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:16 UTC (permalink / raw)
  To: linux-tip-commits-u79uwXL29TY76Z2rM5mHXA
  Cc: akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	josh-iaAMLnmF4UmaiuxdJuQwMA, corbet-T1hC0tSOHrs,
	linux-api-u79uwXL29TY76Z2rM5mHXA, hpa-YMNOUZJC4hwAvxtiuMwx3w,
	linux-arch-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, tglx-hfZtesqFncYOwBW4kG4KsQ,
	peterz-wEGCiKHe2LqWVfeAwA7xHQ, mingo-DgEjT+Ai2ygdnm+yROfE0A,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b

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

Documentation/features/debug: Add feature description and arch support status file for 'uprobes'

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/{vm/ELF-ASLR => debug/uprobes}/arch-support.txt   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/features/vm/ELF-ASLR/arch-support.txt b/Documentation/features/debug/uprobes/arch-support.txt
similarity index 80%
copy from Documentation/features/vm/ELF-ASLR/arch-support.txt
copy to Documentation/features/debug/uprobes/arch-support.txt
index ec4dd28..4efe36c 100644
--- a/Documentation/features/vm/ELF-ASLR/arch-support.txt
+++ b/Documentation/features/debug/uprobes/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          ELF-ASLR
-#         Kconfig:       ARCH_HAS_ELF_RANDOMIZE
-#         description:   arch randomizes the stack, heap and binary images of ELF binaries
+# Feature name:          uprobes
+#         Kconfig:       ARCH_SUPPORTS_UPROBES
+#         description:   arch supports live patched user probes
 #
     -----------------------
     |         arch |status|
@@ -9,7 +9,7 @@
     |       alpha: | TODO |
     |         arc: | TODO |
     |         arm: |  ok  |
-    |       arm64: |  ok  |
+    |       arm64: | TODO |
     |       avr32: | TODO |
     |    blackfin: | TODO |
     |         c6x: | TODO |
@@ -22,7 +22,7 @@
     |        m68k: | TODO |
     |       metag: | TODO |
     |  microblaze: | TODO |
-    |        mips: |  ok  |
+    |        mips: | TODO |
     |     mn10300: | TODO |
     |       nios2: | TODO |
     |    openrisc: | TODO |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'kretprobes'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:17 UTC (permalink / raw)
  To: linux-tip-commits-u79uwXL29TY76Z2rM5mHXA
  Cc: torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	tglx-hfZtesqFncYOwBW4kG4KsQ, mingo-DgEjT+Ai2ygdnm+yROfE0A,
	hpa-YMNOUZJC4hwAvxtiuMwx3w, josh-iaAMLnmF4UmaiuxdJuQwMA,
	corbet-T1hC0tSOHrs, peterz-wEGCiKHe2LqWVfeAwA7xHQ,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	linux-arch-u79uwXL29TY76Z2rM5mHXA,
	linux-api-u79uwXL29TY76Z2rM5mHXA

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

Documentation/features/debug: Add feature description and arch support status file for 'kretprobes'

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/debug/{kprobes => kretprobes}/arch-support.txt       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/features/debug/kprobes/arch-support.txt b/Documentation/features/debug/kretprobes/arch-support.txt
similarity index 84%
copy from Documentation/features/debug/kprobes/arch-support.txt
copy to Documentation/features/debug/kretprobes/arch-support.txt
index a44bfff..d87c1ce 100644
--- a/Documentation/features/debug/kprobes/arch-support.txt
+++ b/Documentation/features/debug/kretprobes/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          kprobes
-#         Kconfig:       HAVE_KPROBES
-#         description:   arch supports live patched kernel probe
+# Feature name:          kretprobes
+#         Kconfig:       HAVE_KRETPROBES
+#         description:   arch supports kernel function-return probes
 #
     -----------------------
     |         arch |status|
@@ -10,7 +10,7 @@
     |         arc: |  ok  |
     |         arm: |  ok  |
     |       arm64: | TODO |
-    |       avr32: |  ok  |
+    |       avr32: | TODO |
     |    blackfin: | TODO |
     |         c6x: | TODO |
     |        cris: | TODO |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for ' user-ret-profiler'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:17 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-arch, peterz, hpa, torvalds, mingo, tglx, linux-api, akpm,
	josh, linux-kernel, corbet

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

Documentation/features/debug: Add feature description and arch support status file for 'user-ret-profiler'

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>
---
 .../{kprobes-on-ftrace => user-ret-profiler}/arch-support.txt     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt b/Documentation/features/debug/user-ret-profiler/arch-support.txt
similarity index 82%
copy from Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
copy to Documentation/features/debug/user-ret-profiler/arch-support.txt
index 40f44d0..44cc1ff 100644
--- a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
+++ b/Documentation/features/debug/user-ret-profiler/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          kprobes-on-ftrace
-#         Kconfig:       HAVE_KPROBES_ON_FTRACE
-#         description:   arch supports combined kprobes and ftrace live patching
+# Feature name:          user-ret-profiler
+#         Kconfig:       HAVE_USER_RETURN_NOTIFIER
+#         description:   arch supports user-space return from system call profiler
 #
     -----------------------
     |         arch |status|
@@ -32,7 +32,7 @@
     |       score: | TODO |
     |          sh: | TODO |
     |       sparc: | TODO |
-    |        tile: | TODO |
+    |        tile: |  ok  |
     |          um: | TODO |
     |   unicore32: | TODO |
     |         x86: |  ok  |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/core: Add feature description and arch support status file for ' generic-idle-thread'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:17 UTC (permalink / raw)
  To: linux-tip-commits-u79uwXL29TY76Z2rM5mHXA
  Cc: tglx-hfZtesqFncYOwBW4kG4KsQ, linux-api-u79uwXL29TY76Z2rM5mHXA,
	hpa-YMNOUZJC4hwAvxtiuMwx3w, josh-iaAMLnmF4UmaiuxdJuQwMA,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	peterz-wEGCiKHe2LqWVfeAwA7xHQ, corbet-T1hC0tSOHrs,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	mingo-DgEjT+Ai2ygdnm+yROfE0A, linux-arch-u79uwXL29TY76Z2rM5mHXA

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

Documentation/features/core: Add feature description and arch support status file for 'generic-idle-thread'

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>
---
 .../generic-idle-thread}/arch-support.txt            | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Documentation/features/time/virt-cpuacct/arch-support.txt b/Documentation/features/core/generic-idle-thread/arch-support.txt
similarity index 68%
copy from Documentation/features/time/virt-cpuacct/arch-support.txt
copy to Documentation/features/core/generic-idle-thread/arch-support.txt
index cf3c3e3..6d930fc 100644
--- a/Documentation/features/time/virt-cpuacct/arch-support.txt
+++ b/Documentation/features/core/generic-idle-thread/arch-support.txt
@@ -1,26 +1,26 @@
 #
-# Feature name:          virt-cpuacct
-#         Kconfig:       HAVE_VIRT_CPU_ACCOUNTING
-#         description:   arch supports precise virtual CPU time accounting
+# Feature name:          generic-idle-thread
+#         Kconfig:       GENERIC_SMP_IDLE_THREAD
+#         description:   arch makes use of the generic SMP idle thread facility
 #
     -----------------------
     |         arch |status|
     -----------------------
     |       alpha: |  ok  |
-    |         arc: | TODO |
+    |         arc: |  ok  |
     |         arm: |  ok  |
     |       arm64: |  ok  |
     |       avr32: | TODO |
-    |    blackfin: | TODO |
+    |    blackfin: |  ok  |
     |         c6x: | TODO |
     |        cris: | TODO |
     |         frv: | TODO |
     |       h8300: | TODO |
-    |     hexagon: | TODO |
+    |     hexagon: |  ok  |
     |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
+    |       metag: |  ok  |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |
@@ -30,11 +30,11 @@
     |     powerpc: |  ok  |
     |        s390: |  ok  |
     |       score: | TODO |
-    |          sh: | TODO |
+    |          sh: |  ok  |
     |       sparc: |  ok  |
-    |        tile: |  ok  |
+    |        tile: | TODO |
     |          um: | TODO |
     |   unicore32: | TODO |
     |         x86: |  ok  |
-    |      xtensa: | TODO |
+    |      xtensa: |  ok  |
     -----------------------

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/perf: Add feature description and arch support status file for 'kprobes-event'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:18 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: mingo, linux-api, corbet, josh, peterz, linux-arch, tglx,
	torvalds, akpm, hpa, linux-kernel

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

Documentation/features/perf: Add feature description and arch support status file for 'kprobes-event'

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>
---
 .../{debug/uprobes => perf/kprobes-event}/arch-support.txt   | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/features/debug/uprobes/arch-support.txt b/Documentation/features/perf/kprobes-event/arch-support.txt
similarity index 78%
copy from Documentation/features/debug/uprobes/arch-support.txt
copy to Documentation/features/perf/kprobes-event/arch-support.txt
index 4efe36c..9855ad0 100644
--- a/Documentation/features/debug/uprobes/arch-support.txt
+++ b/Documentation/features/perf/kprobes-event/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          uprobes
-#         Kconfig:       ARCH_SUPPORTS_UPROBES
-#         description:   arch supports live patched user probes
+# Feature name:          kprobes-event
+#         Kconfig:       HAVE_REGS_AND_STACK_ACCESS_API
+#         description:   arch supports kprobes with perf events
 #
     -----------------------
     |         arch |status|
@@ -16,7 +16,7 @@
     |        cris: | TODO |
     |         frv: | TODO |
     |       h8300: | TODO |
-    |     hexagon: | TODO |
+    |     hexagon: |  ok  |
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
@@ -30,9 +30,9 @@
     |     powerpc: |  ok  |
     |        s390: |  ok  |
     |       score: | TODO |
-    |          sh: | TODO |
+    |          sh: |  ok  |
     |       sparc: | TODO |
-    |        tile: | TODO |
+    |        tile: |  ok  |
     |          um: | TODO |
     |   unicore32: | TODO |
     |         x86: |  ok  |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/io: Add feature description and arch support status file for 'dma-api-debug'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:18 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: mingo, peterz, linux-api, josh, linux-arch, corbet, linux-kernel,
	torvalds, tglx, hpa, akpm

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

Documentation/features/io: Add feature description and arch support status file for 'dma-api-debug'

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>
---
 .../kretprobes => io/dma-api-debug}/arch-support.txt       | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/features/debug/kretprobes/arch-support.txt b/Documentation/features/io/dma-api-debug/arch-support.txt
similarity index 77%
copy from Documentation/features/debug/kretprobes/arch-support.txt
copy to Documentation/features/io/dma-api-debug/arch-support.txt
index d87c1ce..4f4a344 100644
--- a/Documentation/features/debug/kretprobes/arch-support.txt
+++ b/Documentation/features/io/dma-api-debug/arch-support.txt
@@ -1,18 +1,18 @@
 #
-# Feature name:          kretprobes
-#         Kconfig:       HAVE_KRETPROBES
-#         description:   arch supports kernel function-return probes
+# Feature name:          dma-api-debug
+#         Kconfig:       HAVE_DMA_API_DEBUG
+#         description:   arch supports DMA debug facilities
 #
     -----------------------
     |         arch |status|
     -----------------------
     |       alpha: | TODO |
-    |         arc: |  ok  |
+    |         arc: | TODO |
     |         arm: |  ok  |
-    |       arm64: | TODO |
+    |       arm64: |  ok  |
     |       avr32: | TODO |
     |    blackfin: | TODO |
-    |         c6x: | TODO |
+    |         c6x: |  ok  |
     |        cris: | TODO |
     |         frv: | TODO |
     |       h8300: | TODO |
@@ -21,7 +21,7 @@
     |        m32r: | TODO |
     |        m68k: | TODO |
     |       metag: | TODO |
-    |  microblaze: | TODO |
+    |  microblaze: |  ok  |
     |        mips: |  ok  |
     |     mn10300: | TODO |
     |       nios2: | TODO |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/perf: Add feature description and arch support status file for 'perf-regs'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:18 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-arch, linux-api, hpa, peterz, mingo, josh, linux-kernel,
	torvalds, tglx, akpm, corbet

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

Documentation/features/perf: Add feature description and arch support status file for 'perf-regs'

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>
---
 .../{io/dma-contiguous => perf/perf-regs}/arch-support.txt        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/features/io/dma-contiguous/arch-support.txt b/Documentation/features/perf/perf-regs/arch-support.txt
similarity index 83%
copy from Documentation/features/io/dma-contiguous/arch-support.txt
copy to Documentation/features/perf/perf-regs/arch-support.txt
index a97e8e3..e2b4a78 100644
--- a/Documentation/features/io/dma-contiguous/arch-support.txt
+++ b/Documentation/features/perf/perf-regs/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          dma-contiguous
-#         Kconfig:       HAVE_DMA_CONTIGUOUS
-#         description:   arch supports the DMA CMA (continuous memory allocator)
+# Feature name:          perf-regs
+#         Kconfig:       HAVE_PERF_REGS
+#         description:   arch supports perf events register access
 #
     -----------------------
     |         arch |status|
@@ -22,7 +22,7 @@
     |        m68k: | TODO |
     |       metag: | TODO |
     |  microblaze: | TODO |
-    |        mips: |  ok  |
+    |        mips: | TODO |
     |     mn10300: | TODO |
     |       nios2: | TODO |
     |    openrisc: | TODO |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/perf: Add feature description and arch support status file for 'perf-stackdump'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:19 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, linux-api, tglx, torvalds, corbet, akpm, hpa,
	peterz, josh, linux-arch, mingo

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

Documentation/features/perf: Add feature description and arch support status file for 'perf-stackdump'

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/perf/{perf-regs => perf-stackdump}/arch-support.txt    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/features/perf/perf-regs/arch-support.txt b/Documentation/features/perf/perf-stackdump/arch-support.txt
similarity index 86%
copy from Documentation/features/perf/perf-regs/arch-support.txt
copy to Documentation/features/perf/perf-stackdump/arch-support.txt
index e2b4a78..3dc24b0 100644
--- a/Documentation/features/perf/perf-regs/arch-support.txt
+++ b/Documentation/features/perf/perf-stackdump/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          perf-regs
-#         Kconfig:       HAVE_PERF_REGS
-#         description:   arch supports perf events register access
+# Feature name:          perf-stackdump
+#         Kconfig:       HAVE_PERF_USER_STACK_DUMP
+#         description:   arch supports perf events stack dumps
 #
     -----------------------
     |         arch |status|

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/locking: Add feature description and arch support status file for 'cmpxchg-local'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:19 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: corbet, linux-api, josh, mingo, tglx, linux-kernel, hpa, peterz,
	akpm, linux-arch, torvalds

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

Documentation/features/locking: Add feature description and arch support status file for 'cmpxchg-local'

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>
---
 .../{debug/KASAN => locking/cmpxchg-local}/arch-support.txt       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/features/debug/KASAN/arch-support.txt b/Documentation/features/locking/cmpxchg-local/arch-support.txt
similarity index 84%
copy from Documentation/features/debug/KASAN/arch-support.txt
copy to Documentation/features/locking/cmpxchg-local/arch-support.txt
index 14531da..d9c3108 100644
--- a/Documentation/features/debug/KASAN/arch-support.txt
+++ b/Documentation/features/locking/cmpxchg-local/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          KASAN
-#         Kconfig:       HAVE_ARCH_KASAN
-#         description:   arch supports the KASAN runtime memory checker
+# Feature name:          cmpxchg-local
+#         Kconfig:       HAVE_CMPXCHG_LOCAL
+#         description:   arch supports the this_cpu_cmpxchg() API
 #
     -----------------------
     |         arch |status|
@@ -28,7 +28,7 @@
     |    openrisc: | TODO |
     |      parisc: | TODO |
     |     powerpc: | TODO |
-    |        s390: | TODO |
+    |        s390: |  ok  |
     |       score: | TODO |
     |          sh: | TODO |
     |       sparc: | TODO |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for ' gcov-profile-all'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:19 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, torvalds, hpa, peterz, linux-arch, corbet, linux-api, mingo,
	akpm, josh, linux-kernel

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

Documentation/features/debug: Add feature description and arch support status file for 'gcov-profile-all'

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>
---
 .../pte_special => debug/gcov-profile-all}/arch-support.txt    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/features/vm/pte_special/arch-support.txt b/Documentation/features/debug/gcov-profile-all/arch-support.txt
similarity index 80%
copy from Documentation/features/vm/pte_special/arch-support.txt
copy to Documentation/features/debug/gcov-profile-all/arch-support.txt
index aaaa21d..38dea8e 100644
--- a/Documentation/features/vm/pte_special/arch-support.txt
+++ b/Documentation/features/debug/gcov-profile-all/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          pte_special
-#         Kconfig:       __HAVE_ARCH_PTE_SPECIAL
-#         description:   arch supports the pte_special()/pte_mkspecial() VM APIs
+# Feature name:          gcov-profile-all
+#         Kconfig:       ARCH_HAS_GCOV_PROFILE_ALL
+#         description:   arch supports whole-kernel GCOV code coverage profiling
 #
     -----------------------
     |         arch |status|
@@ -21,7 +21,7 @@
     |        m32r: | TODO |
     |        m68k: | TODO |
     |       metag: | TODO |
-    |  microblaze: | TODO |
+    |  microblaze: |  ok  |
     |        mips: | TODO |
     |     mn10300: | TODO |
     |       nios2: | TODO |
@@ -31,7 +31,7 @@
     |        s390: |  ok  |
     |       score: | TODO |
     |          sh: |  ok  |
-    |       sparc: |  ok  |
+    |       sparc: | TODO |
     |        tile: | TODO |
     |          um: | TODO |
     |   unicore32: | TODO |

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/locking: Add feature description and arch support status file for ' queued-spinlocks'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:20 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: hpa, torvalds, linux-arch, akpm, tglx, corbet, josh, linux-api,
	linux-kernel, peterz, mingo

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

Documentation/features/locking: Add feature description and arch support status file for 'queued-spinlocks'

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>
---
 .../{debug/KASAN => locking/queued-spinlocks}/arch-support.txt      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/features/debug/KASAN/arch-support.txt b/Documentation/features/locking/queued-spinlocks/arch-support.txt
similarity index 86%
copy from Documentation/features/debug/KASAN/arch-support.txt
copy to Documentation/features/locking/queued-spinlocks/arch-support.txt
index 14531da..e973b1a 100644
--- a/Documentation/features/debug/KASAN/arch-support.txt
+++ b/Documentation/features/locking/queued-spinlocks/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          KASAN
-#         Kconfig:       HAVE_ARCH_KASAN
-#         description:   arch supports the KASAN runtime memory checker
+# Feature name:          queued-spinlocks
+#         Kconfig:       ARCH_USE_QUEUED_SPINLOCKS
+#         description:   arch supports queued spinlocks
 #
     -----------------------
     |         arch |status|

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/locking: Add feature description and arch support status file for 'queued-rwlocks'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:20 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, hpa, linux-arch, corbet, linux-kernel, linux-api, torvalds,
	akpm, mingo, peterz, josh

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

Documentation/features/locking: Add feature description and arch support status file for 'queued-rwlocks'

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>
---
 .../{debug/KASAN => locking/queued-rwlocks}/arch-support.txt        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/features/debug/KASAN/arch-support.txt b/Documentation/features/locking/queued-rwlocks/arch-support.txt
similarity index 87%
copy from Documentation/features/debug/KASAN/arch-support.txt
copy to Documentation/features/locking/queued-rwlocks/arch-support.txt
index 14531da..68c3a5d 100644
--- a/Documentation/features/debug/KASAN/arch-support.txt
+++ b/Documentation/features/locking/queued-rwlocks/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          KASAN
-#         Kconfig:       HAVE_ARCH_KASAN
-#         description:   arch supports the KASAN runtime memory checker
+# Feature name:          queued-rwlocks
+#         Kconfig:       ARCH_USE_QUEUED_RWLOCKS
+#         description:   arch supports queued rwlocks
 #
     -----------------------
     |         arch |status|

^ permalink raw reply related

* [tip:core/documentation] Documentation/features/core: Add feature description and arch support status file for 'BPF-JIT'
From: tip-bot for Ingo Molnar @ 2015-06-03 11:20 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, linux-api, corbet, torvalds, linux-kernel, josh, akpm,
	mingo, linux-arch, hpa, peterz

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

Documentation/features/core: Add feature description and arch support status file for 'BPF-JIT'

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/core/{jump-labels => BPF-JIT}/arch-support.txt         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/features/core/jump-labels/arch-support.txt b/Documentation/features/core/BPF-JIT/arch-support.txt
similarity index 85%
copy from Documentation/features/core/jump-labels/arch-support.txt
copy to Documentation/features/core/BPF-JIT/arch-support.txt
index 136868b..c1b4f91 100644
--- a/Documentation/features/core/jump-labels/arch-support.txt
+++ b/Documentation/features/core/BPF-JIT/arch-support.txt
@@ -1,7 +1,7 @@
 #
-# Feature name:          jump-labels
-#         Kconfig:       HAVE_ARCH_JUMP_LABEL
-#         description:   arch supports live patched, high efficiency branches
+# Feature name:          BPF-JIT
+#         Kconfig:       HAVE_BPF_JIT
+#         description:   arch supports BPF JIT optimizations
 #
     -----------------------
     |         arch |status|

^ permalink raw reply related


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