diff options
Diffstat (limited to 'Documentation/00-INDEX')
-rw-r--r-- | Documentation/00-INDEX | 33 |
1 files changed, 10 insertions, 23 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 299615d821ac..6e9c4050a41b 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX | |||
@@ -14,6 +14,7 @@ Following translations are available on the WWW: | |||
14 | - this file. | 14 | - this file. |
15 | ABI/ | 15 | ABI/ |
16 | - info on kernel <-> userspace ABI and relative interface stability. | 16 | - info on kernel <-> userspace ABI and relative interface stability. |
17 | |||
17 | BUG-HUNTING | 18 | BUG-HUNTING |
18 | - brute force method of doing binary search of patches to find bug. | 19 | - brute force method of doing binary search of patches to find bug. |
19 | Changes | 20 | Changes |
@@ -66,6 +67,8 @@ VGA-softcursor.txt | |||
66 | - how to change your VGA cursor from a blinking underscore. | 67 | - how to change your VGA cursor from a blinking underscore. |
67 | accounting/ | 68 | accounting/ |
68 | - documentation on accounting and taskstats. | 69 | - documentation on accounting and taskstats. |
70 | acpi/ | ||
71 | - info on ACPI-specific hooks in the kernel. | ||
69 | aoe/ | 72 | aoe/ |
70 | - description of AoE (ATA over Ethernet) along with config examples. | 73 | - description of AoE (ATA over Ethernet) along with config examples. |
71 | applying-patches.txt | 74 | applying-patches.txt |
@@ -126,18 +129,16 @@ devices.txt | |||
126 | - plain ASCII listing of all the nodes in /dev/ with major minor #'s. | 129 | - plain ASCII listing of all the nodes in /dev/ with major minor #'s. |
127 | digiepca.txt | 130 | digiepca.txt |
128 | - info on Digi Intl. {PC,PCI,EISA}Xx and Xem series cards. | 131 | - info on Digi Intl. {PC,PCI,EISA}Xx and Xem series cards. |
129 | dnotify.txt | ||
130 | - info about directory notification in Linux. | ||
131 | dontdiff | 132 | dontdiff |
132 | - file containing a list of files that should never be diff'ed. | 133 | - file containing a list of files that should never be diff'ed. |
133 | driver-model/ | 134 | driver-model/ |
134 | - directory with info about Linux driver model. | 135 | - directory with info about Linux driver model. |
135 | drivers/ | ||
136 | - directory with driver documentation (currently only EDAC). | ||
137 | dvb/ | 136 | dvb/ |
138 | - info on Linux Digital Video Broadcast (DVB) subsystem. | 137 | - info on Linux Digital Video Broadcast (DVB) subsystem. |
139 | early-userspace/ | 138 | early-userspace/ |
140 | - info about initramfs, klibc, and userspace early during boot. | 139 | - info about initramfs, klibc, and userspace early during boot. |
140 | edac.txt | ||
141 | - information on EDAC - Error Detection And Correction | ||
141 | eisa.txt | 142 | eisa.txt |
142 | - info on EISA bus support. | 143 | - info on EISA bus support. |
143 | exception.txt | 144 | exception.txt |
@@ -154,7 +155,7 @@ firmware_class/ | |||
154 | - request_firmware() hotplug interface info. | 155 | - request_firmware() hotplug interface info. |
155 | floppy.txt | 156 | floppy.txt |
156 | - notes and driver options for the floppy disk driver. | 157 | - notes and driver options for the floppy disk driver. |
157 | fujitsu/ | 158 | frv/ |
158 | - Fujitsu FR-V Linux documentation. | 159 | - Fujitsu FR-V Linux documentation. |
159 | gpio.txt | 160 | gpio.txt |
160 | - overview of GPIO (General Purpose Input/Output) access conventions. | 161 | - overview of GPIO (General Purpose Input/Output) access conventions. |
@@ -262,6 +263,8 @@ mtrr.txt | |||
262 | - how to use PPro Memory Type Range Registers to increase performance. | 263 | - how to use PPro Memory Type Range Registers to increase performance. |
263 | mutex-design.txt | 264 | mutex-design.txt |
264 | - info on the generic mutex subsystem. | 265 | - info on the generic mutex subsystem. |
266 | namespaces/ | ||
267 | - directory with various information about namespaces | ||
265 | nbd.txt | 268 | nbd.txt |
266 | - info on a TCP implementation of a network block device. | 269 | - info on a TCP implementation of a network block device. |
267 | netlabel/ | 270 | netlabel/ |
@@ -332,20 +335,8 @@ rtc.txt | |||
332 | - notes on how to use the Real Time Clock (aka CMOS clock) driver. | 335 | - notes on how to use the Real Time Clock (aka CMOS clock) driver. |
333 | s390/ | 336 | s390/ |
334 | - directory with info on using Linux on the IBM S390. | 337 | - directory with info on using Linux on the IBM S390. |
335 | sched-arch.txt | 338 | scheduler/ |
336 | - CPU Scheduler implementation hints for architecture specific code. | 339 | - directory with info on the scheduler. |
337 | sched-coding.txt | ||
338 | - reference for various scheduler-related methods in the O(1) scheduler. | ||
339 | sched-design.txt | ||
340 | - goals, design and implementation of the Linux O(1) scheduler. | ||
341 | sched-design-CFS.txt | ||
342 | - goals, design and implementation of the Complete Fair Scheduler. | ||
343 | sched-domains.txt | ||
344 | - information on scheduling domains. | ||
345 | sched-nice-design.txt | ||
346 | - How and why the scheduler's nice levels are implemented. | ||
347 | sched-stats.txt | ||
348 | - information on schedstats (Linux Scheduler Statistics). | ||
349 | scsi/ | 340 | scsi/ |
350 | - directory with info on Linux scsi support. | 341 | - directory with info on Linux scsi support. |
351 | serial/ | 342 | serial/ |
@@ -358,12 +349,8 @@ sgi-visws.txt | |||
358 | - short blurb on the SGI Visual Workstations. | 349 | - short blurb on the SGI Visual Workstations. |
359 | sh/ | 350 | sh/ |
360 | - directory with info on porting Linux to a new architecture. | 351 | - directory with info on porting Linux to a new architecture. |
361 | sharedsubtree.txt | ||
362 | - a description of shared subtrees for namespaces. | ||
363 | smart-config.txt | 352 | smart-config.txt |
364 | - description of the Smart Config makefile feature. | 353 | - description of the Smart Config makefile feature. |
365 | smp.txt | ||
366 | - a few notes on symmetric multi-processing. | ||
367 | sony-laptop.txt | 354 | sony-laptop.txt |
368 | - Sony Notebook Control Driver (SNC) Readme. | 355 | - Sony Notebook Control Driver (SNC) Readme. |
369 | sonypi.txt | 356 | sonypi.txt |