Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: admin-guide: add some subsection headings

As part of the goal of bringing some order to this file, add subsection
headings to help readers find what they are looking for.

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241213182057.343527-3-corbet@lwn.net

+15
+15
Documentation/admin-guide/index.rst
··· 7 7 organization here — this material was not written to be a single, coherent 8 8 document! With luck things will improve quickly over time. 9 9 10 + General guides to kernel administration 11 + --------------------------------------- 12 + 10 13 This initial section contains overall information, including the README 11 14 file describing the kernel as a whole, documentation on kernel parameters, 12 15 etc. ··· 31 28 32 29 hw-vuln/index 33 30 31 + Tracking down and identifying problems 32 + -------------------------------------- 33 + 34 34 Here is a set of documents aimed at users who are trying to track down 35 35 problems and bugs in particular. 36 36 ··· 54 48 perf/index 55 49 pstore-blk 56 50 51 + sysfs 52 + ----- 53 + 57 54 A big part of the kernel's administrative interface is the sysfs virtual 58 55 filesystem; these documents describe how to interact with sysfs. 59 56 ··· 65 56 66 57 sysfs-rules 67 58 abi 59 + 60 + Workload analysis 61 + ----------------- 68 62 69 63 This is the beginning of a section with information of interest to 70 64 application developers and system integrators doing analysis of the ··· 79 67 :maxdepth: 1 80 68 81 69 workload-tracing 70 + 71 + Everything else 72 + --------------- 82 73 83 74 The rest of this manual consists of various unordered guides on how to 84 75 configure specific aspects of kernel behavior to your liking.