drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / Documentation / translations / zh_CN / core-api / index.rst
blob453a02cd1f4486364d928068bdff64310811736d
1 .. include:: ../disclaimer-zh_CN.rst
3 :Original: Documentation/core-api/index.rst
5 :翻译:
7  司延腾 Yanteng Si <siyanteng@loongson.cn>
9 .. _cn_core-api_index.rst:
11 ===========
12 核心API文档
13 ===========
15 这是核心内核API手册的首页。 非常感谢为本手册转换(和编写!)的文档!
17 核心实用程序
18 ============
20 本节包含通用的和“核心中的核心”文档。 第一部分是 docbook 时期遗留下
21 来的大量 kerneldoc 信息;有朝一日,若有人有动力的话,应当把它们拆分
22 出来。
24 .. toctree::
25    :maxdepth: 1
27    kernel-api
28    printk-basics
29    printk-formats
30    workqueue
31    watch_queue
32    symbol-namespaces
34 数据结构和低级实用程序
35 ======================
37 在整个内核中使用的函数库。
39 .. toctree::
40    :maxdepth: 1
42    kobject
43    kref
44    assoc_array
45    xarray
46    rbtree
47    idr
48    circular-buffers
49    generic-radix-tree
50    packing
51    this_cpu_ops
52    union_find
54 =======
56 Todolist:
58    timekeeping
59    errseq
61 并发原语
62 ========
64 Linux如何让一切同时发生。 详情请参阅
65 :doc:`/locking/index`
67 .. toctree::
68    :maxdepth: 1
70    irq/index
71    refcount-vs-atomic
72    local_ops
73    padata
75 Todolist:
77    ../RCU/index
79 低级硬件管理
80 ============
82 缓存管理,CPU热插拔管理等。
84 .. toctree::
85    :maxdepth: 1
87    cachetlb
88    cpu_hotplug
89    genericirq
90    memory-hotplug
91    protection-keys
93 Todolist:
96    memory-hotplug
97    cpu_hotplug
98    genericirq
101 内存管理
102 ========
104 如何在内核中分配和使用内存。请注意,在
105 :doc:`/mm/index` 中有更多的内存管理文档。
107 .. toctree::
108    :maxdepth: 1
110    memory-allocation
111    unaligned-memory-access
112    mm-api
113    genalloc
114    boot-time-mm
115    gfp_mask-from-fs-io
117 Todolist:
119    dma-api
120    dma-api-howto
121    dma-attributes
122    dma-isa-lpc
123    pin_user_pages
125 内核调试的接口
126 ==============
128 Todolist:
130    debug-objects
131    tracepoint
132    debugging-via-ohci1394
134 其它文档
135 ========
137 不适合放在其它地方或尚未归类的文件;
139 Todolist:
141    librs
143 .. only:: subproject and html
145    Indices
146    =======
148    * :ref:`genindex`