mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
eacc670fa4
Rearrange some kernel-api chapters and sections to group them together better. - move Bit Operations from Basic C Library Functions to Basic Kernel Library Functions (now adjacent to Bitmap Operations since they are not typical C library functions) - move Sorting from Math Functions to Basic Kernel Library Functions since sort functions are more Basic than Math Functions - move Text Searching from Math Functions to Basic Kernel Library Functions (keep Sorting and Searching close to each other) - combine CRC and Math functions together into the (newly named) CRC and Math Functions chapter Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Matthew Wilcox <mawilcox@microsoft.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> |
||
---|---|---|
.. | ||
assoc_array.rst | ||
atomic_ops.rst | ||
conf.py | ||
cpu_hotplug.rst | ||
debug-objects.rst | ||
errseq.rst | ||
flexible-arrays.rst | ||
genalloc.rst | ||
genericirq.rst | ||
idr.rst | ||
index.rst | ||
kernel-api.rst | ||
librs.rst | ||
local_ops.rst | ||
printk-formats.rst | ||
refcount-vs-atomic.rst | ||
tracepoint.rst | ||
workqueue.rst |