2016-10-28 10:14:10 +02:00
======================
2016-11-18 17:06:13 -07:00
Core API Documentation
2016-10-28 10:14:10 +02:00
======================
2016-11-18 17:06:13 -07:00
This is the beginning of a manual for core kernel APIs. The conversion
(and writing!) of documents for this manual is much appreciated!
Core utilities
==============
2016-10-28 10:14:10 +02:00
.. toctree ::
:maxdepth: 1
2017-03-30 17:11:32 -03:00
kernel-api
2016-11-28 18:30:53 +01:00
assoc_array
2016-11-28 18:30:55 +01:00
atomic_ops
2018-05-07 06:35:41 -03:00
cachetlb
2017-12-05 12:46:35 +02:00
refcount-vs-atomic
2016-12-22 17:19:34 +01:00
cpu_hotplug
2018-02-06 15:05:49 -05:00
idr
2016-11-28 18:30:54 +01:00
local_ops
2016-10-28 10:14:11 +02:00
workqueue
2017-03-30 17:11:30 -03:00
genericirq
2017-11-23 22:57:20 -05:00
xarray
2017-05-13 07:07:47 -03:00
librs
2017-08-24 14:27:05 -06:00
genalloc
2017-12-22 06:32:16 -08:00
errseq
2019-07-26 09:51:20 -03:00
packing
2017-12-20 08:17:15 +11:00
printk-formats
2018-05-07 06:35:43 -03:00
circular-buffers
2019-03-11 23:31:14 -07:00
generic-radix-tree
2018-09-14 12:27:58 +03:00
memory-allocation
2018-08-23 17:01:12 -07:00
mm-api
2020-01-30 22:12:54 -08:00
pin_user_pages
2018-05-29 10:26:44 +02:00
gfp_mask-from-fs-io
Documentation: document ktime_get_*() APIs
As Dave Chinner points out, we don't have a proper documentation for the
ktime_get() family of interfaces, making it rather unclear which of the
over 30 (!) interfaces one should actually use in a driver or elsewhere
in the kernel.
I wrote up an explanation from how I personally see the interfaces,
documenting what each of the functions do and hopefully making it a bit
clearer which should be used where.
This is the first time I tried writing .rst format documentation, so
in addition to any mistakes in the content, I probably also introduce
nonstandard formatting ;-)
I first tried to add an extra section to
Documentation/timers/timekeeping.txt, but this is currently not included
in the generated API, and it seems useful to have the API docs as part
of what gets generated in
https://www.kernel.org/doc/html/latest/core-api/index.html#core-utilities
instead, so I started a new file there.
I also considered adding the documentation inline in the
include/linux/timekeeping.h header, but couldn't figure out how to do
that in a way that would result both in helpful inline comments as
well as readable html output, so I settled for the latter, with
a small note pointing to it from the header.
Cc: Dave Chinner <david@fromorbit.com>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Stephen Boyd <sboyd@kernel.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2018-07-10 16:46:41 +02:00
timekeeping
2018-06-30 17:55:06 +03:00
boot-time-mm
2018-10-11 07:58:16 +03:00
memory-hotplug
2019-06-07 15:54:31 -03:00
protection-keys
2019-06-27 08:35:26 -06:00
../RCU/index
2019-04-19 19:01:18 -03:00
gcc-plugins
2019-10-08 12:10:09 +09:00
symbol-namespaces
2019-12-03 14:31:14 -05:00
padata
2019-12-03 10:57:23 +01:00
ioctl
2018-10-05 01:11:01 +03:00
2016-10-28 10:14:11 +02:00
2016-11-18 17:06:13 -07:00
Interfaces for kernel debugging
===============================
.. toctree ::
:maxdepth: 1
2016-11-18 17:21:32 -07:00
debug-objects
tracepoint
2016-11-18 17:06:13 -07:00
2019-07-26 09:51:29 -03:00
.. only :: subproject and html
2016-10-28 10:14:10 +02:00
Indices
=======
* :ref: `genindex`