summaryrefslogtreecommitdiff
path: root/Documentation/powerpc/00-INDEX
diff options
context:
space:
mode:
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>2015-05-21 06:43:05 (GMT)
committerMichael Ellerman <mpe@ellerman.id.au>2015-06-07 09:29:27 (GMT)
commit4eb2088c07cdc90d43a5a02d13c2f8aa20c470a9 (patch)
tree8c6fe1bc74a0ac3ab18410f141e22ff82c15e3b0 /Documentation/powerpc/00-INDEX
parentd3cb06e0cdc9841b289a0d68acaffd2868504902 (diff)
downloadlinux-4eb2088c07cdc90d43a5a02d13c2f8aa20c470a9.tar.xz
powerpc/dscr: Add documentation for DSCR support
This patch adds a new documentation file explaining the DSCR support on powerpc platforms. This explains DSCR related data structure, code paths and also available user interfaces. Any further functional changes to the DSCR support in the kernel should definitely update the documentation here. Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'Documentation/powerpc/00-INDEX')
-rw-r--r--Documentation/powerpc/00-INDEX2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/powerpc/00-INDEX b/Documentation/powerpc/00-INDEX
index 6fd0e8b..9dc845c 100644
--- a/Documentation/powerpc/00-INDEX
+++ b/Documentation/powerpc/00-INDEX
@@ -30,3 +30,5 @@ ptrace.txt
- Information on the ptrace interfaces for hardware debug registers.
transactional_memory.txt
- Overview of the Power8 transactional memory support.
+dscr.txt
+ - Overview DSCR (Data Stream Control Register) support.