1====================== 2Core API Documentation 3====================== 4 5This is the beginning of a manual for core kernel APIs. The conversion 6(and writing!) of documents for this manual is much appreciated! 7 8Core utilities 9============== 10 11.. toctree:: 12 :maxdepth: 1 13 14 kernel-api 15 assoc_array 16 atomic_ops 17 refcount-vs-atomic 18 cpu_hotplug 19 idr 20 local_ops 21 workqueue 22 genericirq 23 flexible-arrays 24 librs 25 genalloc 26 errseq 27 printk-formats 28 29Interfaces for kernel debugging 30=============================== 31 32.. toctree:: 33 :maxdepth: 1 34 35 debug-objects 36 tracepoint 37 38.. only:: subproject 39 40 Indices 41 ======= 42 43 * :ref:`genindex` 44