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