docs: core-api: add cachetlb documentation
[linux-2.6-microblaze.git] / Documentation / 00-INDEX
1
2 This is a brief list of all the files in ./linux/Documentation and what
3 they contain. If you add a documentation file, please list it here in
4 alphabetical order as well, or risk being hunted down like a rabid dog.
5 Please keep the descriptions small enough to fit on one line.
6                                                          Thanks -- Paul G.
7
8 Following translations are available on the WWW:
9
10    - Japanese, maintained by the JF Project (jf@listserv.linux.or.jp), at
11      http://linuxjf.sourceforge.jp/
12
13 00-INDEX
14         - this file.
15 ABI/
16         - info on kernel <-> userspace ABI and relative interface stability.
17 CodingStyle
18         - nothing here, just a pointer to process/coding-style.rst.
19 DMA-API.txt
20         - DMA API, pci_ API & extensions for non-consistent memory machines.
21 DMA-API-HOWTO.txt
22         - Dynamic DMA mapping Guide
23 DMA-ISA-LPC.txt
24         - How to do DMA with ISA (and LPC) devices.
25 DMA-attributes.txt
26         - listing of the various possible attributes a DMA region can have
27 EDID/
28         - directory with info on customizing EDID for broken gfx/displays.
29 IPMI.txt
30         - info on Linux Intelligent Platform Management Interface (IPMI) Driver.
31 IRQ-affinity.txt
32         - how to select which CPU(s) handle which interrupt events on SMP.
33 IRQ-domain.txt
34         - info on interrupt numbering and setting up IRQ domains.
35 IRQ.txt
36         - description of what an IRQ is.
37 Intel-IOMMU.txt
38         - basic info on the Intel IOMMU virtualization support.
39 Makefile
40         - It's not of interest for those who aren't touching the build system.
41 PCI/
42         - info related to PCI drivers.
43 RCU/
44         - directory with info on RCU (read-copy update).
45 SAK.txt
46         - info on Secure Attention Keys.
47 SM501.txt
48         - Silicon Motion SM501 multimedia companion chip
49 SubmittingPatches
50         - nothing here, just a pointer to process/coding-style.rst.
51 accounting/
52         - documentation on accounting and taskstats.
53 acpi/
54         - info on ACPI-specific hooks in the kernel.
55 admin-guide/
56         - info related to Linux users and system admins.
57 aoe/
58         - description of AoE (ATA over Ethernet) along with config examples.
59 arm/
60         - directory with info about Linux on the ARM architecture.
61 arm64/
62         - directory with info about Linux on the 64 bit ARM architecture.
63 auxdisplay/
64         - misc. LCD driver documentation (cfag12864b, ks0108).
65 backlight/
66         - directory with info on controlling backlights in flat panel displays
67 block/
68         - info on the Block I/O (BIO) layer.
69 blockdev/
70         - info on block devices & drivers
71 bt8xxgpio.txt
72         - info on how to modify a bt8xx video card for GPIO usage.
73 btmrvl.txt
74         - info on Marvell Bluetooth driver usage.
75 bus-devices/
76         - directory with info on TI GPMC (General Purpose Memory Controller)
77 bus-virt-phys-mapping.txt
78         - how to access I/O mapped memory from within device drivers.
79 cdrom/
80         - directory with information on the CD-ROM drivers that Linux has.
81 cgroup-v1/
82         - cgroups v1 features, including cpusets and memory controller.
83 cgroup-v2.txt
84         - cgroups v2 features, including cpusets and memory controller.
85 circular-buffers.txt
86         - how to make use of the existing circular buffer infrastructure
87 clk.txt
88         - info on the common clock framework
89 cma/
90         - Continuous Memory Area (CMA) debugfs interface.
91 conf.py
92         - It's not of interest for those who aren't touching the build system.
93 connector/
94         - docs on the netlink based userspace<->kernel space communication mod.
95 console/
96         - documentation on Linux console drivers.
97 core-api/
98         - documentation on kernel core components.
99 cpu-freq/
100         - info on CPU frequency and voltage scaling.
101 cpu-hotplug.txt
102         - document describing CPU hotplug support in the Linux kernel.
103 cpu-load.txt
104         - document describing how CPU load statistics are collected.
105 cpuidle/
106         - info on CPU_IDLE, CPU idle state management subsystem.
107 cputopology.txt
108         - documentation on how CPU topology info is exported via sysfs.
109 crc32.txt
110         - brief tutorial on CRC computation
111 crypto/
112         - directory with info on the Crypto API.
113 dcdbas.txt
114         - information on the Dell Systems Management Base Driver.
115 debugging-modules.txt
116         - some notes on debugging modules after Linux 2.6.3.
117 debugging-via-ohci1394.txt
118         - how to use firewire like a hardware debugger memory reader.
119 dell_rbu.txt
120         - document demonstrating the use of the Dell Remote BIOS Update driver.
121 dev-tools/
122         - directory with info on development tools for the kernel.
123 device-mapper/
124         - directory with info on Device Mapper.
125 dmaengine/
126         - the DMA engine and controller API guides.
127 devicetree/
128         - directory with info on device tree files used by OF/PowerPC/ARM
129 digsig.txt
130         -info on the Digital Signature Verification API
131 dma-buf-sharing.txt
132         - the DMA Buffer Sharing API Guide
133 docutils.conf
134         - nothing here. Just a configuration file for docutils.
135 dontdiff
136         - file containing a list of files that should never be diff'ed.
137 driver-api/
138         - the Linux driver implementer's API guide.
139 driver-model/
140         - directory with info about Linux driver model.
141 early-userspace/
142         - info about initramfs, klibc, and userspace early during boot.
143 efi-stub.txt
144         - How to use the EFI boot stub to bypass GRUB or elilo on EFI systems.
145 eisa.txt
146         - info on EISA bus support.
147 extcon/
148         - directory with porting guide for Android kernel switch driver.
149 isa.txt
150         - info on EISA bus support.
151 fault-injection/
152         - dir with docs about the fault injection capabilities infrastructure.
153 fb/
154         - directory with info on the frame buffer graphics abstraction layer.
155 features/
156         - status of feature implementation on different architectures.
157 filesystems/
158         - info on the vfs and the various filesystems that Linux supports.
159 firmware_class/
160         - request_firmware() hotplug interface info.
161 flexible-arrays.txt
162         - how to make use of flexible sized arrays in linux
163 fmc/
164         - information about the FMC bus abstraction
165 fpga/
166         - FPGA Manager Core.
167 futex-requeue-pi.txt
168         - info on requeueing of tasks from a non-PI futex to a PI futex
169 gcc-plugins.txt
170         - GCC plugin infrastructure.
171 gpio/
172         - gpio related documentation
173 gpu/
174         - directory with information on GPU driver developer's guide.
175 hid/
176         - directory with information on human interface devices
177 highuid.txt
178         - notes on the change from 16 bit to 32 bit user/group IDs.
179 hwspinlock.txt
180         - hardware spinlock provides hardware assistance for synchronization
181 timers/
182         - info on the timer related topics
183 hw_random.txt
184         - info on Linux support for random number generator in i8xx chipsets.
185 hwmon/
186         - directory with docs on various hardware monitoring drivers.
187 i2c/
188         - directory with info about the I2C bus/protocol (2 wire, kHz speed).
189 x86/i386/
190         - directory with info about Linux on Intel 32 bit architecture.
191 ia64/
192         - directory with info about Linux on Intel 64 bit architecture.
193 ide/
194         - Information regarding the Enhanced IDE drive.
195 iio/
196         - info on industrial IIO configfs support.
197 index.rst
198         - main index for the documentation at ReST format.
199 infiniband/
200         - directory with documents concerning Linux InfiniBand support.
201 input/
202         - info on Linux input device support.
203 intel_txt.txt
204         - info on intel Trusted Execution Technology (intel TXT).
205 io-mapping.txt
206         - description of io_mapping functions in linux/io-mapping.h
207 io_ordering.txt
208         - info on ordering I/O writes to memory-mapped addresses.
209 ioctl/
210         - directory with documents describing various IOCTL calls.
211 iostats.txt
212         - info on I/O statistics Linux kernel provides.
213 irqflags-tracing.txt
214         - how to use the irq-flags tracing feature.
215 isapnp.txt
216         - info on Linux ISA Plug & Play support.
217 isdn/
218         - directory with info on the Linux ISDN support, and supported cards.
219 kbuild/
220         - directory with info about the kernel build process.
221 kdump/
222         - directory with mini HowTo on getting the crash dump code to work.
223 doc-guide/
224         - how to write and format reStructuredText kernel documentation
225 kernel-per-CPU-kthreads.txt
226         - List of all per-CPU kthreads and how they introduce jitter.
227 kobject.txt
228         - info of the kobject infrastructure of the Linux kernel.
229 kprobes.txt
230         - documents the kernel probes debugging feature.
231 kref.txt
232         - docs on adding reference counters (krefs) to kernel objects.
233 laptops/
234         - directory with laptop related info and laptop driver documentation.
235 ldm.txt
236         - a brief description of LDM (Windows Dynamic Disks).
237 leds/
238         - directory with info about LED handling under Linux.
239 livepatch/
240         - info on kernel live patching.
241 locking/
242         - directory with info about kernel locking primitives
243 lockup-watchdogs.txt
244         - info on soft and hard lockup detectors (aka nmi_watchdog).
245 logo.gif
246         - full colour GIF image of Linux logo (penguin - Tux).
247 logo.txt
248         - info on creator of above logo & site to get additional images from.
249 lsm.txt
250         - Linux Security Modules: General Security Hooks for Linux
251 lzo.txt
252         - kernel LZO decompressor input formats
253 m68k/
254         - directory with info about Linux on Motorola 68k architecture.
255 mailbox.txt
256         - How to write drivers for the common mailbox framework (IPC).
257 md/
258         - directory with info about Linux Software RAID
259 media/
260         - info on media drivers: uAPI, kAPI and driver documentation.
261 memory-barriers.txt
262         - info on Linux kernel memory barriers.
263 memory-devices/
264         - directory with info on parts like the Texas Instruments EMIF driver
265 memory-hotplug.txt
266         - Hotpluggable memory support, how to use and current status.
267 men-chameleon-bus.txt
268         - info on MEN chameleon bus.
269 mic/
270         - Intel Many Integrated Core (MIC) architecture device driver.
271 mips/
272         - directory with info about Linux on MIPS architecture.
273 misc-devices/
274         - directory with info about devices using the misc dev subsystem
275 mmc/
276         - directory with info about the MMC subsystem
277 mtd/
278         - directory with info about memory technology devices (flash)
279 namespaces/
280         - directory with various information about namespaces
281 netlabel/
282         - directory with information on the NetLabel subsystem.
283 networking/
284         - directory with info on various aspects of networking with Linux.
285 nfc/
286         - directory relating info about Near Field Communications support.
287 nios2/
288         - Linux on the Nios II architecture.
289 nommu-mmap.txt
290         - documentation about no-mmu memory mapping support.
291 numastat.txt
292         - info on how to read Numa policy hit/miss statistics in sysfs.
293 ntb.txt
294         - info on Non-Transparent Bridge (NTB) drivers.
295 nvdimm/
296         - info on non-volatile devices.
297 nvmem/
298         - info on non volatile memory framework.
299 output/
300         - default directory where html/LaTeX/pdf files will be written.
301 padata.txt
302         - An introduction to the "padata" parallel execution API
303 parisc/
304         - directory with info on using Linux on PA-RISC architecture.
305 parport-lowlevel.txt
306         - description and usage of the low level parallel port functions.
307 pcmcia/
308         - info on the Linux PCMCIA driver.
309 percpu-rw-semaphore.txt
310         - RCU based read-write semaphore optimized for locking for reading
311 perf/
312         - info about the APM X-Gene SoC Performance Monitoring Unit (PMU).
313 phy/
314         - ino on Samsung USB 2.0 PHY adaptation layer.
315 phy.txt
316         - Description of the generic PHY framework.
317 pi-futex.txt
318         - documentation on lightweight priority inheritance futexes.
319 pinctrl.txt
320         - info on pinctrl subsystem and the PINMUX/PINCONF and drivers
321 platform/
322         - List of supported hardware by compal and Dell laptop.
323 pnp.txt
324         - Linux Plug and Play documentation.
325 power/
326         - directory with info on Linux PCI power management.
327 powerpc/
328         - directory with info on using Linux with the PowerPC.
329 prctl/
330         - directory with info on the priveledge control subsystem
331 preempt-locking.txt
332         - info on locking under a preemptive kernel.
333 process/
334         - how to work with the mainline kernel development process.
335 pps/
336         - directory with information on the pulse-per-second support
337 pti/
338         - directory with info on Intel MID PTI.
339 ptp/
340         - directory with info on support for IEEE 1588 PTP clocks in Linux.
341 pwm.txt
342         - info on the pulse width modulation driver subsystem
343 rapidio/
344         - directory with info on RapidIO packet-based fabric interconnect
345 rbtree.txt
346         - info on what red-black trees are and what they are for.
347 remoteproc.txt
348         - info on how to handle remote processor (e.g. AMP) offloads/usage.
349 rfkill.txt
350         - info on the radio frequency kill switch subsystem/support.
351 robust-futex-ABI.txt
352         - documentation of the robust futex ABI.
353 robust-futexes.txt
354         - a description of what robust futexes are.
355 rpmsg.txt
356         - info on the Remote Processor Messaging (rpmsg) Framework
357 rtc.txt
358         - notes on how to use the Real Time Clock (aka CMOS clock) driver.
359 s390/
360         - directory with info on using Linux on the IBM S390.
361 scheduler/
362         - directory with info on the scheduler.
363 scsi/
364         - directory with info on Linux scsi support.
365 security/
366         - directory that contains security-related info
367 serial/
368         - directory with info on the low level serial API.
369 sgi-ioc4.txt
370         - description of the SGI IOC4 PCI (multi function) device.
371 sh/
372         - directory with info on porting Linux to a new architecture.
373 smsc_ece1099.txt
374         -info on the smsc Keyboard Scan Expansion/GPIO Expansion device.
375 sound/
376         - directory with info on sound card support.
377 spi/
378         - overview of Linux kernel Serial Peripheral Interface (SPI) support.
379 sphinx/
380         - no documentation here, just files required by Sphinx toolchain.
381 sphinx-static/
382         - no documentation here, just files required by Sphinx toolchain.
383 static-keys.txt
384         - info on how static keys allow debug code in hotpaths via patching
385 svga.txt
386         - short guide on selecting video modes at boot via VGA BIOS.
387 sync_file.txt
388         - Sync file API guide.
389 sysctl/
390         - directory with info on the /proc/sys/* files.
391 target/
392         - directory with info on generating TCM v4 fabric .ko modules
393 tee.txt
394         - info on the TEE subsystem and drivers
395 this_cpu_ops.txt
396         - List rationale behind and the way to use this_cpu operations.
397 thermal/
398         - directory with information on managing thermal issues (CPU/temp)
399 trace/
400         - directory with info on tracing technologies within linux
401 translations/
402         - translations of this document from English to another language
403 unaligned-memory-access.txt
404         - info on how to avoid arch breaking unaligned memory access in code.
405 unshare.txt
406         - description of the Linux unshare system call.
407 usb/
408         - directory with info regarding the Universal Serial Bus.
409 vfio.txt
410         - info on Virtual Function I/O used in guest/hypervisor instances.
411 video-output.txt
412         - sysfs class driver interface to enable/disable a video output device.
413 virtual/
414         - directory with information on the various linux virtualizations.
415 vm/
416         - directory with info on the Linux vm code.
417 w1/
418         - directory with documents regarding the 1-wire (w1) subsystem.
419 watchdog/
420         - how to auto-reboot Linux if it has "fallen and can't get up". ;-)
421 wimax/
422         - directory with info about Intel Wireless Wimax Connections
423 core-api/workqueue.rst
424         - information on the Concurrency Managed Workqueue implementation
425 x86/x86_64/
426         - directory with info on Linux support for AMD x86-64 (Hammer) machines.
427 xillybus.txt
428         - Overview and basic ui of xillybus driver
429 xtensa/
430         - directory with documents relating to arch/xtensa port/implementation
431 xz.txt
432         - how to make use of the XZ data compression within linux kernel
433 zorro.txt
434         - info on writing drivers for Zorro bus devices found on Amigas.