aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/process/adding-syscalls.rst (renamed from Documentation/adding-syscals.txt)0
-rw-r--r--Documentation/process/applying-patches.rst (renamed from Documentation/applying-patches.txt)1
-rw-r--r--Documentation/process/changes.rst (renamed from Documentation/Changes)0
-rw-r--r--Documentation/process/code-of-conflict.rst (renamed from Documentation/CodeOfConflict)0
-rw-r--r--Documentation/process/coding-style.rst (renamed from Documentation/CodingStyle)0
-rw-r--r--Documentation/process/email-clients.rst (renamed from Documentation/email-clients.txt)0
-rw-r--r--Documentation/process/howto.rst (renamed from Documentation/HOWTO)0
-rw-r--r--Documentation/process/index.rst23
-rw-r--r--Documentation/process/kernel-docs.rst (renamed from Documentation/kernel-docs.txt)0
-rw-r--r--Documentation/process/magic-number.rst (renamed from Documentation/magic-number.txt)0
-rw-r--r--Documentation/process/management-style.rst (renamed from Documentation/ManagementStyle)0
-rw-r--r--Documentation/process/stable-api-nonsense.rst (renamed from Documentation/stable_api_nonsense.txt)0
-rw-r--r--Documentation/process/stable-kernel-rules.rst (renamed from Documentation/stable_kernel_rules.txt)0
-rw-r--r--Documentation/process/submit-checklist.rst (renamed from Documentation/SubmitChecklist)0
-rw-r--r--Documentation/process/submitting-drivers.rst (renamed from Documentation/SubmittingDrivers)0
-rw-r--r--Documentation/process/submitting-patches.rst (renamed from Documentation/SubmittingPatches)1
-rw-r--r--Documentation/process/volatile-considered-harmful.rst (renamed from Documentation/volatile-considered-harmful.txt)0
17 files changed, 23 insertions, 2 deletions
diff --git a/Documentation/adding-syscals.txt b/Documentation/process/adding-syscalls.rst
index f5b5b1aa51b3..f5b5b1aa51b3 100644
--- a/Documentation/adding-syscals.txt
+++ b/Documentation/process/adding-syscalls.rst
diff --git a/Documentation/applying-patches.txt b/Documentation/process/applying-patches.rst
index 3395da13d415..abd7dc7ae240 100644
--- a/Documentation/applying-patches.txt
+++ b/Documentation/process/applying-patches.rst
@@ -462,4 +462,3 @@ the kernel.
Thank you's to Randy Dunlap, Rolf Eike Beer, Linus Torvalds, Bodo Eggert,
Johannes Stezenbach, Grant Coady, Pavel Machek and others that I may have
forgotten for their reviews and contributions to this document.
-
diff --git a/Documentation/Changes b/Documentation/process/changes.rst
index 22797a15dc24..22797a15dc24 100644
--- a/Documentation/Changes
+++ b/Documentation/process/changes.rst
diff --git a/Documentation/CodeOfConflict b/Documentation/process/code-of-conflict.rst
index 47b6de763203..47b6de763203 100644
--- a/Documentation/CodeOfConflict
+++ b/Documentation/process/code-of-conflict.rst
diff --git a/Documentation/CodingStyle b/Documentation/process/coding-style.rst
index 9c61c039ccd9..9c61c039ccd9 100644
--- a/Documentation/CodingStyle
+++ b/Documentation/process/coding-style.rst
diff --git a/Documentation/email-clients.txt b/Documentation/process/email-clients.rst
index ac892b30815e..ac892b30815e 100644
--- a/Documentation/email-clients.txt
+++ b/Documentation/process/email-clients.rst
diff --git a/Documentation/HOWTO b/Documentation/process/howto.rst
index 5f042349f987..5f042349f987 100644
--- a/Documentation/HOWTO
+++ b/Documentation/process/howto.rst
diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst
index c37475d91090..6ee818752474 100644
--- a/Documentation/process/index.rst
+++ b/Documentation/process/index.rst
@@ -1,3 +1,9 @@
+.. raw:: latex
+
+ \renewcommand\thesection*
+ \renewcommand\thesubsection*
+
+
Linux Kernel Development Documentation
======================================
@@ -6,4 +12,21 @@ Contents:
.. toctree::
:maxdepth: 2
+ howto
+ changes
+ coding-style
+ submitting-patches
+ submitting-drivers
+ stable-api-nonsense
+ management-style
+ stable-kernel-rules
+ kernel-docs
+ applying-patches
+ email-clients
+ submit-checklist
+ code-of-conflict
+ adding-syscalls
+ magic-number
+ volatile-considered-harmful
+
development-process
diff --git a/Documentation/kernel-docs.txt b/Documentation/process/kernel-docs.rst
index 05a7857a4a83..05a7857a4a83 100644
--- a/Documentation/kernel-docs.txt
+++ b/Documentation/process/kernel-docs.rst
diff --git a/Documentation/magic-number.txt b/Documentation/process/magic-number.rst
index c74199f60c6c..c74199f60c6c 100644
--- a/Documentation/magic-number.txt
+++ b/Documentation/process/magic-number.rst
diff --git a/Documentation/ManagementStyle b/Documentation/process/management-style.rst
index dea2e66c9a10..dea2e66c9a10 100644
--- a/Documentation/ManagementStyle
+++ b/Documentation/process/management-style.rst
diff --git a/Documentation/stable_api_nonsense.txt b/Documentation/process/stable-api-nonsense.rst
index 24f5aeecee91..24f5aeecee91 100644
--- a/Documentation/stable_api_nonsense.txt
+++ b/Documentation/process/stable-api-nonsense.rst
diff --git a/Documentation/stable_kernel_rules.txt b/Documentation/process/stable-kernel-rules.rst
index 4d82e31b7958..4d82e31b7958 100644
--- a/Documentation/stable_kernel_rules.txt
+++ b/Documentation/process/stable-kernel-rules.rst
diff --git a/Documentation/SubmitChecklist b/Documentation/process/submit-checklist.rst
index 894289b22b15..894289b22b15 100644
--- a/Documentation/SubmitChecklist
+++ b/Documentation/process/submit-checklist.rst
diff --git a/Documentation/SubmittingDrivers b/Documentation/process/submitting-drivers.rst
index 252b77a23fad..252b77a23fad 100644
--- a/Documentation/SubmittingDrivers
+++ b/Documentation/process/submitting-drivers.rst
diff --git a/Documentation/SubmittingPatches b/Documentation/process/submitting-patches.rst
index e62ddcdcaf5d..4cc20b2c6df3 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/process/submitting-patches.rst
@@ -838,4 +838,3 @@ Andi Kleen, "On submitting kernel patches"
Some strategies to get difficult or controversial changes in.
http://halobates.de/on-submitting-patches.pdf
-
diff --git a/Documentation/volatile-considered-harmful.txt b/Documentation/process/volatile-considered-harmful.rst
index e0d042af386c..e0d042af386c 100644
--- a/Documentation/volatile-considered-harmful.txt
+++ b/Documentation/process/volatile-considered-harmful.rst