summaryrefslogtreecommitdiffstats
path: root/Documentation/features
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2015-06-03 06:37:12 -0400
committerIngo Molnar <mingo@kernel.org>2015-06-03 06:51:36 -0400
commit65ee8aeb3759908606486248363026cc9b734d9e (patch)
treeb8ab4f89e253c26f0d0aca8ad68bebcb19ae0b58 /Documentation/features
parenta521dc564bcce456354a01d2603ff946af141d32 (diff)
Documentation/features/sched: Add feature description and arch support status file for 'numa-balancing'
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>
Diffstat (limited to 'Documentation/features')
-rw-r--r--Documentation/features/sched/numa-balancing/arch-support.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/Documentation/features/sched/numa-balancing/arch-support.txt b/Documentation/features/sched/numa-balancing/arch-support.txt
new file mode 100644
index 000000000000..ac7cd6b1502b
--- /dev/null
+++ b/Documentation/features/sched/numa-balancing/arch-support.txt
@@ -0,0 +1,40 @@
1#
2# Feature name: numa-balancing
3# Kconfig: ARCH_SUPPORTS_NUMA_BALANCING
4# description: arch supports NUMA balancing
5#
6 -----------------------
7 | arch |status|
8 -----------------------
9 | alpha: | TODO |
10 | arc: | .. |
11 | arm: | .. |
12 | arm64: | .. |
13 | avr32: | .. |
14 | blackfin: | .. |
15 | c6x: | .. |
16 | cris: | .. |
17 | frv: | .. |
18 | h8300: | .. |
19 | hexagon: | .. |
20 | ia64: | TODO |
21 | m32r: | .. |
22 | m68k: | .. |
23 | metag: | .. |
24 | microblaze: | .. |
25 | mips: | TODO |
26 | mn10300: | .. |
27 | nios2: | .. |
28 | openrisc: | .. |
29 | parisc: | .. |
30 | powerpc: | ok |
31 | s390: | .. |
32 | score: | .. |
33 | sh: | .. |
34 | sparc: | TODO |
35 | tile: | TODO |
36 | um: | .. |
37 | unicore32: | .. |
38 | x86: | ok |
39 | xtensa: | .. |
40 -----------------------