docs: locking: convert docs to ReST and rename to *.rst
Convert the locking documents to ReST and add them to the kernel development book where it belongs. Most of the stuff here is just to make Sphinx to properly parse the text file, as they're already in good shape, not requiring massive changes in order to be parsed. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by:Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by:
Federico Vaga <federico.vaga@vaga.pv.it>
Showing
- Documentation/kernel-hacking/locking.rst 1 addition, 1 deletionDocumentation/kernel-hacking/locking.rst
- Documentation/locking/index.rst 24 additions, 0 deletionsDocumentation/locking/index.rst
- Documentation/locking/lockdep-design.rst 28 additions, 23 deletionsDocumentation/locking/lockdep-design.rst
- Documentation/locking/lockstat.rst 204 additions, 0 deletionsDocumentation/locking/lockstat.rst
- Documentation/locking/locktorture.rst 65 additions, 40 deletionsDocumentation/locking/locktorture.rst
- Documentation/locking/mutex-design.rst 18 additions, 8 deletionsDocumentation/locking/mutex-design.rst
- Documentation/locking/rt-mutex-design.rst 77 additions, 62 deletionsDocumentation/locking/rt-mutex-design.rst
- Documentation/locking/rt-mutex.rst 17 additions, 13 deletionsDocumentation/locking/rt-mutex.rst
- Documentation/locking/spinlocks.rst 21 additions, 11 deletionsDocumentation/locking/spinlocks.rst
- Documentation/locking/ww-mutex-design.rst 46 additions, 36 deletionsDocumentation/locking/ww-mutex-design.rst
- Documentation/pi-futex.txt 1 addition, 1 deletionDocumentation/pi-futex.txt
- Documentation/translations/it_IT/kernel-hacking/locking.rst 1 addition, 1 deletionDocumentation/translations/it_IT/kernel-hacking/locking.rst
- drivers/gpu/drm/drm_modeset_lock.c 1 addition, 1 deletiondrivers/gpu/drm/drm_modeset_lock.c
- include/linux/lockdep.h 1 addition, 1 deletioninclude/linux/lockdep.h
- include/linux/mutex.h 1 addition, 1 deletioninclude/linux/mutex.h
- include/linux/rwsem.h 1 addition, 1 deletioninclude/linux/rwsem.h
- kernel/locking/mutex.c 1 addition, 1 deletionkernel/locking/mutex.c
- kernel/locking/rtmutex.c 1 addition, 1 deletionkernel/locking/rtmutex.c
- lib/Kconfig.debug 2 additions, 2 deletionslib/Kconfig.debug
Loading
Please register or sign in to comment