index.rst 1.2 KB
Newer Older
1 2 3 4 5
.. raw:: latex

	\renewcommand\thesection*
	\renewcommand\thesubsection*

6
.. _process_index:
7

8 9
Working with the kernel development community
=============================================
10

11 12 13 14 15 16 17
So you want to be a Linux kernel developer?  Welcome!  While there is a lot
to be learned about the kernel in a technical sense, it is also important
to learn about how our community works.  Reading these documents will make
it much easier for you to get your changes merged with a minimum of
trouble.

Below are the essential guides that every developer should read.
18 19

.. toctree::
20
   :maxdepth: 1
21

22
   howto
23 24
   code-of-conflict
   development-process
25
   submitting-patches
26 27 28 29 30 31
   coding-style
   email-clients

Other guides to the community that are of interest to most developers are: 

.. toctree::
32
   :maxdepth: 1
33 34

   changes
35 36 37 38
   submitting-drivers
   stable-api-nonsense
   management-style
   stable-kernel-rules
39
   submit-checklist
40
   kernel-docs
41 42 43 44 45

These are some overall technical guides that have been put here for now for
lack of a better place.

.. toctree::
46
   :maxdepth: 1
47

48 49 50 51 52
   applying-patches
   adding-syscalls
   magic-number
   volatile-considered-harmful

53 54 55 56 57 58
.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`