diff options
| author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-07-16 02:41:41 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:51 -0400 |
| commit | f6b07d39d7904ceecac53699d6b5ddd677304880 (patch) | |
| tree | 88e56acc37a9f49a58f8435341f1fdbf5f0e429d /Documentation/00-INDEX | |
| parent | 2618c60b8b5836b73e8deb385a036820744d256d (diff) | |
Add missing files and dirs to 00-INDEX in Documentation/
Add descriptions for a number of missing files and directories to the
Documentation/00-INDEX file.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/00-INDEX')
| -rw-r--r-- | Documentation/00-INDEX | 142 |
1 files changed, 133 insertions, 9 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index f08ca9535733..8b0563633442 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX | |||
| @@ -12,6 +12,8 @@ Following translations are available on the WWW: | |||
| 12 | 12 | ||
| 13 | 00-INDEX | 13 | 00-INDEX |
| 14 | - this file. | 14 | - this file. |
| 15 | ABI/ | ||
| 16 | - info on kernel <-> userspace ABI and relative interface stability. | ||
| 15 | BUG-HUNTING | 17 | BUG-HUNTING |
| 16 | - brute force method of doing binary search of patches to find bug. | 18 | - brute force method of doing binary search of patches to find bug. |
| 17 | Changes | 19 | Changes |
| @@ -25,37 +27,57 @@ DMA-mapping.txt | |||
| 25 | DocBook/ | 27 | DocBook/ |
| 26 | - directory with DocBook templates etc. for kernel documentation. | 28 | - directory with DocBook templates etc. for kernel documentation. |
| 27 | HOWTO | 29 | HOWTO |
| 28 | - The process and procedures of how to do Linux kernel development. | 30 | - the process and procedures of how to do Linux kernel development. |
| 29 | IO-mapping.txt | 31 | IO-mapping.txt |
| 30 | - how to access I/O mapped memory from within device drivers. | 32 | - how to access I/O mapped memory from within device drivers. |
| 31 | IPMI.txt | 33 | IPMI.txt |
| 32 | - info on Linux Intelligent Platform Management Interface (IPMI) Driver. | 34 | - info on Linux Intelligent Platform Management Interface (IPMI) Driver. |
| 33 | IRQ-affinity.txt | 35 | IRQ-affinity.txt |
| 34 | - how to select which CPU(s) handle which interrupt events on SMP. | 36 | - how to select which CPU(s) handle which interrupt events on SMP. |
| 37 | IRQ.txt | ||
| 38 | - description of what an IRQ is. | ||
| 35 | ManagementStyle | 39 | ManagementStyle |
| 36 | - how to (attempt to) manage kernel hackers. | 40 | - how to (attempt to) manage kernel hackers. |
| 37 | MSI-HOWTO.txt | 41 | MSI-HOWTO.txt |
| 38 | - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ. | 42 | - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ. |
| 43 | PCIEBUS-HOWTO.txt | ||
| 44 | - a guide describing the PCI Express Port Bus driver. | ||
| 39 | RCU/ | 45 | RCU/ |
| 40 | - directory with info on RCU (read-copy update). | 46 | - directory with info on RCU (read-copy update). |
| 41 | README.DAC960 | 47 | README.DAC960 |
| 42 | - info on Mylex DAC960/DAC1100 PCI RAID Controller Driver for Linux. | 48 | - info on Mylex DAC960/DAC1100 PCI RAID Controller Driver for Linux. |
| 49 | README.cycladesZ | ||
| 50 | - info on Cyclades-Z firmware loading. | ||
| 43 | SAK.txt | 51 | SAK.txt |
| 44 | - info on Secure Attention Keys. | 52 | - info on Secure Attention Keys. |
| 53 | SecurityBugs | ||
| 54 | - procedure for reporting security bugs found in the kernel. | ||
| 55 | SubmitChecklist | ||
| 56 | - Linux kernel patch submission checklist. | ||
| 45 | SubmittingDrivers | 57 | SubmittingDrivers |
| 46 | - procedure to get a new driver source included into the kernel tree. | 58 | - procedure to get a new driver source included into the kernel tree. |
| 47 | SubmittingPatches | 59 | SubmittingPatches |
| 48 | - procedure to get a source patch included into the kernel tree. | 60 | - procedure to get a source patch included into the kernel tree. |
| 49 | VGA-softcursor.txt | 61 | VGA-softcursor.txt |
| 50 | - how to change your VGA cursor from a blinking underscore. | 62 | - how to change your VGA cursor from a blinking underscore. |
| 63 | accounting/ | ||
| 64 | - documentation on accounting and taskstats. | ||
| 65 | aoe/ | ||
| 66 | - description of AoE (ATA over Ethernet) along with config examples. | ||
| 51 | applying-patches.txt | 67 | applying-patches.txt |
| 52 | - description of various trees and how to apply their patches. | 68 | - description of various trees and how to apply their patches. |
| 53 | arm/ | 69 | arm/ |
| 54 | - directory with info about Linux on the ARM architecture. | 70 | - directory with info about Linux on the ARM architecture. |
| 71 | atomic_ops.txt | ||
| 72 | - semantics and behavior of atomic and bitmask operations. | ||
| 73 | auxdisplay/ | ||
| 74 | - misc. LCD driver documentation (cfag12864b, ks0108). | ||
| 55 | basic_profiling.txt | 75 | basic_profiling.txt |
| 56 | - basic instructions for those who wants to profile Linux kernel. | 76 | - basic instructions for those who wants to profile Linux kernel. |
| 57 | binfmt_misc.txt | 77 | binfmt_misc.txt |
| 58 | - info on the kernel support for extra binary formats. | 78 | - info on the kernel support for extra binary formats. |
| 79 | blackfin/ | ||
| 80 | - directory with documentation for the Blackfin arch. | ||
| 59 | block/ | 81 | block/ |
| 60 | - info on the Block I/O (BIO) layer. | 82 | - info on the Block I/O (BIO) layer. |
| 61 | cachetlb.txt | 83 | cachetlb.txt |
| @@ -68,16 +90,32 @@ cli-sti-removal.txt | |||
| 68 | - cli()/sti() removal guide. | 90 | - cli()/sti() removal guide. |
| 69 | computone.txt | 91 | computone.txt |
| 70 | - info on Computone Intelliport II/Plus Multiport Serial Driver. | 92 | - info on Computone Intelliport II/Plus Multiport Serial Driver. |
| 93 | connector/ | ||
| 94 | - docs on the netlink based userspace<->kernel space communication mod. | ||
| 95 | console/ | ||
| 96 | - documentation on Linux console drivers. | ||
| 71 | cpqarray.txt | 97 | cpqarray.txt |
| 72 | - info on using Compaq's SMART2 Intelligent Disk Array Controllers. | 98 | - info on using Compaq's SMART2 Intelligent Disk Array Controllers. |
| 73 | cpu-freq/ | 99 | cpu-freq/ |
| 74 | - info on CPU frequency and voltage scaling. | 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 | cpusets.txt | ||
| 106 | - documents the cpusets feature; assign CPUs and Mem to a set of tasks. | ||
| 107 | cputopology.txt | ||
| 108 | - documentation on how CPU topology info is exported via sysfs. | ||
| 75 | cris/ | 109 | cris/ |
| 76 | - directory with info about Linux on CRIS architecture. | 110 | - directory with info about Linux on CRIS architecture. |
| 77 | crypto/ | 111 | crypto/ |
| 78 | - directory with info on the Crypto API. | 112 | - directory with info on the Crypto API. |
| 113 | dcdbas.txt | ||
| 114 | - information on the Dell Systems Management Base Driver. | ||
| 79 | debugging-modules.txt | 115 | debugging-modules.txt |
| 80 | - some notes on debugging modules after Linux 2.6.3. | 116 | - some notes on debugging modules after Linux 2.6.3. |
| 117 | dell_rbu.txt | ||
| 118 | - document demonstrating the use of the Dell Remote BIOS Update driver. | ||
| 81 | device-mapper/ | 119 | device-mapper/ |
| 82 | - directory with info on Device Mapper. | 120 | - directory with info on Device Mapper. |
| 83 | devices.txt | 121 | devices.txt |
| @@ -86,32 +124,52 @@ digiepca.txt | |||
| 86 | - info on Digi Intl. {PC,PCI,EISA}Xx and Xem series cards. | 124 | - info on Digi Intl. {PC,PCI,EISA}Xx and Xem series cards. |
| 87 | dnotify.txt | 125 | dnotify.txt |
| 88 | - info about directory notification in Linux. | 126 | - info about directory notification in Linux. |
| 127 | dontdiff | ||
| 128 | - file containing a list of files that should never be diff'ed. | ||
| 89 | driver-model/ | 129 | driver-model/ |
| 90 | - directory with info about Linux driver model. | 130 | - directory with info about Linux driver model. |
| 131 | drivers/ | ||
| 132 | - directory with driver documentation (currently only EDAC). | ||
| 91 | dvb/ | 133 | dvb/ |
| 92 | - info on Linux Digital Video Broadcast (DVB) subsystem. | 134 | - info on Linux Digital Video Broadcast (DVB) subsystem. |
| 93 | early-userspace/ | 135 | early-userspace/ |
| 94 | - info about initramfs, klibc, and userspace early during boot. | 136 | - info about initramfs, klibc, and userspace early during boot. |
| 137 | ecryptfs.txt | ||
| 138 | - docs on eCryptfs: stacked cryptographic filesystem for Linux. | ||
| 95 | eisa.txt | 139 | eisa.txt |
| 96 | - info on EISA bus support. | 140 | - info on EISA bus support. |
| 97 | exception.txt | 141 | exception.txt |
| 98 | - how Linux v2.2 handles exceptions without verify_area etc. | 142 | - how Linux v2.2 handles exceptions without verify_area etc. |
| 143 | fault-injection/ | ||
| 144 | - dir with docs about the fault injection capabilities infrastructure. | ||
| 99 | fb/ | 145 | fb/ |
| 100 | - directory with info on the frame buffer graphics abstraction layer. | 146 | - directory with info on the frame buffer graphics abstraction layer. |
| 147 | feature-removal-schedule.txt | ||
| 148 | - list of files and features that are going to be removed. | ||
| 101 | filesystems/ | 149 | filesystems/ |
| 102 | - directory with info on the various filesystems that Linux supports. | 150 | - directory with info on the various filesystems that Linux supports. |
| 103 | firmware_class/ | 151 | firmware_class/ |
| 104 | - request_firmware() hotplug interface info. | 152 | - request_firmware() hotplug interface info. |
| 105 | floppy.txt | 153 | floppy.txt |
| 106 | - notes and driver options for the floppy disk driver. | 154 | - notes and driver options for the floppy disk driver. |
| 155 | fujitsu/ | ||
| 156 | - Fujitsu FR-V Linux documentation. | ||
| 157 | gpio.txt | ||
| 158 | - overview of GPIO (General Purpose Input/Output) access conventions. | ||
| 107 | hayes-esp.txt | 159 | hayes-esp.txt |
| 108 | - info on using the Hayes ESP serial driver. | 160 | - info on using the Hayes ESP serial driver. |
| 109 | highuid.txt | 161 | highuid.txt |
| 110 | - notes on the change from 16 bit to 32 bit user/group IDs. | 162 | - notes on the change from 16 bit to 32 bit user/group IDs. |
| 111 | hpet.txt | 163 | hpet.txt |
| 112 | - High Precision Event Timer Driver for Linux. | 164 | - High Precision Event Timer Driver for Linux. |
| 165 | hrtimer/ | ||
| 166 | - info on the timer_stats debugging facility for timer (ab)use. | ||
| 167 | hrtimers/ | ||
| 168 | - info on the hrtimers subsystem for high-resolution kernel timers. | ||
| 113 | hw_random.txt | 169 | hw_random.txt |
| 114 | - info on Linux support for random number generator in i8xx chipsets. | 170 | - info on Linux support for random number generator in i8xx chipsets. |
| 171 | hwmon/ | ||
| 172 | - directory with docs on various hardware monitoring drivers. | ||
| 115 | i2c/ | 173 | i2c/ |
| 116 | - directory with info about the I2C bus/protocol (2 wire, kHz speed). | 174 | - directory with info about the I2C bus/protocol (2 wire, kHz speed). |
| 117 | i2o/ | 175 | i2o/ |
| @@ -122,16 +180,22 @@ ia64/ | |||
| 122 | - directory with info about Linux on Intel 64 bit architecture. | 180 | - directory with info about Linux on Intel 64 bit architecture. |
| 123 | ide.txt | 181 | ide.txt |
| 124 | - important info for users of ATA devices (IDE/EIDE disks and CD-ROMS). | 182 | - important info for users of ATA devices (IDE/EIDE disks and CD-ROMS). |
| 183 | infiniband/ | ||
| 184 | - directory with documents concerning Linux InfiniBand support. | ||
| 125 | initrd.txt | 185 | initrd.txt |
| 126 | - how to use the RAM disk as an initial/temporary root filesystem. | 186 | - how to use the RAM disk as an initial/temporary root filesystem. |
| 127 | input/ | 187 | input/ |
| 128 | - info on Linux input device support. | 188 | - info on Linux input device support. |
| 129 | io_ordering.txt | 189 | io_ordering.txt |
| 130 | - info on ordering I/O writes to memory-mapped addresses. | 190 | - info on ordering I/O writes to memory-mapped addresses. |
| 191 | ioctl/ | ||
| 192 | - directory with documents describing various IOCTL calls. | ||
| 131 | ioctl-number.txt | 193 | ioctl-number.txt |
| 132 | - how to implement and register device/driver ioctl calls. | 194 | - how to implement and register device/driver ioctl calls. |
| 133 | iostats.txt | 195 | iostats.txt |
| 134 | - info on I/O statistics Linux kernel provides. | 196 | - info on I/O statistics Linux kernel provides. |
| 197 | irqflags-tracing.txt | ||
| 198 | - how to use the irq-flags tracing feature. | ||
| 135 | isapnp.txt | 199 | isapnp.txt |
| 136 | - info on Linux ISA Plug & Play support. | 200 | - info on Linux ISA Plug & Play support. |
| 137 | isdn/ | 201 | isdn/ |
| @@ -140,26 +204,40 @@ java.txt | |||
| 140 | - info on the in-kernel binary support for Java(tm). | 204 | - info on the in-kernel binary support for Java(tm). |
| 141 | kbuild/ | 205 | kbuild/ |
| 142 | - directory with info about the kernel build process. | 206 | - directory with info about the kernel build process. |
| 143 | kdumpt.txt | 207 | kdump/ |
| 144 | - mini HowTo on getting the crash dump code to work. | 208 | - directory with mini HowTo on getting the crash dump code to work. |
| 145 | kernel-doc-nano-HOWTO.txt | 209 | kernel-doc-nano-HOWTO.txt |
| 146 | - mini HowTo on generation and location of kernel documentation files. | 210 | - mini HowTo on generation and location of kernel documentation files. |
| 147 | kernel-docs.txt | 211 | kernel-docs.txt |
| 148 | - listing of various WWW + books that document kernel internals. | 212 | - listing of various WWW + books that document kernel internals. |
| 149 | kernel-parameters.txt | 213 | kernel-parameters.txt |
| 150 | - summary listing of command line / boot prompt args for the kernel. | 214 | - summary listing of command line / boot prompt args for the kernel. |
| 215 | keys-request-key.txt | ||
| 216 | - description of the kernel key request service. | ||
| 217 | keys.txt | ||
| 218 | - description of the kernel key retention service. | ||
| 151 | kobject.txt | 219 | kobject.txt |
| 152 | - info of the kobject infrastructure of the Linux kernel. | 220 | - info of the kobject infrastructure of the Linux kernel. |
| 221 | kprobes.txt | ||
| 222 | - documents the kernel probes debugging feature. | ||
| 223 | kref.txt | ||
| 224 | - docs on adding reference counters (krefs) to kernel objects. | ||
| 153 | laptop-mode.txt | 225 | laptop-mode.txt |
| 154 | - How to conserve battery power using laptop-mode. | 226 | - how to conserve battery power using laptop-mode. |
| 155 | ldm.txt | 227 | ldm.txt |
| 156 | - a brief description of LDM (Windows Dynamic Disks). | 228 | - a brief description of LDM (Windows Dynamic Disks). |
| 229 | leds-class.txt | ||
| 230 | - documents LED handling under Linux. | ||
| 231 | local_ops.txt | ||
| 232 | - semantics and behavior of local atomic operations. | ||
| 233 | lockdep-design.txt | ||
| 234 | - documentation on the runtime locking correctness validator. | ||
| 157 | locks.txt | 235 | locks.txt |
| 158 | - info on file locking implementations, flock() vs. fcntl(), etc. | 236 | - info on file locking implementations, flock() vs. fcntl(), etc. |
| 159 | logo.gif | 237 | logo.gif |
| 160 | - Full colour GIF image of Linux logo (penguin). | 238 | - full colour GIF image of Linux logo (penguin - Tux). |
| 161 | logo.txt | 239 | logo.txt |
| 162 | - Info on creator of above logo & site to get additional images from. | 240 | - info on creator of above logo & site to get additional images from. |
| 163 | m68k/ | 241 | m68k/ |
| 164 | - directory with info about Linux on Motorola 68k architecture. | 242 | - directory with info about Linux on Motorola 68k architecture. |
| 165 | magic-number.txt | 243 | magic-number.txt |
| @@ -170,6 +248,8 @@ mca.txt | |||
| 170 | - info on supporting Micro Channel Architecture (e.g. PS/2) systems. | 248 | - info on supporting Micro Channel Architecture (e.g. PS/2) systems. |
| 171 | md.txt | 249 | md.txt |
| 172 | - info on boot arguments for the multiple devices driver. | 250 | - info on boot arguments for the multiple devices driver. |
| 251 | memory-barriers.txt | ||
| 252 | - info on Linux kernel memory barriers. | ||
| 173 | memory.txt | 253 | memory.txt |
| 174 | - info on typical Linux memory problems. | 254 | - info on typical Linux memory problems. |
| 175 | mips/ | 255 | mips/ |
| @@ -177,9 +257,11 @@ mips/ | |||
| 177 | mono.txt | 257 | mono.txt |
| 178 | - how to execute Mono-based .NET binaries with the help of BINFMT_MISC. | 258 | - how to execute Mono-based .NET binaries with the help of BINFMT_MISC. |
| 179 | moxa-smartio | 259 | moxa-smartio |
| 180 | - info on installing/using Moxa multiport serial driver. | 260 | - file with info on installing/using Moxa multiport serial driver. |
| 181 | mtrr.txt | 261 | mtrr.txt |
| 182 | - how to use PPro Memory Type Range Registers to increase performance. | 262 | - how to use PPro Memory Type Range Registers to increase performance. |
| 263 | mutex-design.txt | ||
| 264 | - info on the generic mutex subsystem. | ||
| 183 | nbd.txt | 265 | nbd.txt |
| 184 | - info on a TCP implementation of a network block device. | 266 | - info on a TCP implementation of a network block device. |
| 185 | netlabel/ | 267 | netlabel/ |
| @@ -190,6 +272,8 @@ nfsroot.txt | |||
| 190 | - short guide on setting up a diskless box with NFS root filesystem. | 272 | - short guide on setting up a diskless box with NFS root filesystem. |
| 191 | nmi_watchdog.txt | 273 | nmi_watchdog.txt |
| 192 | - info on NMI watchdog for SMP systems. | 274 | - info on NMI watchdog for SMP systems. |
| 275 | nommu-mmap.txt | ||
| 276 | - documentation about no-mmu memory mapping support. | ||
| 193 | numastat.txt | 277 | numastat.txt |
| 194 | - info on how to read Numa policy hit/miss statistics in sysfs. | 278 | - info on how to read Numa policy hit/miss statistics in sysfs. |
| 195 | oops-tracing.txt | 279 | oops-tracing.txt |
| @@ -202,8 +286,16 @@ parport.txt | |||
| 202 | - how to use the parallel-port driver. | 286 | - how to use the parallel-port driver. |
| 203 | parport-lowlevel.txt | 287 | parport-lowlevel.txt |
| 204 | - description and usage of the low level parallel port functions. | 288 | - description and usage of the low level parallel port functions. |
| 289 | pci-error-recovery.txt | ||
| 290 | - info on PCI error recovery. | ||
| 205 | pci.txt | 291 | pci.txt |
| 206 | - info on the PCI subsystem for device driver authors. | 292 | - info on the PCI subsystem for device driver authors. |
| 293 | pcieaer-howto.txt | ||
| 294 | - the PCI Express Advanced Error Reporting Driver Guide HOWTO. | ||
| 295 | pcmcia/ | ||
| 296 | - info on the Linux PCMCIA driver. | ||
| 297 | pi-futex.txt | ||
| 298 | - documentation on lightweight PI-futexes. | ||
| 207 | pm.txt | 299 | pm.txt |
| 208 | - info on Linux power management support. | 300 | - info on Linux power management support. |
| 209 | pnp.txt | 301 | pnp.txt |
| @@ -214,18 +306,32 @@ powerpc/ | |||
| 214 | - directory with info on using Linux with the PowerPC. | 306 | - directory with info on using Linux with the PowerPC. |
| 215 | preempt-locking.txt | 307 | preempt-locking.txt |
| 216 | - info on locking under a preemptive kernel. | 308 | - info on locking under a preemptive kernel. |
| 309 | prio_tree.txt | ||
| 310 | - info on radix-priority-search-tree use for indexing vmas. | ||
| 217 | ramdisk.txt | 311 | ramdisk.txt |
| 218 | - short guide on how to set up and use the RAM disk. | 312 | - short guide on how to set up and use the RAM disk. |
| 313 | rbtree.txt | ||
| 314 | - info on what red-black trees are and what they are for. | ||
| 219 | riscom8.txt | 315 | riscom8.txt |
| 220 | - notes on using the RISCom/8 multi-port serial driver. | 316 | - notes on using the RISCom/8 multi-port serial driver. |
| 317 | robust-futex-ABI.txt | ||
| 318 | - documentation of the robust futex ABI. | ||
| 319 | robust-futexes.txt | ||
| 320 | - a description of what robust futexes are. | ||
| 221 | rocket.txt | 321 | rocket.txt |
| 222 | - info on the Comtrol RocketPort multiport serial driver. | 322 | - info on the Comtrol RocketPort multiport serial driver. |
| 223 | rpc-cache.txt | 323 | rpc-cache.txt |
| 224 | - introduction to the caching mechanisms in the sunrpc layer. | 324 | - introduction to the caching mechanisms in the sunrpc layer. |
| 325 | rt-mutex-design.txt | ||
| 326 | - description of the RealTime mutex implementation design. | ||
| 327 | rt-mutex.txt | ||
| 328 | - desc. of RT-mutex subsystem with PI (Priority Inheritance) support. | ||
| 225 | rtc.txt | 329 | rtc.txt |
| 226 | - notes on how to use the Real Time Clock (aka CMOS clock) driver. | 330 | - notes on how to use the Real Time Clock (aka CMOS clock) driver. |
| 227 | s390/ | 331 | s390/ |
| 228 | - directory with info on using Linux on the IBM S390. | 332 | - directory with info on using Linux on the IBM S390. |
| 333 | sched-arch.txt | ||
| 334 | - CPU Scheduler implementation hints for architecture specific code. | ||
| 229 | sched-coding.txt | 335 | sched-coding.txt |
| 230 | - reference for various scheduler-related methods in the O(1) scheduler. | 336 | - reference for various scheduler-related methods in the O(1) scheduler. |
| 231 | sched-design.txt | 337 | sched-design.txt |
| @@ -240,22 +346,32 @@ serial/ | |||
| 240 | - directory with info on the low level serial API. | 346 | - directory with info on the low level serial API. |
| 241 | serial-console.txt | 347 | serial-console.txt |
| 242 | - how to set up Linux with a serial line console as the default. | 348 | - how to set up Linux with a serial line console as the default. |
| 349 | sgi-ioc4.txt | ||
| 350 | - description of the SGI IOC4 PCI (multi function) device. | ||
| 243 | sgi-visws.txt | 351 | sgi-visws.txt |
| 244 | - short blurb on the SGI Visual Workstations. | 352 | - short blurb on the SGI Visual Workstations. |
| 245 | sh/ | 353 | sh/ |
| 246 | - directory with info on porting Linux to a new architecture. | 354 | - directory with info on porting Linux to a new architecture. |
| 355 | sharedsubtree.txt | ||
| 356 | - a description of shared subtrees for namespaces. | ||
| 247 | smart-config.txt | 357 | smart-config.txt |
| 248 | - description of the Smart Config makefile feature. | 358 | - description of the Smart Config makefile feature. |
| 249 | smp.txt | 359 | smp.txt |
| 250 | - a few notes on symmetric multi-processing. | 360 | - a few notes on symmetric multi-processing. |
| 361 | sony-laptop.txt | ||
| 362 | - Sony Notebook Control Driver (SNC) Readme. | ||
| 251 | sonypi.txt | 363 | sonypi.txt |
| 252 | - info on Linux Sony Programmable I/O Device support. | 364 | - info on Linux Sony Programmable I/O Device support. |
| 253 | sound/ | 365 | sound/ |
| 254 | - directory with info on sound card support. | 366 | - directory with info on sound card support. |
| 255 | sparc/ | 367 | sparc/ |
| 256 | - directory with info on using Linux on Sparc architecture. | 368 | - directory with info on using Linux on Sparc architecture. |
| 369 | sparse.txt | ||
| 370 | - info on how to obtain and use the sparse tool for typechecking. | ||
| 257 | specialix.txt | 371 | specialix.txt |
| 258 | - info on hardware/driver for specialix IO8+ multiport serial card. | 372 | - info on hardware/driver for specialix IO8+ multiport serial card. |
| 373 | spi/ | ||
| 374 | - overview of Linux kernel Serial Peripheral Interface (SPI) support. | ||
| 259 | spinlocks.txt | 375 | spinlocks.txt |
| 260 | - info on using spinlocks to provide exclusive access in kernel. | 376 | - info on using spinlocks to provide exclusive access in kernel. |
| 261 | stable_api_nonsense.txt | 377 | stable_api_nonsense.txt |
| @@ -274,24 +390,32 @@ sysrq.txt | |||
| 274 | - info on the magic SysRq key. | 390 | - info on the magic SysRq key. |
| 275 | telephony/ | 391 | telephony/ |
| 276 | - directory with info on telephony (e.g. voice over IP) support. | 392 | - directory with info on telephony (e.g. voice over IP) support. |
| 393 | thinkpad-acpi.txt | ||
| 394 | - information on the (IBM and Lenovo) ThinkPad ACPI Extras driver. | ||
| 277 | time_interpolators.txt | 395 | time_interpolators.txt |
| 278 | - info on time interpolators. | 396 | - info on time interpolators. |
| 279 | tipar.txt | 397 | tipar.txt |
| 280 | - information about Parallel link cable for Texas Instruments handhelds. | 398 | - information about Parallel link cable for Texas Instruments handhelds. |
| 281 | tty.txt | 399 | tty.txt |
| 282 | - guide to the locking policies of the tty layer. | 400 | - guide to the locking policies of the tty layer. |
| 283 | unicode.txt | ||
| 284 | - info on the Unicode character/font mapping used in Linux. | ||
| 285 | uml/ | 401 | uml/ |
| 286 | - directory with information about User Mode Linux. | 402 | - directory with information about User Mode Linux. |
| 403 | unicode.txt | ||
| 404 | - info on the Unicode character/font mapping used in Linux. | ||
| 405 | unshare.txt | ||
| 406 | - description of the Linux unshare system call. | ||
| 287 | usb/ | 407 | usb/ |
| 288 | - directory with info regarding the Universal Serial Bus. | 408 | - directory with info regarding the Universal Serial Bus. |
| 409 | video-output.txt | ||
| 410 | - sysfs class driver interface to enable/disable a video output device. | ||
| 289 | video4linux/ | 411 | video4linux/ |
| 290 | - directory with info regarding video/TV/radio cards and linux. | 412 | - directory with info regarding video/TV/radio cards and linux. |
| 291 | vm/ | 413 | vm/ |
| 292 | - directory with info on the Linux vm code. | 414 | - directory with info on the Linux vm code. |
| 293 | voyager.txt | 415 | voyager.txt |
| 294 | - guide to running Linux on the Voyager architecture. | 416 | - guide to running Linux on the Voyager architecture. |
| 417 | w1/ | ||
| 418 | - directory with documents regarding the 1-wire (w1) subsystem. | ||
| 295 | watchdog/ | 419 | watchdog/ |
| 296 | - how to auto-reboot Linux if it has "fallen and can't get up". ;-) | 420 | - how to auto-reboot Linux if it has "fallen and can't get up". ;-) |
| 297 | x86_64/ | 421 | x86_64/ |
