]> Git Repo - linux.git/blob - MAINTAINERS
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspe...
[linux.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE CC: the maintainers and mailing lists that are generated
40         by scripts/get_maintainer.pl.  The results returned by the
41         script will be best if you have git installed and are making
42         your changes in a branch derived from Linus' latest git tree.
43         See Documentation/SubmittingPatches for details.
44
45         PLEASE try to include any credit lines you want added with the
46         patch. It avoids people being missed off by mistake and makes
47         it easier to know who wants adding and who doesn't.
48
49         PLEASE document known bugs. If it doesn't work for everything
50         or does something very odd once a month document it.
51
52         PLEASE remember that submissions must be made under the terms
53         of the OSDL certificate of contribution and should include a
54         Signed-off-by: line.  The current version of this "Developer's
55         Certificate of Origin" (DCO) is listed in the file
56         Documentation/SubmittingPatches.
57
58 6.      Make sure you have the right to send any changes you make. If you
59         do changes at work you may find your employer owns the patch
60         not you.
61
62 7.      When sending security related changes or reports to a maintainer
63         please Cc: [email protected], especially if the maintainer
64         does not respond.
65
66 8.      Happy hacking.
67
68                 -----------------------------------
69
70 Maintainers List (try to look for most precise areas first)
71
72 Note: For the hard of thinking, this list is meant to remain in alphabetical
73 order. If you could add yourselves to it in alphabetical order that would be
74 so much easier [Ed]
75
76 P: Person (obsolete)
77 M: Mail patches to: FullName <address@domain>
78 L: Mailing list that is relevant to this area
79 W: Web-page with status/info
80 T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
81 S: Status, one of the following:
82
83         Supported:      Someone is actually paid to look after this.
84         Maintained:     Someone actually looks after it.
85         Odd Fixes:      It has a maintainer but they don't have time to do
86                         much other than throw the odd patch in. See below..
87         Orphan:         No current maintainer [but maybe you could take the
88                         role as you write your new code].
89         Obsolete:       Old code. Something tagged obsolete generally means
90                         it has been replaced by a better system and you
91                         should be using that.
92
93 F: Files and directories with wildcard patterns.
94    A trailing slash includes all files and subdirectory files.
95         F:      drivers/net/    all files in and below drivers/net
96         F:      drivers/net/*   all files in drivers/net, but not below
97         F:      */net/*         all files in "any top level directory"/net
98    One pattern per line.  Multiple F: lines acceptable.
99 X: Files and directories that are NOT maintained, same rules as F:
100    Files exclusions are tested before file matches.
101    Can be useful for excluding a specific subdirectory, for instance:
102         F:      net/
103         X:      net/ipv6/
104    matches all files in and below net excluding net/ipv6/
105
106 3C505 NETWORK DRIVER
107 M:      Philip Blundell <[email protected]>
108 L:      [email protected]
109 S:      Maintained
110 F:      drivers/net/3c505*
111
112 3C59X NETWORK DRIVER
113 M:      Steffen Klassert <[email protected]>
114 L:      [email protected]
115 S:      Maintained
116 F:      Documentation/networking/vortex.txt
117 F:      drivers/net/3c59x.c
118
119 3CR990 NETWORK DRIVER
120 M:      David Dillow <[email protected]>
121 L:      [email protected]
122 S:      Maintained
123 F:      drivers/net/typhoon*
124
125 3W-9XXX SATA-RAID CONTROLLER DRIVER
126 M:      Adam Radford <[email protected]>
127 L:      [email protected]
128 W:      http://www.amcc.com
129 S:      Supported
130 F:      drivers/scsi/3w-9xxx*
131
132 3W-XXXX ATA-RAID CONTROLLER DRIVER
133 M:      Adam Radford <[email protected]>
134 L:      [email protected]
135 W:      http://www.amcc.com
136 S:      Supported
137 F:      drivers/scsi/3w-xxxx*
138
139 53C700 AND 53C700-66 SCSI DRIVER
140 M:      "James E.J. Bottomley" <[email protected]>
141 L:      [email protected]
142 S:      Maintained
143 F:      drivers/scsi/53c700*
144
145 6PACK NETWORK DRIVER FOR AX.25
146 M:      Andreas Koensgen <[email protected]>
147 L:      [email protected]
148 S:      Maintained
149 F:      drivers/net/hamradio/6pack.c
150
151 8169 10/100/1000 GIGABIT ETHERNET DRIVER
152 M:      Francois Romieu <[email protected]>
153 L:      [email protected]
154 S:      Maintained
155 F:      drivers/net/r8169.c
156
157 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
158 M:      Alan Cox <[email protected]>
159 L:      [email protected]
160 W:      http://serial.sourceforge.net
161 S:      Odd Fixes
162 F:      drivers/serial/8250*
163 F:      include/linux/serial_8250.h
164
165 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
166 M:      Paul Gortmaker <[email protected]>
167 L:      [email protected]
168 S:      Maintained
169 F:      drivers/net/*8390*
170 F:      drivers/net/ax88796.c
171
172 9P FILE SYSTEM
173 M:      Eric Van Hensbergen <[email protected]>
174 M:      Ron Minnich <[email protected]>
175 M:      Latchesar Ionkov <[email protected]>
176 L:      [email protected]
177 W:      http://swik.net/v9fs
178 T:      git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
179 S:      Maintained
180 F:      Documentation/filesystems/9p.txt
181 F:      fs/9p/
182
183 A2232 SERIAL BOARD DRIVER
184 M:      Enver Haase <[email protected]>
185 L:      [email protected]
186 S:      Maintained
187 F:      drivers/char/ser_a2232*
188
189 AACRAID SCSI RAID DRIVER
190 M:      Adaptec OEM Raid Solutions <[email protected]>
191 L:      [email protected]
192 W:      http://www.adaptec.com/
193 S:      Supported
194 F:      Documentation/scsi/aacraid.txt
195 F:      drivers/scsi/aacraid/
196
197 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
198 M:      Hans de Goede <[email protected]>
199 L:      [email protected]
200 S:      Maintained
201 F:      drivers/hwmon/abituguru.c
202
203 ABIT UGURU 3 HARDWARE MONITOR DRIVER
204 M:      Alistair John Strachan <[email protected]>
205 L:      [email protected]
206 S:      Maintained
207 F:      drivers/hwmon/abituguru3.c
208
209 ACENIC DRIVER
210 M:      Jes Sorensen <[email protected]>
211 L:      [email protected]
212 S:      Maintained
213 F:      drivers/net/acenic*
214
215 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
216 M:      Peter Feuerer <[email protected]>
217 W:      http://piie.net/?section=acerhdf
218 S:      Maintained
219 F:      drivers/platform/x86/acerhdf.c
220
221 ACER WMI LAPTOP EXTRAS
222 M:      Carlos Corbacho <[email protected]>
223 L:      [email protected] (subscribers-only)
224 W:      http://code.google.com/p/aceracpi
225 S:      Maintained
226 F:      drivers/platform/x86/acer-wmi.c
227
228 ACPI
229 M:      Len Brown <[email protected]>
230 L:      [email protected]
231 W:      http://www.lesswatts.org/projects/acpi/
232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
233 S:      Supported
234 F:      drivers/acpi/
235 F:      drivers/pnp/pnpacpi/
236 F:      include/linux/acpi.h
237
238 ACPI BATTERY DRIVERS
239 M:      Alexey Starikovskiy <[email protected]>
240 L:      [email protected]
241 W:      http://www.lesswatts.org/projects/acpi/
242 S:      Supported
243 F:      drivers/acpi/battery.c
244 F:      drivers/acpi/*sbs*
245
246 ACPI EC DRIVER
247 M:      Alexey Starikovskiy <[email protected]>
248 L:      [email protected]
249 W:      http://www.lesswatts.org/projects/acpi/
250 S:      Supported
251 F:      drivers/acpi/ec.c
252
253 ACPI FAN DRIVER
254 M:      Zhang Rui <[email protected]>
255 L:      [email protected]
256 W:      http://www.lesswatts.org/projects/acpi/
257 S:      Supported
258 F:      drivers/acpi/fan.c
259
260 ACPI PCI HOTPLUG DRIVER
261 M:      Kristen Carlson Accardi <[email protected]>
262 L:      [email protected]
263 S:      Supported
264 F:      drivers/pci/hotplug/acpi*
265
266 ACPI THERMAL DRIVER
267 M:      Zhang Rui <[email protected]>
268 L:      [email protected]
269 W:      http://www.lesswatts.org/projects/acpi/
270 S:      Supported
271 F:      drivers/acpi/*thermal*
272
273 ACPI VIDEO DRIVER
274 M:      Zhang Rui <[email protected]>
275 L:      [email protected]
276 W:      http://www.lesswatts.org/projects/acpi/
277 S:      Supported
278 F:      drivers/acpi/video.c
279
280 ACPI WMI DRIVER
281 M:      Carlos Corbacho <[email protected]>
282 L:      [email protected]
283 W:      http://www.lesswatts.org/projects/acpi/
284 S:      Maintained
285 F:      drivers/platform/x86/wmi.c
286
287 AD1889 ALSA SOUND DRIVER
288 M:      Kyle McMartin <[email protected]>
289 M:      Thibaut Varene <[email protected]>
290 W:      http://wiki.parisc-linux.org/AD1889
291 L:      [email protected]
292 S:      Maintained
293 F:      sound/pci/ad1889.*
294
295 ADM1025 HARDWARE MONITOR DRIVER
296 M:      Jean Delvare <[email protected]>
297 L:      [email protected]
298 S:      Maintained
299 F:      Documentation/hwmon/adm1025
300 F:      drivers/hwmon/adm1025.c
301
302 ADM1029 HARDWARE MONITOR DRIVER
303 M:      Corentin Labbe <[email protected]>
304 L:      [email protected]
305 S:      Maintained
306 F:      drivers/hwmon/adm1029.c
307
308 ADM8211 WIRELESS DRIVER
309 M:      Michael Wu <[email protected]>
310 L:      [email protected]
311 W:      http://linuxwireless.org/
312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
313 S:      Maintained
314 F:      drivers/net/wireless/adm8211.*
315
316 ADT746X FAN DRIVER
317 M:      Colin Leroy <[email protected]>
318 S:      Maintained
319 F:      drivers/macintosh/therm_adt746x.c
320
321 ADVANSYS SCSI DRIVER
322 M:      Matthew Wilcox <[email protected]>
323 L:      [email protected]
324 S:      Maintained
325 F:      Documentation/scsi/advansys.txt
326 F:      drivers/scsi/advansys.c
327
328 AEDSP16 DRIVER
329 M:      Riccardo Facchetti <[email protected]>
330 S:      Maintained
331 F:      sound/oss/aedsp16.c
332
333 AFFS FILE SYSTEM
334 M:      Roman Zippel <[email protected]>
335 S:      Maintained
336 F:      Documentation/filesystems/affs.txt
337 F:      fs/affs/
338
339 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
340 M:      David Howells <[email protected]>
341 L:      [email protected]
342 S:      Supported
343 F:      fs/afs/
344 F:      include/net/af_rxrpc.h
345 F:      net/rxrpc/af_rxrpc.c
346
347 AGPGART DRIVER
348 M:      David Airlie <[email protected]>
349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
350 S:      Maintained
351 F:      drivers/char/agp/
352 F:      include/linux/agp*
353
354 AHA152X SCSI DRIVER
355 M:      "Juergen E. Fischer" <[email protected]>
356 L:      [email protected]
357 S:      Maintained
358 F:      drivers/scsi/aha152x*
359 F:      drivers/scsi/pcmcia/aha152x*
360
361 AIC7XXX / AIC79XX SCSI DRIVER
362 M:      Hannes Reinecke <[email protected]>
363 L:      [email protected]
364 S:      Maintained
365 F:      drivers/scsi/aic7xxx/
366 F:      drivers/scsi/aic7xxx_old/
367
368 AIO
369 M:      Benjamin LaHaise <[email protected]>
370 L:      [email protected]
371 S:      Supported
372 F:      fs/aio.c
373 F:      include/linux/*aio*.h
374
375 ALCATEL SPEEDTOUCH USB DRIVER
376 M:      Duncan Sands <[email protected]>
377 L:      [email protected]
378 W:      http://www.linux-usb.org/SpeedTouch/
379 S:      Maintained
380 F:      drivers/usb/atm/speedtch.c
381 F:      drivers/usb/atm/usbatm.c
382
383 ALCHEMY AU1XX0 MMC DRIVER
384 M:      Manuel Lauss <[email protected]>
385 S:      Maintained
386 F:      drivers/mmc/host/au1xmmc.c
387
388 ALI1563 I2C DRIVER
389 M:      Rudolf Marek <[email protected]>
390 L:      [email protected]
391 S:      Maintained
392 F:      Documentation/i2c/busses/i2c-ali1563
393 F:      drivers/i2c/busses/i2c-ali1563.c
394
395 ALPHA PORT
396 M:      Richard Henderson <[email protected]>
397 S:      Odd Fixes for 2.4; Maintained for 2.6.
398 M:      Ivan Kokshaysky <[email protected]>
399 S:      Maintained for 2.4; PCI support for 2.6.
400 L:      [email protected]
401 F:      arch/alpha/
402
403 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
404 M:      Thomas Dahlmann <[email protected]>
405 L:      [email protected] (moderated for non-subscribers)
406 S:      Supported
407 F:      drivers/usb/gadget/amd5536udc.*
408
409 AMD GEODE PROCESSOR/CHIPSET SUPPORT
410 P:      Jordan Crouse
411 L:      [email protected] (moderated for non-subscribers)
412 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
413 S:      Supported
414 F:      arch/x86/kernel/geode_32.c
415 F:      drivers/char/hw_random/geode-rng.c
416 F:      drivers/crypto/geode*
417 F:      drivers/video/geode/
418 F:      arch/x86/include/asm/geode.h
419
420 AMD IOMMU (AMD-VI)
421 M:      Joerg Roedel <[email protected]>
422 L:      [email protected]
423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
424 S:      Supported
425 F:      arch/x86/kernel/amd_iommu*.c
426 F:      arch/x86/include/asm/amd_iommu*.h
427
428 AMD MICROCODE UPDATE SUPPORT
429 M:      Andreas Herrmann <[email protected]>
430 L:      [email protected]
431 S:      Supported
432 F:      arch/x86/kernel/microcode_amd.c
433
434 AMS (Apple Motion Sensor) DRIVER
435 M:      Stelian Pop <[email protected]>
436 M:      Michael Hanselmann <[email protected]>
437 S:      Supported
438 F:      drivers/hwmon/ams/
439
440 AMSO1100 RNIC DRIVER
441 M:      Tom Tucker <[email protected]>
442 M:      Steve Wise <[email protected]>
443 L:      [email protected]
444 S:      Maintained
445 F:      drivers/infiniband/hw/amso1100/
446
447 AOA (Apple Onboard Audio) ALSA DRIVER
448 M:      Johannes Berg <[email protected]>
449 L:      [email protected]
450 L:      [email protected] (moderated for non-subscribers)
451 S:      Maintained
452 F:      sound/aoa/
453
454 APM DRIVER
455 M:      Stephen Rothwell <[email protected]>
456 L:      [email protected]
457 W:      http://www.canb.auug.org.au/~sfr/
458 S:      Supported
459 F:      arch/x86/kernel/apm_32.c
460 F:      include/linux/apm_bios.h
461
462 APPLE BCM5974 MULTITOUCH DRIVER
463 M:      Henrik Rydberg <[email protected]>
464 L:      [email protected]
465 S:      Maintained
466 F:      drivers/input/mouse/bcm5974.c
467
468 APPLE SMC DRIVER
469 M:      Nicolas Boichat <[email protected]>
470 L:      [email protected]
471 S:      Maintained
472 F:      drivers/hwmon/applesmc.c
473
474 APPLETALK NETWORK LAYER
475 M:      Arnaldo Carvalho de Melo <[email protected]>
476 S:      Maintained
477 F:      drivers/net/appletalk/
478 F:      net/appletalk/
479
480 APPLETOUCH TOUCHPAD DRIVER
481 M:      Johannes Berg <[email protected]>
482 L:      [email protected]
483 S:      Maintained
484 F:      Documentation/input/appletouch.txt
485 F:      drivers/input/mouse/appletouch.c
486
487 ARC FRAMEBUFFER DRIVER
488 M:      Jaya Kumar <[email protected]>
489 S:      Maintained
490 F:      drivers/video/arcfb.c
491 F:      drivers/video/fb_defio.c
492
493 ARM MFM AND FLOPPY DRIVERS
494 M:      Ian Molton <[email protected]>
495 S:      Maintained
496 F:      arch/arm/lib/floppydma.S
497 F:      arch/arm/include/asm/floppy.h
498
499 ARM PORT
500 M:      Russell King <[email protected]>
501 L:      [email protected] (subscribers-only)
502 W:      http://www.arm.linux.org.uk/
503 S:      Maintained
504 F:      arch/arm/
505
506 ARM PRIMECELL MMCI PL180/1 DRIVER
507 S:      Orphan
508 F:      drivers/mmc/host/mmci.*
509
510 ARM/ADI ROADRUNNER MACHINE SUPPORT
511 M:      Lennert Buytenhek <[email protected]>
512 L:      [email protected] (subscribers-only)
513 S:      Maintained
514 F:      arch/arm/mach-ixp23xx/
515 F:      arch/arm/mach-ixp23xx/include/mach/
516
517 ARM/ADS SPHERE MACHINE SUPPORT
518 M:      Lennert Buytenhek <[email protected]>
519 L:      [email protected] (subscribers-only)
520 S:      Maintained
521
522 ARM/AFEB9260 MACHINE SUPPORT
523 M:      Sergey Lapin <[email protected]>
524 L:      [email protected] (subscribers-only)
525 S:      Maintained
526
527 ARM/AJECO 1ARM MACHINE SUPPORT
528 M:      Lennert Buytenhek <[email protected]>
529 L:      [email protected] (subscribers-only)
530 S:      Maintained
531
532 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
533 M:      Andrew Victor <[email protected]>
534 L:      [email protected] (subscribers-only)
535 W:      http://maxim.org.za/at91_26.html
536 S:      Maintained
537
538 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
539 M:      Lennert Buytenhek <[email protected]>
540 L:      [email protected] (subscribers-only)
541 S:      Maintained
542
543 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
544 M:      Lennert Buytenhek <[email protected]>
545 L:      [email protected] (subscribers-only)
546 S:      Maintained
547
548 ARM/CLKDEV SUPPORT
549 M:      Russell King <[email protected]>
550 L:      [email protected] (subscribers-only)
551 F:      arch/arm/common/clkdev.c
552 F:      arch/arm/include/asm/clkdev.h
553
554 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
555 M:      Mike Rapoport <[email protected]>
556 L:      [email protected] (subscribers-only)
557 S:      Maintained
558
559 ARM/CORGI MACHINE SUPPORT
560 M:      Richard Purdie <[email protected]>
561 S:      Maintained
562
563 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
564 M:      Paulius Zaleckas <[email protected]>
565 L:      [email protected] (subscribers-only)
566 T:      git git://gitorious.org/linux-gemini/mainline.git
567 S:      Maintained
568 F:      arch/arm/mach-gemini/
569
570 ARM/EBSA110 MACHINE SUPPORT
571 M:      Russell King <[email protected]>
572 L:      [email protected] (subscribers-only)
573 W:      http://www.arm.linux.org.uk/
574 S:      Maintained
575 F:      arch/arm/mach-ebsa110/
576 F:      drivers/net/arm/am79c961a.*
577
578 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
579 M:      Daniel Ribeiro <[email protected]>
580 M:      Stefan Schmidt <[email protected]>
581 M:      Harald Welte <[email protected]>
582 L:      [email protected] (subscribers-only)
583 W:      http://www.openezx.org/
584 S:      Maintained
585 T:      topgit git://git.openezx.org/openezx.git
586 F:      arch/arm/mach-pxa/ezx.c
587
588 ARM/FARADAY FA526 PORT
589 M:      Paulius Zaleckas <[email protected]>
590 L:      [email protected] (subscribers-only)
591 S:      Maintained
592 F:      arch/arm/mm/*-fa*
593
594 ARM/FOOTBRIDGE ARCHITECTURE
595 M:      Russell King <[email protected]>
596 L:      [email protected] (subscribers-only)
597 W:      http://www.arm.linux.org.uk/
598 S:      Maintained
599 F:      arch/arm/include/asm/hardware/dec21285.h
600 F:      arch/arm/mach-footbridge/
601
602 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
603 M:      Sascha Hauer <[email protected]>
604 L:      [email protected] (subscribers-only)
605 S:      Maintained
606
607 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
608 M:      Lennert Buytenhek <[email protected]>
609 L:      [email protected] (subscribers-only)
610 S:      Maintained
611
612 ARM/GUMSTIX MACHINE SUPPORT
613 M:      Steve Sakoman <[email protected]>
614 L:      [email protected] (subscribers-only)
615 S:      Maintained
616
617 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
618 M:      Philipp Zabel <[email protected]>
619 S:      Maintained
620 F:      arch/arm/mach-pxa/hx4700.c
621 F:      arch/arm/mach-pxa/include/mach/hx4700.h
622
623 ARM/HP JORNADA 7XX MACHINE SUPPORT
624 M:      Kristoffer Ericson <[email protected]>
625 W:      www.jlime.com
626 S:      Maintained
627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
628 F:      arch/arm/mach-sa1100/jornada720.c
629 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
630
631 ARM/INTEL IOP32X ARM ARCHITECTURE
632 M:      Lennert Buytenhek <[email protected]>
633 M:      Dan Williams <[email protected]>
634 L:      [email protected] (subscribers-only)
635 S:      Supported
636
637 ARM/INTEL IOP33X ARM ARCHITECTURE
638 M:      Dan Williams <[email protected]>
639 L:      [email protected] (subscribers-only)
640 S:      Supported
641
642 ARM/INTEL IOP13XX ARM ARCHITECTURE
643 M:      Lennert Buytenhek <[email protected]>
644 M:      Dan Williams <[email protected]>
645 L:      [email protected] (subscribers-only)
646 S:      Supported
647
648 ARM/INTEL IQ81342EX MACHINE SUPPORT
649 M:      Lennert Buytenhek <[email protected]>
650 M:      Dan Williams <[email protected]>
651 L:      [email protected] (subscribers-only)
652 S:      Supported
653
654 ARM/INTEL IXP2000 ARM ARCHITECTURE
655 M:      Lennert Buytenhek <[email protected]>
656 L:      [email protected] (subscribers-only)
657 S:      Maintained
658
659 ARM/INTEL IXDP2850 MACHINE SUPPORT
660 M:      Lennert Buytenhek <[email protected]>
661 L:      [email protected] (subscribers-only)
662 S:      Maintained
663
664 ARM/INTEL IXP23XX ARM ARCHITECTURE
665 M:      Lennert Buytenhek <[email protected]>
666 L:      [email protected] (subscribers-only)
667 S:      Maintained
668
669 ARM/INTEL XSC3 (MANZANO) ARM CORE
670 M:      Lennert Buytenhek <[email protected]>
671 M:      Dan Williams <[email protected]>
672 L:      [email protected] (subscribers-only)
673 S:      Supported
674
675 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
676 M:      Lennert Buytenhek <[email protected]>
677 L:      [email protected] (subscribers-only)
678 S:      Maintained
679
680 ARM/LOGICPD PXA270 MACHINE SUPPORT
681 M:      Lennert Buytenhek <[email protected]>
682 L:      [email protected] (subscribers-only)
683 S:      Maintained
684
685 ARM/MAGICIAN MACHINE SUPPORT
686 M:      Philipp Zabel <[email protected]>
687 S:      Maintained
688
689 ARM/MIOA701 MACHINE SUPPORT
690 M:      Robert Jarzmik <[email protected]>
691 L:      [email protected] (subscribers-only)
692 F:      arch/arm/mach-pxa/mioa701.c
693 S:      Maintained
694
695 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
696 M:      Michael Petchkovsky <[email protected]>
697 S:      Maintained
698
699 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
700 M:      Nelson Castillo <[email protected]>
701 L:      [email protected] (subscribers-only)
702 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
703 S:      Supported
704
705 ARM/TOSA MACHINE SUPPORT
706 M:      Dmitry Eremin-Solenikov <[email protected]>
707 M:      Dirk Opfer <[email protected]>
708 S:      Maintained
709
710 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
711 M:      Marek Vasut <[email protected]>
712 W:      http://hackndev.com
713 S:      Maintained
714
715 ARM/PALM TREO 680 SUPPORT
716 M:      Tomas Cech <[email protected]>
717 W:      http://hackndev.com
718 S:      Maintained
719
720 ARM/PALMZ72 SUPPORT
721 M:      Sergey Lapin <[email protected]>
722 W:      http://hackndev.com
723 S:      Maintained
724
725 ARM/PLEB SUPPORT
726 M:      Peter Chubb <[email protected]>
727 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
728 S:      Maintained
729
730 ARM/PT DIGITAL BOARD PORT
731 M:      Stefan Eletzhofer <[email protected]>
732 L:      [email protected] (subscribers-only)
733 W:      http://www.arm.linux.org.uk/
734 S:      Maintained
735
736 ARM/RADISYS ENP2611 MACHINE SUPPORT
737 M:      Lennert Buytenhek <[email protected]>
738 L:      [email protected] (subscribers-only)
739 S:      Maintained
740
741 ARM/RISCPC ARCHITECTURE
742 M:      Russell King <[email protected]>
743 L:      [email protected] (subscribers-only)
744 W:      http://www.arm.linux.org.uk/
745 S:      Maintained
746 F:      arch/arm/common/time-acorn.c
747 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
748 F:      arch/arm/include/asm/hardware/ioc.h
749 F:      arch/arm/include/asm/hardware/iomd.h
750 F:      arch/arm/include/asm/hardware/memc.h
751 F:      arch/arm/mach-rpc/
752 F:      drivers/net/arm/ether*
753 F:      drivers/scsi/arm/
754
755 ARM/SHARK MACHINE SUPPORT
756 M:      Alexander Schulz <[email protected]>
757 W:      http://www.shark-linux.de/shark.html
758 S:      Maintained
759
760 ARM/SAMSUNG ARM ARCHITECTURES
761 M:      Ben Dooks <[email protected]>
762 L:      [email protected] (subscribers-only)
763 W:      http://www.fluff.org/ben/linux/
764 S:      Maintained
765 F:      arch/arm/plat-s3c/
766 F:      arch/arm/plat-s3c24xx/
767
768 ARM/S3C2410 ARM ARCHITECTURE
769 M:      Ben Dooks <[email protected]>
770 L:      [email protected] (subscribers-only)
771 W:      http://www.fluff.org/ben/linux/
772 S:      Maintained
773 F:      arch/arm/mach-s3c2410/
774
775 ARM/S3C2440 ARM ARCHITECTURE
776 M:      Ben Dooks <[email protected]>
777 L:      [email protected] (subscribers-only)
778 W:      http://www.fluff.org/ben/linux/
779 S:      Maintained
780 F:      arch/arm/mach-s3c2440/
781
782 ARM/S3C2442 ARM ARCHITECTURE
783 M:      Ben Dooks <[email protected]>
784 L:      [email protected] (subscribers-only)
785 W:      http://www.fluff.org/ben/linux/
786 S:      Maintained
787 F:      arch/arm/mach-s3c2442/
788
789 ARM/S3C2443 ARM ARCHITECTURE
790 M:      Ben Dooks <[email protected]>
791 L:      [email protected] (subscribers-only)
792 W:      http://www.fluff.org/ben/linux/
793 S:      Maintained
794 F:      arch/arm/mach-s3c2443/
795
796 ARM/S3C6400 ARM ARCHITECTURE
797 M:      Ben Dooks <[email protected]>
798 L:      [email protected] (subscribers-only)
799 W:      http://www.fluff.org/ben/linux/
800 S:      Maintained
801 F:      arch/arm/mach-s3c6400/
802
803 ARM/S3C6410 ARM ARCHITECTURE
804 M:      Ben Dooks <[email protected]>
805 L:      [email protected] (subscribers-only)
806 W:      http://www.fluff.org/ben/linux/
807 S:      Maintained
808 F:      arch/arm/mach-s3c6410/
809
810 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
811 M:      Lennert Buytenhek <[email protected]>
812 L:      [email protected] (subscribers-only)
813 S:      Maintained
814
815 ARM/THECUS N2100 MACHINE SUPPORT
816 M:      Lennert Buytenhek <[email protected]>
817 L:      [email protected] (subscribers-only)
818 S:      Maintained
819
820 ARM/NUVOTON W90X900 ARM ARCHITECTURE
821 M:      Wan ZongShun <[email protected]>
822 L:      [email protected] (subscribers-only)
823 W:      http://www.mcuos.com
824 S:      Maintained
825
826 ARM/VFP SUPPORT
827 M:      Russell King <[email protected]>
828 L:      [email protected] (subscribers-only)
829 W:      http://www.arm.linux.org.uk/
830 S:      Maintained
831 F:      arch/arm/vfp/
832
833 ASUS ACPI EXTRAS DRIVER
834 M:      Corentin Chary <[email protected]>
835 M:      Karol Kozimor <[email protected]>
836 L:      [email protected]
837 W:      http://acpi4asus.sf.net
838 S:      Maintained
839 F:      arch/x86/kernel/acpi/boot.c
840 F:      drivers/platform/x86/asus_acpi.c
841
842 ASUS ASB100 HARDWARE MONITOR DRIVER
843 M:      "Mark M. Hoffman" <[email protected]>
844 L:      [email protected]
845 S:      Maintained
846 F:      drivers/hwmon/asb100.c
847
848 ASUS LAPTOP EXTRAS DRIVER
849 M:      Corentin Chary <[email protected]>
850 L:      [email protected]
851 W:      http://acpi4asus.sf.net
852 S:      Maintained
853 F:      drivers/platform/x86/asus-laptop.c
854
855 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
856 M:      Dan Williams <[email protected]>
857 M:      Maciej Sosnowski <[email protected]>
858 W:      http://sourceforge.net/projects/xscaleiop
859 S:      Supported
860 F:      Documentation/crypto/async-tx-api.txt
861 F:      crypto/async_tx/
862 F:      drivers/dma/
863 F:      include/linux/dmaengine.h
864 F:      include/linux/async_tx.h
865
866 ATA OVER ETHERNET (AOE) DRIVER
867 M:      "Ed L. Cashin" <[email protected]>
868 W:      http://www.coraid.com/support/linux
869 S:      Supported
870 F:      Documentation/aoe/
871 F:      drivers/block/aoe/
872
873 ATHEROS ATH5K WIRELESS DRIVER
874 M:      Jiri Slaby <[email protected]>
875 M:      Nick Kossifidis <[email protected]>
876 M:      "Luis R. Rodriguez" <[email protected]>
877 M:      Bob Copeland <[email protected]>
878 L:      [email protected]
879 L:      [email protected]
880 S:      Maintained
881 F:      drivers/net/wireless/ath/ath5k/
882
883 ATHEROS ATH9K WIRELESS DRIVER
884 M:      "Luis R. Rodriguez" <[email protected]>
885 M:      Jouni Malinen <[email protected]>
886 M:      Sujith Manoharan <[email protected]>
887 M:      Vasanthakumar Thiagarajan <[email protected]>
888 M:      Senthil Balasubramanian <[email protected]>
889 L:      [email protected]
890 L:      [email protected]
891 S:      Supported
892 F:      drivers/net/wireless/ath/ath9k/
893
894 ATHEROS AR9170 WIRELESS DRIVER
895 M:      Christian Lamparter <[email protected]>
896 L:      [email protected]
897 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
898 S:      Maintained
899 F:      drivers/net/wireless/ath/ar9170/
900
901 ATI_REMOTE2 DRIVER
902 M:      Ville Syrjala <[email protected]>
903 S:      Maintained
904 F:      drivers/input/misc/ati_remote2.c
905
906 ATLX ETHERNET DRIVERS
907 M:      Jay Cliburn <[email protected]>
908 M:      Chris Snook <[email protected]>
909 M:      Jie Yang <[email protected]>
910 L:      [email protected]
911 W:      http://sourceforge.net/projects/atl1
912 W:      http://atl1.sourceforge.net
913 S:      Maintained
914 F:      drivers/net/atlx/
915
916 ATM
917 M:      Chas Williams <[email protected]>
918 L:      [email protected] (subscribers-only)
919 L:      [email protected]
920 W:      http://linux-atm.sourceforge.net
921 S:      Maintained
922 F:      drivers/atm/
923 F:      include/linux/atm*
924
925 ATMEL AT91 MCI DRIVER
926 M:      Nicolas Ferre <[email protected]>
927 L:      [email protected] (subscribers-only)
928 W:      http://www.atmel.com/products/AT91/
929 W:      http://www.at91.com/
930 S:      Maintained
931 F:      drivers/mmc/host/at91_mci.c
932
933 ATMEL AT91 / AT32 MCI DRIVER
934 M:      Nicolas Ferre <[email protected]>
935 S:      Maintained
936 F:      drivers/mmc/host/atmel-mci.c
937 F:      drivers/mmc/host/atmel-mci-regs.h
938
939 ATMEL AT91 / AT32 SERIAL DRIVER
940 M:      Haavard Skinnemoen <[email protected]>
941 S:      Supported
942 F:      drivers/serial/atmel_serial.c
943
944 ATMEL LCDFB DRIVER
945 M:      Nicolas Ferre <[email protected]>
946 L:      [email protected] (moderated for non-subscribers)
947 S:      Maintained
948 F:      drivers/video/atmel_lcdfb.c
949 F:      include/video/atmel_lcdc.h
950
951 ATMEL MACB ETHERNET DRIVER
952 M:      Haavard Skinnemoen <[email protected]>
953 S:      Supported
954 F:      drivers/net/macb.*
955
956 ATMEL SPI DRIVER
957 M:      Haavard Skinnemoen <[email protected]>
958 S:      Supported
959 F:      drivers/spi/atmel_spi.*
960
961 ATMEL USBA UDC DRIVER
962 M:      Haavard Skinnemoen <[email protected]>
963 L:      [email protected]
964 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
965 S:      Supported
966 F:      drivers/usb/gadget/atmel_usba_udc.*
967
968 ATMEL WIRELESS DRIVER
969 M:      Simon Kelley <[email protected]>
970 L:      [email protected]
971 W:      http://www.thekelleys.org.uk/atmel
972 W:      http://atmelwlandriver.sourceforge.net/
973 S:      Maintained
974 F:      drivers/net/wireless/atmel*
975
976 AUDIT SUBSYSTEM
977 M:      Al Viro <[email protected]>
978 M:      Eric Paris <[email protected]>
979 L:      [email protected] (subscribers-only)
980 W:      http://people.redhat.com/sgrubb/audit/
981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
982 S:      Maintained
983 F:      include/linux/audit.h
984 F:      kernel/audit*
985
986 AUXILIARY DISPLAY DRIVERS
987 M:      Miguel Ojeda Sandonis <[email protected]>
988 W:      http://miguelojeda.es/auxdisplay.htm
989 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
990 S:      Maintained
991 F:      drivers/auxdisplay/
992 F:      include/linux/cfag12864b.h
993
994 AVR32 ARCHITECTURE
995 M:      Haavard Skinnemoen <[email protected]>
996 W:      http://www.atmel.com/products/AVR32/
997 W:      http://avr32linux.org/
998 W:      http://avrfreaks.net/
999 S:      Supported
1000 F:      arch/avr32/
1001
1002 AVR32/AT32AP MACHINE SUPPORT
1003 M:      Haavard Skinnemoen <[email protected]>
1004 S:      Supported
1005 F:      arch/avr32/mach-at32ap/
1006
1007 AX.25 NETWORK LAYER
1008 M:      Ralf Baechle <[email protected]>
1009 L:      [email protected]
1010 W:      http://www.linux-ax25.org/
1011 S:      Maintained
1012 F:      include/linux/ax25.h
1013 F:      include/net/ax25.h
1014 F:      net/ax25/
1015
1016 B43 WIRELESS DRIVER
1017 M:      Michael Buesch <[email protected]>
1018 M:      Stefano Brivio <[email protected]>
1019 L:      [email protected]
1020 W:      http://linuxwireless.org/en/users/Drivers/b43
1021 S:      Maintained
1022 F:      drivers/net/wireless/b43/
1023
1024 B43LEGACY WIRELESS DRIVER
1025 M:      Larry Finger <[email protected]>
1026 M:      Stefano Brivio <[email protected]>
1027 L:      [email protected]
1028 W:      http://linuxwireless.org/en/users/Drivers/b43
1029 S:      Maintained
1030 F:      drivers/net/wireless/b43legacy/
1031
1032 BACKLIGHT CLASS/SUBSYSTEM
1033 M:      Richard Purdie <[email protected]>
1034 S:      Maintained
1035 F:      drivers/video/backlight/
1036 F:      include/linux/backlight.h
1037
1038 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1039 M:      Thomas Sailer <[email protected]>
1040 L:      [email protected]
1041 W:      http://www.baycom.org/~tom/ham/ham.html
1042 S:      Maintained
1043 F:      drivers/net/hamradio/baycom*
1044
1045 BEFS FILE SYSTEM
1046 M:      "Sergey S. Kostyliov" <[email protected]>
1047 S:      Maintained
1048 F:      Documentation/filesystems/befs.txt
1049 F:      fs/befs/
1050
1051 BFS FILE SYSTEM
1052 M:      "Tigran A. Aivazian" <[email protected]>
1053 S:      Maintained
1054 F:      Documentation/filesystems/bfs.txt
1055 F:      fs/bfs/
1056 F:      include/linux/bfs_fs.h
1057
1058 BLACKFIN ARCHITECTURE
1059 M:      Mike Frysinger <[email protected]>
1060 L:      [email protected]
1061 W:      http://blackfin.uclinux.org
1062 S:      Supported
1063 F:      arch/blackfin/
1064
1065 BLACKFIN EMAC DRIVER
1066 M:      Michael Hennerich <[email protected]>
1067 L:      [email protected]
1068 W:      http://blackfin.uclinux.org
1069 S:      Supported
1070 F:      drivers/net/bfin_mac.*
1071
1072 BLACKFIN RTC DRIVER
1073 M:      Mike Frysinger <[email protected]>
1074 L:      [email protected]
1075 W:      http://blackfin.uclinux.org
1076 S:      Supported
1077 F:      drivers/rtc/rtc-bfin.c
1078
1079 BLACKFIN SERIAL DRIVER
1080 M:      Sonic Zhang <[email protected]>
1081 L:      [email protected]
1082 W:      http://blackfin.uclinux.org
1083 S:      Supported
1084 F:      drivers/serial/bfin_5xx.c
1085
1086 BLACKFIN WATCHDOG DRIVER
1087 M:      Mike Frysinger <[email protected]>
1088 L:      [email protected]
1089 W:      http://blackfin.uclinux.org
1090 S:      Supported
1091 F:      drivers/watchdog/bfin_wdt.c
1092
1093 BLACKFIN I2C TWI DRIVER
1094 M:      Sonic Zhang <[email protected]>
1095 L:      [email protected]
1096 W:      http://blackfin.uclinux.org/
1097 S:      Supported
1098 F:      drivers/i2c/busses/i2c-bfin-twi.c
1099
1100 BLOCK LAYER
1101 M:      Jens Axboe <[email protected]>
1102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1103 S:      Maintained
1104 F:      block/
1105
1106 BLOCK2MTD DRIVER
1107 M:      Joern Engel <[email protected]>
1108 L:      [email protected]
1109 S:      Maintained
1110 F:      drivers/mtd/devices/block2mtd.c
1111
1112 BLUETOOTH DRIVERS
1113 M:      Marcel Holtmann <[email protected]>
1114 L:      [email protected]
1115 W:      http://www.bluez.org/
1116 S:      Maintained
1117 F:      drivers/bluetooth/
1118
1119 BLUETOOTH SUBSYSTEM
1120 M:      Marcel Holtmann <[email protected]>
1121 L:      [email protected]
1122 W:      http://www.bluez.org/
1123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1124 S:      Maintained
1125 F:      net/bluetooth/
1126 F:      include/net/bluetooth/
1127
1128 BONDING DRIVER
1129 M:      Jay Vosburgh <[email protected]>
1130 L:      [email protected]
1131 W:      http://sourceforge.net/projects/bonding/
1132 S:      Supported
1133 F:      drivers/net/bonding/
1134 F:      include/linux/if_bonding.h
1135
1136 BROADCOM B44 10/100 ETHERNET DRIVER
1137 M:      Gary Zambrano <[email protected]>
1138 L:      [email protected]
1139 S:      Supported
1140 F:      drivers/net/b44.*
1141
1142 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1143 M:      Michael Chan <[email protected]>
1144 L:      [email protected]
1145 S:      Supported
1146 F:      drivers/net/bnx2.*
1147 F:      drivers/net/bnx2_*
1148
1149 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1150 M:      Eilon Greenstein <[email protected]>
1151 L:      [email protected]
1152 S:      Supported
1153 F:      drivers/net/bnx2x*
1154
1155 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1156 M:      Matt Carlson <[email protected]>
1157 M:      Michael Chan <[email protected]>
1158 L:      [email protected]
1159 S:      Supported
1160 F:      drivers/net/tg3.*
1161
1162 BSG (block layer generic sg v4 driver)
1163 M:      FUJITA Tomonori <[email protected]>
1164 L:      [email protected]
1165 S:      Supported
1166 F:      block/bsg.c
1167 F:      include/linux/bsg.h
1168
1169 BT8XXGPIO DRIVER
1170 M:      Michael Buesch <[email protected]>
1171 W:      http://bu3sch.de/btgpio.php
1172 S:      Maintained
1173 F:      drivers/gpio/bt8xxgpio.c
1174
1175 BTRFS FILE SYSTEM
1176 M:      Chris Mason <[email protected]>
1177 L:      [email protected]
1178 W:      http://btrfs.wiki.kernel.org/
1179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1180 S:      Maintained
1181 F:      Documentation/filesystems/btrfs.txt
1182 F:      fs/btrfs/
1183
1184 BTTV VIDEO4LINUX DRIVER
1185 M:      Mauro Carvalho Chehab <[email protected]>
1186 L:      [email protected]
1187 W:      http://linuxtv.org
1188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1189 S:      Maintained
1190 F:      Documentation/video4linux/bttv/
1191 F:      drivers/media/video/bt8xx/bttv*
1192
1193 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1194 M:      David Howells <[email protected]>
1195 L:      [email protected]
1196 S:      Supported
1197 F:      Documentation/filesystems/caching/cachefiles.txt
1198 F:      fs/cachefiles/
1199
1200 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1201 M:      Jonathan Corbet <[email protected]>
1202 L:      [email protected]
1203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1204 S:      Maintained
1205 F:      Documentation/video4linux/cafe_ccic
1206 F:      drivers/media/video/cafe_ccic*
1207
1208 CALGARY x86-64 IOMMU
1209 M:      Muli Ben-Yehuda <[email protected]>
1210 M:      "Jon D. Mason" <[email protected]>
1211 L:      [email protected]
1212 S:      Maintained
1213 F:      arch/x86/kernel/pci-calgary_64.c
1214 F:      arch/x86/kernel/tce_64.c
1215 F:      arch/x86/include/asm/calgary.h
1216 F:      arch/x86/include/asm/tce.h
1217
1218 CAN NETWORK LAYER
1219 M:      Urs Thuermann <[email protected]>
1220 M:      Oliver Hartkopp <[email protected]>
1221 L:      [email protected] (subscribers-only)
1222 W:      http://developer.berlios.de/projects/socketcan/
1223 S:      Maintained
1224 F:      drivers/net/can/
1225 F:      include/linux/can/
1226 F:      include/linux/can.h
1227
1228 CAN NETWORK DRIVERS
1229 M:      Wolfgang Grandegger <[email protected]>
1230 L:      [email protected] (subscribers-only)
1231 W:      http://developer.berlios.de/projects/socketcan/
1232 S:      Maintained
1233
1234 CELL BROADBAND ENGINE ARCHITECTURE
1235 M:      Arnd Bergmann <[email protected]>
1236 L:      [email protected]
1237 L:      [email protected]
1238 W:      http://www.ibm.com/developerworks/power/cell/
1239 S:      Supported
1240 F:      arch/powerpc/include/asm/cell*.h
1241 F:      arch/powerpc/include/asm/spu*.h
1242 F:      arch/powerpc/oprofile/*cell*
1243 F:      arch/powerpc/platforms/cell/
1244
1245 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1246 M:      David Vrabel <[email protected]>
1247 L:      [email protected]
1248 S:      Supported
1249 F:      Documentation/usb/WUSB-Design-overview.txt
1250 F:      Documentation/usb/wusb-cbaf
1251 F:      drivers/usb/wusbcore/
1252 F:      include/linux/usb/wusb*
1253
1254 CFAG12864B LCD DRIVER
1255 M:      Miguel Ojeda Sandonis <[email protected]>
1256 W:      http://miguelojeda.es/auxdisplay.htm
1257 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1258 S:      Maintained
1259 F:      drivers/auxdisplay/cfag12864b.c
1260 F:      include/linux/cfag12864b.h
1261
1262 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1263 M:      Miguel Ojeda Sandonis <[email protected]>
1264 W:      http://miguelojeda.es/auxdisplay.htm
1265 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1266 S:      Maintained
1267 F:      drivers/auxdisplay/cfag12864bfb.c
1268 F:      include/linux/cfag12864b.h
1269
1270 CFG80211 and NL80211
1271 M:      Johannes Berg <[email protected]>
1272 L:      [email protected]
1273 S:      Maintained
1274 F:      include/linux/nl80211.h
1275 F:      include/net/cfg80211.h
1276 F:      net/wireless/*
1277 X:      net/wireless/wext*
1278
1279 CHECKPATCH
1280 M:      Andy Whitcroft <[email protected]>
1281 S:      Supported
1282 F:      scripts/checkpatch.pl
1283
1284 CISCO 10G ETHERNET DRIVER
1285 M:      Scott Feldman <[email protected]>
1286 M:      Joe Eykholt <[email protected]>
1287 S:      Supported
1288 F:      drivers/net/enic/
1289
1290 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1291 M:      Lennert Buytenhek <[email protected]>
1292 L:      [email protected]
1293 S:      Maintained
1294 F:      drivers/net/arm/ep93xx_eth.c
1295
1296 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1297 M:      Lennert Buytenhek <[email protected]>
1298 L:      [email protected]
1299 S:      Maintained
1300 F:      drivers/usb/host/ohci-ep93xx.c
1301
1302 CIRRUS LOGIC CS4270 SOUND DRIVER
1303 M:      Timur Tabi <[email protected]>
1304 L:      [email protected] (moderated for non-subscribers)
1305 S:      Supported
1306 F:      sound/soc/codecs/cs4270*
1307
1308 CLK API
1309 M:      Russell King <[email protected]>
1310 F:      include/linux/clk.h
1311
1312 CISCO FCOE HBA DRIVER
1313 M:      Abhijeet Joglekar <[email protected]>
1314 M:      Joe Eykholt <[email protected]>
1315 L:      [email protected]
1316 S:      Supported
1317 F:      drivers/scsi/fnic/
1318
1319 CODA FILE SYSTEM
1320 M:      Jan Harkes <[email protected]>
1321 M:      [email protected]
1322 L:      [email protected]
1323 W:      http://www.coda.cs.cmu.edu/
1324 S:      Maintained
1325 F:      Documentation/filesystems/coda.txt
1326 F:      fs/coda/
1327 F:      include/linux/coda*.h
1328
1329 COMMON INTERNET FILE SYSTEM (CIFS)
1330 M:      Steve French <[email protected]>
1331 L:      [email protected]
1332 L:      [email protected]
1333 W:      http://linux-cifs.samba.org/
1334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1335 S:      Supported
1336 F:      Documentation/filesystems/cifs.txt
1337 F:      fs/cifs/
1338
1339 COMPACTPCI HOTPLUG CORE
1340 M:      Scott Murray <[email protected]>
1341 L:      [email protected]
1342 S:      Maintained
1343 F:      drivers/pci/hotplug/cpci_hotplug*
1344
1345 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1346 M:      Scott Murray <[email protected]>
1347 L:      [email protected]
1348 S:      Maintained
1349 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1350
1351 COMPACTPCI HOTPLUG GENERIC DRIVER
1352 M:      Scott Murray <[email protected]>
1353 L:      [email protected]
1354 S:      Maintained
1355 F:      drivers/pci/hotplug/cpcihp_generic.c
1356
1357 COMPAL LAPTOP SUPPORT
1358 M:      Cezary Jackiewicz <[email protected]>
1359 S:      Maintained
1360 F:      drivers/platform/x86/compal-laptop.c
1361
1362 COMPUTONE INTELLIPORT MULTIPORT CARD
1363 M:      "Michael H. Warfield" <[email protected]>
1364 W:      http://www.wittsend.com/computone.html
1365 S:      Maintained
1366 F:      Documentation/serial/computone.txt
1367 F:      drivers/char/ip2/
1368
1369 CONEXANT ACCESSRUNNER USB DRIVER
1370 M:      Simon Arlott <[email protected]>
1371 L:      [email protected]
1372 W:      http://accessrunner.sourceforge.net/
1373 S:      Maintained
1374 F:      drivers/usb/atm/cxacru.c
1375
1376 CONFIGFS
1377 M:      Joel Becker <[email protected]>
1378 S:      Supported
1379 F:      fs/configfs/
1380 F:      include/linux/configfs.h
1381
1382 CONNECTOR
1383 M:      Evgeniy Polyakov <[email protected]>
1384 L:      [email protected]
1385 S:      Maintained
1386 F:      drivers/connector/
1387
1388 CONTROL GROUPS (CGROUPS)
1389 M:      Paul Menage <[email protected]>
1390 M:      Li Zefan <[email protected]>
1391 L:      [email protected]
1392 S:      Maintained
1393 F:      include/linux/cgroup*
1394 F:      kernel/cgroup*
1395 F:      mm/*cgroup*
1396
1397 CORETEMP HARDWARE MONITORING DRIVER
1398 M:      Rudolf Marek <[email protected]>
1399 L:      [email protected]
1400 S:      Maintained
1401 F:      Documentation/hwmon/coretemp
1402 F:      drivers/hwmon/coretemp.c
1403
1404 COSA/SRP SYNC SERIAL DRIVER
1405 M:      Jan "Yenya" Kasprzak <[email protected]>
1406 W:      http://www.fi.muni.cz/~kas/cosa/
1407 S:      Maintained
1408 F:      drivers/net/wan/cosa*
1409
1410 CPMAC ETHERNET DRIVER
1411 M:      Florian Fainelli <[email protected]>
1412 L:      [email protected]
1413 S:      Maintained
1414 F:      drivers/net/cpmac.c
1415
1416 CPU FREQUENCY DRIVERS
1417 M:      Dave Jones <[email protected]>
1418 L:      [email protected]
1419 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1421 S:      Maintained
1422 F:      arch/x86/kernel/cpu/cpufreq/
1423 F:      drivers/cpufreq/
1424 F:      include/linux/cpufreq.h
1425
1426 CPUID/MSR DRIVER
1427 M:      "H. Peter Anvin" <[email protected]>
1428 S:      Maintained
1429 F:      arch/x86/kernel/cpuid.c
1430 F:      arch/x86/kernel/msr.c
1431
1432 CPUSETS
1433 M:      Paul Menage <[email protected]>
1434 W:      http://www.bullopensource.org/cpuset/
1435 W:      http://oss.sgi.com/projects/cpusets/
1436 S:      Supported
1437 F:      Documentation/cgroups/cpusets.txt
1438 F:      include/linux/cpuset.h
1439 F:      kernel/cpuset.c
1440
1441 CRAMFS FILESYSTEM
1442 W:      http://sourceforge.net/projects/cramfs/
1443 S:      Orphan
1444 F:      Documentation/filesystems/cramfs.txt
1445 F:      fs/cramfs/
1446
1447 CRIS PORT
1448 M:      Mikael Starvik <[email protected]>
1449 M:      Jesper Nilsson <[email protected]>
1450 L:      [email protected]
1451 W:      http://developer.axis.com
1452 S:      Maintained
1453 F:      arch/cris/
1454
1455 CRYPTO API
1456 M:      Herbert Xu <[email protected]>
1457 M:      "David S. Miller" <[email protected]>
1458 L:      [email protected]
1459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1460 S:      Maintained
1461 F:      Documentation/crypto/
1462 F:      arch/*/crypto/
1463 F:      crypto/
1464 F:      drivers/crypto/
1465 F:      include/crypto/
1466
1467 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1468 M:      Neil Horman <[email protected]>
1469 L:      [email protected]
1470 S:      Maintained
1471
1472 CS5535 Audio ALSA driver
1473 M:      Jaya Kumar <[email protected]>
1474 S:      Maintained
1475 F:      sound/pci/cs5535audio/
1476
1477 CX18 VIDEO4LINUX DRIVER
1478 M:      Hans Verkuil <[email protected]>
1479 M:      Andy Walls <[email protected]>
1480 L:      [email protected]
1481 L:      [email protected]
1482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1483 W:      http://linuxtv.org
1484 W:      http://www.ivtvdriver.org/index.php/Cx18
1485 S:      Maintained
1486 F:      Documentation/video4linux/cx18.txt
1487 F:      drivers/media/video/cx18/
1488
1489 CXGB3 ETHERNET DRIVER (CXGB3)
1490 M:      Divy Le Ray <[email protected]>
1491 L:      [email protected]
1492 W:      http://www.chelsio.com
1493 S:      Supported
1494 F:      drivers/net/cxgb3/
1495
1496 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1497 M:      Steve Wise <[email protected]>
1498 L:      [email protected]
1499 W:      http://www.openfabrics.org
1500 S:      Supported
1501 F:      drivers/infiniband/hw/cxgb3/
1502
1503 CYBERPRO FB DRIVER
1504 M:      Russell King <[email protected]>
1505 L:      [email protected] (subscribers-only)
1506 W:      http://www.arm.linux.org.uk/
1507 S:      Maintained
1508 F:      drivers/video/cyber2000fb.*
1509
1510 CYCLADES 2X SYNC CARD DRIVER
1511 M:      Arnaldo Carvalho de Melo <[email protected]>
1512 W:      http://oops.ghostprotocols.net:81/blog
1513 S:      Maintained
1514 F:      drivers/net/wan/cycx*
1515
1516 CYCLADES ASYNC MUX DRIVER
1517 W:      http://www.cyclades.com/
1518 S:      Orphan
1519 F:      drivers/char/cyclades.c
1520 F:      include/linux/cyclades.h
1521
1522 CYCLADES PC300 DRIVER
1523 W:      http://www.cyclades.com/
1524 S:      Orphan
1525 F:      drivers/net/wan/pc300*
1526
1527 DAMA SLAVE for AX.25
1528 M:      Joerg Reuter <[email protected]>
1529 W:      http://yaina.de/jreuter/
1530 W:      http://www.qsl.net/dl1bke/
1531 L:      [email protected]
1532 S:      Maintained
1533 F:      net/ax25/af_ax25.c
1534 F:      net/ax25/ax25_dev.c
1535 F:      net/ax25/ax25_ds_*
1536 F:      net/ax25/ax25_in.c
1537 F:      net/ax25/ax25_out.c
1538 F:      net/ax25/ax25_timer.c
1539 F:      net/ax25/sysctl_net_ax25.c
1540
1541 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1542 M:      Tobias Ringstrom <[email protected]>
1543 L:      [email protected]
1544 S:      Maintained
1545 F:      Documentation/networking/dmfe.txt
1546 F:      drivers/net/tulip/dmfe.c
1547
1548 DC390/AM53C974 SCSI driver
1549 M:      Kurt Garloff <[email protected]>
1550 W:      http://www.garloff.de/kurt/linux/dc390/
1551 M:      Guennadi Liakhovetski <[email protected]>
1552 S:      Maintained
1553 F:      drivers/scsi/tmscsim.*
1554
1555 DC395x SCSI driver
1556 M:      Oliver Neukum <[email protected]>
1557 M:      Ali Akcaagac <[email protected]>
1558 M:      Jamie Lenehan <[email protected]>
1559 W:      http://twibble.org/dist/dc395x/
1560 L:      [email protected]
1561 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1562 S:      Maintained
1563 F:      Documentation/scsi/dc395x.txt
1564 F:      drivers/scsi/dc395x.*
1565
1566 DCCP PROTOCOL
1567 M:      Arnaldo Carvalho de Melo <[email protected]>
1568 L:      [email protected]
1569 W:      http://linux-net.osdl.org/index.php/DCCP
1570 S:      Maintained
1571 F:      include/linux/dccp.h
1572 F:      include/linux/tfrc.h
1573 F:      net/dccp/
1574
1575 DECnet NETWORK LAYER
1576 M:      Christine Caulfield <[email protected]>
1577 W:      http://linux-decnet.sourceforge.net
1578 L:      [email protected]
1579 S:      Maintained
1580 F:      Documentation/networking/decnet.txt
1581 F:      net/decnet/
1582
1583 DEFXX FDDI NETWORK DRIVER
1584 M:      "Maciej W. Rozycki" <[email protected]>
1585 S:      Maintained
1586 F:      drivers/net/defxx.*
1587
1588 DELL LAPTOP DRIVER
1589 M:      Matthew Garrett <[email protected]>
1590 S:      Maintained
1591 F:      drivers/platform/x86/dell-laptop.c
1592
1593 DELL LAPTOP SMM DRIVER
1594 M:      Massimo Dal Zotto <[email protected]>
1595 W:      http://www.debian.org/~dz/i8k/
1596 S:      Maintained
1597 F:      drivers/char/i8k.c
1598 F:      include/linux/i8k.h
1599
1600 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1601 M:      Doug Warzecha <[email protected]>
1602 S:      Maintained
1603 F:      Documentation/dcdbas.txt
1604 F:      drivers/firmware/dcdbas.*
1605
1606 DELL WMI EXTRAS DRIVER
1607 M:      Matthew Garrett <[email protected]>
1608 S:      Maintained
1609
1610 DEVICE NUMBER REGISTRY
1611 M:      Torben Mathiasen <[email protected]>
1612 W:      http://lanana.org/docs/device-list/index.html
1613 S:      Maintained
1614
1615 DEVICE-MAPPER  (LVM)
1616 P:      Alasdair Kergon
1617 L:      [email protected]
1618 W:      http://sources.redhat.com/dm
1619 S:      Maintained
1620 F:      Documentation/device-mapper/
1621 F:      drivers/md/dm*
1622 F:      include/linux/device-mapper.h
1623 F:      include/linux/dm-*.h
1624
1625 DIGI INTL. EPCA DRIVER
1626 M:      "Digi International, Inc" <[email protected]>
1627 L:      [email protected]
1628 W:      http://www.digi.com
1629 S:      Orphan
1630 F:      Documentation/serial/digiepca.txt
1631 F:      drivers/char/epca*
1632 F:      drivers/char/digi*
1633
1634 DIRECTORY NOTIFICATION (DNOTIFY)
1635 M:      Eric Paris <[email protected]>
1636 S:      Maintained
1637 F:      Documentation/filesystems/dnotify.txt
1638 F:      fs/notify/dnotify/
1639 F:      include/linux/dnotify.h
1640
1641 DISK GEOMETRY AND PARTITION HANDLING
1642 M:      Andries Brouwer <[email protected]>
1643 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1644 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1645 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1646 S:      Maintained
1647
1648 DISKQUOTA
1649 M:      Jan Kara <[email protected]>
1650 S:      Maintained
1651 F:      Documentation/filesystems/quota.txt
1652 F:      fs/quota/
1653 F:      include/linux/quota*.h
1654
1655 DISTRIBUTED LOCK MANAGER (DLM)
1656 M:      Christine Caulfield <[email protected]>
1657 M:      David Teigland <[email protected]>
1658 L:      [email protected]
1659 W:      http://sources.redhat.com/cluster/
1660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1661 S:      Supported
1662 F:      fs/dlm/
1663
1664 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1665 M:      Maciej Sosnowski <[email protected]>
1666 M:      Dan Williams <[email protected]>
1667 S:      Supported
1668 F:      drivers/dma/
1669 F:      include/linux/dma*
1670
1671 DME1737 HARDWARE MONITOR DRIVER
1672 M:      Juerg Haefliger <[email protected]>
1673 L:      [email protected]
1674 S:      Maintained
1675 F:      Documentation/hwmon/dme1737
1676 F:      drivers/hwmon/dme1737.c
1677
1678 DOCBOOK FOR DOCUMENTATION
1679 M:      Randy Dunlap <[email protected]>
1680 S:      Maintained
1681
1682 DOCKING STATION DRIVER
1683 M:      Shaohua Li <[email protected]>
1684 L:      [email protected]
1685 S:      Supported
1686 F:      drivers/acpi/dock.c
1687
1688 DOCUMENTATION
1689 M:      Randy Dunlap <[email protected]>
1690 L:      [email protected]
1691 S:      Maintained
1692 F:      Documentation/
1693
1694 DOUBLETALK DRIVER
1695 M:      "James R. Van Zandt" <[email protected]>
1696 L:      [email protected]
1697 S:      Maintained
1698 F:      drivers/char/dtlk.c
1699 F:      include/linux/dtlk.h
1700
1701 DPT_I2O SCSI RAID DRIVER
1702 M:      Adaptec OEM Raid Solutions <[email protected]>
1703 L:      [email protected]
1704 W:      http://www.adaptec.com/
1705 S:      Maintained
1706 F:      drivers/scsi/dpt*
1707 F:      drivers/scsi/dpt/
1708
1709 DRIVER CORE, KOBJECTS, AND SYSFS
1710 M:      Greg Kroah-Hartman <[email protected]>
1711 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1712 S:      Supported
1713 F:      Documentation/kobject.txt
1714 F:      drivers/base/
1715 F:      fs/sysfs/
1716 F:      include/linux/kobj*
1717 F:      lib/kobj*
1718
1719 DRM DRIVERS
1720 M:      David Airlie <[email protected]>
1721 L:      [email protected]
1722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1723 S:      Maintained
1724 F:      drivers/gpu/drm/
1725
1726 DSCC4 DRIVER
1727 M:      Francois Romieu <[email protected]>
1728 L:      [email protected]
1729 S:      Maintained
1730 F:      drivers/net/wan/dscc4.c
1731
1732 DZ DECSTATION DZ11 SERIAL DRIVER
1733 M:      "Maciej W. Rozycki" <[email protected]>
1734 S:      Maintained
1735 F:      drivers/serial/dz.*
1736
1737 EATA-DMA SCSI DRIVER
1738 M:      Michael Neuffer <[email protected]>
1739 L:      [email protected]
1740 L:      [email protected]
1741 S:      Maintained
1742 F:      drivers/scsi/eata*
1743
1744 EATA ISA/EISA/PCI SCSI DRIVER
1745 M:      Dario Ballabio <[email protected]>
1746 L:      [email protected]
1747 S:      Maintained
1748 F:      drivers/scsi/eata.c
1749
1750 EATA-PIO SCSI DRIVER
1751 M:      Michael Neuffer <[email protected]>
1752 L:      [email protected]
1753 L:      [email protected]
1754 S:      Maintained
1755 F:      drivers/scsi/eata_pio.*
1756
1757 EBTABLES
1758 M:      Bart De Schuymer <[email protected]>
1759 L:      [email protected]
1760 L:      [email protected]
1761 W:      http://ebtables.sourceforge.net/
1762 S:      Maintained
1763 F:      include/linux/netfilter_bridge/ebt_*.h
1764 F:      net/bridge/netfilter/ebt*.c
1765
1766 ECRYPT FILE SYSTEM
1767 M:      Tyler Hicks <[email protected]>
1768 M:      Dustin Kirkland <[email protected]>
1769 L:      [email protected]
1770 W:      https://launchpad.net/ecryptfs
1771 S:      Supported
1772 F:      Documentation/filesystems/ecryptfs.txt
1773 F:      fs/ecryptfs/
1774
1775 EDAC-CORE
1776 M:      Doug Thompson <[email protected]>
1777 L:      [email protected] (moderated for non-subscribers)
1778 W:      bluesmoke.sourceforge.net
1779 S:      Supported
1780 F:      Documentation/edac.txt
1781 F:      drivers/edac/edac_*
1782 F:      include/linux/edac.h
1783
1784 EDAC-AMD64
1785 M:      Doug Thompson <[email protected]>
1786 M:      Borislav Petkov <[email protected]>
1787 L:      [email protected] (moderated for non-subscribers)
1788 W:      bluesmoke.sourceforge.net
1789 S:      Supported
1790 F:      drivers/edac/amd64_edac*
1791
1792 EDAC-E752X
1793 M:      Mark Gross <[email protected]>
1794 M:      Doug Thompson <[email protected]>
1795 L:      [email protected] (moderated for non-subscribers)
1796 W:      bluesmoke.sourceforge.net
1797 S:      Maintained
1798 F:      drivers/edac/e752x_edac.c
1799
1800 EDAC-E7XXX
1801 M:      Doug Thompson <[email protected]>
1802 L:      [email protected] (moderated for non-subscribers)
1803 W:      bluesmoke.sourceforge.net
1804 S:      Maintained
1805 F:      drivers/edac/e7xxx_edac.c
1806
1807 EDAC-I82443BXGX
1808 M:      Tim Small <[email protected]>
1809 L:      [email protected] (moderated for non-subscribers)
1810 W:      bluesmoke.sourceforge.net
1811 S:      Maintained
1812 F:      drivers/edac/i82443bxgx_edac.c
1813
1814 EDAC-I3000
1815 M:      Jason Uhlenkott <[email protected]>
1816 L:      [email protected] (moderated for non-subscribers)
1817 W:      bluesmoke.sourceforge.net
1818 S:      Maintained
1819 F:      drivers/edac/i3000_edac.c
1820
1821 EDAC-I5000
1822 M:      Doug Thompson <[email protected]>
1823 L:      [email protected] (moderated for non-subscribers)
1824 W:      bluesmoke.sourceforge.net
1825 S:      Maintained
1826 F:      drivers/edac/i5000_edac.c
1827
1828 EDAC-I5400
1829 M:      Mauro Carvalho Chehab <[email protected]>
1830 L:      [email protected] (moderated for non-subscribers)
1831 W:      bluesmoke.sourceforge.net
1832 S:      Maintained
1833 F:      drivers/edac/i5400_edac.c
1834
1835 EDAC-I82975X
1836 M:      Ranganathan Desikan <[email protected]>
1837 M:      "Arvind R." <[email protected]>
1838 L:      [email protected] (moderated for non-subscribers)
1839 W:      bluesmoke.sourceforge.net
1840 S:      Maintained
1841 F:      drivers/edac/i82975x_edac.c
1842
1843 EDAC-PASEMI
1844 M:      Egor Martovetsky <[email protected]>
1845 L:      [email protected] (moderated for non-subscribers)
1846 W:      bluesmoke.sourceforge.net
1847 S:      Maintained
1848 F:      drivers/edac/pasemi_edac.c
1849
1850 EDAC-R82600
1851 M:      Tim Small <[email protected]>
1852 L:      [email protected] (moderated for non-subscribers)
1853 W:      bluesmoke.sourceforge.net
1854 S:      Maintained
1855 F:      drivers/edac/r82600_edac.c
1856
1857 EEEPC LAPTOP EXTRAS DRIVER
1858 M:      Corentin Chary <[email protected]>
1859 L:      [email protected]
1860 W:      http://acpi4asus.sf.net
1861 S:      Maintained
1862 F:      drivers/platform/x86/eeepc-laptop.c
1863
1864 EFS FILESYSTEM
1865 W:      http://aeschi.ch.eu.org/efs/
1866 S:      Orphan
1867 F:      fs/efs/
1868
1869 EHCA (IBM GX bus InfiniBand adapter) DRIVER
1870 M:      Hoang-Nam Nguyen <[email protected]>
1871 M:      Christoph Raisch <[email protected]>
1872 L:      [email protected]
1873 S:      Supported
1874 F:      drivers/infiniband/hw/ehca/
1875
1876 EMBEDDED LINUX
1877 M:      Paul Gortmaker <[email protected]>
1878 M:      Matt Mackall <[email protected]>
1879 M:      David Woodhouse <[email protected]>
1880 L:      [email protected]
1881 S:      Maintained
1882
1883 EMULEX LPFC FC SCSI DRIVER
1884 M:      James Smart <[email protected]>
1885 L:      [email protected]
1886 W:      http://sourceforge.net/projects/lpfcxxxx
1887 S:      Supported
1888 F:      drivers/scsi/lpfc/
1889
1890 ENE CB710 FLASH CARD READER DRIVER
1891 M:      MichaÅ‚ MirosÅ‚aw <[email protected]>
1892 S:      Maintained
1893 F:      drivers/misc/cb710/
1894 F:      drivers/mmc/host/cb710-mmc.*
1895 F:      include/linux/cb710.h
1896
1897 EPSON 1355 FRAMEBUFFER DRIVER
1898 M:      Christopher Hoover <[email protected]>
1899 M:      Christopher Hoover <[email protected]>
1900 S:      Maintained
1901 F:      drivers/video/epson1355fb.c
1902
1903 EPSON S1D13XXX FRAMEBUFFER DRIVER
1904 M:      Kristoffer Ericson <[email protected]>
1905 S:      Maintained
1906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1907 F:      drivers/video/s1d13xxxfb.c
1908 F:      include/video/s1d13xxxfb.h
1909
1910 ETHEREXPRESS-16 NETWORK DRIVER
1911 M:      Philip Blundell <[email protected]>
1912 L:      [email protected]
1913 S:      Maintained
1914 F:      drivers/net/eexpress.*
1915
1916 ETHERNET BRIDGE
1917 M:      Stephen Hemminger <[email protected]>
1918 L:      [email protected]
1919 W:      http://www.linux-foundation.org/en/Net:Bridge
1920 S:      Maintained
1921 F:      include/linux/netfilter_bridge/
1922 F:      net/bridge/
1923
1924 ETHERTEAM 16I DRIVER
1925 M:      Mika Kuoppala <[email protected]>
1926 S:      Maintained
1927 F:      drivers/net/eth16i.c
1928
1929 EXT2 FILE SYSTEM
1930 L:      [email protected]
1931 S:      Maintained
1932 F:      Documentation/filesystems/ext2.txt
1933 F:      fs/ext2/
1934 F:      include/linux/ext2*
1935
1936 EXT3 FILE SYSTEM
1937 M:      Stephen Tweedie <[email protected]>
1938 M:      Andrew Morton <[email protected]>
1939 M:      Andreas Dilger <[email protected]>
1940 L:      [email protected]
1941 S:      Maintained
1942 F:      Documentation/filesystems/ext3.txt
1943 F:      fs/ext3/
1944 F:      include/linux/ext3*
1945
1946 EXT4 FILE SYSTEM
1947 M:      "Theodore Ts'o" <[email protected]>
1948 M:      Andreas Dilger <[email protected]>
1949 L:      [email protected]
1950 W:      http://ext4.wiki.kernel.org
1951 S:      Maintained
1952 F:      Documentation/filesystems/ext4.txt
1953 F:      fs/ext4/
1954
1955 F71805F HARDWARE MONITORING DRIVER
1956 M:      Jean Delvare <[email protected]>
1957 L:      [email protected]
1958 S:      Maintained
1959 F:      Documentation/hwmon/f71805f
1960 F:      drivers/hwmon/f71805f.c
1961
1962 FARSYNC SYNCHRONOUS DRIVER
1963 M:      Kevin Curtis <[email protected]>
1964 W:      http://www.farsite.co.uk/
1965 S:      Supported
1966 F:      drivers/net/wan/farsync.*
1967
1968 FAULT INJECTION SUPPORT
1969 M:      Akinobu Mita <[email protected]>
1970 S:      Supported
1971 F:      Documentation/fault-injection/
1972 F:      lib/fault-inject.c
1973
1974 FILE LOCKING (flock() and fcntl()/lockf())
1975 M:      Matthew Wilcox <[email protected]>
1976 L:      [email protected]
1977 S:      Maintained
1978 F:      include/linux/fcntl.h
1979 F:      include/linux/fs.h
1980 F:      fs/fcntl.c
1981 F:      fs/locks.c
1982
1983 FILESYSTEMS (VFS and infrastructure)
1984 M:      Alexander Viro <[email protected]>
1985 L:      [email protected]
1986 S:      Maintained
1987 F:      fs/*
1988
1989 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
1990 M:      Riku Voipio <[email protected]>
1991 L:      [email protected]
1992 S:      Maintained
1993 F:      drivers/hwmon/f75375s.c
1994 F:      include/linux/f75375s.h
1995
1996 FIREWIRE SUBSYSTEM
1997 M:      Kristian Hoegsberg <[email protected]>
1998 M:      Stefan Richter <[email protected]>
1999 L:      [email protected]
2000 W:      http://www.linux1394.org/
2001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2002 S:      Maintained
2003 F:      drivers/firewire/
2004 F:      include/linux/firewire*.h
2005
2006 FIRMWARE LOADER (request_firmware)
2007 S:      Orphan
2008 F:      Documentation/firmware_class/
2009 F:      drivers/base/firmware*.c
2010 F:      include/linux/firmware.h
2011
2012 FPU EMULATOR
2013 M:      Bill Metzenthen <[email protected]>
2014 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2015 S:      Maintained
2016 F:      arch/x86/math-emu/
2017
2018 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2019 M:      Mike McLagan <[email protected]>
2020 L:      [email protected]
2021 S:      Maintained
2022 F:      drivers/net/wan/dlci.c
2023 F:      drivers/net/wan/sdla.c
2024
2025 FRAMEBUFFER LAYER
2026 L:      [email protected] (moderated for non-subscribers)
2027 W:      http://linux-fbdev.sourceforge.net/
2028 S:      Orphan
2029 F:      Documentation/fb/
2030 F:      drivers/video/fb*
2031 F:      include/linux/fb.h
2032
2033 FREESCALE DMA DRIVER
2034 M:      Li Yang <[email protected]>
2035 M:      Zhang Wei <[email protected]>
2036 L:      [email protected]
2037 S:      Maintained
2038 F:      drivers/dma/fsldma.*
2039
2040 FREESCALE I2C CPM DRIVER
2041 M:      Jochen Friedrich <[email protected]>
2042 L:      [email protected]
2043 L:      [email protected]
2044 S:      Maintained
2045 F:      drivers/i2c/busses/i2c-cpm.c
2046
2047 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2048 M:      Sascha Hauer <[email protected]>
2049 L:      [email protected] (moderated for non-subscribers)
2050 L:      [email protected] (subscribers-only)
2051 S:      Maintained
2052 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2053 F:      drivers/video/imxfb.c
2054
2055 FREESCALE SOC FS_ENET DRIVER
2056 M:      Pantelis Antoniou <[email protected]>
2057 M:      Vitaly Bordug <[email protected]>
2058 L:      [email protected]
2059 L:      [email protected]
2060 S:      Maintained
2061 F:      drivers/net/fs_enet/
2062 F:      include/linux/fs_enet_pd.h
2063
2064 FREESCALE QUICC ENGINE LIBRARY
2065 M:      Timur Tabi <[email protected]>
2066 L:      [email protected]
2067 S:      Supported
2068 F:      arch/powerpc/sysdev/qe_lib/
2069 F:      arch/powerpc/include/asm/*qe.h
2070
2071 FREESCALE HIGHSPEED USB DEVICE DRIVER
2072 M:      Li Yang <[email protected]>
2073 L:      [email protected]
2074 L:      [email protected]
2075 S:      Maintained
2076 F:      drivers/usb/gadget/fsl_usb2_udc.c
2077
2078 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2079 M:      Li Yang <[email protected]>
2080 L:      [email protected]
2081 L:      [email protected]
2082 S:      Maintained
2083 F:      drivers/net/ucc_geth*
2084
2085 FREESCALE QUICC ENGINE UCC UART DRIVER
2086 M:      Timur Tabi <[email protected]>
2087 L:      [email protected]
2088 S:      Supported
2089 F:      drivers/serial/ucc_uart.c
2090
2091 FREESCALE SOC SOUND DRIVERS
2092 M:      Timur Tabi <[email protected]>
2093 L:      [email protected] (moderated for non-subscribers)
2094 L:      [email protected]
2095 S:      Supported
2096 F:      sound/soc/fsl/fsl*
2097 F:      sound/soc/fsl/mpc8610_hpcd.c
2098
2099 FREEVXFS FILESYSTEM
2100 M:      Christoph Hellwig <[email protected]>
2101 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2102 S:      Maintained
2103 F:      fs/freevxfs/
2104
2105 FREEZER
2106 M:      Pavel Machek <[email protected]>
2107 M:      "Rafael J. Wysocki" <[email protected]>
2108 L:      [email protected]
2109 S:      Supported
2110 F:      Documentation/power/freezing-of-tasks.txt
2111 F:      include/linux/freezer.h
2112 F:      kernel/freezer.c
2113
2114 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2115 M:      David Howells <[email protected]>
2116 L:      [email protected]
2117 S:      Supported
2118 F:      Documentation/filesystems/caching/
2119 F:      fs/fscache/
2120 F:      include/linux/fscache*.h
2121
2122 FTRACE
2123 M:      Steven Rostedt <[email protected]>
2124 S:      Maintained
2125 F:      Documentation/trace/ftrace.txt
2126 F:      arch/*/*/*/ftrace.h
2127 F:      arch/*/kernel/ftrace.c
2128 F:      include/*/ftrace.h
2129 F:      kernel/trace/
2130
2131 FUJITSU FR-V (FRV) PORT
2132 M:      David Howells <[email protected]>
2133 S:      Maintained
2134 F:      arch/frv/
2135
2136 FUJITSU LAPTOP EXTRAS
2137 M:      Jonathan Woithe <[email protected]>
2138 L:      [email protected]
2139 S:      Maintained
2140 F:      drivers/platform/x86/fujitsu-laptop.c
2141
2142 FUSE: FILESYSTEM IN USERSPACE
2143 M:      Miklos Szeredi <[email protected]>
2144 L:      [email protected]
2145 W:      http://fuse.sourceforge.net/
2146 S:      Maintained
2147 F:      fs/fuse/
2148 F:      include/linux/fuse.h
2149
2150 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2151 M:      Rik Faith <[email protected]>
2152 L:      [email protected]
2153 S:      Odd Fixes (e.g., new signatures)
2154 F:      drivers/scsi/fdomain.*
2155
2156 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2157 M:      Achim Leubner <[email protected]>
2158 L:      [email protected]
2159 W:      http://www.icp-vortex.com/
2160 S:      Supported
2161 F:      drivers/scsi/gdt*
2162
2163 GENERIC GPIO I2C DRIVER
2164 M:      Haavard Skinnemoen <[email protected]>
2165 S:      Supported
2166 F:      drivers/i2c/busses/i2c-gpio.c
2167 F:      include/linux/i2c-gpio.h
2168
2169 GENERIC HDLC (WAN) DRIVERS
2170 M:      Krzysztof Halasa <[email protected]>
2171 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2172 S:      Maintained
2173 F:      drivers/net/wan/c101.c
2174 F:      drivers/net/wan/hd6457*
2175 F:      drivers/net/wan/hdlc*
2176 F:      drivers/net/wan/n2.c
2177 F:      drivers/net/wan/pc300too.c
2178 F:      drivers/net/wan/pci200syn.c
2179 F:      drivers/net/wan/wanxl*
2180
2181 GENERIC INCLUDE/ASM HEADER FILES
2182 M:      Arnd Bergmann <[email protected]>
2183 L:      [email protected]
2184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2185 S:      Maintained
2186 F:      include/asm-generic
2187
2188 GFS2 FILE SYSTEM
2189 M:      Steven Whitehouse <[email protected]>
2190 L:      [email protected]
2191 W:      http://sources.redhat.com/cluster/
2192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2194 S:      Supported
2195 F:      Documentation/filesystems/gfs2*.txt
2196 F:      fs/gfs2/
2197 F:      include/linux/gfs2_ondisk.h
2198
2199 GIGASET ISDN DRIVERS
2200 M:      Hansjoerg Lipp <[email protected]>
2201 M:      Tilman Schmidt <[email protected]>
2202 L:      [email protected]
2203 W:      http://gigaset307x.sourceforge.net/
2204 S:      Maintained
2205 F:      Documentation/isdn/README.gigaset
2206 F:      drivers/isdn/gigaset/
2207 F:      include/linux/gigaset_dev.h
2208
2209 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2210 M:      Frank Seidel <[email protected]>
2211 L:      [email protected]
2212 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2213 S:      Maintained
2214 F:      drivers/hwmon/hdaps.c
2215
2216 HYPERVISOR VIRTUAL CONSOLE DRIVER
2217 L:      [email protected]
2218 S:      Odd Fixes
2219 F:      drivers/char/hvc_*
2220
2221 GSPCA FINEPIX SUBDRIVER
2222 M:      Frank Zago <[email protected]>
2223 L:      [email protected]
2224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2225 S:      Maintained
2226 F:      drivers/media/video/gspca/finepix.c
2227
2228 GSPCA M5602 SUBDRIVER
2229 M:      Erik Andren <[email protected]>
2230 L:      [email protected]
2231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2232 S:      Maintained
2233 F:      drivers/media/video/gspca/m5602/
2234
2235 GSPCA PAC207 SONIXB SUBDRIVER
2236 M:      Hans de Goede <[email protected]>
2237 L:      [email protected]
2238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2239 S:      Maintained
2240 F:      drivers/media/video/gspca/pac207.c
2241
2242 GSPCA T613 SUBDRIVER
2243 M:      Leandro Costantino <[email protected]>
2244 L:      [email protected]
2245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2246 S:      Maintained
2247 F:      drivers/media/video/gspca/t613.c
2248
2249 GSPCA USB WEBCAM DRIVER
2250 M:      Jean-Francois Moine <[email protected]>
2251 W:      http://moinejf.free.fr
2252 L:      [email protected]
2253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2254 S:      Maintained
2255 F:      drivers/media/video/gspca/
2256
2257 HARDWARE MONITORING
2258 L:      [email protected]
2259 W:      http://www.lm-sensors.org/
2260 S:      Orphan
2261 F:      drivers/hwmon/
2262
2263 HARDWARE RANDOM NUMBER GENERATOR CORE
2264 S:      Orphan
2265 F:      Documentation/hw_random.txt
2266 F:      drivers/char/hw_random/
2267 F:      include/linux/hw_random.h
2268
2269 HARMONY SOUND DRIVER
2270 M:      Kyle McMartin <[email protected]>
2271 L:      [email protected]
2272 S:      Maintained
2273 F:      sound/parisc/harmony.*
2274
2275 HAYES ESP SERIAL DRIVER
2276 M:      "Andrew J. Robinson" <[email protected]>
2277 W:      http://www.nyx.net/~arobinso
2278 S:      Maintained
2279 F:      Documentation/serial/hayes-esp.txt
2280 F:      drivers/char/esp.c
2281
2282 HEWLETT-PACKARD SMART2 RAID DRIVER
2283 M:      Chirag Kantharia <[email protected]>
2284 L:      [email protected]
2285 S:      Maintained
2286 F:      Documentation/blockdev/cpqarray.txt
2287 F:      drivers/block/cpqarray.*
2288
2289 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2290 M:      Mike Miller <[email protected]>
2291 L:      [email protected]
2292 S:      Supported
2293 F:      Documentation/blockdev/cciss.txt
2294 F:      drivers/block/cciss*
2295 F:      include/linux/cciss_ioctl.h
2296
2297 HFS FILESYSTEM
2298 M:      Roman Zippel <[email protected]>
2299 S:      Maintained
2300 F:      Documentation/filesystems/hfs.txt
2301 F:      fs/hfs/
2302
2303 HGA FRAMEBUFFER DRIVER
2304 M:      Ferenc Bakonyi <[email protected]>
2305 L:      [email protected]
2306 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2307 S:      Maintained
2308 F:      drivers/video/hgafb.c
2309
2310 HIBERNATION (aka Software Suspend, aka swsusp)
2311 M:      Pavel Machek <[email protected]>
2312 M:      "Rafael J. Wysocki" <[email protected]>
2313 L:      [email protected]
2314 S:      Supported
2315 F:      arch/x86/power/
2316 F:      drivers/base/power/
2317 F:      kernel/power/
2318 F:      include/linux/suspend.h
2319 F:      include/linux/freezer.h
2320 F:      include/linux/pm.h
2321 F:      arch/*/include/asm/suspend*.h
2322
2323 HID CORE LAYER
2324 M:      Jiri Kosina <[email protected]>
2325 L:      [email protected]
2326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2327 S:      Maintained
2328 F:      drivers/hid/
2329 F:      include/linux/hid*
2330
2331 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2332 M:      Thomas Gleixner <[email protected]>
2333 S:      Maintained
2334 F:      Documentation/timers/
2335 F:      kernel/hrtimer.c
2336 F:      include/linux/hrtimer.h
2337
2338 HIGH-SPEED SCC DRIVER FOR AX.25
2339 M:      Klaus Kudielka <[email protected]>
2340 L:      [email protected]
2341 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2342 S:      Maintained
2343 F:      drivers/net/hamradio/dmascc.c
2344 F:      drivers/net/hamradio/scc.c
2345
2346 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2347 M:      HighPoint Linux Team <[email protected]>
2348 W:      http://www.highpoint-tech.com
2349 S:      Supported
2350 F:      Documentation/scsi/hptiop.txt
2351 F:      drivers/scsi/hptiop.c
2352
2353 HIPPI
2354 M:      Jes Sorensen <[email protected]>
2355 L:      [email protected]
2356 S:      Maintained
2357 F:      include/linux/hippidevice.h
2358 F:      include/linux/if_hippi.h
2359 F:      net/802/hippi.c
2360
2361 HOST AP DRIVER
2362 M:      Jouni Malinen <[email protected]>
2363 L:      [email protected] (subscribers-only)
2364 L:      [email protected]
2365 W:      http://hostap.epitest.fi/
2366 S:      Maintained
2367 F:      drivers/net/wireless/hostap/
2368
2369 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2370 M:      Carlos Corbacho <[email protected]>
2371 S:      Odd Fixes
2372 F:      drivers/platform/x86/tc1100-wmi.c
2373
2374 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2375 M:      Jaroslav Kysela <[email protected]>
2376 S:      Maintained
2377 F:      drivers/net/hp100.*
2378
2379 HPET:   High Precision Event Timers driver
2380 M:      Clemens Ladisch <[email protected]>
2381 S:      Maintained
2382 F:      Documentation/timers/hpet.txt
2383 F:      drivers/char/hpet.c
2384 F:      include/linux/hpet.h
2385
2386 HPET:   i386
2387 M:      "Venkatesh Pallipadi (Venki)" <[email protected]>
2388 S:      Maintained
2389 F:      arch/x86/kernel/hpet.c
2390 F:      arch/x86/include/asm/hpet.h
2391
2392 HPET:   x86_64
2393 M:      Vojtech Pavlik <[email protected]>
2394 S:      Maintained
2395
2396 HPET:   ACPI
2397 M:      Bob Picco <[email protected]>
2398 S:      Maintained
2399 F:      drivers/char/hpet.c
2400
2401 HPFS FILESYSTEM
2402 M:      Mikulas Patocka <[email protected]>
2403 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2404 S:      Maintained
2405 F:      fs/hpfs/
2406
2407 HSO 3G MODEM DRIVER
2408 M:      Jan Dumon <[email protected]>
2409 W:      http://www.pharscape.org
2410 S:      Maintained
2411 F:      drivers/net/usb/hso.c
2412
2413 HTCPEN TOUCHSCREEN DRIVER
2414 M:      Pau Oliva Fora <[email protected]>
2415 L:      [email protected]
2416 S:      Maintained
2417 F:      drivers/input/touchscreen/htcpen.c
2418
2419 HUGETLB FILESYSTEM
2420 M:      William Irwin <[email protected]>
2421 S:      Maintained
2422 F:      fs/hugetlbfs/
2423
2424 I2C/SMBUS STUB DRIVER
2425 M:      "Mark M. Hoffman" <[email protected]>
2426 L:      [email protected]
2427 S:      Maintained
2428 F:      drivers/i2c/busses/i2c-stub.c
2429
2430 I2C SUBSYSTEM
2431 M:      "Jean Delvare (PC drivers, core)" <[email protected]>
2432 M:      "Ben Dooks (embedded platforms)" <[email protected]>
2433 L:      [email protected]
2434 W:      http://i2c.wiki.kernel.org/
2435 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2436 S:      Maintained
2437 F:      Documentation/i2c/
2438 F:      drivers/i2c/
2439 F:      include/linux/i2c.h
2440 F:      include/linux/i2c-dev.h
2441 F:      include/linux/i2c-id.h
2442
2443 I2C-TINY-USB DRIVER
2444 M:      Till Harbaum <[email protected]>
2445 L:      [email protected]
2446 W:      http://www.harbaum.org/till/i2c_tiny_usb
2447 S:      Maintained
2448 F:      drivers/i2c/busses/i2c-tiny-usb.c
2449
2450 i386 BOOT CODE
2451 M:      "H. Peter Anvin" <[email protected]>
2452 S:      Maintained
2453 F:      arch/x86/boot/
2454
2455 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2456 M:      "H. Peter Anvin" <[email protected]>
2457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2458 S:      Maintained
2459
2460 IA64 (Itanium) PLATFORM
2461 M:      Tony Luck <[email protected]>
2462 M:      Fenghua Yu <[email protected]>
2463 L:      [email protected]
2464 W:      http://www.ia64-linux.org/
2465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2466 S:      Maintained
2467 F:      arch/ia64/
2468
2469 IBM MCA SCSI SUBSYSTEM DRIVER
2470 M:      Michael Lang <[email protected]>
2471 W:      http://www.uni-mainz.de/~langm000/linux.html
2472 S:      Maintained
2473 F:      drivers/scsi/ibmmca.c
2474
2475 IBM Power Linux RAID adapter
2476 M:      Brian King <[email protected]>
2477 S:      Supported
2478 F:      drivers/scsi/ipr.*
2479
2480 IBM ServeRAID RAID DRIVER
2481 P:      Jack Hammer
2482 M:      Dave Jeffery <[email protected]>
2483 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2484 S:      Supported
2485 F:      drivers/scsi/ips.*
2486
2487 IDE SUBSYSTEM
2488 M:      "David S. Miller" <[email protected]>
2489 L:      [email protected]
2490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2491 S:      Maintained
2492 F:      Documentation/ide/
2493 F:      drivers/ide/
2494 F:      include/linux/ide.h
2495
2496 IDE/ATAPI DRIVERS
2497 M:      Borislav Petkov <[email protected]>
2498 L:      [email protected]
2499 S:      Maintained
2500 F:      Documentation/cdrom/ide-cd
2501 F:      drivers/ide/ide-cd*
2502
2503 IDLE-I7300
2504 M:      Andy Henroid <[email protected]>
2505 L:      [email protected]
2506 S:      Supported
2507 F:      drivers/idle/i7300_idle.c
2508
2509 IEEE 1394 SUBSYSTEM
2510 M:      Ben Collins <[email protected]>
2511 M:      Stefan Richter <[email protected]>
2512 L:      [email protected]
2513 W:      http://www.linux1394.org/
2514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2515 S:      Maintained
2516 F:      drivers/ieee1394/
2517
2518 IEEE 1394 RAW I/O DRIVER
2519 M:      Dan Dennedy <[email protected]>
2520 M:      Stefan Richter <[email protected]>
2521 L:      [email protected]
2522 S:      Maintained
2523 F:      drivers/ieee1394/raw1394*
2524
2525 IEEE 802.15.4 SUBSYSTEM
2526 M:      Dmitry Eremin-Solenikov <[email protected]>
2527 M:      Sergey Lapin <[email protected]>
2528 L:      [email protected] (moderated for non-subscribers)
2529 W:      http://apps.sourceforge.net/trac/linux-zigbee
2530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2531 S:      Maintained
2532 F:      net/ieee802154/
2533 F:      drivers/ieee802154/
2534
2535 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2536 M:      Mimi Zohar <[email protected]>
2537 S:      Supported
2538 F:      security/integrity/ima/
2539
2540 IMS TWINTURBO FRAMEBUFFER DRIVER
2541 L:      [email protected] (moderated for non-subscribers)
2542 S:      Orphan
2543 F:      drivers/video/imsttfb.c
2544
2545 INFINIBAND SUBSYSTEM
2546 M:      Roland Dreier <[email protected]>
2547 M:      Sean Hefty <[email protected]>
2548 M:      Hal Rosenstock <[email protected]>
2549 L:      [email protected] (moderated for non-subscribers)
2550 W:      http://www.openib.org/
2551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2552 S:      Supported
2553 F:      Documentation/infiniband/
2554 F:      drivers/infiniband/
2555 F:      include/linux/if_infiniband.h
2556
2557 INOTIFY
2558 M:      John McCutchan <[email protected]>
2559 M:      Robert Love <[email protected]>
2560 M:      Eric Paris <[email protected]>
2561 S:      Maintained
2562 F:      Documentation/filesystems/inotify.txt
2563 F:      fs/notify/inotify/
2564 F:      include/linux/inotify.h
2565
2566 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2567 M:      Dmitry Torokhov <[email protected]>
2568 M:      Dmitry Torokhov <[email protected]>
2569 L:      [email protected]
2570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2571 S:      Maintained
2572 F:      drivers/input/
2573
2574 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2575 M:      Sylvain Meyer <[email protected]>
2576 L:      [email protected] (moderated for non-subscribers)
2577 S:      Maintained
2578 F:      Documentation/fb/intelfb.txt
2579 F:      drivers/video/intelfb/
2580
2581 INTEL 810/815 FRAMEBUFFER DRIVER
2582 M:      Antonino Daplas <[email protected]>
2583 L:      [email protected] (moderated for non-subscribers)
2584 S:      Maintained
2585 F:      drivers/video/i810/
2586
2587 INTEL MENLOW THERMAL DRIVER
2588 M:      Sujith Thomas <[email protected]>
2589 L:      [email protected]
2590 W:      http://www.lesswatts.org/projects/acpi/
2591 S:      Supported
2592 F:      drivers/platform/x86/intel_menlow.c
2593
2594 INTEL IA32 MICROCODE UPDATE SUPPORT
2595 M:      Tigran Aivazian <[email protected]>
2596 S:      Maintained
2597 F:      arch/x86/kernel/microcode_core.c
2598 F:      arch/x86/kernel/microcode_intel.c
2599
2600 INTEL I/OAT DMA DRIVER
2601 M:      Maciej Sosnowski <[email protected]>
2602 S:      Supported
2603 F:      drivers/dma/ioat*
2604
2605 INTEL IOMMU (VT-d)
2606 M:      David Woodhouse <[email protected]>
2607 L:      [email protected]
2608 T:      git git://git.infradead.org/iommu-2.6.git
2609 S:      Supported
2610 F:      drivers/pci/intel-iommu.c
2611 F:      include/linux/intel-iommu.h
2612
2613 INTEL IOP-ADMA DMA DRIVER
2614 M:      Dan Williams <[email protected]>
2615 S:      Supported
2616 F:      drivers/dma/iop-adma.c
2617
2618 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2619 M:      Krzysztof Halasa <[email protected]>
2620 S:      Maintained
2621 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2622 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
2623 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2624 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
2625 F:      drivers/net/arm/ixp4xx_eth.c
2626 F:      drivers/net/wan/ixp4xx_hss.c
2627
2628 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2629 M:      Deepak Saxena <[email protected]>
2630 S:      Maintained
2631 F:      drivers/char/hw_random/ixp4xx-rng.c
2632
2633 INTEL IXP2000 ETHERNET DRIVER
2634 M:      Lennert Buytenhek <[email protected]>
2635 L:      [email protected]
2636 S:      Maintained
2637 F:      drivers/net/ixp2000/
2638
2639 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2640 M:      Jeff Kirsher <[email protected]>
2641 M:      Jesse Brandeburg <[email protected]>
2642 M:      Bruce Allan <[email protected]>
2643 M:      PJ Waskiewicz <[email protected]>
2644 M:      John Ronciak <[email protected]>
2645 L:      [email protected]
2646 W:      http://e1000.sourceforge.net/
2647 S:      Supported
2648 F:      drivers/net/e100.c
2649 F:      drivers/net/e1000/
2650 F:      drivers/net/e1000e/
2651 F:      drivers/net/igb/
2652 F:      drivers/net/ixgb/
2653 F:      drivers/net/ixgbe/
2654
2655 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2656 M:      Zhu Yi <[email protected]>
2657 M:      James Ketrenos <[email protected]>
2658 M:      Reinette Chatre <[email protected]>
2659 L:      [email protected]
2660 L:      [email protected]
2661 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2662 W:      http://ipw2100.sourceforge.net
2663 S:      Supported
2664 F:      Documentation/networking/README.ipw2100
2665 F:      drivers/net/wireless/ipw2x00/ipw2100.*
2666
2667 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2668 M:      Zhu Yi <[email protected]>
2669 M:      James Ketrenos <[email protected]>
2670 M:      Reinette Chatre <[email protected]>
2671 L:      [email protected]
2672 L:      [email protected]
2673 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2674 W:      http://ipw2200.sourceforge.net
2675 S:      Supported
2676 F:      Documentation/networking/README.ipw2200
2677 F:      drivers/net/wireless/ipw2x00/ipw2200.*
2678
2679 INTEL WIRELESS WIMAX CONNECTION 2400
2680 M:      Inaky Perez-Gonzalez <[email protected]>
2681 M:      [email protected]
2682 L:      [email protected]
2683 S:      Supported
2684 W:      http://linuxwimax.org
2685 F:      Documentation/wimax/README.i2400m
2686 F:      drivers/net/wimax/i2400m/
2687 F:      include/linux/wimax/i2400m.h
2688
2689 INTEL WIRELESS WIFI LINK (iwlwifi)
2690 M:      Zhu Yi <[email protected]>
2691 M:      Reinette Chatre <[email protected]>
2692 L:      [email protected]
2693 L:      [email protected]
2694 W:      http://intellinuxwireless.org
2695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2696 S:      Supported
2697 F:      drivers/net/wireless/iwlwifi/
2698
2699 IOC3 ETHERNET DRIVER
2700 M:      Ralf Baechle <[email protected]>
2701 L:      [email protected]
2702 S:      Maintained
2703 F:      drivers/net/ioc3-eth.c
2704
2705 IOC3 SERIAL DRIVER
2706 M:      Pat Gefre <[email protected]>
2707 L:      [email protected]
2708 S:      Maintained
2709 F:      drivers/serial/ioc3_serial.c
2710
2711 IP MASQUERADING
2712 M:      Juanjo Ciarlante <[email protected]>
2713 S:      Maintained
2714 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
2715
2716 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2717 M:      Francois Romieu <[email protected]>
2718 M:      Sorbica Shieh <[email protected]>
2719 M:      Jesse Huang <[email protected]>
2720 L:      [email protected]
2721 S:      Maintained
2722 F:      drivers/net/ipg.c
2723
2724 IPATH DRIVER
2725 M:      Ralph Campbell <[email protected]>
2726 L:      [email protected]
2727 T:      git git://git.qlogic.com/ipath-linux-2.6
2728 S:      Supported
2729 F:      drivers/infiniband/hw/ipath/
2730
2731 IPMI SUBSYSTEM
2732 M:      Corey Minyard <[email protected]>
2733 L:      [email protected]
2734 W:      http://openipmi.sourceforge.net/
2735 S:      Supported
2736 F:      Documentation/IPMI.txt
2737 F:      drivers/char/ipmi/
2738 F:      include/linux/ipmi*
2739
2740 IPS SCSI RAID DRIVER
2741 M:      Adaptec OEM Raid Solutions <[email protected]>
2742 L:      [email protected]
2743 W:      http://www.adaptec.com/
2744 S:      Maintained
2745 F:      drivers/scsi/ips*
2746
2747 IPVS
2748 M:      Wensong Zhang <[email protected]>
2749 M:      Simon Horman <[email protected]>
2750 M:      Julian Anastasov <[email protected]>
2751 L:      [email protected]
2752 L:      [email protected]
2753 S:      Maintained
2754 F:      Documentation/networking/ipvs-sysctl.txt
2755 F:      net/netfilter/ipvs/
2756
2757 IPWIRELESS DRIVER
2758 M:      Jiri Kosina <[email protected]>
2759 M:      David Sterba <[email protected]>
2760 S:      Maintained
2761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2762 F:      drivers/char/pcmcia/ipwireless/
2763
2764 IPX NETWORK LAYER
2765 M:      Arnaldo Carvalho de Melo <[email protected]>
2766 L:      [email protected]
2767 S:      Maintained
2768 F:      include/linux/ipx.h
2769 F:      include/net/ipx.h
2770 F:      net/ipx/
2771
2772 IRDA SUBSYSTEM
2773 M:      Samuel Ortiz <[email protected]>
2774 L:      [email protected] (subscribers-only)
2775 W:      http://irda.sourceforge.net/
2776 S:      Maintained
2777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
2778 F:      Documentation/networking/irda.txt
2779 F:      drivers/net/irda/
2780 F:      include/net/irda/
2781 F:      net/irda/
2782
2783 ISAPNP
2784 M:      Jaroslav Kysela <[email protected]>
2785 S:      Maintained
2786 F:      Documentation/isapnp.txt
2787 F:      drivers/pnp/isapnp/
2788 F:      include/linux/isapnp.h
2789
2790 ISCSI
2791 M:      Mike Christie <[email protected]>
2792 L:      [email protected]
2793 W:      www.open-iscsi.org
2794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
2795 S:      Maintained
2796 F:      drivers/scsi/*iscsi*
2797 F:      include/scsi/*iscsi*
2798
2799 ISDN SUBSYSTEM
2800 M:      Karsten Keil <[email protected]>
2801 L:      [email protected] (subscribers-only)
2802 W:      http://www.isdn4linux.de
2803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
2804 S:      Maintained
2805 F:      Documentation/isdn/
2806 F:      drivers/isdn/
2807 F:      include/linux/isdn.h
2808 F:      include/linux/isdn/
2809
2810 ISDN SUBSYSTEM (Eicon active card driver)
2811 M:      Armin Schindler <[email protected]>
2812 L:      [email protected] (subscribers-only)
2813 W:      http://www.melware.de
2814 S:      Maintained
2815 F:      drivers/isdn/hardware/eicon/
2816
2817 IVTV VIDEO4LINUX DRIVER
2818 M:      Hans Verkuil <[email protected]>
2819 L:      [email protected]
2820 L:      [email protected]
2821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2822 W:      http://www.ivtvdriver.org
2823 S:      Maintained
2824 F:      Documentation/video4linux/*.ivtv
2825 F:      drivers/media/video/ivtv/
2826 F:      include/linux/ivtv*
2827
2828 JFS FILESYSTEM
2829 M:      Dave Kleikamp <[email protected]>
2830 L:      [email protected]
2831 W:      http://jfs.sourceforge.net/
2832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2833 S:      Maintained
2834 F:      Documentation/filesystems/jfs.txt
2835 F:      fs/jfs/
2836
2837 JME NETWORK DRIVER
2838 M:      Guo-Fu Tseng <[email protected]>
2839 L:      [email protected]
2840 S:      Maintained
2841 F:      drivers/net/jme.*
2842
2843 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2844 M:      David Woodhouse <[email protected]>
2845 L:      [email protected]
2846 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2847 S:      Maintained
2848 F:      fs/jffs2/
2849 F:      include/linux/jffs2.h
2850
2851 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2852 M:      Stephen Tweedie <[email protected]>
2853 M:      Andrew Morton <[email protected]>
2854 L:      [email protected]
2855 S:      Maintained
2856 F:      fs/jbd*/
2857 F:      include/linux/ext*jbd*.h
2858 F:      include/linux/jbd*.h
2859
2860 K8TEMP HARDWARE MONITORING DRIVER
2861 M:      Rudolf Marek <[email protected]>
2862 L:      [email protected]
2863 S:      Maintained
2864 F:      Documentation/hwmon/k8temp
2865 F:      drivers/hwmon/k8temp.c
2866
2867 KCONFIG
2868 M:      Roman Zippel <[email protected]>
2869 L:      [email protected]
2870 S:      Maintained
2871 F:      Documentation/kbuild/kconfig-language.txt
2872 F:      scripts/kconfig/
2873
2874 KDUMP
2875 M:      Vivek Goyal <[email protected]>
2876 M:      Haren Myneni <[email protected]>
2877 L:      [email protected]
2878 W:      http://lse.sourceforge.net/kdump/
2879 S:      Maintained
2880 F:      Documentation/kdump/
2881
2882 KERNEL AUTOMOUNTER (AUTOFS)
2883 M:      "H. Peter Anvin" <[email protected]>
2884 L:      [email protected]
2885 S:      Odd Fixes
2886 F:      fs/autofs/
2887
2888 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2889 M:      Ian Kent <[email protected]>
2890 L:      [email protected]
2891 S:      Maintained
2892 F:      fs/autofs4/
2893
2894 KERNEL BUILD
2895 M:      Sam Ravnborg <[email protected]>
2896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
2897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2898 L:      [email protected]
2899 S:      Maintained
2900 F:      Documentation/kbuild/
2901 F:      Makefile
2902 F:      scripts/Makefile.*
2903
2904 KERNEL JANITORS
2905 L:      [email protected]
2906 W:      http://www.kerneljanitors.org/
2907 S:      Odd fixes
2908
2909 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
2910 M:      "J. Bruce Fields" <[email protected]>
2911 M:      Neil Brown <[email protected]>
2912 L:      [email protected]
2913 W:      http://nfs.sourceforge.net/
2914 S:      Supported
2915 F:      fs/nfsd/
2916 F:      include/linux/nfsd/
2917 F:      fs/lockd/
2918 F:      fs/nfs_common/
2919 F:      net/sunrpc/
2920 F:      include/linux/lockd/
2921 F:      include/linux/sunrpc/
2922
2923 KERNEL VIRTUAL MACHINE (KVM)
2924 M:      Avi Kivity <[email protected]>
2925 L:      [email protected]
2926 W:      http://kvm.qumranet.com
2927 S:      Supported
2928 F:      Documentation/*/kvm.txt
2929 F:      arch/*/kvm/
2930 F:      arch/*/include/asm/kvm*
2931 F:      include/linux/kvm*
2932 F:      virt/kvm/
2933
2934 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2935 M:      Joerg Roedel <[email protected]>
2936 L:      [email protected]
2937 W:      http://kvm.qumranet.com
2938 S:      Supported
2939 F:      arch/x86/include/asm/svm.h
2940 F:      arch/x86/kvm/kvm_svm.h
2941 F:      arch/x86/kvm/svm.c
2942
2943 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2944 M:      Hollis Blanchard <[email protected]>
2945 L:      [email protected]
2946 W:      http://kvm.qumranet.com
2947 S:      Supported
2948 F:      arch/powerpc/include/asm/kvm*
2949 F:      arch/powerpc/kvm/
2950
2951 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2952 M:      Xiantao Zhang <[email protected]>
2953 L:      [email protected]
2954 W:      http://kvm.qumranet.com
2955 S:      Supported
2956 F:      Documentation/ia64/kvm.txt
2957 F:      arch/ia64/include/asm/kvm*
2958 F:      arch/ia64/kvm/
2959
2960 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2961 M:      Carsten Otte <[email protected]>
2962 M:      Christian Borntraeger <[email protected]>
2963 M:      [email protected]
2964 L:      [email protected]
2965 W:      http://www.ibm.com/developerworks/linux/linux390/
2966 S:      Supported
2967 F:      Documentation/s390/kvm.txt
2968 F:      arch/s390/include/asm/kvm*
2969 F:      arch/s390/kvm/
2970
2971 KEXEC
2972 M:      Eric Biederman <[email protected]>
2973 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2974 L:      [email protected]
2975 S:      Maintained
2976 F:      include/linux/kexec.h
2977 F:      kernel/kexec.c
2978
2979 KGDB
2980 M:      Jason Wessel <[email protected]>
2981 L:      [email protected]
2982 S:      Maintained
2983 F:      Documentation/DocBook/kgdb.tmpl
2984 F:      drivers/misc/kgdbts.c
2985 F:      drivers/serial/kgdboc.c
2986 F:      include/linux/kgdb.h
2987 F:      kernel/kgdb.c
2988
2989 KMEMCHECK
2990 M:      Vegard Nossum <[email protected]>
2991 P       Pekka Enberg
2992 M:      [email protected]
2993 S:      Maintained
2994
2995 KMEMLEAK
2996 M:      Catalin Marinas <[email protected]>
2997 S:      Maintained
2998 F:      Documentation/kmemleak.txt
2999 F:      include/linux/kmemleak.h
3000 F:      mm/kmemleak.c
3001 F:      mm/kmemleak-test.c
3002
3003 KMEMTRACE
3004 M:      Eduard - Gabriel Munteanu <[email protected]>
3005 S:      Maintained
3006 F:      Documentation/trace/kmemtrace.txt
3007 F:      include/linux/kmemtrace.h
3008 F:      kernel/trace/kmemtrace.c
3009
3010 KPROBES
3011 M:      Ananth N Mavinakayanahalli <[email protected]>
3012 M:      Anil S Keshavamurthy <[email protected]>
3013 M:      "David S. Miller" <[email protected]>
3014 M:      Masami Hiramatsu <[email protected]>
3015 S:      Maintained
3016 F:      Documentation/kprobes.txt
3017 F:      include/linux/kprobes.h
3018 F:      kernel/kprobes.c
3019
3020 KS0108 LCD CONTROLLER DRIVER
3021 M:      Miguel Ojeda Sandonis <[email protected]>
3022 W:      http://miguelojeda.es/auxdisplay.htm
3023 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3024 S:      Maintained
3025 F:      Documentation/auxdisplay/ks0108
3026 F:      drivers/auxdisplay/ks0108.c
3027 F:      include/linux/ks0108.h
3028
3029 LAPB module
3030 L:      [email protected]
3031 S:      Orphan
3032 F:      Documentation/networking/lapb-module.txt
3033 F:      include/*/lapb.h
3034 F:      net/lapb/
3035
3036 LASI 53c700 driver for PARISC
3037 M:      "James E.J. Bottomley" <[email protected]>
3038 L:      [email protected]
3039 S:      Maintained
3040 F:      Documentation/scsi/53c700.txt
3041 F:      drivers/scsi/53c700*
3042
3043 LED SUBSYSTEM
3044 M:      Richard Purdie <[email protected]>
3045 S:      Maintained
3046 F:      drivers/leds/
3047 F:      include/linux/leds.h
3048
3049 LEGO USB Tower driver
3050 M:      Juergen Stuber <[email protected]>
3051 L:      [email protected]
3052 W:      http://legousb.sourceforge.net/
3053 S:      Maintained
3054 F:      drivers/usb/misc/legousbtower.c
3055
3056 LGUEST
3057 M:      Rusty Russell <[email protected]>
3058 L:      [email protected]
3059 W:      http://lguest.ozlabs.org/
3060 S:      Maintained
3061 F:      Documentation/lguest/
3062 F:      arch/x86/lguest/
3063 F:      drivers/lguest/
3064 F:      include/linux/lguest*.h
3065 F:      arch/x86/include/asm/lguest*.h
3066
3067 LINUX FOR IBM pSERIES (RS/6000)
3068 M:      Paul Mackerras <[email protected]>
3069 W:      http://www.ibm.com/linux/ltc/projects/ppc
3070 S:      Supported
3071
3072 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3073 M:      Benjamin Herrenschmidt <[email protected]>
3074 M:      Paul Mackerras <[email protected]>
3075 W:      http://www.penguinppc.org/
3076 L:      [email protected]
3077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3078 S:      Supported
3079
3080 LINUX FOR POWER MACINTOSH
3081 M:      Benjamin Herrenschmidt <[email protected]>
3082 W:      http://www.penguinppc.org/
3083 L:      [email protected]
3084 S:      Maintained
3085
3086 LINUX FOR POWERPC EMBEDDED MPC5XXX
3087 M:      Grant Likely <[email protected]>
3088 L:      [email protected]
3089 T:      git git://git.secretlab.ca/git/linux-2.6.git
3090 S:      Maintained
3091
3092 LINUX FOR POWERPC EMBEDDED PPC4XX
3093 M:      Josh Boyer <[email protected]>
3094 M:      Matt Porter <[email protected]>
3095 W:      http://www.penguinppc.org/
3096 L:      [email protected]
3097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3098 S:      Maintained
3099
3100 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3101 M:      Grant Likely <[email protected]>
3102 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3103 L:      [email protected]
3104 T:      git git://git.secretlab.ca/git/linux-2.6.git
3105 S:      Maintained
3106
3107 LINUX FOR POWERPC EMBEDDED PPC8XX
3108 M:      Vitaly Bordug <[email protected]>
3109 M:      Marcelo Tosatti <[email protected]>
3110 W:      http://www.penguinppc.org/
3111 L:      [email protected]
3112 S:      Maintained
3113
3114 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3115 M:      Kumar Gala <[email protected]>
3116 W:      http://www.penguinppc.org/
3117 L:      [email protected]
3118 S:      Maintained
3119
3120 LINUX FOR POWERPC PA SEMI PWRFICIENT
3121 M:      Olof Johansson <[email protected]>
3122 W:      http://www.pasemi.com/
3123 L:      [email protected]
3124 S:      Supported
3125
3126 LINUX SECURITY MODULE (LSM) FRAMEWORK
3127 M:      Chris Wright <[email protected]>
3128 L:      [email protected]
3129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3130 S:      Supported
3131
3132 LLC (802.2)
3133 M:      Arnaldo Carvalho de Melo <[email protected]>
3134 S:      Maintained
3135 F:      include/linux/llc.h
3136 F:      include/net/llc*
3137 F:      net/llc/
3138
3139 LIS3LV02D ACCELEROMETER DRIVER
3140 M:      Eric Piel <[email protected]>
3141 S:      Maintained
3142 F:      Documentation/hwmon/lis3lv02d
3143 F:      drivers/hwmon/lis3lv02d.*
3144
3145 LM83 HARDWARE MONITOR DRIVER
3146 M:      Jean Delvare <[email protected]>
3147 L:      [email protected]
3148 S:      Maintained
3149 F:      Documentation/hwmon/lm83
3150 F:      drivers/hwmon/lm83.c
3151
3152 LM90 HARDWARE MONITOR DRIVER
3153 M:      Jean Delvare <[email protected]>
3154 L:      [email protected]
3155 S:      Maintained
3156 F:      Documentation/hwmon/lm90
3157 F:      drivers/hwmon/lm90.c
3158
3159 LOCKDEP AND LOCKSTAT
3160 M:      Peter Zijlstra <[email protected]>
3161 M:      Ingo Molnar <[email protected]>
3162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3163 S:      Maintained
3164 F:      Documentation/lockdep*.txt
3165 F:      Documentation/lockstat.txt
3166 F:      include/linux/lockdep.h
3167 F:      kernel/lockdep*
3168
3169 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3170 M:      "Richard Russon (FlatCap)" <[email protected]>
3171 L:      [email protected]
3172 W:      http://www.linux-ntfs.org/content/view/19/37/
3173 S:      Maintained
3174 F:      Documentation/ldm.txt
3175 F:      fs/partitions/ldm.*
3176
3177 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3178 M:      Eric Moore <[email protected]>
3179 M:      [email protected]
3180 L:      [email protected]
3181 L:      [email protected]
3182 W:      http://www.lsilogic.com/support
3183 S:      Supported
3184 F:      drivers/message/fusion/
3185
3186 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3187 M:      Matthew Wilcox <[email protected]>
3188 L:      [email protected]
3189 S:      Maintained
3190 F:      drivers/scsi/sym53c8xx_2/
3191
3192 LTP (Linux Test Project)
3193 M:      Subrata Modak <[email protected]>
3194 M:      Mike Frysinger <[email protected]>
3195 L:      [email protected] (subscribers-only)
3196 W:      http://ltp.sourceforge.net/
3197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3198 S:      Maintained
3199
3200 M32R ARCHITECTURE
3201 M:      Hirokazu Takata <[email protected]>
3202 L:      [email protected]
3203 L:      [email protected] (in Japanese)
3204 W:      http://www.linux-m32r.org/
3205 S:      Maintained
3206 F:      arch/m32r/
3207
3208 M68K ARCHITECTURE
3209 M:      Geert Uytterhoeven <[email protected]>
3210 M:      Roman Zippel <[email protected]>
3211 L:      [email protected]
3212 W:      http://www.linux-m68k.org/
3213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3214 S:      Maintained
3215 F:      arch/m68k/
3216 F:      drivers/zorro/
3217
3218 M68K ON APPLE MACINTOSH
3219 M:      Joshua Thompson <[email protected]>
3220 W:      http://www.mac.linux-m68k.org/
3221 L:      [email protected]
3222 S:      Maintained
3223 F:      arch/m68k/mac/
3224
3225 M68K ON HP9000/300
3226 M:      Philip Blundell <[email protected]>
3227 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3228 S:      Maintained
3229 F:      arch/m68k/hp300/
3230
3231 MAC80211
3232 M:      Johannes Berg <[email protected]>
3233 L:      [email protected]
3234 W:      http://linuxwireless.org/
3235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3236 S:      Maintained
3237 F:      Documentation/networking/mac80211-injection.txt
3238 F:      include/net/mac80211.h
3239 F:      net/mac80211/
3240
3241 MAC80211 PID RATE CONTROL
3242 M:      Stefano Brivio <[email protected]>
3243 M:      Mattias Nissler <[email protected]>
3244 L:      [email protected]
3245 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3247 S:      Maintained
3248 F:      net/mac80211/rc80211_pid*
3249
3250 MACVLAN DRIVER
3251 M:      Patrick McHardy <[email protected]>
3252 L:      [email protected]
3253 S:      Maintained
3254 F:      drivers/net/macvlan.c
3255 F:      include/linux/if_macvlan.h
3256
3257 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3258 M:      Michael Kerrisk <[email protected]>
3259 W:      http://www.kernel.org/doc/man-pages
3260 L:      [email protected]
3261 S:      Maintained
3262
3263 MARVELL LIBERTAS WIRELESS DRIVER
3264 M:      Dan Williams <[email protected]>
3265 L:      [email protected]
3266 S:      Maintained
3267 F:      drivers/net/wireless/libertas/
3268
3269 MARVELL MV643XX ETHERNET DRIVER
3270 M:      Lennert Buytenhek <[email protected]>
3271 L:      [email protected]
3272 S:      Supported
3273 F:      drivers/net/mv643xx_eth.*
3274 F:      include/linux/mv643xx.h
3275
3276 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3277 M:      Nicolas Pitre <[email protected]>
3278 S:      Maintained
3279
3280 MARVELL YUKON / SYSKONNECT DRIVER
3281 M:      Mirko Lindner <[email protected]>
3282 M:      Ralph Roesler <[email protected]>
3283 W:      http://www.syskonnect.com
3284 S:      Supported
3285
3286 MATROX FRAMEBUFFER DRIVER
3287 M:      Petr Vandrovec <[email protected]>
3288 L:      [email protected] (moderated for non-subscribers)
3289 S:      Maintained
3290 F:      drivers/video/matrox/matroxfb_*
3291 F:      include/linux/matroxfb.h
3292
3293 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3294 M:      "Hans J. Koch" <[email protected]>
3295 L:      [email protected]
3296 S:      Maintained
3297 F:      Documentation/hwmon/max6650
3298 F:      drivers/hwmon/max6650.c
3299
3300 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3301 M:      Mauro Carvalho Chehab <[email protected]>
3302 P:      LinuxTV.org Project
3303 L:      [email protected]
3304 W:      http://linuxtv.org
3305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3306 S:      Maintained
3307 F:      Documentation/dvb/
3308 F:      Documentation/video4linux/
3309 F:      drivers/media/
3310 F:      include/media/
3311 F:      include/linux/dvb/
3312 F:      include/linux/videodev*.h
3313
3314 MEGARAID SCSI DRIVERS
3315 M:      Neela Syam Kolli <[email protected]>
3316 L:      [email protected]
3317 W:      http://megaraid.lsilogic.com
3318 S:      Maintained
3319 F:      Documentation/scsi/megaraid.txt
3320 F:      drivers/scsi/megaraid.*
3321 F:      drivers/scsi/megaraid/
3322
3323 MEMORY MANAGEMENT
3324 L:      [email protected]
3325 W:      http://www.linux-mm.org
3326 S:      Maintained
3327 F:      include/linux/mm.h
3328 F:      mm/
3329
3330 MEMORY RESOURCE CONTROLLER
3331 M:      Balbir Singh <[email protected]>
3332 M:      Pavel Emelyanov <[email protected]>
3333 M:      KAMEZAWA Hiroyuki <[email protected]>
3334 L:      [email protected]
3335 S:      Maintained
3336 F:      mm/memcontrol.c
3337
3338 MEMORY TECHNOLOGY DEVICES (MTD)
3339 M:      David Woodhouse <[email protected]>
3340 W:      http://www.linux-mtd.infradead.org/
3341 L:      [email protected]
3342 T:      git git://git.infradead.org/mtd-2.6.git
3343 S:      Maintained
3344 F:      drivers/mtd/
3345 F:      include/linux/mtd/
3346 F:      include/mtd/
3347
3348 MICROBLAZE ARCHITECTURE
3349 M:      Michal Simek <[email protected]>
3350 L:      [email protected]
3351 W:      http://www.monstr.eu/fdt/
3352 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3353 S:      Supported
3354 F:      arch/microblaze/
3355
3356 MICROTEK X6 SCANNER
3357 M:      Oliver Neukum <[email protected]>
3358 S:      Maintained
3359 F:      drivers/usb/image/microtek.*
3360
3361 MIPS
3362 M:      Ralf Baechle <[email protected]>
3363 W:      http://www.linux-mips.org/
3364 L:      [email protected]
3365 T:      git git://git.linux-mips.org/pub/scm/linux.git
3366 S:      Supported
3367 F:      Documentation/mips/
3368 F:      arch/mips/
3369
3370 MISCELLANEOUS MCA-SUPPORT
3371 M:      James Bottomley <[email protected]>
3372 S:      Maintained
3373 F:      Documentation/ia64/mca.txt
3374 F:      Documentation/mca.txt
3375 F:      drivers/mca/
3376 F:      include/linux/mca*
3377
3378 MODULE SUPPORT
3379 M:      Rusty Russell <[email protected]>
3380 S:      Maintained
3381 F:      include/linux/module.h
3382 F:      kernel/module.c
3383
3384 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3385 M:      Stelian Pop <[email protected]>
3386 W:      http://popies.net/meye/
3387 S:      Maintained
3388 F:      Documentation/video4linux/meye.txt
3389 F:      drivers/media/video/meye.*
3390 F:      include/linux/meye.h
3391
3392 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3393 M:      Pavel Pisa <[email protected]>
3394 L:      [email protected] (subscribers-only)
3395 S:      Maintained
3396 F:      drivers/mmc/host/imxmmc.*
3397
3398 MOUSE AND MISC DEVICES [GENERAL]
3399 M:      Alessandro Rubini <[email protected]>
3400 S:      Maintained
3401 F:      drivers/input/mouse/
3402 F:      include/linux/gpio_mouse.h
3403
3404 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3405 M:      Jiri Slaby <[email protected]>
3406 S:      Maintained
3407 F:      Documentation/serial/moxa-smartio
3408 F:      drivers/char/mxser.*
3409
3410 MSI LAPTOP SUPPORT
3411 M:      Lennart Poettering <[email protected]>
3412 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3413 W:      http://0pointer.de/lennart/tchibo.html
3414 S:      Maintained
3415 F:      drivers/platform/x86/msi-laptop.c
3416
3417 MULTIFUNCTION DEVICES (MFD)
3418 M:      Samuel Ortiz <[email protected]>
3419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3420 S:      Supported
3421 F:      drivers/mfd/
3422
3423 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3424 M:      Pierre Ossman <[email protected]>
3425 S:      Maintained
3426 F:      drivers/mmc/
3427 F:      include/linux/mmc/
3428
3429 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3430 M:      David Brownell <[email protected]>
3431 S:      Odd Fixes
3432 F:      drivers/mmc/host/mmc_spi.c
3433 F:      include/linux/spi/mmc_spi.h
3434
3435 MULTISOUND SOUND DRIVER
3436 M:      Andrew Veliath <[email protected]>
3437 S:      Maintained
3438 F:      Documentation/sound/oss/MultiSound
3439 F:      sound/oss/msnd*
3440
3441 MULTITECH MULTIPORT CARD (ISICOM)
3442 M:      Jiri Slaby <[email protected]>
3443 S:      Maintained
3444 F:      drivers/char/isicom.c
3445 F:      include/linux/isicom.h
3446
3447 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3448 M:      Felipe Balbi <[email protected]>
3449 L:      [email protected]
3450 T:      git git://gitorious.org/musb/mainline.git
3451 S:      Maintained
3452 F:      drivers/usb/musb/
3453
3454 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3455 M:      Andrew Gallatin <[email protected]>
3456 M:      Brice Goglin <[email protected]>
3457 L:      [email protected]
3458 W:      http://www.myri.com/scs/download-Myri10GE.html
3459 S:      Supported
3460 F:      drivers/net/myri10ge/
3461
3462 NATSEMI ETHERNET DRIVER (DP8381x)
3463 M:      Tim Hockin <[email protected]>
3464 S:      Maintained
3465 F:      drivers/net/natsemi.c
3466
3467 NCP FILESYSTEM
3468 M:      Petr Vandrovec <[email protected]>
3469 L:      [email protected]
3470 S:      Maintained
3471 F:      fs/ncpfs/
3472
3473 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3474 M:      "James E.J. Bottomley" <[email protected]>
3475 L:      [email protected]
3476 S:      Maintained
3477 F:      drivers/scsi/NCR_D700.*
3478
3479 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3480 M:      Faisal Latif <[email protected]>
3481 M:      Chien Tung <[email protected]>
3482 L:      [email protected]
3483 W:      http://www.neteffect.com
3484 S:      Supported
3485 F:      drivers/infiniband/hw/nes/
3486
3487 NETEM NETWORK EMULATOR
3488 M:      Stephen Hemminger <[email protected]>
3489 L:      [email protected]
3490 S:      Maintained
3491 F:      net/sched/sch_netem.c
3492
3493 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3494 M:      Ramkrishna Vepa <[email protected]>
3495 M:      Rastapur Santosh <[email protected]>
3496 M:      Sivakumar Subramani <[email protected]>
3497 M:      Sreenivasa Honnur <[email protected]>
3498 M:      Anil Murthy <[email protected]>
3499 L:      [email protected]
3500 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3501 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3502 S:      Supported
3503 F:      Documentation/networking/s2io.txt
3504 F:      drivers/net/s2io*
3505
3506 NETFILTER/IPTABLES/IPCHAINS
3507 P:      Rusty Russell
3508 P:      Marc Boucher
3509 P:      James Morris
3510 P:      Harald Welte
3511 P:      Jozsef Kadlecsik
3512 M:      Patrick McHardy <[email protected]>
3513 L:      [email protected]
3514 L:      [email protected]
3515 L:      [email protected]
3516 W:      http://www.netfilter.org/
3517 W:      http://www.iptables.org/
3518 T:      git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3519 S:      Supported
3520 F:      include/linux/netfilter*
3521 F:      include/linux/netfilter/
3522 F:      include/net/netfilter/
3523 F:      net/*/netfilter.c
3524 F:      net/*/netfilter/
3525 F:      net/netfilter/
3526
3527 NETLABEL
3528 M:      Paul Moore <[email protected]>
3529 W:      http://netlabel.sf.net
3530 L:      [email protected]
3531 S:      Supported
3532 F:      Documentation/netlabel/
3533 F:      include/net/netlabel.h
3534 F:      net/netlabel/
3535
3536 NETROM NETWORK LAYER
3537 M:      Ralf Baechle <[email protected]>
3538 L:      [email protected]
3539 W:      http://www.linux-ax25.org/
3540 S:      Maintained
3541 F:      include/linux/netrom.h
3542 F:      include/net/netrom.h
3543 F:      net/netrom/
3544
3545 NETWORK BLOCK DEVICE (NBD)
3546 M:      Paul Clements <[email protected]>
3547 S:      Maintained
3548 F:      Documentation/blockdev/nbd.txt
3549 F:      drivers/block/nbd.c
3550 F:      include/linux/nbd.h
3551
3552 NETWORKING [GENERAL]
3553 M:      "David S. Miller" <[email protected]>
3554 L:      [email protected]
3555 W:      http://www.linuxfoundation.org/en/Net
3556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3557 S:      Maintained
3558 F:      net/
3559 F:      include/net/
3560
3561 NETWORKING [IPv4/IPv6]
3562 M:      "David S. Miller" <[email protected]>
3563 M:      Alexey Kuznetsov <[email protected]>
3564 M:      "Pekka Savola (ipv6)" <[email protected]>
3565 M:      James Morris <[email protected]>
3566 M:      Hideaki YOSHIFUJI <[email protected]>
3567 M:      Patrick McHardy <[email protected]>
3568 L:      [email protected]
3569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3570 S:      Maintained
3571 F:      net/ipv4/
3572 F:      net/ipv6/
3573 F:      include/net/ip*
3574
3575 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3576 M:      Paul Moore <[email protected]>
3577 L:      [email protected]
3578 S:      Maintained
3579
3580 NETWORKING [WIRELESS]
3581 M:      "John W. Linville" <[email protected]>
3582 L:      [email protected]
3583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3584 S:      Maintained
3585 F:      net/wireless/
3586 F:      include/net/ieee80211*
3587 F:      include/linux/wireless.h
3588
3589 NETWORKING DRIVERS
3590 L:      [email protected]
3591 W:      http://www.linuxfoundation.org/en/Net
3592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3593 S:      Odd Fixes
3594 F:      drivers/net/
3595
3596 NETXEN (1/10) GbE SUPPORT
3597 M:      Dhananjay Phadke <[email protected]>
3598 L:      [email protected]
3599 W:      http://www.netxen.com
3600 S:      Supported
3601 F:      drivers/net/netxen/
3602
3603 NFS, SUNRPC, AND LOCKD CLIENTS
3604 M:      Trond Myklebust <[email protected]>
3605 L:      [email protected]
3606 W:      http://client.linux-nfs.org
3607 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3608 S:      Maintained
3609 F:      fs/lockd/
3610 F:      fs/nfs/
3611 F:      fs/nfs_common/
3612 F:      net/sunrpc/
3613 F:      include/linux/lockd/
3614 F:      include/linux/nfs*
3615 F:      include/linux/sunrpc/
3616
3617 NI5010 NETWORK DRIVER
3618 M:      Jan-Pascal van Best <[email protected]>
3619 M:      Andreas Mohr <[email protected]>
3620 L:      [email protected]
3621 S:      Maintained
3622 F:      drivers/net/ni5010.*
3623
3624 NILFS2 FILESYSTEM
3625 M:      KONISHI Ryusuke <[email protected]>
3626 L:      [email protected]
3627 W:      http://www.nilfs.org/en/
3628 S:      Supported
3629 F:      Documentation/filesystems/nilfs2.txt
3630 F:      fs/nilfs2/
3631 F:      include/linux/nilfs2_fs.h
3632
3633 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3634 M:      YOKOTA Hiroshi <[email protected]>
3635 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3636 S:      Maintained
3637 F:      Documentation/scsi/NinjaSCSI.txt
3638 F:      drivers/scsi/pcmcia/nsp_*
3639
3640 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3641 M:      GOTO Masanori <[email protected]>
3642 M:      YOKOTA Hiroshi <[email protected]>
3643 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3644 S:      Maintained
3645 F:      Documentation/scsi/NinjaSCSI.txt
3646 F:      drivers/scsi/nsp32*
3647
3648 NTFS FILESYSTEM
3649 M:      Anton Altaparmakov <[email protected]>
3650 L:      [email protected]
3651 W:      http://www.linux-ntfs.org/
3652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3653 S:      Maintained
3654 F:      Documentation/filesystems/ntfs.txt
3655 F:      fs/ntfs/
3656
3657 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3658 M:      Antonino Daplas <[email protected]>
3659 L:      [email protected] (moderated for non-subscribers)
3660 S:      Maintained
3661 F:      drivers/video/riva/
3662 F:      drivers/video/nvidia/
3663
3664 OMAP SUPPORT
3665 M:      "Tony Lindgren <[email protected]>" <[email protected]>
3666 L:      [email protected]
3667 W:      http://www.muru.com/linux/omap/
3668 W:      http://linux.omap.com/
3669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
3670 S:      Maintained
3671 F:      arch/arm/*omap*
3672
3673 OMAP CLOCK FRAMEWORK SUPPORT
3674 M:      Paul Walmsley <[email protected]>
3675 L:      [email protected]
3676 S:      Maintained
3677 F:      arch/arm/*omap*/*clock*
3678
3679 OMAP POWER MANAGEMENT SUPPORT
3680 M:      Kevin Hilman <[email protected]>
3681 L:      [email protected]
3682 S:      Maintained
3683 F:      arch/arm/*omap*/*pm*
3684
3685 OMAP AUDIO SUPPORT
3686 M:      Jarkko Nikula <[email protected]>
3687 L:      [email protected] (subscribers-only)
3688 L:      [email protected]
3689 S:      Maintained
3690 F:      sound/soc/omap/
3691
3692 OMAP FRAMEBUFFER SUPPORT
3693 M:      Imre Deak <[email protected]>
3694 L:      [email protected] (moderated for non-subscribers)
3695 L:      [email protected]
3696 S:      Maintained
3697 F:      drivers/video/omap/
3698
3699 OMAP MMC SUPPORT
3700 M:      Jarkko Lavinen <[email protected]>
3701 L:      [email protected]
3702 S:      Maintained
3703 F:      drivers/mmc/host/*omap*
3704
3705 OMAP RANDOM NUMBER GENERATOR SUPPORT
3706 M:      Deepak Saxena <[email protected]>
3707 S:      Maintained
3708 F:      drivers/char/hw_random/omap-rng.c
3709
3710 OMAP USB SUPPORT
3711 M:      Felipe Balbi <[email protected]>
3712 M:      David Brownell <[email protected]>
3713 L:      [email protected]
3714 L:      [email protected]
3715 S:      Maintained
3716
3717 OMFS FILESYSTEM
3718 M:      Bob Copeland <[email protected]>
3719 L:      [email protected]
3720 S:      Maintained
3721 F:      Documentation/filesystems/omfs.txt
3722 F:      fs/omfs/
3723
3724 OMNIKEY CARDMAN 4000 DRIVER
3725 M:      Harald Welte <[email protected]>
3726 S:      Maintained
3727 F:      drivers/char/pcmcia/cm4000_cs.c
3728 F:      include/linux/cm4000_cs.h
3729
3730 OMNIKEY CARDMAN 4040 DRIVER
3731 M:      Harald Welte <[email protected]>
3732 S:      Maintained
3733 F:      drivers/char/pcmcia/cm4040_cs.*
3734
3735 OMNIVISION OV7670 SENSOR DRIVER
3736 M:      Jonathan Corbet <[email protected]>
3737 L:      [email protected]
3738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3739 S:      Maintained
3740 F:      drivers/media/video/ov7670.c
3741
3742 ONENAND FLASH DRIVER
3743 M:      Kyungmin Park <[email protected]>
3744 L:      [email protected]
3745 S:      Maintained
3746 F:      drivers/mtd/onenand/
3747 F:      include/linux/mtd/onenand*.h
3748
3749 ONSTREAM SCSI TAPE DRIVER
3750 M:      Willem Riede <[email protected]>
3751 L:      [email protected]
3752 L:      [email protected]
3753 S:      Maintained
3754 F:      drivers/scsi/osst*
3755 F:      drivers/scsi/st*
3756
3757 OPENCORES I2C BUS DRIVER
3758 M:      Peter Korsgaard <[email protected]>
3759 L:      [email protected]
3760 S:      Maintained
3761 F:      Documentation/i2c/busses/i2c-ocores
3762 F:      drivers/i2c/busses/i2c-ocores.c
3763
3764 OPROFILE
3765 M:      Robert Richter <[email protected]>
3766 L:      [email protected]
3767 S:      Maintained
3768 F:      arch/*/oprofile/
3769 F:      drivers/oprofile/
3770 F:      include/linux/oprofile.h
3771
3772 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3773 M:      Mark Fasheh <[email protected]>
3774 M:      Joel Becker <[email protected]>
3775 L:      [email protected] (moderated for non-subscribers)
3776 W:      http://oss.oracle.com/projects/ocfs2/
3777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
3778 S:      Supported
3779 F:      Documentation/filesystems/ocfs2.txt
3780 F:      Documentation/filesystems/dlmfs.txt
3781 F:      fs/ocfs2/
3782
3783 ORINOCO DRIVER
3784 M:      Pavel Roskin <[email protected]>
3785 M:      David Gibson <[email protected]>
3786 L:      [email protected]
3787 L:      [email protected]
3788 L:      [email protected]
3789 W:      http://www.nongnu.org/orinoco/
3790 S:      Maintained
3791 F:      drivers/net/wireless/orinoco/
3792
3793 OSD LIBRARY and FILESYSTEM
3794 M:      Boaz Harrosh <[email protected]>
3795 M:      Benny Halevy <[email protected]>
3796 L:      [email protected]
3797 W:      http://open-osd.org
3798 T:      git git://git.open-osd.org/open-osd.git
3799 S:      Maintained
3800 F:      drivers/scsi/osd/
3801 F:      drivers/include/scsi/osd_*
3802 F:      fs/exofs/
3803
3804 P54 WIRELESS DRIVER
3805 M:      Michael Wu <[email protected]>
3806 L:      [email protected]
3807 W:      http://prism54.org
3808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3809 S:      Maintained
3810 F:      drivers/net/wireless/p54/
3811
3812 PA SEMI ETHERNET DRIVER
3813 M:      Olof Johansson <[email protected]>
3814 L:      [email protected]
3815 S:      Maintained
3816 F:      drivers/net/pasemi_mac.*
3817
3818 PA SEMI SMBUS DRIVER
3819 M:      Olof Johansson <[email protected]>
3820 L:      [email protected]
3821 S:      Maintained
3822 F:      drivers/i2c/busses/i2c-pasemi.c
3823
3824 PANASONIC LAPTOP ACPI EXTRAS DRIVER
3825 M:      Harald Welte <[email protected]>
3826 S:      Maintained
3827 F:      drivers/platform/x86/panasonic-laptop.c
3828
3829 PANASONIC MN10300/AM33 PORT
3830 M:      David Howells <[email protected]>
3831 M:      Koichi Yasutake <[email protected]>
3832 L:      [email protected] (moderated for non-subscribers)
3833 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3834 S:      Maintained
3835 F:      Documentation/mn10300/
3836 F:      arch/mn10300/
3837
3838 PARALLEL PORT SUPPORT
3839 L:      [email protected] (subscribers-only)
3840 S:      Orphan
3841 F:      drivers/parport/
3842 F:      include/linux/parport*.h
3843 F:      drivers/char/ppdev.c
3844 F:      include/linux/ppdev.h
3845
3846 PARAVIRT_OPS INTERFACE
3847 M:      Jeremy Fitzhardinge <[email protected]>
3848 M:      Chris Wright <[email protected]>
3849 M:      Alok Kataria <[email protected]>
3850 M:      Rusty Russell <[email protected]>
3851 L:      [email protected]
3852 S:      Supported
3853 F:      Documentation/ia64/paravirt_ops.txt
3854 F:      arch/*/kernel/paravirt*
3855 F:      arch/*/include/asm/paravirt.h
3856
3857 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3858 M:      Tim Waugh <[email protected]>
3859 L:      [email protected] (subscribers-only)
3860 W:      http://www.torque.net/linux-pp.html
3861 S:      Maintained
3862 F:      Documentation/blockdev/paride.txt
3863 F:      drivers/block/paride/
3864
3865 PARISC ARCHITECTURE
3866 M:      Kyle McMartin <[email protected]>
3867 M:      Helge Deller <[email protected]>
3868 L:      [email protected]
3869 W:      http://www.parisc-linux.org/
3870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3871 S:      Maintained
3872 F:      arch/parisc/
3873 F:      drivers/parisc/
3874
3875 PC87360 HARDWARE MONITORING DRIVER
3876 M:      Jim Cromie <[email protected]>
3877 L:      [email protected]
3878 S:      Maintained
3879 F:      Documentation/hwmon/pc87360
3880 F:      drivers/hwmon/pc87360.c
3881
3882 PC8736x GPIO DRIVER
3883 M:      Jim Cromie <[email protected]>
3884 S:      Maintained
3885 F:      drivers/char/pc8736x_gpio.c
3886
3887 PCA9532 LED DRIVER
3888 M:      Riku Voipio <[email protected]>
3889 S:      Maintained
3890 F:      drivers/leds/leds-pca9532.c
3891 F:      include/linux/leds-pca9532.h
3892
3893 PCI ERROR RECOVERY
3894 M:      Linas Vepstas <[email protected]>
3895 L:      [email protected]
3896 S:      Supported
3897 F:      Documentation/PCI/pci-error-recovery.txt
3898 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3899
3900 PCI SUBSYSTEM
3901 M:      Jesse Barnes <[email protected]>
3902 L:      [email protected]
3903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3904 S:      Supported
3905 F:      Documentation/PCI/
3906 F:      drivers/pci/
3907 F:      include/linux/pci*
3908
3909 PCIE HOTPLUG DRIVER
3910 M:      Kristen Carlson Accardi <[email protected]>
3911 L:      [email protected]
3912 S:      Supported
3913 F:      drivers/pci/pcie/
3914
3915 PCMCIA SUBSYSTEM
3916 P:      Linux PCMCIA Team
3917 L:      [email protected]
3918 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3920 S:      Maintained
3921 F:      Documentation/pcmcia/
3922 F:      drivers/pcmcia/
3923 F:      include/pcmcia/
3924
3925 PCNET32 NETWORK DRIVER
3926 M:      Don Fry <[email protected]>
3927 L:      [email protected]
3928 S:      Maintained
3929 F:      drivers/net/pcnet32.c
3930
3931 PER-TASK DELAY ACCOUNTING
3932 M:      Balbir Singh <[email protected]>
3933 S:      Maintained
3934 F:      include/linux/delayacct.h
3935 F:      kernel/delayacct.c
3936
3937 PERFORMANCE COUNTER SUBSYSTEM
3938 M:      Peter Zijlstra <[email protected]>
3939 M:      Paul Mackerras <[email protected]>
3940 M:      Ingo Molnar <[email protected]>
3941 S:      Supported
3942
3943 PERSONALITY HANDLING
3944 M:      Christoph Hellwig <[email protected]>
3945 L:      [email protected]
3946 S:      Maintained
3947 F:      include/linux/personality.h
3948
3949 PHRAM MTD DRIVER
3950 M:      Joern Engel <[email protected]>
3951 L:      [email protected]
3952 S:      Maintained
3953 F:      drivers/mtd/devices/phram.c
3954
3955 PKTCDVD DRIVER
3956 M:      Peter Osterlund <[email protected]>
3957 S:      Maintained
3958 F:      drivers/block/pktcdvd.c
3959 F:      include/linux/pktcdvd.h
3960
3961 POSIX CLOCKS and TIMERS
3962 M:      Thomas Gleixner <[email protected]>
3963 S:      Supported
3964 F:      fs/timerfd.c
3965 F:      include/linux/timer*
3966 F:      kernel/*timer*
3967
3968 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3969 M:      Anton Vorontsov <[email protected]>
3970 M:      David Woodhouse <[email protected]>
3971 T:      git git://git.infradead.org/battery-2.6.git
3972 S:      Maintained
3973 F:      include/linux/power_supply.h
3974 F:      drivers/power/power_supply*
3975
3976 PNP SUPPORT
3977 M:      Adam Belay <[email protected]>
3978 M:      Bjorn Helgaas <[email protected]>
3979 S:      Maintained
3980 F:      drivers/pnp/
3981
3982 PNXxxxx I2C DRIVER
3983 M:      Vitaly Wool <[email protected]>
3984 L:      [email protected]
3985 S:      Maintained
3986 F:      drivers/i2c/busses/i2c-pnx.c
3987
3988 PPP PROTOCOL DRIVERS AND COMPRESSORS
3989 M:      Paul Mackerras <[email protected]>
3990 L:      [email protected]
3991 S:      Maintained
3992 F:      drivers/net/ppp_*
3993
3994 PPP OVER ATM (RFC 2364)
3995 M:      Mitchell Blank Jr <[email protected]>
3996 S:      Maintained
3997 F:      net/atm/pppoatm.c
3998 F:      include/linux/atmppp.h
3999
4000 PPP OVER ETHERNET
4001 M:      Michal Ostrowski <[email protected]>
4002 S:      Maintained
4003 F:      drivers/net/pppoe.c
4004 F:      drivers/net/pppox.c
4005
4006 PPP OVER L2TP
4007 M:      James Chapman <[email protected]>
4008 S:      Maintained
4009 F:      drivers/net/pppol2tp.c
4010 F:      include/linux/if_pppol2tp.h
4011
4012 PPS SUPPORT
4013 M:      Rodolfo Giometti <[email protected]>
4014 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4015 L:      [email protected] (subscribers-only)
4016 S:      Maintained
4017 F:      Documentation/pps/
4018 F:      drivers/pps/
4019 F:      include/linux/pps*.h
4020
4021 PREEMPTIBLE KERNEL
4022 M:      Robert Love <[email protected]>
4023 L:      [email protected]
4024 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4025 S:      Supported
4026 F:      Documentation/preempt-locking.txt
4027 F:      include/linux/preempt.h
4028
4029 PRISM54 WIRELESS DRIVER
4030 M:      "Luis R. Rodriguez" <[email protected]>
4031 L:      [email protected]
4032 W:      http://prism54.org
4033 S:      Maintained
4034 F:      drivers/net/wireless/prism54/
4035
4036 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4037 M:      Peter Denison <[email protected]>
4038 W:      http://www.pnd-pc.demon.co.uk/promise/
4039 S:      Maintained
4040
4041 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4042 M:      Mikael Pettersson <[email protected]>
4043 L:      [email protected]
4044 S:      Maintained
4045 F:      drivers/ata/sata_promise.*
4046
4047 PS3 NETWORK SUPPORT
4048 M:      Geoff Levand <[email protected]>
4049 L:      [email protected]
4050 L:      [email protected]
4051 S:      Supported
4052 F:      drivers/net/ps3_gelic_net.*
4053
4054 PS3 PLATFORM SUPPORT
4055 M:      Geoff Levand <[email protected]>
4056 L:      [email protected]
4057 L:      [email protected]
4058 S:      Supported
4059 F:      arch/powerpc/boot/ps3*
4060 F:      arch/powerpc/include/asm/lv1call.h
4061 F:      arch/powerpc/include/asm/ps3*.h
4062 F:      arch/powerpc/platforms/ps3/
4063 F:      drivers/*/ps3*
4064 F:      drivers/ps3/
4065 F:      drivers/rtc/rtc-ps3.c
4066 F:      drivers/usb/host/*ps3.c
4067 F:      sound/ppc/snd_ps3*
4068
4069 PS3VRAM DRIVER
4070 M:      Jim Paris <[email protected]>
4071 L:      [email protected]
4072 S:      Maintained
4073
4074 PTRACE SUPPORT
4075 M:      Roland McGrath <[email protected]>
4076 M:      Oleg Nesterov <[email protected]>
4077 S:      Maintained
4078 F:      include/asm-generic/syscall.h
4079 F:      include/linux/ptrace.h
4080 F:      include/linux/regset.h
4081 F:      include/linux/tracehook.h
4082 F:      kernel/ptrace.c
4083
4084 PVRUSB2 VIDEO4LINUX DRIVER
4085 M:      Mike Isely <[email protected]>
4086 L:      [email protected]       (subscribers-only)
4087 L:      [email protected]
4088 W:      http://www.isely.net/pvrusb2/
4089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4090 S:      Maintained
4091 F:      Documentation/video4linux/README.pvrusb2
4092 F:      drivers/media/video/pvrusb2/
4093
4094 PXA2xx/PXA3xx SUPPORT
4095 M:      Eric Miao <[email protected]>
4096 M:      Russell King <[email protected]>
4097 L:      [email protected] (subscribers-only)
4098 S:      Maintained
4099 F:      arch/arm/mach-pxa/
4100 F:      drivers/pcmcia/pxa2xx*
4101 F:      drivers/spi/pxa2xx*
4102 F:      drivers/usb/gadget/pxa2*
4103 F:      include/sound/pxa2xx-lib.h
4104 F:      sound/arm/pxa*
4105 F:      sound/soc/pxa
4106
4107 PXA168 SUPPORT
4108 M:      Eric Miao <[email protected]>
4109 M:      Jason Chagas <[email protected]>
4110 L:      [email protected] (subscribers-only)
4111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4112 S:      Maintained
4113
4114 PXA910 SUPPORT
4115 M:      Eric Miao <[email protected]>
4116 L:      [email protected] (subscribers-only)
4117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4118 S:      Maintained
4119
4120 PXA MMCI DRIVER
4121 S:      Orphan
4122
4123 PXA RTC DRIVER
4124 M:      Robert Jarzmik <[email protected]>
4125 L:      [email protected]
4126 S:      Maintained
4127
4128 QLOGIC QLA2XXX FC-SCSI DRIVER
4129 M:      Andrew Vasquez <[email protected]>
4130 M:      [email protected]
4131 L:      [email protected]
4132 S:      Supported
4133 F:      Documentation/scsi/LICENSE.qla2xxx
4134 F:      drivers/scsi/qla2xxx/
4135
4136 QLOGIC QLA3XXX NETWORK DRIVER
4137 M:      Ron Mercer <[email protected]>
4138 M:      [email protected]
4139 L:      [email protected]
4140 S:      Supported
4141 F:      Documentation/networking/LICENSE.qla3xxx
4142 F:      drivers/net/qla3xxx.*
4143
4144 QLOGIC QLGE 10Gb ETHERNET DRIVER
4145 M:      Ron Mercer <[email protected]>
4146 M:      [email protected]
4147 L:      [email protected]
4148 S:      Supported
4149 F:      drivers/net/qlge/
4150
4151 QNX4 FILESYSTEM
4152 M:      Anders Larsen <[email protected]>
4153 W:      http://www.alarsen.net/linux/qnx4fs/
4154 S:      Maintained
4155 F:      fs/qnx4/
4156 F:      include/linux/qnx4_fs.h
4157 F:      include/linux/qnxtypes.h
4158
4159 RADEON FRAMEBUFFER DISPLAY DRIVER
4160 M:      Benjamin Herrenschmidt <[email protected]>
4161 L:      [email protected] (moderated for non-subscribers)
4162 S:      Maintained
4163 F:      drivers/video/aty/radeon*
4164 F:      include/linux/radeonfb.h
4165
4166 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4167 M:      Paul Mackerras <[email protected]>
4168 L:      [email protected] (moderated for non-subscribers)
4169 S:      Maintained
4170 F:      drivers/video/aty/aty128fb.c
4171
4172 RALINK RT2X00 WIRELESS LAN DRIVER
4173 P:      rt2x00 project
4174 L:      [email protected]
4175 L:      [email protected]
4176 W:      http://rt2x00.serialmonkey.com/
4177 S:      Maintained
4178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4179 F:      drivers/net/wireless/rt2x00/
4180
4181 RAMDISK RAM BLOCK DEVICE DRIVER
4182 M:      Nick Piggin <[email protected]>
4183 S:      Maintained
4184 F:      Documentation/blockdev/ramdisk.txt
4185 F:      drivers/block/brd.c
4186
4187 RANDOM NUMBER DRIVER
4188 M:      Matt Mackall <[email protected]>
4189 S:      Maintained
4190 F:      drivers/char/random.c
4191
4192 RAPIDIO SUBSYSTEM
4193 M:      Matt Porter <[email protected]>
4194 S:      Maintained
4195 F:      drivers/rapidio/
4196
4197 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4198 M:      Corey Thomas <[email protected]>
4199 L:      [email protected]
4200 S:      Maintained
4201 F:      drivers/net/wireless/ray*
4202
4203 RCUTORTURE MODULE
4204 M:      Josh Triplett <[email protected]>
4205 M:      "Paul E. McKenney" <[email protected]>
4206 S:      Maintained
4207 F:      Documentation/RCU/torture.txt
4208 F:      kernel/rcutorture.c
4209
4210 RDC R-321X SoC
4211 M:      Florian Fainelli <[email protected]>
4212 S:      Maintained
4213
4214 RDC R6040 FAST ETHERNET DRIVER
4215 M:      Florian Fainelli <[email protected]>
4216 L:      [email protected]
4217 S:      Maintained
4218 F:      drivers/net/r6040.c
4219
4220 RDS - RELIABLE DATAGRAM SOCKETS
4221 M:      Andy Grover <[email protected]>
4222 L:      [email protected] (moderated for non-subscribers)
4223 S:      Supported
4224 F:      net/rds/
4225
4226 READ-COPY UPDATE (RCU)
4227 M:      Dipankar Sarma <[email protected]>
4228 M:      "Paul E. McKenney" <[email protected]>
4229 W:      http://www.rdrop.com/users/paulmck/rclock/
4230 S:      Supported
4231 F:      Documentation/RCU/rcu.txt
4232 F:      Documentation/RCU/rcuref.txt
4233 F:      include/linux/rcupdate.h
4234 F:      include/linux/srcu.h
4235 F:      kernel/rcupdate.c
4236
4237 REAL TIME CLOCK DRIVER
4238 M:      Paul Gortmaker <[email protected]>
4239 S:      Maintained
4240 F:      Documentation/rtc.txt
4241 F:      drivers/rtc/
4242 F:      include/linux/rtc.h
4243
4244 REAL TIME CLOCK (RTC) SUBSYSTEM
4245 M:      Alessandro Zummo <[email protected]>
4246 L:      [email protected]
4247 S:      Maintained
4248 F:      Documentation/rtc.txt
4249 F:      drivers/rtc/
4250 F:      include/linux/rtc.h
4251
4252 REISERFS FILE SYSTEM
4253 L:      [email protected]
4254 S:      Supported
4255 F:      fs/reiserfs/
4256
4257 RFKILL
4258 M:      Johannes Berg <[email protected]>
4259 L:      [email protected]
4260 S:      Maintained
4261 F       Documentation/rfkill.txt
4262 F:      net/rfkill/
4263
4264 RISCOM8 DRIVER
4265 S:      Orphan
4266 F:      Documentation/serial/riscom8.txt
4267 F:      drivers/char/riscom8*
4268
4269 ROCKETPORT DRIVER
4270 P:      Comtrol Corp.
4271 W:      http://www.comtrol.com
4272 S:      Maintained
4273 F:      Documentation/serial/rocket.txt
4274 F:      drivers/char/rocket*
4275
4276 ROSE NETWORK LAYER
4277 M:      Ralf Baechle <[email protected]>
4278 L:      [email protected]
4279 W:      http://www.linux-ax25.org/
4280 S:      Maintained
4281 F:      include/linux/rose.h
4282 F:      include/net/rose.h
4283 F:      net/rose/
4284
4285 RTL8180 WIRELESS DRIVER
4286 M:      "John W. Linville" <[email protected]>
4287 L:      [email protected]
4288 W:      http://linuxwireless.org/
4289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4290 S:      Maintained
4291 F:      drivers/net/wireless/rtl818*
4292
4293 RTL8187 WIRELESS DRIVER
4294 M:      Herton Ronaldo Krzesinski <[email protected]>
4295 M:      Hin-Tak Leung <[email protected]>
4296 M:      Larry Finger <[email protected]>
4297 L:      [email protected]
4298 W:      http://linuxwireless.org/
4299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4300 S:      Maintained
4301 F:      drivers/net/wireless/rtl818x/rtl8187*
4302
4303 S3 SAVAGE FRAMEBUFFER DRIVER
4304 M:      Antonino Daplas <[email protected]>
4305 L:      [email protected] (moderated for non-subscribers)
4306 S:      Maintained
4307 F:      drivers/video/savage/
4308
4309 S390
4310 M:      Martin Schwidefsky <[email protected]>
4311 M:      Heiko Carstens <[email protected]>
4312 M:      [email protected]
4313 L:      [email protected]
4314 W:      http://www.ibm.com/developerworks/linux/linux390/
4315 S:      Supported
4316 F:      arch/s390/
4317
4318 S390 NETWORK DRIVERS
4319 M:      Ursula Braun <[email protected]>
4320 M:      Frank Blaschka <[email protected]>
4321 M:      [email protected]
4322 L:      [email protected]
4323 W:      http://www.ibm.com/developerworks/linux/linux390/
4324 S:      Supported
4325 F:      drivers/s390/net/
4326
4327 S390 ZCRYPT DRIVER
4328 M:      Felix Beck <[email protected]>
4329 M:      Ralph Wuerthner <[email protected]>
4330 M:      [email protected]
4331 L:      [email protected]
4332 S:      Supported
4333 F:      drivers/s390/crypto/
4334
4335 S390 ZFCP DRIVER
4336 M:      Christof Schmitt <[email protected]>
4337 M:      Martin Peschke <[email protected]>
4338 M:      [email protected]
4339 L:      [email protected]
4340 W:      http://www.ibm.com/developerworks/linux/linux390/
4341 S:      Supported
4342 F:      Documentation/s390/zfcpdump.txt
4343 F:      drivers/s390/scsi/zfcp_*
4344
4345 S390 IUCV NETWORK LAYER
4346 M:      Ursula Braun <[email protected]>
4347 M:      [email protected]
4348 L:      [email protected]
4349 W:      http://www.ibm.com/developerworks/linux/linux390/
4350 S:      Supported
4351 F:      drivers/s390/net/*iucv*
4352 F:      include/net/iucv/
4353 F:      net/iucv/
4354
4355 S3C24XX SD/MMC Driver
4356 M:      Ben Dooks <[email protected]>
4357 L:      [email protected] (subscribers-only)
4358 S:      Supported
4359 F:      drivers/mmc/host/s3cmci.*
4360
4361 SAA7146 VIDEO4LINUX-2 DRIVER
4362 M:      Michael Hunold <[email protected]>
4363 L:      [email protected]
4364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4365 W:      http://www.mihu.de/linux/saa7146
4366 S:      Maintained
4367 F:      drivers/media/common/saa7146*
4368 F:      drivers/media/video/*7146*
4369 F:      include/media/*7146*
4370
4371 SC1200 WDT DRIVER
4372 M:      Zwane Mwaikambo <[email protected]>
4373 S:      Maintained
4374 F:      drivers/watchdog/sc1200wdt.c
4375
4376 SCHEDULER
4377 M:      Ingo Molnar <[email protected]>
4378 M:      Peter Zijlstra <[email protected]>
4379 S:      Maintained
4380 F:      kernel/sched*
4381 F:      include/linux/sched.h
4382
4383 SCSI CDROM DRIVER
4384 M:      Jens Axboe <[email protected]>
4385 L:      [email protected]
4386 W:      http://www.kernel.dk
4387 S:      Maintained
4388 F:      drivers/scsi/sr*
4389
4390 SCSI SG DRIVER
4391 M:      Doug Gilbert <[email protected]>
4392 L:      [email protected]
4393 W:      http://www.torque.net/sg
4394 S:      Maintained
4395 F:      drivers/scsi/sg.c
4396 F:      include/scsi/sg.h
4397
4398 SCSI SUBSYSTEM
4399 M:      "James E.J. Bottomley" <[email protected]>
4400 L:      [email protected]
4401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4404 S:      Maintained
4405 F:      drivers/scsi/
4406 F:      include/scsi/
4407
4408 SCSI TAPE DRIVER
4409 M:      Kai Mäkisara <[email protected]>
4410 L:      [email protected]
4411 S:      Maintained
4412 F:      Documentation/scsi/st.txt
4413 F:      drivers/scsi/st*
4414
4415 SCTP PROTOCOL
4416 M:      Vlad Yasevich <[email protected]>
4417 M:      Sridhar Samudrala <[email protected]>
4418 L:      [email protected]
4419 W:      http://lksctp.sourceforge.net
4420 S:      Supported
4421 F:      Documentation/networking/sctp.txt
4422 F:      include/linux/sctp.h
4423 F:      include/net/sctp/
4424 F:      net/sctp/
4425
4426 SCx200 CPU SUPPORT
4427 M:      Jim Cromie <[email protected]>
4428 S:      Odd Fixes
4429 F:      Documentation/i2c/busses/scx200_acb
4430 F:      arch/x86/kernel/scx200_32.c
4431 F:      drivers/watchdog/scx200_wdt.c
4432 F:      drivers/i2c/busses/scx200*
4433 F:      drivers/mtd/maps/scx200_docflash.c
4434 F:      include/linux/scx200.h
4435
4436 SCx200 GPIO DRIVER
4437 M:      Jim Cromie <[email protected]>
4438 S:      Maintained
4439 F:      drivers/char/scx200_gpio.c
4440 F:      include/linux/scx200_gpio.h
4441
4442 SCx200 HRT CLOCKSOURCE DRIVER
4443 M:      Jim Cromie <[email protected]>
4444 S:      Maintained
4445 F:      drivers/clocksource/scx200_hrt.c
4446
4447 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4448 M:      Sascha Sommer <[email protected]>
4449 L:      [email protected] (subscribers-only)
4450 S:      Maintained
4451 F:      drivers/mmc/host/sdricoh_cs.c
4452
4453 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4454 M:      Pierre Ossman <[email protected]>
4455 L:      [email protected]
4456 S:      Maintained
4457
4458 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4459 M:      Anton Vorontsov <[email protected]>
4460 L:      [email protected]
4461 L:      [email protected]
4462 S:      Maintained
4463 F:      drivers/mmc/host/sdhci.*
4464
4465 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4466 M:      Ben Dooks <[email protected]>
4467 L:      [email protected]
4468 S:      Maintained
4469 F:      drivers/mmc/host/sdhci-s3c.c
4470
4471 SECURITY SUBSYSTEM
4472 M:      James Morris <[email protected]>
4473 L:      [email protected] (suggested Cc:)
4474 T:      git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4475 W:      http://security.wiki.kernel.org/
4476 S:      Supported
4477 F:      security/
4478
4479 SECURITY CONTACT
4480 M:      Security Officers <[email protected]>
4481 S:      Supported
4482
4483 SELINUX SECURITY MODULE
4484 M:      Stephen Smalley <[email protected]>
4485 M:      James Morris <[email protected]>
4486 M:      Eric Paris <[email protected]>
4487 L:      [email protected] (subscribers-only, general discussion)
4488 W:      http://selinuxproject.org
4489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4490 S:      Supported
4491 F:      include/linux/selinux*
4492 F:      security/selinux/
4493
4494 SENSABLE PHANTOM
4495 M:      Jiri Slaby <[email protected]>
4496 S:      Maintained
4497 F:      drivers/misc/phantom.c
4498 F:      include/linux/phantom.h
4499
4500 SERIAL ATA (SATA) SUBSYSTEM
4501 M:      Jeff Garzik <[email protected]>
4502 L:      [email protected]
4503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4504 S:      Supported
4505 F:      drivers/ata/
4506 F:      include/linux/ata.h
4507 F:      include/linux/libata.h
4508
4509 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4510 M:      Sathya Perla <[email protected]>
4511 M:      Subbu Seetharaman <[email protected]>
4512 L:      [email protected]
4513 W:      http://www.serverengines.com
4514 S:      Supported
4515 F:      drivers/net/benet/
4516
4517 SFC NETWORK DRIVER
4518 P:      Steve Hodgson
4519 P:      Ben Hutchings
4520 M:      Robert Stonehouse <[email protected]>
4521 S:      Supported
4522 F:      drivers/net/sfc/
4523
4524 SGI GRU DRIVER
4525 M:      Jack Steiner <[email protected]>
4526 S:      Maintained
4527 F:      drivers/misc/sgi-gru/
4528
4529 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4530 M:      Pat Gefre <[email protected]>
4531 L:      [email protected]
4532 S:      Supported
4533 F:      Documentation/ia64/serial.txt
4534 F:      drivers/serial/ioc?_serial.c
4535 F:      include/linux/ioc?.h
4536
4537 SGI VISUAL WORKSTATION 320 AND 540
4538 M:      Andrey Panin <[email protected]>
4539 L:      [email protected]
4540 W:      http://linux-visws.sf.net
4541 S:      Maintained for 2.6.
4542 F:      Documentation/sgi-visws.txt
4543
4544 SGI XP/XPC/XPNET DRIVER
4545 M:      Robin Holt <[email protected]>
4546 S:      Maintained
4547 F:      drivers/misc/sgi-xp/
4548
4549 SHARP LH SUPPORT (LH7952X & LH7A40X)
4550 M:      Marc Singer <[email protected]>
4551 W:      http://projects.buici.com/arm
4552 L:      [email protected] (subscribers-only)
4553 S:      Maintained
4554 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4555 F:      arch/arm/mach-lh7a40x/
4556 F:      drivers/serial/serial_lh7a40x.c
4557 F:      drivers/usb/gadget/lh7a40*
4558 F:      drivers/usb/host/ohci-lh7a40*
4559
4560 SHPC HOTPLUG DRIVER
4561 M:      Kristen Carlson Accardi <[email protected]>
4562 L:      [email protected]
4563 S:      Supported
4564 F:      drivers/pci/hotplug/shpchp*
4565
4566 SIMTEC EB110ATX (Chalice CATS)
4567 P:      Ben Dooks
4568 M:      Vincent Sanders <[email protected]>
4569 W:      http://www.simtec.co.uk/products/EB110ATX/
4570 S:      Supported
4571
4572 SIMTEC EB2410ITX (BAST)
4573 P:      Ben Dooks
4574 M:      Vincent Sanders <[email protected]>
4575 W:      http://www.simtec.co.uk/products/EB2410ITX/
4576 S:      Supported
4577 F:      arch/arm/mach-s3c2410/
4578 F:      drivers/*/*s3c2410*
4579 F:      drivers/*/*/*s3c2410*
4580
4581 SIS 190 ETHERNET DRIVER
4582 M:      Francois Romieu <[email protected]>
4583 L:      [email protected]
4584 S:      Maintained
4585 F:      drivers/net/sis190.c
4586
4587 SIS 900/7016 FAST ETHERNET DRIVER
4588 M:      Daniele Venzano <[email protected]>
4589 W:      http://www.brownhat.org/sis900.html
4590 L:      [email protected]
4591 S:      Maintained
4592 F:      drivers/net/sis900.*
4593
4594 SIS 96X I2C/SMBUS DRIVER
4595 M:      "Mark M. Hoffman" <[email protected]>
4596 L:      [email protected]
4597 S:      Maintained
4598 F:      Documentation/i2c/busses/i2c-sis96x
4599 F:      drivers/i2c/busses/i2c-sis96x.c
4600
4601 SIS FRAMEBUFFER DRIVER
4602 M:      Thomas Winischhofer <[email protected]>
4603 W:      http://www.winischhofer.net/linuxsisvga.shtml
4604 S:      Maintained
4605 F:      Documentation/fb/sisfb.txt
4606 F:      drivers/video/sis/
4607 F:      include/video/sisfb.h
4608
4609 SIS USB2VGA DRIVER
4610 M:      Thomas Winischhofer <[email protected]>
4611 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
4612 S:      Maintained
4613 F:      drivers/usb/misc/sisusbvga/
4614
4615 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4616 M:      Stephen Hemminger <[email protected]>
4617 L:      [email protected]
4618 S:      Maintained
4619 F:      drivers/net/skge.*
4620 F:      drivers/net/sky2.*
4621
4622 SLAB ALLOCATOR
4623 M:      Christoph Lameter <[email protected]>
4624 M:      Pekka Enberg <[email protected]>
4625 M:      Matt Mackall <[email protected]>
4626 L:      [email protected]
4627 S:      Maintained
4628 F:      include/linux/sl?b*.h
4629 F:      mm/sl?b.c
4630
4631 SMC91x ETHERNET DRIVER
4632 M:      Nicolas Pitre <[email protected]>
4633 S:      Maintained
4634 F:      drivers/net/smc91x.*
4635
4636 SMSC47B397 HARDWARE MONITOR DRIVER
4637 M:      "Mark M. Hoffman" <[email protected]>
4638 L:      [email protected]
4639 S:      Maintained
4640 F:      Documentation/hwmon/smsc47b397
4641 F:      drivers/hwmon/smsc47b397.c
4642
4643 SMSC911x ETHERNET DRIVER
4644 M:      Steve Glendinning <[email protected]>
4645 L:      [email protected]
4646 S:      Supported
4647 F:      include/linux/smsc911x.h
4648 F:      drivers/net/smsc911x.*
4649
4650 SMSC9420 PCI ETHERNET DRIVER
4651 M:      Steve Glendinning <[email protected]>
4652 L:      [email protected]
4653 S:      Supported
4654 F:      drivers/net/smsc9420.*
4655
4656 SMX UIO Interface
4657 M:      Ben Nizette <[email protected]>
4658 S:      Maintained
4659 F:      drivers/uio/uio_smx.c
4660
4661 SN-IA64 (Itanium) SUB-PLATFORM
4662 M:      Jes Sorensen <[email protected]>
4663 L:      [email protected]
4664 L:      [email protected]
4665 W:      http://www.sgi.com/altix
4666 S:      Maintained
4667 F:      arch/ia64/sn/
4668
4669 SOC-CAMERA V4L2 SUBSYSTEM
4670 M:      Guennadi Liakhovetski <[email protected]>
4671 L:      [email protected]
4672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4673 S:      Maintained
4674 F:      include/media/v4l2*
4675 F:      drivers/media/video/v4l2*
4676
4677 SOEKRIS NET48XX LED SUPPORT
4678 M:      Chris Boot <[email protected]>
4679 S:      Maintained
4680 F:      drivers/leds/leds-net48xx.c
4681
4682 SOFTWARE RAID (Multiple Disks) SUPPORT
4683 M:      Neil Brown <[email protected]>
4684 L:      [email protected]
4685 S:      Supported
4686 F:      drivers/md/
4687 F:      include/linux/raid/
4688
4689 SONIC NETWORK DRIVER
4690 M:      Thomas Bogendoerfer <[email protected]>
4691 L:      [email protected]
4692 S:      Maintained
4693 F:      drivers/net/sonic.*
4694
4695 SONICS SILICON BACKPLANE DRIVER (SSB)
4696 M:      Michael Buesch <[email protected]>
4697 L:      [email protected]
4698 S:      Maintained
4699 F:      drivers/ssb/
4700 F:      include/linux/ssb/
4701
4702 SONY VAIO CONTROL DEVICE DRIVER
4703 M:      Mattia Dongili <[email protected]>
4704 L:      [email protected]
4705 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
4706 S:      Maintained
4707 F:      Documentation/laptops/sony-laptop.txt
4708 F:      drivers/char/sonypi.c
4709 F:      drivers/platform/x86/sony-laptop.c
4710 F:      include/linux/sony-laptop.h
4711
4712 SONY MEMORYSTICK CARD SUPPORT
4713 M:      Alex Dubov <[email protected]>
4714 W:      http://tifmxx.berlios.de/
4715 S:      Maintained
4716 F:      drivers/memstick/host/tifm_ms.c
4717
4718 SOUND
4719 M:      Jaroslav Kysela <[email protected]>
4720 M:      Takashi Iwai <[email protected]>
4721 L:      [email protected] (moderated for non-subscribers)
4722 W:      http://www.alsa-project.org/
4723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
4724 T:      git git://git.alsa-project.org/alsa-kernel.git
4725 S:      Maintained
4726 F:      Documentation/sound/
4727 F:      include/sound/
4728 F:      sound/
4729
4730 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
4731 M:      Liam Girdwood <[email protected]>
4732 M:      Mark Brown <[email protected]>
4733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
4734 L:      [email protected] (moderated for non-subscribers)
4735 W:      http://alsa-project.org/main/index.php/ASoC
4736 S:      Supported
4737 F:      sound/soc/
4738 F:      include/sound/soc*
4739
4740 SPARC + UltraSPARC (sparc/sparc64)
4741 M:      "David S. Miller" <[email protected]>
4742 L:      [email protected]
4743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
4745 S:      Maintained
4746 F:      arch/sparc/
4747
4748 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4749 M:      Roger Wolff <[email protected]>
4750 S:      Supported
4751 F:      Documentation/serial/specialix.txt
4752 F:      drivers/char/specialix*
4753
4754 SPI SUBSYSTEM
4755 M:      David Brownell <[email protected]>
4756 L:      [email protected]
4757 S:      Maintained
4758 F:      Documentation/spi/
4759 F:      drivers/spi/
4760 F:      include/linux/spi/
4761
4762 SPIDERNET NETWORK DRIVER for CELL
4763 M:      Ishizaki Kou <[email protected]>
4764 M:      Jens Osterkamp <[email protected]>
4765 L:      [email protected]
4766 S:      Supported
4767 F:      Documentation/networking/spider_net.txt
4768 F:      drivers/net/spider_net*
4769
4770 SPU FILE SYSTEM
4771 M:      Jeremy Kerr <[email protected]>
4772 L:      [email protected]
4773 L:      [email protected]
4774 W:      http://www.ibm.com/developerworks/power/cell/
4775 S:      Supported
4776 F:      Documentation/filesystems/spufs.txt
4777 F:      arch/powerpc/platforms/cell/spufs/
4778
4779 SQUASHFS FILE SYSTEM
4780 M:      Phillip Lougher <[email protected]>
4781 L:      [email protected] (subscribers-only)
4782 W:      http://squashfs.org.uk
4783 S:      Maintained
4784 F:      Documentation/filesystems/squashfs.txt
4785 F:      fs/squashfs/
4786
4787 SRM (Alpha) environment access
4788 M:      Jan-Benedict Glaw <[email protected]>
4789 S:      Maintained
4790 F:      arch/alpha/kernel/srm_env.c
4791
4792 STABLE BRANCH
4793 M:      Greg Kroah-Hartman <[email protected]>
4794 M:      Chris Wright <[email protected]>
4795 L:      [email protected]
4796 S:      Maintained
4797
4798 STAGING SUBSYSTEM
4799 M:      Greg Kroah-Hartman <[email protected]>
4800 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4801 L:      [email protected]
4802 S:      Maintained
4803 F:      drivers/staging/
4804
4805 STARFIRE/DURALAN NETWORK DRIVER
4806 M:      Ion Badulescu <[email protected]>
4807 S:      Odd Fixes
4808 F:      drivers/net/starfire*
4809
4810 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4811 S:      Orphan
4812 F:      drivers/net/wireless/strip.c
4813 F:      include/linux/if_strip.h
4814
4815 STRADIS MPEG-2 DECODER DRIVER
4816 M:      Nathan Laredo <[email protected]>
4817 W:      http://www.stradis.com/
4818 S:      Maintained
4819 F:      drivers/media/video/stradis.c
4820
4821 SUN3/3X
4822 M:      Sam Creasey <[email protected]>
4823 W:      http://sammy.net/sun3/
4824 S:      Maintained
4825 F:      arch/m68k/kernel/*sun3*
4826 F:      arch/m68k/sun3*/
4827 F:      arch/m68k/include/asm/sun3*
4828
4829 SUPERH
4830 M:      Paul Mundt <[email protected]>
4831 L:      [email protected]
4832 W:      http://www.linux-sh.org
4833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
4834 S:      Supported
4835 F:      Documentation/sh/
4836 F:      arch/sh/
4837 F:      drivers/sh/
4838
4839 SUSPEND TO RAM
4840 M:      Len Brown <[email protected]>
4841 M:      Pavel Machek <[email protected]>
4842 M:      "Rafael J. Wysocki" <[email protected]>
4843 L:      [email protected]
4844 S:      Supported
4845 F:      Documentation/power/
4846 F:      arch/x86/kernel/acpi/
4847 F:      drivers/base/power/
4848 F:      kernel/power/
4849 F:      include/linux/suspend.h
4850 F:      include/linux/freezer.h
4851 F:      include/linux/pm.h
4852
4853 SVGA HANDLING
4854 M:      Martin Mares <[email protected]>
4855 L:      [email protected]
4856 S:      Maintained
4857 F:      Documentation/svga.txt
4858 F:      arch/x86/boot/video*
4859
4860 SYSV FILESYSTEM
4861 M:      Christoph Hellwig <[email protected]>
4862 S:      Maintained
4863 F:      Documentation/filesystems/sysv-fs.txt
4864 F:      fs/sysv/
4865 F:      include/linux/sysv_fs.h
4866
4867 TASKSTATS STATISTICS INTERFACE
4868 M:      Balbir Singh <[email protected]>
4869 S:      Maintained
4870 F:      Documentation/accounting/taskstats*
4871 F:      include/linux/taskstats*
4872 F:      kernel/taskstats.c
4873
4874 TC CLASSIFIER
4875 M:      Jamal Hadi Salim <[email protected]>
4876 L:      [email protected]
4877 S:      Maintained
4878 F:      include/linux/pkt_cls.h
4879 F:      include/net/pkt_cls.h
4880 F:      net/sched/
4881
4882 TCP LOW PRIORITY MODULE
4883 M:      "Wong Hoi Sing, Edison" <[email protected]>
4884 M:      "Hung Hing Lun, Mike" <[email protected]>
4885 W:      http://tcp-lp-mod.sourceforge.net/
4886 S:      Maintained
4887 F:      net/ipv4/tcp_lp.c
4888
4889 TEHUTI ETHERNET DRIVER
4890 M:      Alexander Indenbaum <[email protected]>
4891 M:      Andy Gospodarek <[email protected]>
4892 L:      [email protected]
4893 S:      Supported
4894 F:      drivers/net/tehuti*
4895
4896 Telecom Clock Driver for MCPL0010
4897 M:      Mark Gross <[email protected]>
4898 S:      Supported
4899 F:      drivers/char/tlclk.c
4900
4901 TENSILICA XTENSA PORT (xtensa)
4902 M:      Chris Zankel <[email protected]>
4903 S:      Maintained
4904 F:      arch/xtensa/
4905
4906 THINKPAD ACPI EXTRAS DRIVER
4907 M:      Henrique de Moraes Holschuh <[email protected]>
4908 L:      [email protected]
4909 W:      http://ibm-acpi.sourceforge.net
4910 W:      http://thinkwiki.org/wiki/Ibm-acpi
4911 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4912 S:      Maintained
4913 F:      drivers/platform/x86/thinkpad_acpi.c
4914
4915 TI FLASH MEDIA INTERFACE DRIVER
4916 M:      Alex Dubov <[email protected]>
4917 S:      Maintained
4918 F:      drivers/misc/tifm*
4919 F:      drivers/mmc/host/tifm_sd.c
4920 F:      include/linux/tifm.h
4921
4922 TI TWL4030 SERIES SOC CODEC DRIVER
4923 M:      Peter Ujfalusi <[email protected]>
4924 L:      [email protected] (moderated for non-subscribers)
4925 S:      Maintained
4926 F:      sound/soc/codecs/twl4030*
4927
4928 TIPC NETWORK LAYER
4929 M:      Per Liden <[email protected]>
4930 M:      Jon Maloy <[email protected]>
4931 M:      Allan Stephens <[email protected]>
4932 L:      [email protected]
4933 W:      http://tipc.sourceforge.net/
4934 W:      http://tipc.cslab.ericsson.net/
4935 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
4936 S:      Maintained
4937 F:      include/linux/tipc*.h
4938 F:      include/net/tipc/
4939 F:      net/tipc/
4940
4941 TLAN NETWORK DRIVER
4942 M:      Samuel Chessman <[email protected]>
4943 L:      [email protected] (subscribers-only)
4944 W:      http://sourceforge.net/projects/tlan/
4945 S:      Maintained
4946 F:      Documentation/networking/tlan.txt
4947 F:      drivers/net/tlan.*
4948
4949 TOMOYO SECURITY MODULE
4950 M:      Kentaro Takeda <[email protected]>
4951 M:      Tetsuo Handa <[email protected]>
4952 L:      [email protected] (subscribers-only, for developers and users in English)
4953 L:      [email protected] (subscribers-only, for developers in Japanese)
4954 L:      [email protected] (subscribers-only, for users in Japanese)
4955 W:      http://tomoyo.sourceforge.jp/
4956 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
4957 S:      Maintained
4958 F:      security/tomoyo/
4959
4960 TOSHIBA ACPI EXTRAS DRIVER
4961 S:      Orphan
4962 F:      drivers/platform/x86/toshiba_acpi.c
4963
4964 TOSHIBA SMM DRIVER
4965 M:      Jonathan Buzzard <[email protected]>
4966 L:      [email protected]
4967 W:      http://www.buzzard.org.uk/toshiba/
4968 S:      Maintained
4969 F:      drivers/char/toshiba.c
4970 F:      include/linux/toshiba.h
4971
4972 TMIO MMC DRIVER
4973 M:      Ian Molton <[email protected]>
4974 S:      Maintained
4975 F:      drivers/mmc/host/tmio_mmc.*
4976
4977 TMPFS (SHMEM FILESYSTEM)
4978 M:      Hugh Dickins <[email protected]>
4979 L:      [email protected]
4980 S:      Maintained
4981 F:      include/linux/shmem_fs.h
4982 F:      mm/shmem.c
4983
4984 TPM DEVICE DRIVER
4985 M:      Debora Velarde <[email protected]>
4986 M:      Rajiv Andrade <[email protected]>
4987 W:      http://tpmdd.sourceforge.net
4988 M:      Marcel Selhorst <[email protected]>
4989 W:      http://www.sirrix.com
4990 L:      [email protected] (moderated for non-subscribers)
4991 S:      Maintained
4992 F:      drivers/char/tpm/
4993
4994 TRIVIAL PATCHES
4995 M:      Jiri Kosina <[email protected]>
4996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
4997 S:      Maintained
4998
4999 TTY LAYER
5000 M:      Alan Cox <[email protected]>
5001 S:      Maintained
5002 T:      stgit http://zeniv.linux.org.uk/~alan/ttydev/
5003 F:      drivers/char/tty_*
5004 F:      drivers/serial/serial_core.c
5005 F:      include/linux/serial_core.h
5006 F:      include/linux/serial.h
5007 F:      include/linux/tty.h
5008
5009 TULIP NETWORK DRIVERS
5010 M:      Grant Grundler <[email protected]>
5011 M:      Kyle McMartin <[email protected]>
5012 L:      [email protected]
5013 S:      Maintained
5014 F:      drivers/net/tulip/
5015
5016 TUN/TAP driver
5017 M:      Maxim Krasnyansky <[email protected]>
5018 L:      [email protected]
5019 W:      http://vtun.sourceforge.net/tun
5020 S:      Maintained
5021 F:      Documentation/networking/tuntap.txt
5022 F:      arch/um/os-Linux/drivers/
5023
5024 TURBOCHANNEL SUBSYSTEM
5025 M:      "Maciej W. Rozycki" <[email protected]>
5026 S:      Maintained
5027 F:      drivers/tc/
5028 F:      include/linux/tc.h
5029
5030 U14-34F SCSI DRIVER
5031 M:      Dario Ballabio <[email protected]>
5032 L:      [email protected]
5033 S:      Maintained
5034 F:      drivers/scsi/u14-34f.c
5035
5036 UBI FILE SYSTEM (UBIFS)
5037 M:      Artem Bityutskiy <[email protected]>
5038 M:      Adrian Hunter <[email protected]>
5039 L:      [email protected]
5040 T:      git git://git.infradead.org/ubifs-2.6.git
5041 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5042 S:      Maintained
5043 F:      Documentation/filesystems/ubifs.txt
5044 F:      fs/ubifs/
5045
5046 UCLINUX (AND M68KNOMMU)
5047 M:      Greg Ungerer <[email protected]>
5048 W:      http://www.uclinux.org/
5049 L:      [email protected]  (subscribers-only)
5050 S:      Maintained
5051 F:      arch/m68knommu/
5052
5053 UCLINUX FOR RENESAS H8/300 (H8300)
5054 M:      Yoshinori Sato <[email protected]>
5055 W:      http://uclinux-h8.sourceforge.jp/
5056 S:      Supported
5057
5058 UDF FILESYSTEM
5059 M:      Jan Kara <[email protected]>
5060 W:      http://linux-udf.sourceforge.net
5061 S:      Maintained
5062 F:      Documentation/filesystems/udf.txt
5063 F:      fs/udf/
5064
5065 UFS FILESYSTEM
5066 M:      Evgeniy Dushistov <[email protected]>
5067 S:      Maintained
5068 F:      Documentation/filesystems/ufs.txt
5069 F:      fs/ufs/
5070
5071 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5072 M:      David Vrabel <[email protected]>
5073 L:      [email protected]
5074 S:      Supported
5075 F:      drivers/uwb/*
5076 F:      include/linux/uwb.h
5077 F:      include/linux/uwb/
5078
5079 UNIFORM CDROM DRIVER
5080 M:      Jens Axboe <[email protected]>
5081 W:      http://www.kernel.dk
5082 S:      Maintained
5083 F:      Documentation/cdrom/
5084 F:      drivers/cdrom/cdrom.c
5085 F:      include/linux/cdrom.h
5086
5087 UNSORTED BLOCK IMAGES (UBI)
5088 M:      Artem Bityutskiy <[email protected]>
5089 W:      http://www.linux-mtd.infradead.org/
5090 L:      [email protected]
5091 T:      git git://git.infradead.org/ubi-2.6.git
5092 S:      Maintained
5093 F:      drivers/mtd/ubi/
5094 F:      include/linux/mtd/ubi.h
5095 F:      include/mtd/ubi-user.h
5096
5097 USB ACM DRIVER
5098 M:      Oliver Neukum <[email protected]>
5099 L:      [email protected]
5100 S:      Maintained
5101 F:      Documentation/usb/acm.txt
5102 F:      drivers/usb/class/cdc-acm.*
5103
5104 USB BLOCK DRIVER (UB ub)
5105 M:      Pete Zaitcev <[email protected]>
5106 L:      [email protected]
5107 S:      Supported
5108 F:      drivers/block/ub.c
5109
5110 USB CDC ETHERNET DRIVER
5111 M:      Greg Kroah-Hartman <[email protected]>
5112 L:      [email protected]
5113 S:      Maintained
5114 W:      http://www.kroah.com/linux-usb/
5115 F:      drivers/net/usb/cdc_*.c
5116 F:      include/linux/usb/cdc.h
5117
5118 USB CYPRESS C67X00 DRIVER
5119 M:      Peter Korsgaard <[email protected]>
5120 L:      [email protected]
5121 S:      Maintained
5122 F:      drivers/usb/c67x00/
5123
5124 USB DAVICOM DM9601 DRIVER
5125 M:      Peter Korsgaard <[email protected]>
5126 L:      [email protected]
5127 W:      http://www.linux-usb.org/usbnet
5128 S:      Maintained
5129 F:      drivers/net/usb/dm9601.c
5130
5131 USB DIAMOND RIO500 DRIVER
5132 M:      Cesar Miquel <[email protected]>
5133 L:      [email protected]
5134 W:      http://rio500.sourceforge.net
5135 S:      Maintained
5136 F:      drivers/usb/misc/rio500*
5137
5138 USB EHCI DRIVER
5139 M:      David Brownell <[email protected]>
5140 L:      [email protected]
5141 S:      Odd Fixes
5142 F:      Documentation/usb/ehci.txt
5143 F:      drivers/usb/host/ehci*
5144
5145 USB ET61X[12]51 DRIVER
5146 M:      Luca Risolia <[email protected]>
5147 L:      [email protected]
5148 L:      [email protected]
5149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5150 W:      http://www.linux-projects.org
5151 S:      Maintained
5152 F:      drivers/media/video/et61x251/
5153
5154 USB GADGET/PERIPHERAL SUBSYSTEM
5155 M:      David Brownell <[email protected]>
5156 L:      [email protected]
5157 W:      http://www.linux-usb.org/gadget
5158 S:      Maintained
5159 F:      drivers/usb/gadget/
5160 F:      include/linux/usb/gadget*
5161
5162 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5163 M:      Jiri Kosina <[email protected]>
5164 L:      [email protected]
5165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5166 S:      Maintained
5167 F:      Documentation/usb/hiddev.txt
5168 F:      drivers/hid/usbhid/
5169
5170 USB ISP116X DRIVER
5171 M:      Olav Kongas <[email protected]>
5172 L:      [email protected]
5173 S:      Maintained
5174 F:      drivers/usb/host/isp116x*
5175 F:      include/linux/usb/isp116x.h
5176
5177 USB KAWASAKI LSI DRIVER
5178 M:      Oliver Neukum <[email protected]>
5179 L:      [email protected]
5180 S:      Maintained
5181 F:      drivers/usb/serial/kl5kusb105.*
5182
5183 USB MASS STORAGE DRIVER
5184 M:      Matthew Dharm <[email protected]>
5185 L:      [email protected]
5186 L:      [email protected]
5187 S:      Maintained
5188 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
5189 F:      drivers/usb/storage/
5190
5191 USB OHCI DRIVER
5192 M:      David Brownell <[email protected]>
5193 L:      [email protected]
5194 S:      Odd Fixes
5195 F:      Documentation/usb/ohci.txt
5196 F:      drivers/usb/host/ohci*
5197
5198 USB OPTION-CARD DRIVER
5199 M:      Matthias Urlichs <[email protected]>
5200 L:      [email protected]
5201 S:      Maintained
5202 F:      drivers/usb/serial/option.c
5203
5204 USB OV511 DRIVER
5205 M:      Mark McClelland <[email protected]>
5206 L:      [email protected]
5207 W:      http://alpha.dyndns.org/ov511/
5208 S:      Maintained
5209 F:      drivers/media/video/ov511.*
5210
5211 USB PEGASUS DRIVER
5212 M:      Petko Manolov <[email protected]>
5213 L:      [email protected]
5214 L:      [email protected]
5215 W:      http://pegasus2.sourceforge.net/
5216 S:      Maintained
5217 F:      drivers/net/usb/pegasus.*
5218
5219 USB PRINTER DRIVER (usblp)
5220 M:      Pete Zaitcev <[email protected]>
5221 L:      [email protected]
5222 S:      Supported
5223 F:      drivers/usb/class/usblp.c
5224
5225 USB RTL8150 DRIVER
5226 M:      Petko Manolov <[email protected]>
5227 L:      [email protected]
5228 L:      [email protected]
5229 W:      http://pegasus2.sourceforge.net/
5230 S:      Maintained
5231 F:      drivers/net/usb/rtl8150.c
5232
5233 USB SE401 DRIVER
5234 M:      Jeroen Vreeken <[email protected]>
5235 L:      [email protected]
5236 W:      http://www.chello.nl/~j.vreeken/se401/
5237 S:      Maintained
5238 F:      Documentation/video4linux/se401.txt
5239 F:      drivers/media/video/se401.*
5240
5241 USB SERIAL BELKIN F5U103 DRIVER
5242 M:      William Greathouse <[email protected]>
5243 L:      [email protected]
5244 S:      Maintained
5245 F:      drivers/usb/serial/belkin_sa.*
5246
5247 USB SERIAL CYPRESS M8 DRIVER
5248 M:      Lonnie Mendez <[email protected]>
5249 L:      [email protected]
5250 S:      Maintained
5251 W:      http://geocities.com/i0xox0i
5252 W:      http://firstlight.net/cvs
5253 F:      drivers/usb/serial/cypress_m8.*
5254
5255 USB SERIAL CYBERJACK DRIVER
5256 M:      Matthias Bruestle and Harald Welte <[email protected]>
5257 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
5258 S:      Maintained
5259 F:      drivers/usb/serial/cyberjack.c
5260
5261 USB SERIAL DIGI ACCELEPORT DRIVER
5262 M:      Peter Berger <[email protected]>
5263 M:      Al Borchers <[email protected]>
5264 L:      [email protected]
5265 S:      Maintained
5266 F:      drivers/usb/serial/digi_acceleport.c
5267
5268 USB SERIAL DRIVER
5269 M:      Greg Kroah-Hartman <[email protected]>
5270 L:      [email protected]
5271 S:      Supported
5272 F:      Documentation/usb/usb-serial.txt
5273 F:      drivers/usb/serial/generic.c
5274 F:      drivers/usb/serial/usb-serial.c
5275 F:      include/linux/usb/serial.h
5276
5277 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5278 M:      Gary Brubaker <[email protected]>
5279 L:      [email protected]
5280 S:      Maintained
5281 F:      drivers/usb/serial/empeg.c
5282
5283 USB SERIAL KEYSPAN DRIVER
5284 M:      Greg Kroah-Hartman <[email protected]>
5285 L:      [email protected]
5286 W:      http://www.kroah.com/linux/
5287 S:      Maintained
5288 F:      drivers/usb/serial/*keyspan*
5289
5290 USB SERIAL WHITEHEAT DRIVER
5291 M:      Support Department <[email protected]>
5292 L:      [email protected]
5293 W:      http://www.connecttech.com
5294 S:      Supported
5295 F:      drivers/usb/serial/whiteheat*
5296
5297 USB SMSC95XX ETHERNET DRIVER
5298 M:      Steve Glendinning <[email protected]>
5299 L:      [email protected]
5300 S:      Supported
5301 F:      drivers/net/usb/smsc95xx.*
5302
5303 USB SN9C1xx DRIVER
5304 M:      Luca Risolia <[email protected]>
5305 L:      [email protected]
5306 L:      [email protected]
5307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5308 W:      http://www.linux-projects.org
5309 S:      Maintained
5310 F:      Documentation/video4linux/sn9c102.txt
5311 F:      drivers/media/video/sn9c102/
5312
5313 USB SUBSYSTEM
5314 M:      Greg Kroah-Hartman <[email protected]>
5315 L:      [email protected]
5316 W:      http://www.linux-usb.org
5317 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5318 S:      Supported
5319 F:      Documentation/usb/
5320 F:      drivers/net/usb/
5321 F:      drivers/usb/
5322 F:      include/linux/usb.h
5323 F:      include/linux/usb/
5324
5325 USB UHCI DRIVER
5326 M:      Alan Stern <[email protected]>
5327 L:      [email protected]
5328 S:      Maintained
5329 F:      drivers/usb/host/uhci*
5330
5331 USB "USBNET" DRIVER FRAMEWORK
5332 M:      David Brownell <[email protected]>
5333 L:      [email protected]
5334 W:      http://www.linux-usb.org/usbnet
5335 S:      Maintained
5336 F:      drivers/net/usb/usbnet.c
5337 F:      include/linux/usb/usbnet.h
5338
5339 USB VIDEO CLASS
5340 M:      Laurent Pinchart <[email protected]>
5341 L:      [email protected] (subscribers-only)
5342 L:      [email protected]
5343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5344 W:      http://linux-uvc.berlios.de
5345 S:      Maintained
5346 F:      drivers/media/video/uvc/
5347
5348 USB W996[87]CF DRIVER
5349 M:      Luca Risolia <[email protected]>
5350 L:      [email protected]
5351 L:      [email protected]
5352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5353 W:      http://www.linux-projects.org
5354 S:      Maintained
5355 F:      Documentation/video4linux/w9968cf.txt
5356 F:      drivers/media/video/w996*
5357
5358 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5359 M:      Jussi Kivilinna <[email protected]>
5360 L:      [email protected]
5361 S:      Maintained
5362 F:      drivers/net/wireless/rndis_wlan.c
5363
5364 USB XHCI DRIVER
5365 M:      Sarah Sharp <[email protected]>
5366 L:      [email protected]
5367 S:      Supported
5368
5369 USB ZC0301 DRIVER
5370 M:      Luca Risolia <[email protected]>
5371 L:      [email protected]
5372 L:      [email protected]
5373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5374 W:      http://www.linux-projects.org
5375 S:      Maintained
5376 F:      Documentation/video4linux/zc0301.txt
5377 F:      drivers/media/video/zc0301/
5378
5379 USB ZD1201 DRIVER
5380 M:      Jeroen Vreeken <[email protected]>
5381 L:      [email protected]
5382 W:      http://linux-lc100020.sourceforge.net
5383 S:      Maintained
5384 F:      drivers/net/wireless/zd1201.*
5385
5386 USB ZR364XX DRIVER
5387 M:      Antoine Jacquet <[email protected]>
5388 L:      [email protected]
5389 L:      [email protected]
5390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5391 W:      http://royale.zerezo.com/zr364xx/
5392 S:      Maintained
5393 F:      Documentation/video4linux/zr364xx.txt
5394 F:      drivers/media/video/zr364xx.c
5395
5396 USER-MODE LINUX (UML)
5397 M:      Jeff Dike <[email protected]>
5398 L:      [email protected]
5399 L:      [email protected]
5400 W:      http://user-mode-linux.sourceforge.net
5401 S:      Maintained
5402 F:      Documentation/uml/
5403 F:      arch/um/
5404 F:      fs/hostfs/
5405 F:      fs/hppfs/
5406
5407 USERSPACE I/O (UIO)
5408 M:      "Hans J. Koch" <[email protected]>
5409 M:      Greg Kroah-Hartman <[email protected]>
5410 S:      Maintained
5411 F:      Documentation/DocBook/uio-howto.tmpl
5412 F:      drivers/uio/
5413 F:      include/linux/uio*.h
5414
5415 UTIL-LINUX-NG PACKAGE
5416 M:      Karel Zak <[email protected]>
5417 L:      [email protected]
5418 W:      http://kernel.org/~kzak/util-linux-ng/
5419 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5420 S:      Maintained
5421
5422 UVESAFB DRIVER
5423 M:      Michal Januszewski <[email protected]>
5424 L:      [email protected] (moderated for non-subscribers)
5425 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
5426 S:      Maintained
5427 F:      Documentation/fb/uvesafb.txt
5428 F:      drivers/video/uvesafb.*
5429
5430 VFAT/FAT/MSDOS FILESYSTEM
5431 M:      OGAWA Hirofumi <[email protected]>
5432 S:      Maintained
5433 F:      Documentation/filesystems/vfat.txt
5434 F:      fs/fat/
5435
5436 VIA RHINE NETWORK DRIVER
5437 M:      Roger Luethi <[email protected]>
5438 S:      Maintained
5439 F:      drivers/net/via-rhine.c
5440
5441 VIAPRO SMBUS DRIVER
5442 M:      Jean Delvare <[email protected]>
5443 L:      [email protected]
5444 S:      Maintained
5445 F:      Documentation/i2c/busses/i2c-viapro
5446 F:      drivers/i2c/busses/i2c-viapro.c
5447
5448 VIA SD/MMC CARD CONTROLLER DRIVER
5449 M:      Joseph Chan <[email protected]>
5450 M:      Harald Welte <[email protected]>
5451 S:      Maintained
5452 F:      drivers/mmc/host/via-sdmmc.c
5453
5454 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
5455 M:      Joseph Chan <[email protected]>
5456 M:      Scott Fang <[email protected]>
5457 L:      [email protected] (moderated for non-subscribers)
5458 S:      Maintained
5459 F:      drivers/video/via/
5460
5461 VIA VELOCITY NETWORK DRIVER
5462 M:      Francois Romieu <[email protected]>
5463 L:      [email protected]
5464 S:      Maintained
5465 F:      drivers/net/via-velocity.*
5466
5467 VLAN (802.1Q)
5468 M:      Patrick McHardy <[email protected]>
5469 L:      [email protected]
5470 S:      Maintained
5471 F:      drivers/net/macvlan.c
5472 F:      include/linux/if_*vlan.h
5473 F:      net/8021q/
5474
5475 VLYNQ BUS
5476 M:      Florian Fainelli <[email protected]>
5477 L:      [email protected]
5478 S:      Maintained
5479 F:      drivers/vlynq/vlynq.c
5480 F:      include/linux/vlynq.h
5481
5482 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
5483 M:      Liam Girdwood <[email protected]>
5484 M:      Mark Brown <[email protected]>
5485 W:      http://opensource.wolfsonmicro.com/node/15
5486 W:      http://www.slimlogic.co.uk/?p=48
5487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
5488 S:      Supported
5489 F:      drivers/regulator/
5490 F:      include/linux/regulator/
5491
5492 VT1211 HARDWARE MONITOR DRIVER
5493 M:      Juerg Haefliger <[email protected]>
5494 L:      [email protected]
5495 S:      Maintained
5496 F:      Documentation/hwmon/vt1211
5497 F:      drivers/hwmon/vt1211.c
5498
5499 VT8231 HARDWARE MONITOR DRIVER
5500 M:      Roger Lucas <[email protected]>
5501 L:      [email protected]
5502 S:      Maintained
5503 F:      drivers/hwmon/vt8231.c
5504
5505 W1 DALLAS'S 1-WIRE BUS
5506 M:      Evgeniy Polyakov <[email protected]>
5507 S:      Maintained
5508 F:      Documentation/w1/
5509 F:      drivers/w1/
5510
5511 W83791D HARDWARE MONITORING DRIVER
5512 M:      Marc Hulsman <[email protected]>
5513 L:      [email protected]
5514 S:      Maintained
5515 F:      Documentation/hwmon/w83791d
5516 F:      drivers/hwmon/w83791d.c
5517
5518 W83793 HARDWARE MONITORING DRIVER
5519 M:      Rudolf Marek <[email protected]>
5520 L:      [email protected]
5521 S:      Maintained
5522 F:      Documentation/hwmon/w83793
5523 F:      drivers/hwmon/w83793.c
5524
5525 W83L51xD SD/MMC CARD INTERFACE DRIVER
5526 M:      Pierre Ossman <[email protected]>
5527 S:      Maintained
5528 F:      drivers/mmc/host/wbsd.*
5529
5530 WATCHDOG DEVICE DRIVERS
5531 M:      Wim Van Sebroeck <[email protected]>
5532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
5533 S:      Maintained
5534 F:      Documentation/watchdog/
5535 F:      drivers/watchdog/
5536 F:      include/linux/watchdog.h
5537
5538 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
5539 M:      Jean Tourrilhes <[email protected]>
5540 L:      [email protected]
5541 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
5542 S:      Maintained
5543 F:      Documentation/networking/wavelan.txt
5544 F:      drivers/net/wireless/wavelan*
5545
5546 WD7000 SCSI DRIVER
5547 M:      Miroslav Zagorac <[email protected]>
5548 L:      [email protected]
5549 S:      Maintained
5550 F:      drivers/scsi/wd7000.c
5551
5552 WIMAX STACK
5553 M:      Inaky Perez-Gonzalez <[email protected]>
5554 M:      [email protected]
5555 L:      [email protected]
5556 S:      Supported
5557 W:      http://linuxwimax.org
5558
5559 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
5560 M:      David Vrabel <[email protected]>
5561 S:      Maintained
5562 F:      include/linux/wlp.h
5563 F:      drivers/uwb/wlp/
5564
5565 WISTRON LAPTOP BUTTON DRIVER
5566 M:      Miloslav Trmac <[email protected]>
5567 S:      Maintained
5568 F:      drivers/input/misc/wistron_btns.c
5569
5570 WL3501 WIRELESS PCMCIA CARD DRIVER
5571 M:      Arnaldo Carvalho de Melo <[email protected]>
5572 L:      [email protected]
5573 W:      http://oops.ghostprotocols.net:81/blog
5574 S:      Maintained
5575 F:      drivers/net/wireless/wl3501*
5576
5577 WM97XX TOUCHSCREEN DRIVERS
5578 M:      Mark Brown <[email protected]>
5579 M:      Liam Girdwood <[email protected]>
5580 L:      [email protected]
5581 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
5582 W:      http://opensource.wolfsonmicro.com/node/7
5583 S:      Supported
5584 F:      drivers/input/touchscreen/*wm97*
5585 F:      include/linux/wm97xx.h
5586
5587 X.25 NETWORK LAYER
5588 M:      Henner Eisen <[email protected]>
5589 L:      [email protected]
5590 S:      Maintained
5591 F:      Documentation/networking/x25*
5592 F:      include/net/x25*
5593 F:      net/x25/
5594
5595 X86 ARCHITECTURE (32-BIT AND 64-BIT)
5596 M:      Thomas Gleixner <[email protected]>
5597 M:      Ingo Molnar <[email protected]>
5598 M:      "H. Peter Anvin" <[email protected]>
5599 M:      [email protected]
5600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
5601 S:      Maintained
5602 F:      Documentation/x86/
5603 F:      arch/x86/
5604
5605 XEN HYPERVISOR INTERFACE
5606 M:      Jeremy Fitzhardinge <[email protected]>
5607 M:      Chris Wright <[email protected]>
5608 L:      [email protected]
5609 L:      [email protected]
5610 S:      Supported
5611 F:      arch/x86/xen/
5612 F:      drivers/*/xen-*front.c
5613 F:      drivers/xen/
5614 F:      arch/x86/include/asm/xen/
5615 F:      include/xen/
5616
5617 XFS FILESYSTEM
5618 P:      Silicon Graphics Inc
5619 M:      Felix Blyakher <[email protected]>
5620 M:      [email protected]
5621 L:      [email protected]
5622 W:      http://oss.sgi.com/projects/xfs
5623 T:      git git://oss.sgi.com/xfs/xfs.git
5624 S:      Supported
5625 F:      Documentation/filesystems/xfs.txt
5626 F:      fs/xfs/
5627
5628 XILINX SYSTEMACE DRIVER
5629 M:      Grant Likely <[email protected]>
5630 W:      http://www.secretlab.ca/
5631 S:      Maintained
5632 F:      drivers/block/xsysace.c
5633
5634 XILINX UARTLITE SERIAL DRIVER
5635 M:      Peter Korsgaard <[email protected]>
5636 L:      [email protected]
5637 S:      Maintained
5638 F:      drivers/serial/uartlite.c
5639
5640 YAM DRIVER FOR AX.25
5641 M:      Jean-Paul Roubelat <[email protected]>
5642 L:      [email protected]
5643 S:      Maintained
5644 F:      drivers/net/hamradio/yam*
5645 F:      include/linux/yam.h
5646
5647 YEALINK PHONE DRIVER
5648 M:      Henk Vergonet <[email protected]>
5649 L:      [email protected]
5650 S:      Maintained
5651 F:      Documentation/input/yealink.txt
5652 F:      drivers/input/misc/yealink.*
5653
5654 Z8530 DRIVER FOR AX.25
5655 M:      Joerg Reuter <[email protected]>
5656 W:      http://yaina.de/jreuter/
5657 W:      http://www.qsl.net/dl1bke/
5658 L:      [email protected]
5659 S:      Maintained
5660 F:      Documentation/networking/z8530drv.txt
5661 F:      drivers/net/hamradio/*scc.c
5662 F:      drivers/net/hamradio/z8530.h
5663
5664 ZD1211RW WIRELESS DRIVER
5665 M:      Daniel Drake <[email protected]>
5666 M:      Ulrich Kunitz <[email protected]>
5667 W:      http://zd1211.ath.cx/wiki/DriverRewrite
5668 L:      [email protected]
5669 L:      [email protected] (subscribers-only)
5670 S:      Maintained
5671 F:      drivers/net/wireless/zd1211rw/
5672
5673 ZR36067 VIDEO FOR LINUX DRIVER
5674 L:      [email protected]
5675 L:      [email protected]
5676 W:      http://mjpeg.sourceforge.net/driver-zoran/
5677 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
5678 S:      Odd Fixes
5679 F:      drivers/media/video/zoran/
5680
5681 ZS DECSTATION Z85C30 SERIAL DRIVER
5682 M:      "Maciej W. Rozycki" <[email protected]>
5683 S:      Maintained
5684 F:      drivers/serial/zs.*
5685
5686 THE REST
5687 M:      Linus Torvalds <[email protected]>
5688 L:      [email protected]
5689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
5690 S:      Buried alive in reporters
5691 F:      *
5692 F:      */
This page took 0.347139 seconds and 4 git commands to generate.