cdb042f6952069125c978588e7d6f6bf9afe13f5
[pandora-kernel.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. See
34         Documentation/CodingStyle for guidance here.
35
36         PLEASE try to include any credit lines you want added with the
37         patch. It avoids people being missed off by mistake and makes
38         it easier to know who wants adding and who doesn't.
39
40         PLEASE document known bugs. If it doesn't work for everything
41         or does something very odd once a month document it.
42
43         PLEASE remember that submissions must be made under the terms
44         of the OSDL certificate of contribution
45         (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46         and should include a Signed-off-by: line.
47
48 6.      Make sure you have the right to send any changes you make. If you
49         do changes at work you may find your employer owns the patch
50         not you.
51
52 7.      When sending security related changes or reports to a maintainer
53         please Cc: security@kernel.org, especially if the maintainer
54         does not respond.
55
56 8.      Happy hacking.
57
58                 -----------------------------------
59
60 Maintainers List (try to look for most precise areas first)
61
62 Note: For the hard of thinking, this list is meant to remain in alphabetical
63 order. If you could add yourselves to it in alphabetical order that would be
64 so much easier [Ed]
65
66 P: Person
67 M: Mail patches to
68 L: Mailing list that is relevant to this area
69 W: Web-page with status/info
70 T: SCM tree type and location.  Type is one of: git, hg, quilt.
71 S: Status, one of the following:
72
73         Supported:      Someone is actually paid to look after this.
74         Maintained:     Someone actually looks after it.
75         Odd Fixes:      It has a maintainer but they don't have time to do
76                         much other than throw the odd patch in. See below..
77         Orphan:         No current maintainer [but maybe you could take the
78                         role as you write your new code].
79         Obsolete:       Old code. Something tagged obsolete generally means
80                         it has been replaced by a better system and you
81                         should be using that.
82
83 3C359 NETWORK DRIVER
84 P:      Mike Phillips
85 M:      mikep@linuxtr.net
86 L:      netdev@vger.kernel.org
87 L:      linux-tr@linuxtr.net
88 W:      http://www.linuxtr.net
89 S:      Maintained
90
91 3C505 NETWORK DRIVER
92 P:      Philip Blundell
93 M:      philb@gnu.org
94 L:      netdev@vger.kernel.org
95 S:      Maintained
96
97 3CR990 NETWORK DRIVER
98 P:      David Dillow
99 M:      dave@thedillows.org
100 L:      netdev@vger.kernel.org
101 S:      Maintained
102
103 3W-XXXX ATA-RAID CONTROLLER DRIVER
104 P:      Adam Radford
105 M:      linuxraid@amcc.com
106 L:      linux-scsi@vger.kernel.org
107 W:      http://www.amcc.com
108 S:      Supported
109
110 3W-9XXX SATA-RAID CONTROLLER DRIVER
111 P:      Adam Radford
112 M:      linuxraid@amcc.com
113 L:      linux-scsi@vger.kernel.org
114 W:      http://www.amcc.com
115 S:      Supported
116
117 53C700 AND 53C700-66 SCSI DRIVER
118 P:      James E.J. Bottomley
119 M:      James.Bottomley@HansenPartnership.com
120 L:      linux-scsi@vger.kernel.org
121 S:      Maintained
122
123 6PACK NETWORK DRIVER FOR AX.25
124 P:      Andreas Koensgen
125 M:      ajk@iehk.rwth-aachen.de
126 L:      linux-hams@vger.kernel.org
127 S:      Maintained
128
129 8139CP 10/100 FAST ETHERNET DRIVER
130 P:      Jeff Garzik
131 M:      jgarzik@pobox.com
132 S:      Maintained
133
134 8139TOO 10/100 FAST ETHERNET DRIVER
135 P:      Jeff Garzik
136 M:      jgarzik@pobox.com
137 W:      http://sourceforge.net/projects/gkernel/
138 S:      Maintained
139
140 8169 10/100/1000 GIGABIT ETHERNET DRIVER
141 P:      Francois Romieu
142 M:      romieu@fr.zoreil.com
143 L:      netdev@vger.kernel.org
144 S:      Maintained
145
146 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147 P:      Russell King
148 M:      rmk+serial@arm.linux.org.uk
149 L:      linux-serial@vger.kernel.org
150 W:      http://serial.sourceforge.net
151 S:      Maintained
152
153 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
154 P:      Paul Gortmaker
155 M:      p_gortmaker@yahoo.com
156 L:      netdev@vger.kernel.org
157 S:      Maintained
158
159 9P FILE SYSTEM
160 P:      Eric Van Hensbergen
161 M:      ericvh@gmail.com
162 P:      Ron Minnich
163 M:      rminnich@lanl.gov
164 P:      Latchesar Ionkov
165 M:      lucho@ionkov.net
166 L:      v9fs-developer@lists.sourceforge.net
167 W:      http://v9fs.sf.net
168 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
169 S:      Maintained
170
171 A2232 SERIAL BOARD DRIVER
172 P:      Enver Haase
173 M:      ehaase@inf.fu-berlin.de
174 M:      A2232@gmx.net
175 L:      linux-m68k@lists.linux-m68k.org
176 S:      Maintained
177
178 AIO
179 P:      Benjamin LaHaise
180 M:      bcrl@kvack.org
181 L:      linux-aio@kvack.org
182 S:      Supported
183
184 ABIT UGURU HARDWARE MONITOR DRIVER
185 P:      Hans de Goede
186 M:      j.w.r.degoede@hhs.nl
187 L:      lm-sensors@lm-sensors.org
188 S:      Maintained
189
190 ACENIC DRIVER
191 P:      Jes Sorensen
192 M:      jes@trained-monkey.org
193 L:      linux-acenic@sunsite.dk
194 S:      Maintained
195
196 ACI MIXER DRIVER
197 P:      Robert Siemer
198 M:      Robert.Siemer@gmx.de
199 L:      linux-sound@vger.kernel.org
200 W:      http://www.stud.uni-karlsruhe.de/~uh1b/
201 S:      Maintained
202
203 AACRAID SCSI RAID DRIVER
204 P:      Adaptec OEM Raid Solutions
205 L:      linux-scsi@vger.kernel.org
206 W:      http://linux.dell.com/storage.shtml
207 S:      Supported
208
209 ACPI
210 P:      Len Brown
211 M:      len.brown@intel.com
212 L:      linux-acpi@vger.kernel.org
213 W:      http://acpi.sourceforge.net/
214 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
215 S:      Maintained
216
217 ACPI PCI HOTPLUG DRIVER
218 P:      Kristen Carlson Accardi
219 M:      kristen.c.accardi@intel.com
220 L:      pcihpd-discuss@lists.sourceforge.net
221 S:      Maintained
222
223 AD1816 SOUND DRIVER
224 P:      Thorsten Knabe
225 M:      Thorsten Knabe <linux@thorsten-knabe.de>
226 W:      http://linux.thorsten-knabe.de
227 S:      Maintained
228
229 AD1889 SOUND DRIVER
230 P:      Kyle McMartin
231 M:      kyle@parisc-linux.org
232 P:      Thibaut Varene
233 M:      T-Bone@parisc-linux.org
234 W:      http://wiki.parisc-linux.org/AD1889
235 L:      parisc-linux@lists.parisc-linux.org
236 S:      Maintained
237
238 ADM1025 HARDWARE MONITOR DRIVER
239 P:      Jean Delvare
240 M:      khali@linux-fr.org
241 L:      lm-sensors@lm-sensors.org
242 S:      Maintained
243
244 ADT746X FAN DRIVER
245 P:      Colin Leroy
246 M:      colin@colino.net
247 S:      Maintained
248
249 AEDSP16 DRIVER
250 P:      Riccardo Facchetti
251 M:      fizban@tin.it
252 S:      Maintained
253
254 AFFS FILE SYSTEM
255 P:      Roman Zippel
256 M:      zippel@linux-m68k.org
257 S:      Maintained
258
259 AGPGART DRIVER
260 P:      Dave Jones
261 M:      davej@codemonkey.org.uk
262 W:      http://www.codemonkey.org.uk/projects/agp/
263 T:      git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
264 S:      Maintained
265
266 AHA152X SCSI DRIVER
267 P:      Juergen E. Fischer
268 M:      Juergen Fischer <fischer@norbit.de>
269 L:      linux-scsi@vger.kernel.org
270 S:      Maintained
271
272 ALCATEL SPEEDTOUCH USB DRIVER
273 P:      Duncan Sands
274 M:      duncan.sands@free.fr
275 L:      linux-usb-users@lists.sourceforge.net
276 L:      linux-usb-devel@lists.sourceforge.net
277 W:      http://www.linux-usb.org/SpeedTouch/
278 S:      Maintained
279
280 ALI1563 I2C DRIVER
281 P:      Rudolf Marek
282 M:      r.marek@sh.cvut.cz
283 L:      i2c@lm-sensors.org
284 S:      Maintained
285
286 ALPHA PORT
287 P:      Richard Henderson
288 M:      rth@twiddle.net
289 S:      Odd Fixes for 2.4; Maintained for 2.6.
290 P:      Ivan Kokshaysky
291 M:      ink@jurassic.park.msu.ru
292 S:      Maintained for 2.4; PCI support for 2.6.
293
294 AMD GEODE PROCESSOR/CHIPSET SUPPORT
295 P:      Jordan Crouse
296 M:      info-linux@geode.amd.com
297 L:      info-linux@geode.amd.com
298 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
299 S:      Supported
300
301 AMSO1100 RNIC DRIVER
302 P:      Tom Tucker
303 M:      tom@opengridcomputing.com
304 P:      Steve Wise
305 M:      swise@opengridcomputing.com
306 L:      openib-general@openib.org
307 S:      Maintained
308
309 AOA (Apple Onboard Audio) ALSA DRIVER
310 P:      Johannes Berg
311 M:      johannes@sipsolutions.net
312 L:      linuxppc-dev@ozlabs.org
313 L:      alsa-devel@alsa-project.org
314 S:      Maintained
315
316 APM DRIVER
317 P:      Stephen Rothwell
318 M:      sfr@canb.auug.org.au
319 L:      linux-laptop@vger.kernel.org
320 W:      http://www.canb.auug.org.au/~sfr/
321 S:      Supported
322
323 APPLETALK NETWORK LAYER
324 P:      Arnaldo Carvalho de Melo
325 M:      acme@conectiva.com.br
326 S:      Maintained
327
328 ARC FRAMEBUFFER DRIVER
329 P:      Jaya Kumar
330 M:      jayalk@intworks.biz
331 S:      Maintained
332
333 ARM26 ARCHITECTURE
334 P:      Ian Molton
335 M:      spyro@f2s.com
336 S:      Maintained
337
338 ARM26/ARCHIMEDES
339 P:      Ian Molton
340 M:      spyro@f2s.com
341 S:      Maintained
342
343 ARM26/A5000
344 P:      John Appleby
345 M:      john@dnsworld.co.uk
346 S:      Maintained
347
348 ARM MFM AND FLOPPY DRIVERS
349 P:      Ian Molton
350 M:      spyro@f2s.com
351 S:      Maintained
352
353 ARM/CORGI MACHINE SUPPORT
354 P:      Richard Purdie
355 M:      rpurdie@rpsys.net
356 S:      Maintained
357
358 ARM/TOSA MACHINE SUPPORT
359 P:      Dirk Opfer
360 M:      dirk@opfer-online.de
361 S:      Maintained
362
363 ARM/PLEB SUPPORT
364 P:      Peter Chubb
365 M:      pleb@gelato.unsw.edu.au
366 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
367 S:      Maintained
368
369 ARM/PT DIGITAL BOARD PORT
370 P:      Stefan Eletzhofer
371 M:      stefan.eletzhofer@eletztrick.de
372 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
373 W:      http://www.arm.linux.org.uk/
374 S:      Maintained
375
376 ARM/SHARK MACHINE SUPPORT
377 P:      Alexander Schulz
378 M:      alex@shark-linux.de
379 W:      http://www.shark-linux.de/shark.html
380 S:      Maintained
381
382 ARM/STRONGARM110 PORT
383 P:      Russell King
384 M:      rmk@arm.linux.org.uk
385 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
386 W:      http://www.arm.linux.org.uk/
387 S:      Maintained
388
389 ARM/S3C2410 ARM ARCHITECTURE
390 P:      Ben Dooks
391 M:      ben-s3c2410@fluff.org
392 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
393 W:      http://www.fluff.org/ben/linux/
394 S:      Maintained
395
396 ARM/S3C2440 ARM ARCHITECTURE
397 P:      Ben Dooks
398 M:      ben-s3c2440@fluff.org
399 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
400 W:      http://www.fluff.org/ben/linux/
401 S:      Maintained
402
403 ARPD SUPPORT
404 P:      Jonathan Layes
405 L:      netdev@vger.kernel.org
406 S:      Maintained
407
408 ASUS ACPI EXTRAS DRIVER
409 P:      Karol Kozimor
410 M:      sziwan@users.sourceforge.net
411 P:      Julien Lerouge
412 M:      julien.lerouge@free.fr
413 L:      acpi4asus-user@lists.sourceforge.net
414 W:      http://sourceforge.net/projects/acpi4asus
415 W:      http://julien.lerouge.free.fr
416 S:      Maintained
417
418 ATA OVER ETHERNET DRIVER
419 P:      Ed L. Cashin
420 M:      ecashin@coraid.com
421 W:      http://www.coraid.com/support/linux
422 S:      Supported
423
424 ATM
425 P:      Chas Williams
426 M:      chas@cmf.nrl.navy.mil
427 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
428 W:      http://linux-atm.sourceforge.net
429 S:      Maintained
430
431 ATMEL WIRELESS DRIVER
432 P:      Simon Kelley
433 M:      simon@thekelleys.org.uk
434 W:      http://www.thekelleys.org.uk/atmel
435 W:      http://atmelwlandriver.sourceforge.net/
436 S:      Maintained
437
438 AUDIT SUBSYSTEM
439 P:      David Woodhouse
440 M:      dwmw2@infradead.org
441 L:      linux-audit@redhat.com
442 W:      http://people.redhat.com/sgrubb/audit/
443 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
444 S:      Maintained
445
446 AVR32 ARCHITECTURE
447 P:      Atmel AVR32 Support Team
448 M:      avr32@atmel.com
449 P:      Haavard Skinnemoen
450 M:      hskinnemoen@atmel.com
451 W:      http://www.atmel.com/products/AVR32/
452 W:      http://avr32linux.org/
453 W:      http://avrfreaks.net/
454 S:      Supported
455
456 AVR32/AT32AP MACHINE SUPPORT
457 P:      Atmel AVR32 Support Team
458 M:      avr32@atmel.com
459 P:      Haavard Skinnemoen
460 M:      hskinnemoen@atmel.com
461 S:      Supported
462
463 AX.25 NETWORK LAYER
464 P:      Ralf Baechle
465 M:      ralf@linux-mips.org
466 L:      linux-hams@vger.kernel.org
467 W:      http://www.linux-ax25.org/
468 S:      Maintained
469
470 BAYCOM/HDLCDRV DRIVERS FOR AX.25
471 P:      Thomas Sailer
472 M:      t.sailer@alumni.ethz.ch
473 L:      linux-hams@vger.kernel.org
474 W:      http://www.baycom.org/~tom/ham/ham.html
475 S:      Maintained
476
477 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
478 P:      Larry Finger
479 M:      Larry.Finger@lwfinger.net
480 P:      Stefano Brivio
481 M:      st3@riseup.net
482 W:      http://bcm43xx.berlios.de/
483 S:      Maintained
484
485 BEFS FILE SYSTEM
486 P:      Sergey S. Kostyliov
487 M:      rathamahata@php4.ru
488 L:      linux-kernel@vger.kernel.org
489 S:      Maintained
490
491 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
492 P:      Kenji Hollis
493 W:      http://ftp.bitgate.com/pcwd/
494 S:      Maintained
495
496 BFS FILE SYSTEM
497 P:      Tigran A. Aivazian
498 M:      tigran@veritas.com
499 L:      linux-kernel@vger.kernel.org
500 S:      Maintained
501
502 BLOCK LAYER
503 P:      Jens Axboe
504 M:      axboe@suse.de
505 L:      linux-kernel@vger.kernel.org
506 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
507 S:      Maintained
508
509 BLUETOOTH SUBSYSTEM
510 P:      Marcel Holtmann
511 M:      marcel@holtmann.org
512 P:      Maxim Krasnyansky
513 M:      maxk@qualcomm.com
514 L:      bluez-devel@lists.sf.net
515 W:      http://bluez.sf.net
516 W:      http://www.bluez.org
517 W:      http://www.holtmann.org/linux/bluetooth/
518 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
519 S:      Maintained
520
521 BLUETOOTH RFCOMM LAYER
522 P:      Marcel Holtmann
523 M:      marcel@holtmann.org
524 P:      Maxim Krasnyansky
525 M:      maxk@qualcomm.com
526 S:      Maintained
527
528 BLUETOOTH BNEP LAYER
529 P:      Marcel Holtmann
530 M:      marcel@holtmann.org
531 P:      Maxim Krasnyansky
532 M:      maxk@qualcomm.com
533 S:      Maintained
534
535 BLUETOOTH CMTP LAYER
536 P:      Marcel Holtmann
537 M:      marcel@holtmann.org
538 S:      Maintained
539
540 BLUETOOTH HIDP LAYER
541 P:      Marcel Holtmann
542 M:      marcel@holtmann.org
543 S:      Maintained
544
545 BLUETOOTH HCI UART DRIVER
546 P:      Marcel Holtmann
547 M:      marcel@holtmann.org
548 P:      Maxim Krasnyansky
549 M:      maxk@qualcomm.com
550 S:      Maintained
551
552 BLUETOOTH HCI USB DRIVER
553 P:      Marcel Holtmann
554 M:      marcel@holtmann.org
555 P:      Maxim Krasnyansky
556 M:      maxk@qualcomm.com
557 S:      Maintained
558
559 BLUETOOTH HCI BCM203X DRIVER
560 P:      Marcel Holtmann
561 M:      marcel@holtmann.org
562 S:      Maintained
563
564 BLUETOOTH HCI BPA10X DRIVER
565 P:      Marcel Holtmann
566 M:      marcel@holtmann.org
567 S:      Maintained
568
569 BLUETOOTH HCI BFUSB DRIVER
570 P:      Marcel Holtmann
571 M:      marcel@holtmann.org
572 S:      Maintained
573
574 BLUETOOTH HCI DTL1 DRIVER
575 P:      Marcel Holtmann
576 M:      marcel@holtmann.org
577 S:      Maintained
578
579 BLUETOOTH HCI BLUECARD DRIVER
580 P:      Marcel Holtmann
581 M:      marcel@holtmann.org
582 S:      Maintained
583
584 BLUETOOTH HCI BT3C DRIVER
585 P:      Marcel Holtmann
586 M:      marcel@holtmann.org
587 S:      Maintained
588
589 BLUETOOTH HCI BTUART DRIVER
590 P:      Marcel Holtmann
591 M:      marcel@holtmann.org
592 S:      Maintained
593
594 BLUETOOTH HCI VHCI DRIVER
595 P:      Maxim Krasnyansky
596 M:      maxk@qualcomm.com
597 S:      Maintained
598
599 BONDING DRIVER
600 P:   Chad Tindel
601 M:   ctindel@users.sourceforge.net
602 P:   Jay Vosburgh
603 M:   fubar@us.ibm.com
604 L:   bonding-devel@lists.sourceforge.net
605 W:   http://sourceforge.net/projects/bonding/
606 S:   Supported
607
608 BROADBAND PROCESSOR ARCHITECTURE
609 P:      Arnd Bergmann
610 M:      arnd@arndb.de
611 L:      linuxppc-dev@ozlabs.org
612 W:      http://www.penguinppc.org/ppc64/
613 S:      Supported
614
615 BROADCOM B44 10/100 ETHERNET DRIVER
616 P:      Gary Zambrano
617 M:      zambrano@broadcom.com
618 L:      netdev@vger.kernel.org
619 S:      Supported
620
621 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
622 P:      Michael Chan
623 M:      mchan@broadcom.com
624 L:      netdev@vger.kernel.org
625 S:      Supported
626
627 BROADCOM TG3 GIGABIT ETHERNET DRIVER
628 P:      Michael Chan
629 M:      mchan@broadcom.com
630 L:      netdev@vger.kernel.org
631 S:      Supported
632
633 BTTV VIDEO4LINUX DRIVER
634 P:      Mauro Carvalho Chehab
635 M:      mchehab@infradead.org
636 M:      v4l-dvb-maintainer@linuxtv.org
637 L:      video4linux-list@redhat.com
638 W:      http://linuxtv.org
639 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
640 S:      Maintained
641
642 CALGARY x86-64 IOMMU
643 P:      Muli Ben-Yehuda
644 M:      muli@il.ibm.com
645 P:      Jon D. Mason
646 M:      jdmason@us.ibm.com
647 L:      linux-kernel@vger.kernel.org
648 L:      discuss@x86-64.org
649 S:      Maintained
650
651 COMMON INTERNET FILE SYSTEM (CIFS)
652 P:      Steve French
653 M:      sfrench@samba.org
654 L:      linux-cifs-client@lists.samba.org
655 L:      samba-technical@lists.samba.org
656 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
657 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
658 S:      Supported       
659
660 CONFIGFS
661 P:      Joel Becker
662 M:      joel.becker@oracle.com
663 L:      linux-kernel@vger.kernel.org
664 S:      Supported
665
666 CIRRUS LOGIC GENERIC FBDEV DRIVER
667 P:      Jeff Garzik
668 M:      jgarzik@pobox.com
669 L:      linux-fbdev-devel@lists.sourceforge.net
670 S:      Odd Fixes
671
672 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
673 P:      Cirrus Logic Corporation (kernel 2.2 driver)
674 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
675 P:      Nils Faerber (port to kernel 2.4)
676 M:      Nils Faerber <nils@kernelconcepts.de>
677 S:      Maintained
678
679 CODA FILE SYSTEM
680 P:      Jan Harkes
681 M:      jaharkes@cs.cmu.edu
682 M:      coda@cs.cmu.edu
683 L:      codalist@coda.cs.cmu.edu
684 W:      http://www.coda.cs.cmu.edu/
685 S:      Maintained
686
687 COMPACTPCI HOTPLUG CORE
688 P:      Scott Murray
689 M:      scottm@somanetworks.com
690 M:      scott@spiteful.org
691 L:      pcihpd-discuss@lists.sourceforge.net
692 S:      Supported
693
694 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
695 P:      Scott Murray
696 M:      scottm@somanetworks.com
697 M:      scott@spiteful.org
698 L:      pcihpd-discuss@lists.sourceforge.net
699 S:      Supported
700
701 COMPACTPCI HOTPLUG GENERIC DRIVER
702 P:      Scott Murray
703 M:      scottm@somanetworks.com
704 M:      scott@spiteful.org
705 L:      pcihpd-discuss@lists.sourceforge.net
706 S:      Supported
707
708 COMPUTONE INTELLIPORT MULTIPORT CARD
709 P:      Michael H. Warfield
710 M:      mhw@wittsend.com
711 W:      http://www.wittsend.com/computone.html
712 S:      Maintained
713
714 COSA/SRP SYNC SERIAL DRIVER
715 P:      Jan "Yenya" Kasprzak
716 M:      kas@fi.muni.cz
717 W:      http://www.fi.muni.cz/~kas/cosa/
718 S:      Maintained
719
720 CPU FREQUENCY DRIVERS
721 P:      Dave Jones
722 M:      davej@codemonkey.org.uk
723 L:      cpufreq@lists.linux.org.uk
724 W:      http://www.codemonkey.org.uk/projects/cpufreq/
725 T:      git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
726 S:      Maintained
727
728 CPUID/MSR DRIVER
729 P:      H. Peter Anvin
730 M:      hpa@zytor.com
731 S:      Maintained
732
733 CPUSETS
734 P:      Paul Jackson
735 P:      Simon Derr
736 M:      pj@sgi.com
737 M:      simon.derr@bull.net
738 L:      linux-kernel@vger.kernel.org
739 W:      http://www.bullopensource.org/cpuset/
740 S:      Supported
741
742 CRAMFS FILESYSTEM
743 W:     http://sourceforge.net/projects/cramfs/
744 S:     Orphan
745
746 CRIS PORT
747 P:      Mikael Starvik
748 M:      starvik@axis.com
749 L:      dev-etrax@axis.com
750 W:      http://developer.axis.com
751 S:      Maintained
752
753 CRYPTO API
754 P:      Herbert Xu
755 M:      herbert@gondor.apana.org.au
756 P:      David S. Miller
757 M:      davem@davemloft.net
758 L:      linux-crypto@vger.kernel.org
759 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
760 S:      Maintained
761
762 CS5535 Audio ALSA driver
763 P:      Jaya Kumar
764 M:      jayakumar.alsa@gmail.com
765 S:      Maintained
766
767 CYBERPRO FB DRIVER
768 P:      Russell King
769 M:      rmk@arm.linux.org.uk
770 W:      http://www.arm.linux.org.uk/
771 S:      Maintained
772
773 CYBLAFB FRAMEBUFFER DRIVER
774 P:      Knut Petersen
775 M:      Knut_Petersen@t-online.de
776 L:      linux-fbdev-devel@lists.sourceforge.net
777 S:      Maintained
778
779 CYCLADES 2X SYNC CARD DRIVER
780 P:      Arnaldo Carvalho de Melo
781 M:      acme@conectiva.com.br
782 W:      http://advogato.org/person/acme
783 L:      cycsyn-devel@bazar.conectiva.com.br
784 S:      Maintained
785
786 CYCLADES ASYNC MUX DRIVER
787 M:      async@cyclades.com
788 W:      http://www.cyclades.com/
789 S:      Supported
790
791 CYCLADES PC300 DRIVER
792 M:      pc300@cyclades.com
793 W:      http://www.cyclades.com/
794 S:      Supported
795
796 DAMA SLAVE for AX.25
797 P:      Joerg Reuter
798 M:      jreuter@yaina.de
799 W:      http://yaina.de/jreuter/
800 W:      http://www.qsl.net/dl1bke/
801 L:      linux-hams@vger.kernel.org
802 S:      Maintained
803
804 DC395x SCSI driver
805 P:      Oliver Neukum
806 M:      oliver@neukum.name
807 P:      Ali Akcaagac
808 M:      aliakc@web.de
809 P:      Jamie Lenehan
810 M:      lenehan@twibble.org
811 W:      http://twibble.org/dist/dc395x/
812 L:      dc395x@twibble.org
813 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
814 S:      Maintained
815
816 DC390/AM53C974 SCSI driver
817 P:      Kurt Garloff
818 M:      garloff@suse.de
819 W:      http://www.garloff.de/kurt/linux/dc390/
820 P:      Guennadi Liakhovetski
821 M:      g.liakhovetski@gmx.de
822 S:      Maintained
823
824 DCCP PROTOCOL
825 P:      Arnaldo Carvalho de Melo
826 M:      acme@mandriva.com
827 L:      dccp@vger.kernel.org
828 W:      http://linux-net.osdl.org/index.php/DCCP
829 S:      Maintained
830
831 DECnet NETWORK LAYER
832 P:      Patrick Caulfield
833 M:      patrick@tykepenguin.com
834 W:      http://linux-decnet.sourceforge.net
835 L:      linux-decnet-user@lists.sourceforge.net
836 S:      Maintained
837
838 DEFXX FDDI NETWORK DRIVER
839 P:      Maciej W. Rozycki
840 M:      macro@linux-mips.org
841 S:      Maintained
842
843 DELL LAPTOP SMM DRIVER
844 P:      Massimo Dal Zotto
845 M:      dz@debian.org
846 W:      http://www.debian.org/~dz/i8k/
847 S:      Maintained
848
849 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
850 P:      Doug Warzecha
851 M:      Douglas_Warzecha@dell.com
852 S:      Maintained
853
854 DEVICE-MAPPER
855 P:      Alasdair Kergon
856 L:      dm-devel@redhat.com
857 W:      http://sources.redhat.com/dm
858 S:      Maintained
859
860 DEVICE NUMBER REGISTRY
861 P:      Torben Mathiasen
862 M:      device@lanana.org
863 W:      http://lanana.org/docs/device-list/index.html
864 L:      linux-kernel@vger.kernel.org
865 S:      Maintained
866
867 DEVICE FILESYSTEM
868 S:      Obsolete
869
870 DIGI INTL. EPCA DRIVER
871 P:      Digi International, Inc
872 M:      Eng.Linux@digi.com
873 L:      Eng.Linux@digi.com
874 W:      http://www.digi.com
875 S:      Orphaned
876
877 DIGI RIGHTSWITCH NETWORK DRIVER
878 P:      Rick Richardson
879 L:      netdev@vger.kernel.org
880 W:      http://www.digi.com
881 S:      Orphaned
882
883 DIRECTORY NOTIFICATION
884 P:      Stephen Rothwell
885 M:      sfr@canb.auug.org.au
886 L:      linux-kernel@vger.kernel.org
887 S:      Supported
888
889 DISK GEOMETRY AND PARTITION HANDLING
890 P:      Andries Brouwer
891 M:      aeb@cwi.nl
892 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
893 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
894 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
895 S:      Maintained
896
897 DISKQUOTA:
898 P:      Jan Kara
899 M:      jack@suse.cz
900 L:      linux-kernel@vger.kernel.org
901 S:      Maintained
902
903 DISTRIBUTED LOCK MANAGER
904 P:      Patrick Caulfield
905 M:      pcaulfie@redhat.com
906 P:      David Teigland
907 M:      teigland@redhat.com
908 L:      cluster-devel@redhat.com
909 W:      http://sources.redhat.com/cluster/
910 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
911 S:      Supported
912
913 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
914 P:      Tobias Ringstrom
915 M:      tori@unhappy.mine.nu
916 L:      linux-kernel@vger.kernel.org
917 S:      Maintained
918
919 DOCBOOK FOR DOCUMENTATION
920 P:      Martin Waitz
921 M:      tali@admingilde.org
922 P:      Randy Dunlap
923 M:      rdunlap@xenotime.net
924 T:      git http://tali.admingilde.org/git/linux-docbook.git
925 S:      Maintained
926
927 DOCKING STATION DRIVER
928 P:      Kristen Carlson Accardi
929 M:      kristen.c.accardi@intel.com
930 L:      linux-acpi@vger.kernel.org
931 S:      Maintained
932
933 DOUBLETALK DRIVER
934 P:      James R. Van Zandt
935 M:      jrv@vanzandt.mv.com
936 L:      blinux-list@redhat.com
937 S:      Maintained
938
939 DRIVER CORE, KOBJECTS, AND SYSFS
940 P:      Greg Kroah-Hartman
941 M:      gregkh@suse.de
942 L:      linux-kernel@vger.kernel.org
943 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
944 S:      Supported
945
946 DRM DRIVERS
947 P:      David Airlie
948 M:      airlied@linux.ie
949 L:      dri-devel@lists.sourceforge.net
950 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
951 S:      Maintained
952
953 DSCC4 DRIVER
954 P:      François Romieu
955 M:      romieu@cogenit.fr
956 M:      romieu@ensta.fr
957 S:      Maintained
958
959 DVB SUBSYSTEM AND DRIVERS
960 P:      LinuxTV.org Project
961 M:      v4l-dvb-maintainer@linuxtv.org
962 L:      linux-dvb@linuxtv.org (subscription required)
963 W:      http://linuxtv.org/
964 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
965 S:      Maintained
966
967 EATA-DMA SCSI DRIVER
968 P:      Michael Neuffer
969 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
970 S:      Maintained
971
972 EATA ISA/EISA/PCI SCSI DRIVER
973 P:      Dario Ballabio
974 M:      ballabio_dario@emc.com
975 L:      linux-scsi@vger.kernel.org
976 S:      Maintained
977
978 EATA-PIO SCSI DRIVER
979 P:      Michael Neuffer
980 M:      mike@i-Connect.Net
981 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
982 S:      Maintained
983
984 EBTABLES
985 P:      Bart De Schuymer
986 M:      bart.de.schuymer@pandora.be
987 L:      ebtables-user@lists.sourceforge.net
988 L:      ebtables-devel@lists.sourceforge.net
989 W:      http://ebtables.sourceforge.net/
990 S:      Maintained
991
992 EDAC-CORE
993 P:      Doug Thompson
994 M:      norsk5@xmission.com
995 L:      bluesmoke-devel@lists.sourceforge.net
996 W:      bluesmoke.sourceforge.net
997 S:      Supported
998
999 EDAC-E752X
1000 P:      Mark Gross
1001 M:      mark.gross@intel.com
1002 L:      bluesmoke-devel@lists.sourceforge.net
1003 W:      bluesmoke.sourceforge.net
1004 S:      Maintained
1005
1006 EDAC-E7XXX
1007 P:      Doug Thompson
1008 M:      norsk5@xmission.com
1009 L:      bluesmoke-devel@lists.sourceforge.net
1010 W:      bluesmoke.sourceforge.net
1011 S:      Maintained
1012
1013 EDAC-R82600
1014 P:      Tim Small
1015 M:      tim@buttersideup.com
1016 L:      bluesmoke-devel@lists.sourceforge.net
1017 W:      bluesmoke.sourceforge.net
1018 S:      Maintained
1019
1020 EEPRO100 NETWORK DRIVER
1021 P:      Andrey V. Savochkin
1022 M:      saw@saw.sw.com.sg
1023 S:      Maintained
1024
1025 EFS FILESYSTEM
1026 W:      http://aeschi.ch.eu.org/efs/
1027 S:      Orphan
1028
1029 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1030 P:      Hoang-Nam Nguyen
1031 M:      hnguyen@de.ibm.com
1032 P:      Christoph Raisch
1033 M:      raisch@de.ibm.com
1034 L:      openib-general@openib.org
1035 S:      Supported
1036
1037 EMU10K1 SOUND DRIVER
1038 P:      James Courtier-Dutton
1039 M:      James@superbug.demon.co.uk
1040 L:      emu10k1-devel@lists.sourceforge.net
1041 W:      http://sourceforge.net/projects/emu10k1/
1042 S:      Maintained
1043
1044 EMULEX LPFC FC SCSI DRIVER
1045 P:      James Smart
1046 M:      james.smart@emulex.com
1047 L:      linux-scsi@vger.kernel.org
1048 W:      http://sourceforge.net/projects/lpfcxxxx
1049 S:      Supported
1050
1051 EPSON 1355 FRAMEBUFFER DRIVER
1052 P:      Christopher Hoover
1053 M:      ch@murgatroid.com, ch@hpl.hp.com
1054 S:      Maintained
1055
1056 ETHEREXPRESS-16 NETWORK DRIVER
1057 P:      Philip Blundell
1058 M:      philb@gnu.org
1059 L:      netdev@vger.kernel.org
1060 S:      Maintained
1061
1062 ETHERNET BRIDGE
1063 P:      Stephen Hemminger
1064 M:      shemminger@osdl.org
1065 L:      bridge@osdl.org
1066 W:      http://bridge.sourceforge.net/
1067 S:      Maintained
1068
1069 ETHERTEAM 16I DRIVER
1070 P:      Mika Kuoppala
1071 M:      miku@iki.fi
1072 S:      Maintained
1073
1074 EXT2 FILE SYSTEM
1075 L:      ext2-devel@lists.sourceforge.net
1076 S:      Maintained
1077
1078 EXT3 FILE SYSTEM
1079 P:      Stephen Tweedie, Andrew Morton
1080 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1081 L:      ext2-devel@lists.sourceforge.net
1082 S:      Maintained
1083
1084 F71805F HARDWARE MONITORING DRIVER
1085 P:      Jean Delvare
1086 M:      khali@linux-fr.org
1087 L:      lm-sensors@lm-sensors.org
1088 S:      Maintained
1089
1090 FARSYNC SYNCHRONOUS DRIVER
1091 P:      Kevin Curtis
1092 M:      kevin.curtis@farsite.co.uk
1093 W:      http://www.farsite.co.uk/
1094 S:      Supported
1095
1096 FRAMEBUFFER LAYER
1097 P:      Antonino Daplas
1098 M:      adaplas@pol.net
1099 L:      linux-fbdev-devel@lists.sourceforge.net 
1100 W:      http://linux-fbdev.sourceforge.net/
1101 S:      Maintained
1102
1103 FREESCALE SOC FS_ENET DRIVER
1104 P:      Pantelis Antoniou
1105 M:      pantelis.antoniou@gmail.com
1106 P:      Vitaly Bordug
1107 M:      vbordug@ru.mvista.com
1108 L:      linuxppc-embedded@ozlabs.org
1109 L:      netdev@vger.kernel.org
1110 S:      Maintained
1111
1112 FILE LOCKING (flock() and fcntl()/lockf())
1113 P:      Matthew Wilcox
1114 M:      matthew@wil.cx
1115 L:      linux-fsdevel@vger.kernel.org
1116 S:      Maintained
1117
1118 FILESYSTEMS (VFS and infrastructure)
1119 P:      Alexander Viro
1120 M:      viro@zeniv.linux.org.uk
1121 S:      Maintained
1122
1123 FIRMWARE LOADER (request_firmware)
1124 L:      linux-kernel@vger.kernel.org
1125 S:      Orphan
1126
1127 FPU EMULATOR
1128 P:      Bill Metzenthen
1129 M:      billm@suburbia.net
1130 W:      http://suburbia.net/~billm/floating-point/emulator/
1131 S:      Maintained
1132
1133 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1134 P:      Mike McLagan
1135 M:      mike.mclagan@linux.org
1136 L:      netdev@vger.kernel.org
1137 S:      Maintained
1138
1139 FREEVXFS FILESYSTEM
1140 P:      Christoph Hellwig
1141 M:      hch@infradead.org
1142 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1143 S:      Maintained
1144
1145 FUJITSU FR-V PORT
1146 P:      David Howells
1147 M:      dhowells@redhat.com
1148 S:      Maintained
1149
1150 FTAPE/QIC-117
1151 L:      linux-tape@vger.kernel.org
1152 W:      http://sourceforge.net/projects/ftape
1153 S:      Orphan
1154
1155 FUSE: FILESYSTEM IN USERSPACE
1156 P:      Miklos Szeredi
1157 M:      miklos@szeredi.hu
1158 L:      fuse-devel@lists.sourceforge.net
1159 W:      http://fuse.sourceforge.net/
1160 S:      Maintained
1161
1162 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1163 P:      Rik Faith
1164 M:      faith@cs.unc.edu
1165 L:      linux-scsi@vger.kernel.org
1166 S:      Odd fixes (e.g., new signatures)
1167
1168 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1169 P:      Achim Leubner
1170 M:      achim_leubner@adaptec.com
1171 L:      linux-scsi@vger.kernel.org
1172 W:      http://www.icp-vortex.com/
1173 S:      Supported
1174
1175 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1176 P:      Krzysztof Halasa
1177 M:      khc@pm.waw.pl
1178 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1179 S:      Maintained
1180
1181 GFS2 FILE SYSTEM
1182 P:      Steven Whitehouse
1183 M:      swhiteho@redhat.com
1184 L:      cluster-devel@redhat.com
1185 W:      http://sources.redhat.com/cluster/
1186 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
1187 S:      Supported
1188
1189 GIGASET ISDN DRIVERS
1190 P:      Hansjoerg Lipp
1191 M:      hjlipp@web.de
1192 P:      Tilman Schmidt
1193 M:      tilman@imap.cc
1194 L:      gigaset307x-common@lists.sourceforge.net
1195 W:      http://gigaset307x.sourceforge.net/
1196 S:      Maintained
1197
1198 HARDWARE MONITORING
1199 P:      Jean Delvare
1200 M:      khali@linux-fr.org
1201 L:      lm-sensors@lm-sensors.org
1202 W:      http://www.lm-sensors.nu/
1203 S:      Maintained
1204
1205 HARDWARE RANDOM NUMBER GENERATOR CORE
1206 P:      Michael Buesch
1207 M:      mb@bu3sch.de
1208 S:      Maintained
1209
1210 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1211 P:      Robert Love
1212 M:      rlove@rlove.org
1213 M:      linux-kernel@vger.kernel.org
1214 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1215 S:      Maintained
1216
1217 HARMONY SOUND DRIVER
1218 P:      Kyle McMartin
1219 M:      kyle@parisc-linux.org
1220 W:      http://www.parisc-linux.org/~kyle/harmony/
1221 L:      parisc-linux@lists.parisc-linux.org
1222 S:      Maintained
1223
1224 HAYES ESP SERIAL DRIVER
1225 P:      Andrew J. Robinson
1226 M:      arobinso@nyx.net
1227 L:      linux-kernel@vger.kernel.org
1228 W:      http://www.nyx.net/~arobinso
1229 S:      Maintained
1230
1231 HFS FILESYSTEM
1232 P:      Roman Zippel
1233 M:      zippel@linux-m68k.org
1234 L:      linux-kernel@vger.kernel.org
1235 S:      Maintained
1236
1237 HGA FRAMEBUFFER DRIVER
1238 P:      Ferenc Bakonyi
1239 M:      fero@drama.obuda.kando.hu
1240 L:      linux-nvidia@lists.surfsouth.com
1241 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1242 S:      Maintained
1243
1244 HIGH-SPEED SCC DRIVER FOR AX.25
1245 P:      Klaus Kudielka
1246 M:      klaus.kudielka@ieee.org
1247 L:      linux-hams@vger.kernel.org
1248 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1249 S:      Maintained
1250
1251 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1252 P:      HighPoint Linux Team
1253 M:      linux@highpoint-tech.com
1254 W:      http://www.highpoint-tech.com
1255 S:      Supported
1256
1257 HIPPI
1258 P:      Jes Sorensen
1259 M:      jes@trained-monkey.org
1260 L:      linux-hippi@sunsite.dk
1261 S:      Maintained
1262
1263 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1264 P:      Chirag Kantharia
1265 M:      chirag.kantharia@hp.com
1266 L:      iss_storagedev@hp.com
1267 S:      Maintained
1268  
1269 HEWLETT-PACKARD SMART2 RAID DRIVER
1270 P:      Chirag Kantharia
1271 M:      chirag.kantharia@hp.com
1272 L:      iss_storagedev@hp.com
1273 S:      Maintained
1274  
1275 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1276 P:      Mike Miller
1277 M:      mike.miller@hp.com
1278 L:      iss_storagedev@hp.com
1279 S:      Supported
1280  
1281 HOST AP DRIVER
1282 P:      Jouni Malinen
1283 M:      jkmaline@cc.hut.fi
1284 L:      hostap@shmoo.com
1285 W:      http://hostap.epitest.fi/
1286 S:      Maintained
1287
1288 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1289 P:      Jaroslav Kysela
1290 M:      perex@suse.cz
1291 S:      Maintained
1292
1293 HPET:   High Precision Event Timers driver (hpet.c)
1294 P:      Clemens Ladisch
1295 M:      clemens@ladisch.de
1296 S:      Maintained
1297
1298 HPET:   i386
1299 P:      Venkatesh Pallipadi (Venki)
1300 M:      venkatesh.pallipadi@intel.com
1301 S:      Maintained
1302
1303 HPET:   x86_64
1304 P:      Andi Kleen and Vojtech Pavlik
1305 M:      ak@muc.de and vojtech@suse.cz
1306 S:      Maintained
1307
1308 HPET:   ACPI hpet.c
1309 P:      Bob Picco
1310 M:      bob.picco@hp.com
1311 S:      Maintained
1312
1313 HPFS FILESYSTEM
1314 P:      Mikulas Patocka
1315 M:      mikulas@artax.karlin.mff.cuni.cz
1316 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1317 S:      Maintained
1318
1319 HUGETLB FILESYSTEM
1320 P:      William Irwin
1321 M:      wli@holomorphy.com
1322 S:      Maintained
1323
1324 I2C SUBSYSTEM
1325 P:      Jean Delvare
1326 M:      khali@linux-fr.org
1327 L:      i2c@lm-sensors.org
1328 W:      http://www.lm-sensors.nu/
1329 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1330 S:      Maintained
1331
1332 I2O
1333 P:      Markus Lidel
1334 M:      markus.lidel@shadowconnect.com
1335 W:      http://i2o.shadowconnect.com/
1336 S:      Maintained
1337
1338 i386 BOOT CODE
1339 P:      Riley H. Williams
1340 M:      Riley@Williams.Name
1341 L:      Linux-Kernel@vger.kernel.org
1342 S:      Maintained
1343
1344 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1345 P:      Dave Jones
1346 M:      davej@codemonkey.org.uk
1347 P:      H. Peter Anvin
1348 M:      hpa@zytor.com
1349 S:      Maintained
1350
1351 i810 TCO TIMER WATCHDOG
1352 P:      Nils Faerber
1353 M:      nils@kernelconcepts.de
1354 W:      http://www.kernelconcepts.de/
1355 S:      Maintained
1356
1357 IA64 (Itanium) PLATFORM
1358 P:      Tony Luck
1359 M:      tony.luck@intel.com
1360 L:      linux-ia64@vger.kernel.org
1361 W:      http://www.ia64-linux.org/
1362 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1363 S:      Maintained
1364
1365 SN-IA64 (Itanium) SUB-PLATFORM
1366 P:      Jes Sorensen
1367 M:      jes@sgi.com
1368 L:      linux-altix@sgi.com
1369 L:      linux-ia64@vger.kernel.org
1370 W:      http://www.sgi.com/altix
1371 S:      Maintained
1372
1373 IBM MCA SCSI SUBSYSTEM DRIVER
1374 P:      Michael Lang
1375 M:      langa2@kph.uni-mainz.de
1376 W:      http://www.uni-mainz.de/~langm000/linux.html
1377 S:      Maintained
1378
1379 IBM Power Linux RAID adapter
1380 P:      Brian King
1381 M:      brking@us.ibm.com
1382 S:      Supported
1383
1384 IBM ServeRAID RAID DRIVER
1385 P:      Jack Hammer
1386 P:      Dave Jeffery
1387 M:      ipslinux@adaptec.com
1388 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1389 S:      Supported 
1390
1391 IDE DRIVER [GENERAL]
1392 P:      Bartlomiej Zolnierkiewicz
1393 M:      B.Zolnierkiewicz@elka.pw.edu.pl
1394 L:      linux-kernel@vger.kernel.org
1395 L:      linux-ide@vger.kernel.org
1396 T:      git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1397 S:      Maintained
1398
1399 IDE/ATAPI CDROM DRIVER
1400 P:      Jens Axboe
1401 M:      axboe@suse.de
1402 L:      linux-kernel@vger.kernel.org
1403 W:      http://www.kernel.dk
1404 S:      Maintained
1405
1406 IDE/ATAPI FLOPPY DRIVERS
1407 P:      Paul Bristow
1408 M:      Paul Bristow <paul@paulbristow.net>
1409 W:      http://paulbristow.net/linux/idefloppy.html
1410 L:      linux-kernel@vger.kernel.org
1411 S:      Maintained
1412
1413 IDE/ATAPI TAPE DRIVERS
1414 P:      Gadi Oxman
1415 M:      Gadi Oxman <gadio@netvision.net.il>
1416 L:      linux-kernel@vger.kernel.org
1417 S:      Maintained
1418
1419 IEEE 1394 ETHERNET (eth1394)
1420 L:      linux1394-devel@lists.sourceforge.net
1421 W:      http://www.linux1394.org/
1422 S:      Orphan
1423
1424 IEEE 1394 SUBSYSTEM
1425 P:      Ben Collins
1426 M:      bcollins@debian.org
1427 P:      Jody McIntyre
1428 M:      scjody@modernduck.com
1429 L:      linux1394-devel@lists.sourceforge.net
1430 W:      http://www.linux1394.org/
1431 T:      git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
1432 S:      Maintained
1433
1434 IEEE 1394 OHCI DRIVER
1435 P:      Ben Collins
1436 M:      bcollins@debian.org
1437 P:      Jody McIntyre
1438 M:      scjody@modernduck.com
1439 L:      linux1394-devel@lists.sourceforge.net
1440 W:      http://www.linux1394.org/
1441 S:      Maintained
1442
1443 IEEE 1394 PCILYNX DRIVER
1444 P:      Jody McIntyre
1445 M:      scjody@modernduck.com
1446 L:      linux1394-devel@lists.sourceforge.net
1447 W:      http://www.linux1394.org/
1448 S:      Maintained
1449
1450 IEEE 1394 RAW I/O DRIVER
1451 P:      Ben Collins
1452 M:      bcollins@debian.org
1453 P:      Dan Dennedy
1454 M:      dan@dennedy.org
1455 L:      linux1394-devel@lists.sourceforge.net
1456 W:      http://www.linux1394.org/
1457 S:      Maintained
1458
1459 IEEE 1394 SBP2
1460 P:      Ben Collins
1461 M:      bcollins@debian.org
1462 P:      Stefan Richter
1463 M:      stefanr@s5r6.in-berlin.de
1464 L:      linux1394-devel@lists.sourceforge.net
1465 W:      http://www.linux1394.org/
1466 S:      Maintained
1467
1468 IMS TWINTURBO FRAMEBUFFER DRIVER
1469 P:      Paul Mundt
1470 M:      lethal@chaoticdreams.org
1471 L:      linux-fbdev-devel@lists.sourceforge.net
1472 S:      Maintained
1473
1474 INFINIBAND SUBSYSTEM
1475 P:      Roland Dreier
1476 M:      rolandd@cisco.com
1477 P:      Sean Hefty
1478 M:      mshefty@ichips.intel.com
1479 P:      Hal Rosenstock
1480 M:      halr@voltaire.com
1481 L:      openib-general@openib.org
1482 W:      http://www.openib.org/
1483 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1484 S:      Supported
1485
1486 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1487 P:      Dmitry Torokhov
1488 M:      dmitry.torokhov@gmail.com
1489 M:      dtor@mail.ru
1490 L:      linux-input@atrey.karlin.mff.cuni.cz
1491 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1492 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1493 S:      Maintained
1494
1495 INOTIFY
1496 P:      John McCutchan and Robert Love
1497 M:      ttb@tentacle.dhs.org and rml@novell.com
1498 L:      linux-kernel@vger.kernel.org
1499 S:      Maintained
1500
1501 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1502 P:      Sylvain Meyer
1503 M:      sylvain.meyer@worldonline.fr
1504 L:      linux-fbdev-devel@lists.sourceforge.net
1505 S:      Maintained
1506
1507 INTEL 810/815 FRAMEBUFFER DRIVER
1508 P:      Antonino Daplas
1509 M:      adaplas@pol.net
1510 L:      linux-fbdev-devel@lists.sourceforge.net
1511 S:      Maintained
1512
1513 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1514 P:      Ingo Molnar
1515 M:      mingo@redhat.com
1516 S:      Maintained
1517
1518 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1519 P:      Jeff Garzik
1520 M:      jgarzik@pobox.com
1521 W:      http://sourceforge.net/projects/gkernel/
1522 S:      Maintained
1523
1524 INTEL IA32 MICROCODE UPDATE SUPPORT
1525 P:      Tigran Aivazian
1526 M:      tigran@veritas.com
1527 S:      Maintained
1528
1529 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1530 P:      Deepak Saxena
1531 M:      dsaxena@plexity.net
1532 S:      Maintained
1533
1534 INTEL PRO/100 ETHERNET SUPPORT
1535 P:      John Ronciak
1536 M:      john.ronciak@intel.com
1537 P:      Jesse Brandeburg
1538 M:      jesse.brandeburg@intel.com
1539 P:      Jeff Kirsher
1540 M:      jeffrey.t.kirsher@intel.com
1541 P:      Auke Kok
1542 M:      auke-jan.h.kok@intel.com
1543 W:      http://sourceforge.net/projects/e1000/
1544 S:      Supported
1545
1546 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1547 P:      Jeb Cramer
1548 M:      cramerj@intel.com
1549 P:      John Ronciak
1550 M:      john.ronciak@intel.com
1551 P:      Jesse Brandeburg
1552 M:      jesse.brandeburg@intel.com
1553 P:      Jeff Kirsher
1554 M:      jeffrey.t.kirsher@intel.com
1555 P:      Auke Kok
1556 M:      auke-jan.h.kok@intel.com
1557 W:      http://sourceforge.net/projects/e1000/
1558 S:      Supported
1559
1560 INTEL PRO/10GbE SUPPORT
1561 P:      Jeff Kirsher
1562 M:      jeffrey.t.kirsher@intel.com
1563 P:      Ayyappan Veeraiyan
1564 M:      ayyappan.veeraiyan@intel.com
1565 P:      John Ronciak
1566 M:      john.ronciak@intel.com
1567 P:      Jesse Brandeburg
1568 M:      jesse.brandeburg@intel.com
1569 P:      Auke Kok
1570 M:      auke-jan.h.kok@intel.com
1571 W:      http://sourceforge.net/projects/e1000/
1572 S:      Supported
1573
1574 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1575 P:      Yi Zhu
1576 M:      yi.zhu@intel.com
1577 P:      James Ketrenos
1578 M:      jketreno@linux.intel.com
1579 L:      ipw2100-devel@lists.sourceforge.net
1580 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1581 W:      http://ipw2100.sourceforge.net
1582 S:      Supported
1583
1584 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1585 P:      Yi Zhu
1586 M:      yi.zhu@intel.com
1587 P:      James Ketrenos
1588 M:      jketreno@linux.intel.com
1589 L:      ipw2100-devel@lists.sourceforge.net
1590 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1591 W:      http://ipw2200.sourceforge.net
1592 S:      Supported
1593
1594 IOC3 DRIVER
1595 P:      Ralf Baechle
1596 M:      ralf@linux-mips.org
1597 L:      linux-mips@linux-mips.org
1598 S:      Maintained
1599
1600 IP MASQUERADING:
1601 P:      Juanjo Ciarlante
1602 M:      jjciarla@raiz.uncu.edu.ar
1603 S:      Maintained
1604
1605 IPATH DRIVER:
1606 P:      Bryan O'Sullivan
1607 M:      support@pathscale.com
1608 L:      openib-general@openib.org
1609 S:      Supported
1610
1611 IPMI SUBSYSTEM
1612 P:      Corey Minyard
1613 M:      minyard@acm.org
1614 L:      openipmi-developer@lists.sourceforge.net
1615 W:      http://openipmi.sourceforge.net/
1616 S:      Supported
1617
1618 IPX NETWORK LAYER
1619 P:      Arnaldo Carvalho de Melo
1620 M:      acme@conectiva.com.br
1621 L:      netdev@vger.kernel.org
1622 S:      Maintained
1623
1624 IRDA SUBSYSTEM
1625 P:      Samuel Ortiz
1626 M:      samuel@sortiz.org
1627 L:      irda-users@lists.sourceforge.net (subscribers-only)
1628 W:      http://irda.sourceforge.net/
1629 S:      Maintained
1630
1631 ISAPNP
1632 P:      Jaroslav Kysela
1633 M:      perex@suse.cz
1634 S:      Maintained
1635
1636 ISDN SUBSYSTEM
1637 P:      Karsten Keil
1638 M:      kkeil@suse.de
1639 P:      Kai Germaschewski
1640 M:      kai.germaschewski@gmx.de
1641 L:      isdn4linux@listserv.isdn4linux.de
1642 W:      http://www.isdn4linux.de
1643 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1644 S:      Maintained
1645
1646 ISDN SUBSYSTEM (Eicon active card driver)
1647 P:      Armin Schindler
1648 M:      mac@melware.de
1649 L:      isdn4linux@listserv.isdn4linux.de
1650 W:      http://www.melware.de
1651 S:      Maintained
1652
1653 JOURNALLING FLASH FILE SYSTEM (JFFS)
1654 P:      Axis Communications AB
1655 M:      jffs-dev@axis.com
1656 L:      jffs-dev@axis.com
1657 W:      http://www.developer.axis.com/software/jffs/
1658 S:      Maintained
1659
1660 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1661 P:      David Woodhouse
1662 M:      dwmw2@infradead.org
1663 L:      jffs-dev@axis.com
1664 W:      http://sources.redhat.com/jffs2/
1665 S:      Maintained
1666
1667 JFS FILESYSTEM
1668 P:      Dave Kleikamp
1669 M:      shaggy@austin.ibm.com
1670 L:      jfs-discussion@lists.sourceforge.net
1671 W:      http://jfs.sourceforge.net/
1672 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1673 S:      Supported
1674
1675 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1676 P:      Stephen Tweedie, Andrew Morton
1677 M:      sct@redhat.com, akpm@osdl.org
1678 L:      ext2-devel@lists.sourceforge.net
1679 S:      Maintained
1680
1681 KCONFIG
1682 P:      Roman Zippel
1683 M:      zippel@linux-m68k.org
1684 L:      kbuild-devel@lists.sourceforge.net
1685 S:      Maintained
1686
1687 KDUMP
1688 P:      Vivek Goyal
1689 M:      vgoyal@in.ibm.com
1690 P:      Haren Myneni
1691 M:      hbabu@us.ibm.com
1692 L:      fastboot@lists.osdl.org
1693 L:      linux-kernel@vger.kernel.org
1694 W:      http://lse.sourceforge.net/kdump/
1695 S:      Maintained
1696
1697 KERNEL AUTOMOUNTER (AUTOFS)
1698 P:      H. Peter Anvin
1699 M:      hpa@zytor.com
1700 L:      autofs@linux.kernel.org
1701 S:      Odd Fixes
1702
1703 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1704 P:      Ian Kent
1705 M:      raven@themaw.net
1706 L:      autofs@linux.kernel.org
1707 S:      Maintained
1708
1709 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1710 P:      Kai Germaschewski
1711 M:      kai@germaschewski.name
1712 P:      Sam Ravnborg
1713 M:      sam@ravnborg.org
1714 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1715 S:      Maintained 
1716
1717 KERNEL JANITORS
1718 P:      Several
1719 L:      kernel-janitors@lists.osdl.org
1720 W:      http://www.kerneljanitors.org/
1721 S:      Maintained
1722
1723 KERNEL NFSD
1724 P:      Neil Brown
1725 M:      neilb@cse.unsw.edu.au
1726 L:      nfs@lists.sourceforge.net
1727 W:      http://nfs.sourceforge.net/
1728 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1729 S:      Maintained
1730
1731 KEXEC
1732 P:      Eric Biederman
1733 M:      ebiederm@xmission.com
1734 W:      http://www.xmission.com/~ebiederm/files/kexec/
1735 L:      linux-kernel@vger.kernel.org
1736 L:      fastboot@osdl.org
1737 S:      Maintained
1738
1739 KPROBES
1740 P:      Prasanna S Panchamukhi
1741 M:      prasanna@in.ibm.com
1742 P:      Ananth N Mavinakayanahalli
1743 M:      ananth@in.ibm.com
1744 P:      Anil S Keshavamurthy
1745 M:      anil.s.keshavamurthy@intel.com
1746 P:      David S. Miller
1747 M:      davem@davemloft.net
1748 L:      linux-kernel@vger.kernel.org
1749 S:      Maintained
1750
1751 LAPB module
1752 L:      linux-x25@vger.kernel.org
1753 S:      Orphan
1754
1755 LASI 53c700 driver for PARISC
1756 P:      James E.J. Bottomley
1757 M:      James.Bottomley@HansenPartnership.com
1758 L:      linux-scsi@vger.kernel.org
1759 S:      Maintained
1760
1761 LED SUBSYSTEM
1762 P:      Richard Purdie
1763 M:      rpurdie@rpsys.net
1764 S:      Maintained
1765
1766 LEGO USB Tower driver
1767 P:      Juergen Stuber
1768 M:      starblue@users.sourceforge.net
1769 L:      legousb-devel@lists.sourceforge.net
1770 W:      http://legousb.sourceforge.net/
1771 S:      Maintained
1772
1773 LINUX FOR IBM pSERIES (RS/6000)
1774 P:      Paul Mackerras
1775 M:      paulus@au.ibm.com
1776 W:      http://www.ibm.com/linux/ltc/projects/ppc
1777 S:      Supported
1778
1779 LINUX FOR NCR VOYAGER
1780 P:      James Bottomley
1781 M:      James.Bottomley@HansenPartnership.com
1782 W:      http://www.hansenpartnership.com/voyager
1783 S:      Maintained
1784
1785 LINUX FOR POWERPC
1786 P:      Paul Mackerras
1787 M:      paulus@samba.org
1788 W:      http://www.penguinppc.org/
1789 L:      linuxppc-dev@ozlabs.org
1790 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1791 S:      Supported
1792
1793 LINUX FOR POWER MACINTOSH
1794 P:      Benjamin Herrenschmidt
1795 M:      benh@kernel.crashing.org
1796 W:      http://www.penguinppc.org/
1797 L:      linuxppc-dev@ozlabs.org
1798 S:      Maintained
1799
1800 LINUX FOR POWERPC EMBEDDED MPC52XX
1801 P:      Sylvain Munaut
1802 M:      tnt@246tNt.com
1803 W:      http://www.246tNt.com/mpc52xx/
1804 W:      http://www.penguinppc.org/
1805 L:      linuxppc-dev@ozlabs.org
1806 L:      linuxppc-embedded@ozlabs.org
1807 S:      Maintained
1808
1809 LINUX FOR POWERPC EMBEDDED PPC4XX
1810 P:      Matt Porter
1811 M:      mporter@kernel.crashing.org
1812 W:      http://www.penguinppc.org/
1813 L:      linuxppc-embedded@ozlabs.org
1814 S:      Maintained
1815
1816 LINUX FOR POWERPC BOOT CODE
1817 P:      Tom Rini
1818 M:      trini@kernel.crashing.org
1819 W:      http://www.penguinppc.org/
1820 L:      linuxppc-embedded@ozlabs.org
1821 S:      Maintained
1822
1823 LINUX FOR POWERPC EMBEDDED PPC8XX
1824 P:      Marcelo Tosatti
1825 M:      marcelo@kvack.org
1826 W:      http://www.penguinppc.org/
1827 L:      linuxppc-embedded@ozlabs.org
1828 S:      Maintained
1829
1830 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1831 P:     Kumar Gala
1832 M:     galak@kernel.crashing.org
1833 W:     http://www.penguinppc.org/
1834 L:     linuxppc-embedded@ozlabs.org
1835 S:     Maintained
1836
1837 LINUX FOR POWERPC PA SEMI PWRFICIENT
1838 P:      Olof Johansson
1839 M:      olof@lixom.net
1840 W:      http://www.pasemi.com/
1841 L:      linuxppc-dev@ozlabs.org
1842 S:      Supported
1843
1844 LLC (802.2)
1845 P:      Arnaldo Carvalho de Melo
1846 M:      acme@conectiva.com.br
1847 S:      Maintained
1848
1849 LINUX FOR 64BIT POWERPC
1850 P:      Paul Mackerras
1851 M:      paulus@samba.org
1852 M:      paulus@au.ibm.com
1853 P:      Anton Blanchard
1854 M:      anton@samba.org
1855 M:      anton@au.ibm.com
1856 W:      http://www.penguinppc.org/ppc64/
1857 L:      linuxppc-dev@ozlabs.org
1858 S:      Supported
1859
1860 LINUX SECURITY MODULE (LSM) FRAMEWORK
1861 P:      Chris Wright
1862 M:      chrisw@sous-sol.org
1863 L:      linux-security-module@vger.kernel.org
1864 W:      http://lsm.immunix.org
1865 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1866 S:      Supported
1867
1868 LM83 HARDWARE MONITOR DRIVER
1869 P:      Jean Delvare
1870 M:      khali@linux-fr.org
1871 L:      lm-sensors@lm-sensors.org
1872 S:      Maintained
1873
1874 LM90 HARDWARE MONITOR DRIVER
1875 P:      Jean Delvare
1876 M:      khali@linux-fr.org
1877 L:      lm-sensors@lm-sensors.org
1878 S:      Maintained
1879
1880 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1881 P:      Richard Russon (FlatCap)
1882 M:      ldm@flatcap.org
1883 L:      ldm-devel@lists.sourceforge.net 
1884 W:      http://ldm.sourceforge.net
1885 S:      Maintained
1886
1887 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1888 P:      Eric Moore
1889 M:      Eric.Moore@lsil.com
1890 M:      support@lsil.com
1891 L:      mpt_linux_developer@lsil.com
1892 L:      linux-scsi@vger.kernel.org
1893 W:      http://www.lsilogic.com/support
1894 S:      Supported
1895
1896 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1897 P:      Matthew Wilcox
1898 M:      matthew@wil.cx
1899 L:      linux-scsi@vger.kernel.org
1900 S:      Maintained
1901
1902 M68K ARCHITECTURE
1903 P:      Geert Uytterhoeven
1904 M:      geert@linux-m68k.org
1905 P:      Roman Zippel
1906 M:      zippel@linux-m68k.org
1907 L:      linux-m68k@lists.linux-m68k.org
1908 W:      http://www.linux-m68k.org/
1909 W:      http://linux-m68k-cvs.ubb.ca/
1910 S:      Maintained
1911
1912 M68K ON APPLE MACINTOSH
1913 P:      Joshua Thompson
1914 M:      funaho@jurai.org
1915 W:      http://www.mac.linux-m68k.org/
1916 L:      linux-mac68k@mac.linux-m68k.org
1917 S:      Maintained
1918
1919 M68K ON HP9000/300
1920 P:      Philip Blundell
1921 M:      philb@gnu.org
1922 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1923 S:      Maintained
1924
1925 MARVELL YUKON / SYSKONNECT DRIVER
1926 P:      Mirko Lindner
1927 M:      mlindner@syskonnect.de
1928 P:      Ralph Roesler
1929 M:      rroesler@syskonnect.de
1930 W:      http://www.syskonnect.com
1931 S:      Supported
1932
1933 MAESTRO PCI SOUND DRIVERS
1934 P:      Zach Brown
1935 M:      zab@zabbo.net
1936 S:      Odd Fixes
1937
1938 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1939 P: Michael Kerrisk
1940 M: mtk-manpages@gmx.net
1941 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1942 S: Maintained
1943
1944 MARVELL MV643XX ETHERNET DRIVER
1945 P:      Dale Farnsworth
1946 M:      dale@farnsworth.org
1947 P:      Manish Lachwani
1948 M:      mlachwani@mvista.com
1949 L:      netdev@vger.kernel.org
1950 S:      Odd Fixes for 2.4; Maintained for 2.6.
1951
1952 MATROX FRAMEBUFFER DRIVER
1953 P:      Petr Vandrovec
1954 M:      vandrove@vc.cvut.cz
1955 L:      linux-fbdev-devel@lists.sourceforge.net
1956 S:      Maintained
1957
1958 MEGARAID SCSI DRIVERS
1959 P:     Neela Syam Kolli
1960 M:     Neela.Kolli@engenio.com
1961 S:     linux-scsi@vger.kernel.org
1962 W:     http://megaraid.lsilogic.com
1963 S:     Maintained
1964
1965 MEMORY MANAGEMENT
1966 L:      linux-mm@kvack.org
1967 L:      linux-kernel@vger.kernel.org
1968 W:      http://www.linux-mm.org
1969 S:      Maintained
1970
1971 MEMORY TECHNOLOGY DEVICES (MTD)
1972 P:      David Woodhouse
1973 M:      dwmw2@infradead.org
1974 W:      http://www.linux-mtd.infradead.org/
1975 L:      linux-mtd@lists.infradead.org
1976 T:      git git://git.infradead.org/mtd-2.6.git
1977 S:      Maintained
1978
1979 MICROTEK X6 SCANNER
1980 P:      Oliver Neukum
1981 M:      oliver@neukum.name
1982 S:      Maintained
1983
1984 MIPS
1985 P:      Ralf Baechle
1986 M:      ralf@linux-mips.org
1987 W:      http://www.linux-mips.org/
1988 L:      linux-mips@linux-mips.org
1989 T:      git www.linux-mips.org:/pub/scm/linux.git
1990 S:      Supported
1991
1992 MISCELLANEOUS MCA-SUPPORT
1993 P:      James Bottomley
1994 M:      jejb@steeleye.com
1995 L:      linux-kernel@vger.kernel.org
1996 S:      Maintained
1997
1998 MODULE SUPPORT
1999 P:      Rusty Russell
2000 M:      rusty@rustcorp.com.au
2001 L:      linux-kernel@vger.kernel.org
2002 S:      Maintained
2003
2004 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2005 P:      Stelian Pop
2006 M:      stelian@popies.net
2007 W:      http://popies.net/meye/
2008 S:      Maintained
2009
2010 MOUSE AND MISC DEVICES [GENERAL]
2011 P:      Alessandro Rubini
2012 M:      rubini@ipvvis.unipv.it
2013 L:      linux-kernel@vger.kernel.org
2014 S:      Maintained
2015
2016 MTRR AND SIMILAR SUPPORT [i386]
2017 P:      Richard Gooch
2018 M:      rgooch@atnf.csiro.au
2019 L:      linux-kernel@vger.kernel.org
2020 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2021 S:      Maintained
2022
2023 MULTIMEDIA CARD (MMC) SUBSYSTEM
2024 P:      Russell King
2025 M:      rmk+mmc@arm.linux.org.uk
2026 S:      Maintained
2027
2028 MULTISOUND SOUND DRIVER
2029 P:      Andrew Veliath
2030 M:      andrewtv@usa.net
2031 S:      Maintained
2032
2033 NATSEMI ETHERNET DRIVER (DP8381x)
2034 P:      Tim Hockin
2035 M:      thockin@hockin.org
2036 S:      Maintained
2037
2038 NCP FILESYSTEM
2039 P:      Petr Vandrovec
2040 M:      vandrove@vc.cvut.cz
2041 L:      linware@sh.cvut.cz
2042 S:      Maintained
2043
2044 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2045 P:      James E.J. Bottomley
2046 M:      James.Bottomley@HansenPartnership.com
2047 L:      linux-scsi@vger.kernel.org
2048 S:      Maintained
2049
2050 NETEM NETWORK EMULATOR
2051 P:      Stephen Hemminger
2052 M:      shemminger@osdl.org
2053 L:      netem@osdl.org
2054 S:      Maintained
2055
2056 NETFILTER/IPTABLES/IPCHAINS
2057 P:      Rusty Russell
2058 P:      Marc Boucher
2059 P:      James Morris
2060 P:      Harald Welte
2061 P:      Jozsef Kadlecsik
2062 M:      coreteam@netfilter.org
2063 W:      http://www.netfilter.org/
2064 W:      http://www.iptables.org/
2065 L:      netfilter@lists.netfilter.org
2066 L:      netfilter-devel@lists.netfilter.org
2067 S:      Supported
2068
2069 NETLABEL
2070 P:      Paul Moore
2071 M:      paul.moore@hp.com
2072 W:      http://netlabel.sf.net
2073 L:      netdev@vger.kernel.org
2074 S:      Supported
2075
2076 NETROM NETWORK LAYER
2077 P:      Ralf Baechle
2078 M:      ralf@linux-mips.org
2079 L:      linux-hams@vger.kernel.org
2080 W:      http://www.linux-ax25.org/
2081 S:      Maintained
2082
2083 NETWORK BLOCK DEVICE
2084 P:      Paul Clements
2085 M:      Paul.Clements@steeleye.com
2086 S:      Maintained
2087
2088 NETWORK DEVICE DRIVERS
2089 P:      Andrew Morton
2090 M:      akpm@osdl.org
2091 P:      Jeff Garzik
2092 M:      jgarzik@pobox.com
2093 L:      netdev@vger.kernel.org
2094 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2095 S:      Maintained
2096
2097 NETWORKING [GENERAL]
2098 P:      Networking Team
2099 M:      netdev@vger.kernel.org
2100 L:      netdev@vger.kernel.org
2101 W:      http://linux-net.osdl.org/
2102 S:      Maintained
2103
2104 NETWORKING [IPv4/IPv6]
2105 P:      David S. Miller
2106 M:      davem@davemloft.net
2107 P:      Alexey Kuznetsov
2108 M:      kuznet@ms2.inr.ac.ru
2109 P:      Pekka Savola (ipv6)
2110 M:      pekkas@netcore.fi
2111 P:      James Morris
2112 M:      jmorris@namei.org
2113 P:      Hideaki YOSHIFUJI
2114 M:      yoshfuji@linux-ipv6.org
2115 P:      Patrick McHardy
2116 M:      kaber@coreworks.de
2117 L:      netdev@vger.kernel.org
2118 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2119 S:      Maintained
2120
2121 NETWORKING [WIRELESS]
2122 P:      John W. Linville
2123 M:      linville@tuxdriver.com
2124 L:      netdev@vger.kernel.org
2125 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2126 S:      Maintained
2127
2128 IPVS
2129 P:      Wensong Zhang
2130 M:      wensong@linux-vs.org
2131 P:      Simon Horman
2132 M:      horms@verge.net.au
2133 P:      Julian Anastasov
2134 M:      ja@ssi.bg
2135 L:      netdev@vger.kernel.org
2136 S:      Maintained
2137
2138 NFS CLIENT
2139 P:      Trond Myklebust
2140 M:      trond.myklebust@fys.uio.no
2141 L:      linux-kernel@vger.kernel.org
2142 S:      Maintained
2143
2144 NI5010 NETWORK DRIVER
2145 P:      Jan-Pascal van Best
2146 M:      janpascal@vanbest.org
2147 P:      Andreas Mohr
2148 M:      andi@lisas.de
2149 L:      netdev@vger.kernel.org
2150 S:      Maintained
2151
2152 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2153 P:      YOKOTA Hiroshi
2154 M:      yokota@netlab.is.tsukuba.ac.jp
2155 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2156 S:      Maintained
2157
2158 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2159 P:      GOTO Masanori
2160 M:      gotom@debian.or.jp
2161 P:      YOKOTA Hiroshi
2162 M:      yokota@netlab.is.tsukuba.ac.jp
2163 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2164 S:      Maintained
2165
2166 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2167 P:      Eberhard Moenkeberg
2168 M:      emoenke@gwdg.de
2169 L:      linux-kernel@vger.kernel.org
2170 S:      Maintained
2171
2172 NTFS FILESYSTEM
2173 P:      Anton Altaparmakov
2174 M:      aia21@cantab.net
2175 L:      linux-ntfs-dev@lists.sourceforge.net
2176 L:      linux-kernel@vger.kernel.org
2177 W:      http://linux-ntfs.sf.net/
2178 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2179 S:      Maintained
2180
2181 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2182 P:      Antonino Daplas
2183 M:      adaplas@pol.net
2184 L:      linux-fbdev-devel@lists.sourceforge.net
2185 S:      Maintained
2186
2187 OPENCORES I2C BUS DRIVER
2188 P:      Peter Korsgaard
2189 M:      jacmet@sunsite.dk
2190 L:      i2c@lm-sensors.org
2191 S:      Maintained
2192
2193 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2194 P:      Mark Fasheh
2195 M:      mark.fasheh@oracle.com
2196 P:      Kurt Hackel
2197 M:      kurt.hackel@oracle.com
2198 L:      ocfs2-devel@oss.oracle.com
2199 W:      http://oss.oracle.com/projects/ocfs2/
2200 S:      Supported       
2201
2202 OLYMPIC NETWORK DRIVER
2203 P:      Peter De Shrijver
2204 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2205 P:      Mike Phillips
2206 M:      mikep@linuxtr.net 
2207 L:      netdev@vger.kernel.org
2208 L:      linux-tr@linuxtr.net
2209 W:      http://www.linuxtr.net
2210 S:      Maintained
2211
2212 OMNIKEY CARDMAN 4000 DRIVER
2213 P:      Harald Welte
2214 M:      laforge@gnumonks.org
2215 S:      Maintained
2216
2217 OMNIKEY CARDMAN 4040 DRIVER
2218 P:      Harald Welte
2219 M:      laforge@gnumonks.org
2220 S:      Maintained
2221
2222 ONSTREAM SCSI TAPE DRIVER
2223 P:      Willem Riede
2224 M:      osst@riede.org
2225 L:      osst-users@lists.sourceforge.net
2226 L:      linux-scsi@vger.kernel.org
2227 S:      Maintained
2228
2229 OPL3-SA2, SA3, and SAx DRIVER
2230 P:      Zwane Mwaikambo
2231 M:      zwane@arm.linux.org.uk
2232 L:      linux-sound@vger.kernel.org
2233 S:      Maintained
2234
2235 OPROFILE
2236 P:      Philippe Elie
2237 M:      phil.el@wanadoo.fr
2238 L:      oprofile-list@lists.sf.net
2239 S:      Maintained
2240
2241 ORINOCO DRIVER
2242 P:      Pavel Roskin
2243 M:      proski@gnu.org
2244 P:      David Gibson
2245 M:      hermes@gibson.dropbear.id.au
2246 L:      orinoco-users@lists.sourceforge.net
2247 L:      orinoco-devel@lists.sourceforge.net
2248 W:      http://www.nongnu.org/orinoco/
2249 S:      Maintained
2250
2251 PARALLEL PORT SUPPORT
2252 P:      Phil Blundell
2253 M:      philb@gnu.org
2254 P:      Tim Waugh
2255 M:      tim@cyberelk.net
2256 P:      David Campbell
2257 P:      Andrea Arcangeli
2258 M:      andrea@suse.de
2259 L:      linux-parport@lists.infradead.org
2260 W:      http://people.redhat.com/twaugh/parport/
2261 S:      Maintained
2262
2263 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2264 P:      Tim Waugh
2265 M:      tim@cyberelk.net
2266 L:      linux-parport@lists.infradead.org
2267 W:      http://www.torque.net/linux-pp.html
2268 S:      Maintained
2269
2270 PARISC ARCHITECTURE
2271 P:      Matthew Wilcox
2272 M:      matthew@wil.cx
2273 P:      Grant Grundler
2274 M:      grundler@parisc-linux.org
2275 P:      Kyle McMartin
2276 M:      kyle@parisc-linux.org
2277 L:      parisc-linux@parisc-linux.org
2278 W:      http://www.parisc-linux.org/
2279 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2280 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2281 S:      Maintained
2282
2283 PCI ERROR RECOVERY
2284 P:      Linas Vepstas
2285 M:      linas@austin.ibm.com
2286 L:      linux-kernel@vger.kernel.org
2287 L:      linux-pci@atrey.karlin.mff.cuni.cz
2288 S:      Supported
2289
2290 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2291 P:      Thomas Sailer
2292 M:      sailer@ife.ee.ethz.ch
2293 L:      linux-sound@vger.kernel.org
2294 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2295 S:      Maintained
2296
2297 PCI SUBSYSTEM
2298 P:      Greg Kroah-Hartman
2299 M:      gregkh@suse.de
2300 L:      linux-kernel@vger.kernel.org
2301 L:      linux-pci@atrey.karlin.mff.cuni.cz
2302 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2303 S:      Supported
2304
2305 PCI HOTPLUG CORE
2306 P:      Greg Kroah-Hartman
2307 M:      gregkh@suse.de
2308 S:      Supported
2309
2310 PCI HOTPLUG COMPAQ DRIVER
2311 P:      Greg Kroah-Hartman
2312 M:      greg@kroah.com
2313 S:      Maintained
2314
2315 PCIE HOTPLUG DRIVER
2316 P:      Kristen Carlson Accardi
2317 M:      kristen.c.accardi@intel.com
2318 L:      pcihpd-discuss@lists.sourceforge.net
2319 S:      Maintained
2320
2321 PCMCIA SUBSYSTEM
2322 P:      Linux PCMCIA Team
2323 L:      linux-pcmcia@lists.infradead.org
2324 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2325 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2326 S:      Maintained
2327
2328 PCNET32 NETWORK DRIVER
2329 P:      Thomas Bogendörfer
2330 M:      tsbogend@alpha.franken.de
2331 L:      netdev@vger.kernel.org
2332 S:      Maintained
2333
2334 PER-TASK DELAY ACCOUNTING
2335 P:      Shailabh Nagar
2336 M:      nagar@watson.ibm.com
2337 L:      linux-kernel@vger.kernel.org
2338 S:      Maintained
2339
2340 PERSONALITY HANDLING
2341 P:      Christoph Hellwig
2342 M:      hch@infradead.org
2343 L:      linux-abi-devel@lists.sourceforge.net
2344 S:      Maintained
2345
2346 PHRAM MTD DRIVER
2347 P:      Jörn Engel
2348 M:      joern@wh.fh-wedel.de
2349 L:      linux-mtd@lists.infradead.org
2350 S:      Maintained
2351
2352 PKTCDVD DRIVER
2353 P:      Peter Osterlund
2354 M:      petero2@telia.com
2355 L:      linux-kernel@vger.kernel.org
2356 S:      Maintained
2357
2358 POSIX CLOCKS and TIMERS
2359 P:      George Anzinger
2360 M:      george@mvista.com
2361 L:      linux-kernel@vger.kernel.org
2362 S:      Supported
2363
2364 POWERPC 4xx EMAC DRIVER
2365 P:      Eugene Surovegin
2366 M:      ebs@ebshome.net
2367 W:      http://kernel.ebshome.net/emac/
2368 L:      linuxppc-embedded@ozlabs.org
2369 L:      netdev@vger.kernel.org
2370 S:      Maintained
2371
2372 PNP SUPPORT
2373 P:      Adam Belay
2374 M:      ambx1@neo.rr.com
2375 S:      Maintained
2376
2377 PPP PROTOCOL DRIVERS AND COMPRESSORS
2378 P:      Paul Mackerras
2379 M:      paulus@samba.org
2380 L:      linux-ppp@vger.kernel.org
2381 S:      Maintained
2382
2383 PPP OVER ATM (RFC 2364)
2384 P:      Mitchell Blank Jr
2385 M:      mitch@sfgoth.com
2386 S:      Maintained
2387
2388 PPP OVER ETHERNET
2389 P:      Michal Ostrowski
2390 M:      mostrows@speakeasy.net
2391 S:      Maintained
2392
2393 PREEMPTIBLE KERNEL
2394 P:      Robert Love
2395 M:      rml@tech9.net
2396 L:      linux-kernel@vger.kernel.org
2397 L:      kpreempt-tech@lists.sourceforge.net
2398 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2399 S:      Supported
2400
2401 PRISM54 WIRELESS DRIVER
2402 P:      Prism54 Development Team
2403 M:      prism54-private@prism54.org
2404 L:      netdev@vger.kernel.org
2405 W:      http://prism54.org
2406 S:      Maintained
2407
2408 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2409 P:      Peter Denison
2410 M:      promise@pnd-pc.demon.co.uk
2411 W:      http://www.pnd-pc.demon.co.uk/promise/
2412 S:      Maintained
2413
2414 PVRUSB2 VIDEO4LINUX DRIVER
2415 P:      Mike Isely
2416 M:      isely@pobox.com
2417 L:      pvrusb2@isely.net
2418 L:      video4linux-list@redhat.com
2419 W:      http://www.isely.net/pvrusb2/
2420 S:      Maintained
2421
2422 PXA2xx SUPPORT
2423 P:      Nicolas Pitre
2424 M:      nico@cam.org
2425 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2426 S:      Maintained
2427
2428 QLOGIC QLA2XXX FC-SCSI DRIVER
2429 P:      Andrew Vasquez
2430 M:      linux-driver@qlogic.com
2431 L:      linux-scsi@vger.kernel.org
2432 S:      Supported
2433
2434 QLOGIC QLA3XXX NETWORK DRIVER
2435 P:      Ron Mercer
2436 M:      linux-driver@qlogic.com
2437 L:      netdev@vger.kernel.org
2438 S:      Supported
2439
2440 QNX4 FILESYSTEM
2441 P:      Anders Larsen
2442 M:      al@alarsen.net
2443 L:      linux-kernel@vger.kernel.org
2444 W:      http://www.alarsen.net/linux/qnx4fs/
2445 S:      Maintained
2446
2447 RADEON FRAMEBUFFER DISPLAY DRIVER
2448 P:      Benjamin Herrenschmidt
2449 M:      benh@kernel.crashing.org
2450 L:      linux-fbdev-devel@lists.sourceforge.net
2451 S:      Maintained
2452
2453 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2454 P:      Paul Mackerras
2455 M:      paulus@samba.org
2456 L:      linux-fbdev-devel@lists.sourceforge.net
2457 S:      Maintained
2458
2459 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2460 P:      Corey Thomas
2461 M:      corey@world.std.com
2462 L:      linux-kernel@vger.kernel.org
2463 S:      Maintained
2464
2465 RANDOM NUMBER DRIVER
2466 P:      Matt Mackall
2467 M:      mpm@selenic.com
2468 S:      Maintained
2469
2470 RAPIDIO SUBSYSTEM
2471 P:      Matt Porter
2472 M:      mporter@kernel.crashing.org
2473 L:      linux-kernel@vger.kernel.org
2474 S:      Maintained
2475
2476 REAL TIME CLOCK DRIVER
2477 P:      Paul Gortmaker
2478 M:      p_gortmaker@yahoo.com
2479 L:      linux-kernel@vger.kernel.org
2480 S:      Maintained
2481
2482 REAL TIME CLOCK (RTC) SUBSYSTEM
2483 P:      Alessandro Zummo
2484 M:      a.zummo@towertech.it
2485 L:      linux-kernel@vger.kernel.org
2486 S:      Maintained
2487
2488 REISERFS FILE SYSTEM
2489 P:      Hans Reiser
2490 M:      reiserfs-dev@namesys.com
2491 L:      reiserfs-list@namesys.com
2492 W:      http://www.namesys.com
2493 S:      Supported
2494
2495 ROCKETPORT DRIVER
2496 P:      Comtrol Corp.
2497 W:      http://www.comtrol.com
2498 S:      Maintained
2499
2500 ROSE NETWORK LAYER
2501 P:      Ralf Baechle
2502 M:      ralf@linux-mips.org
2503 L:      linux-hams@vger.kernel.org
2504 W:      http://www.linux-ax25.org/
2505 S:      Maintained
2506
2507 RISCOM8 DRIVER
2508 S:      Orphan
2509
2510 S3 SAVAGE FRAMEBUFFER DRIVER
2511 P:      Antonino Daplas
2512 M:      adaplas@pol.net
2513 L:      linux-fbdev-devel@lists.sourceforge.net
2514 S:      Maintained
2515
2516 S390
2517 P:      Martin Schwidefsky
2518 M:      schwidefsky@de.ibm.com
2519 P:      Heiko Carstens
2520 M:      heiko.carstens@de.ibm.com
2521 M:      linux390@de.ibm.com
2522 L:      linux-390@vm.marist.edu
2523 W:      http://www.ibm.com/developerworks/linux/linux390/
2524 S:      Supported
2525
2526 S390 NETWORK DRIVERS
2527 P:      Frank Pavlic
2528 M:      fpavlic@de.ibm.com
2529 M:      linux390@de.ibm.com
2530 L:      linux-390@vm.marist.edu
2531 W:      http://www.ibm.com/developerworks/linux/linux390/
2532 S:      Supported
2533
2534 S390 ZFCP DRIVER
2535 P:      Swen Schillig
2536 M:      swen@vnet.ibm.com
2537 M:      linux390@de.ibm.com
2538 L:      linux-390@vm.marist.edu
2539 W:      http://www.ibm.com/developerworks/linux/linux390/
2540 S:      Supported
2541
2542 SAA7146 VIDEO4LINUX-2 DRIVER
2543 P:      Michael Hunold
2544 M:      michael@mihu.de
2545 W:      http://www.mihu.de/linux/saa7146
2546 S:      Maintained
2547
2548 SBPCD CDROM DRIVER
2549 P:      Eberhard Moenkeberg
2550 M:      emoenke@gwdg.de
2551 L:      linux-kernel@vger.kernel.org
2552 S:      Maintained
2553
2554 SC1200 WDT DRIVER
2555 P:      Zwane Mwaikambo
2556 M:      zwane@arm.linux.org.uk
2557 S:      Maintained
2558
2559 SCHEDULER
2560 P:      Ingo Molnar
2561 M:      mingo@elte.hu
2562 P:      Robert Love    [the preemptible kernel bits]
2563 M:      rml@tech9.net
2564 L:      linux-kernel@vger.kernel.org
2565 S:      Maintained
2566
2567 SCSI CDROM DRIVER
2568 P:      Jens Axboe
2569 M:      axboe@suse.de
2570 L:      linux-scsi@vger.kernel.org
2571 W:      http://www.kernel.dk
2572 S:      Maintained
2573
2574 SCSI SG DRIVER
2575 P:      Doug Gilbert
2576 M:      dgilbert@interlog.com
2577 L:      linux-scsi@vger.kernel.org
2578 W:      http://www.torque.net/sg
2579 S:      Maintained
2580
2581 SCSI SUBSYSTEM
2582 P:      James E.J. Bottomley
2583 M:      James.Bottomley@SteelEye.com
2584 L:      linux-scsi@vger.kernel.org
2585 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2586 S:      Maintained
2587
2588 SCSI TAPE DRIVER
2589 P:      Kai Mäkisara
2590 M:      Kai.Makisara@kolumbus.fi
2591 L:      linux-scsi@vger.kernel.org
2592 S:      Maintained
2593
2594 SCTP PROTOCOL
2595 P: Sridhar Samudrala
2596 M: sri@us.ibm.com
2597 L: lksctp-developers@lists.sourceforge.net
2598 S: Supported
2599
2600 SCx200 CPU SUPPORT
2601 P:      Christer Weinigel
2602 M:      christer@weinigel.se
2603 W:      http://www.weinigel.se
2604 S:      Supported
2605
2606 SECURITY CONTACT
2607 P:      Security Officers
2608 M:      security@kernel.org
2609 S:      Supported
2610
2611 SELINUX SECURITY MODULE
2612 P:      Stephen Smalley
2613 M:      sds@tycho.nsa.gov
2614 P:      James Morris
2615 M:      jmorris@namei.org
2616 L:      linux-kernel@vger.kernel.org (kernel issues)
2617 L:      selinux@tycho.nsa.gov (general discussion)
2618 W:      http://www.nsa.gov/selinux
2619 S:      Supported
2620
2621 SERIAL ATA (SATA) SUBSYSTEM:
2622 P:      Jeff Garzik
2623 M:      jgarzik@pobox.com
2624 L:      linux-ide@vger.kernel.org
2625 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2626 S:      Supported
2627
2628 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2629 P:      Pat Gefre
2630 M:      pfg@sgi.com
2631 L:      linux-ia64@vger.kernel.org
2632 S:      Supported
2633
2634 SGI VISUAL WORKSTATION 320 AND 540
2635 P:      Andrey Panin
2636 M:      pazke@donpac.ru
2637 L:      linux-visws-devel@lists.sf.net
2638 W:      http://linux-visws.sf.net
2639 S:      Maintained for 2.6.
2640
2641 SIMTEC EB110ATX (Chalice CATS)
2642 P:      Ben Dooks
2643 P:      Vincent Sanders
2644 M:      support@simtec.co.uk
2645 W:      http://www.simtec.co.uk/products/EB110ATX/
2646 S:      Supported
2647
2648 SIMTEC EB2410ITX (BAST)
2649 P:      Ben Dooks
2650 P:      Vincent Sanders
2651 M:      support@simtec.co.uk
2652 W:      http://www.simtec.co.uk/products/EB2410ITX/
2653 S:      Supported
2654
2655 SIS 190 ETHERNET DRIVER
2656 P:      Francois Romieu
2657 M:      romieu@fr.zoreil.com
2658 L:      netdev@vger.kernel.org
2659 S:      Maintained
2660
2661 SIS 5513 IDE CONTROLLER DRIVER
2662 P:      Lionel Bouton
2663 M:      Lionel.Bouton@inet6.fr
2664 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2665 W:      http://gyver.homeip.net/sis5513/index.html
2666 S:      Maintained
2667
2668 SIS 900/7016 FAST ETHERNET DRIVER
2669 P:      Daniele Venzano
2670 M:      venza@brownhat.org
2671 W:      http://www.brownhat.org/sis900.html
2672 L:      netdev@vger.kernel.org
2673 S:      Maintained
2674
2675 SIS FRAMEBUFFER DRIVER
2676 P:      Thomas Winischhofer
2677 M:      thomas@winischhofer.net
2678 W:      http://www.winischhofer.net/linuxsisvga.shtml
2679 S:      Maintained      
2680
2681 SIS USB2VGA DRIVER
2682 P:      Thomas Winischhofer
2683 M:      thomas@winischhofer.net
2684 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2685 S:      Maintained
2686
2687 SMC91x ETHERNET DRIVER
2688 P:      Nicolas Pitre
2689 M:      nico@cam.org
2690 S:      Maintained
2691
2692 SOFTMAC LAYER (IEEE 802.11)
2693 P:      Johannes Berg
2694 M:      johannes@sipsolutions.net
2695 P:      Joe Jezak
2696 M:      josejx@gentoo.org
2697 P:      Daniel Drake
2698 M:      dsd@gentoo.org
2699 W:      http://softmac.sipsolutions.net/
2700 L:      netdev@vger.kernel.org
2701 S:      Maintained
2702
2703 SOFTWARE RAID (Multiple Disks) SUPPORT
2704 P:      Ingo Molnar
2705 M:      mingo@redhat.com
2706 P:      Neil Brown
2707 M:      neilb@cse.unsw.edu.au
2708 L:      linux-raid@vger.kernel.org
2709 S:      Maintained
2710
2711 SOFTWARE SUSPEND:
2712 P:      Pavel Machek
2713 M:      pavel@suse.cz
2714 L:      linux-pm@osdl.org
2715 S:      Maintained
2716
2717 SONIC NETWORK DRIVER
2718 P:      Thomas Bogendoerfer
2719 M:      tsbogend@alpha.franken.de
2720 L:      netdev@vger.kernel.org
2721 S:      Maintained
2722
2723 SONY VAIO CONTROL DEVICE DRIVER
2724 P:      Stelian Pop
2725 M:      stelian@popies.net
2726 W:      http://popies.net/sonypi/
2727 S:      Maintained
2728
2729 SOUND
2730 P:      Jaroslav Kysela
2731 M:      perex@suse.cz
2732 L:      alsa-devel@alsa-project.org
2733 S:      Maintained
2734
2735 SPI SUBSYSTEM
2736 P:      David Brownell
2737 M:      dbrownell@users.sourceforge.net
2738 L:      spi-devel-general@lists.sourceforge.net
2739 S:      Maintained
2740
2741 STABLE BRANCH:
2742 P:      Greg Kroah-Hartman
2743 M:      greg@kroah.com
2744 P:      Chris Wright
2745 M:      chrisw@sous-sol.org
2746 L:      stable@kernel.org
2747 S:      Maintained
2748
2749 STABLE BRANCH:
2750 P:      Greg Kroah-Hartman
2751 M:      greg@kroah.com
2752 P:      Chris Wright
2753 M:      chrisw@sous-sol.org
2754 L:      stable@kernel.org
2755 S:      Maintained
2756
2757 TPM DEVICE DRIVER
2758 P:      Kylene Hall
2759 M:      kjhall@us.ibm.com
2760 W:      http://tpmdd.sourceforge.net
2761 L:      tpmdd-devel@lists.sourceforge.net
2762 S:      Maintained
2763
2764 Telecom Clock Driver for MCPL0010
2765 P: Mark Gross
2766 M: mark.gross@intel.com
2767 S: Supported
2768
2769 TENSILICA XTENSA PORT (xtensa):
2770 P:      Chris Zankel
2771 M:      chris@zankel.net
2772 S:      Maintained
2773
2774 UltraSPARC (sparc64):
2775 P:      David S. Miller
2776 M:      davem@davemloft.net
2777 P:      Eddie C. Dost
2778 M:      ecd@brainaid.de
2779 P:      Jakub Jelinek
2780 M:      jj@sunsite.ms.mff.cuni.cz
2781 P:      Anton Blanchard
2782 M:      anton@samba.org
2783 L:      sparclinux@vger.kernel.org
2784 L:      ultralinux@vger.kernel.org
2785 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2786 S:      Maintained
2787
2788 SHARP LH SUPPORT (LH7952X & LH7A40X)
2789 P:      Marc Singer
2790 M:      elf@buici.com
2791 W:      http://projects.buici.com/arm
2792 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2793 S:      Maintained
2794
2795 SHPC HOTPLUG DRIVER
2796 P:      Kristen Carlson Accardi
2797 M:      kristen.c.accardi@intel.com
2798 L:      pcihpd-discuss@lists.sourceforge.net
2799 S:      Maintained
2800
2801 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2802 P:      Pierre Ossman
2803 M:      drzeus-sdhci@drzeus.cx
2804 L:      sdhci-devel@list.drzeus.cx
2805 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2806 S:      Maintained
2807
2808 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2809 P:      Stephen Hemminger
2810 M:      shemminger@osdl.org
2811 L:      netdev@vger.kernel.org
2812 S:      Maintained
2813
2814 SOEKRIS NET48XX LED SUPPORT
2815 P:      Chris Boot
2816 M:      bootc@bootc.net
2817 S:      Maintained
2818
2819 SPARC (sparc32):
2820 P:      William L. Irwin
2821 M:      wli@holomorphy.com
2822 L:      sparclinux@vger.kernel.org
2823 S:      Maintained
2824
2825 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2826 P:      Roger Wolff
2827 M:      R.E.Wolff@BitWizard.nl
2828 L:      linux-kernel@vger.kernel.org ?
2829 S:      Supported
2830
2831 SRM (Alpha) environment access
2832 P:      Jan-Benedict Glaw
2833 M:      jbglaw@lug-owl.de
2834 L:      linux-kernel@vger.kernel.org
2835 S:      Maintained
2836
2837 STARFIRE/DURALAN NETWORK DRIVER
2838 P:      Ion Badulescu
2839 M:      ionut@cs.columbia.edu
2840 S:      Maintained
2841
2842 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2843 W:      http://mosquitonet.Stanford.EDU/strip.html
2844 S:      Unsupported ?
2845
2846 STRADIS MPEG-2 DECODER DRIVER
2847 P:      Nathan Laredo
2848 M:      laredo@gnu.org
2849 W:      http://www.stradis.com/
2850 S:      Maintained
2851
2852 SUPERH (sh)
2853 P:      Paul Mundt
2854 M:      lethal@linux-sh.org
2855 P:      Kazumoto Kojima
2856 M:      kkojima@rr.iij4u.or.jp
2857 L:      linuxsh-dev@lists.sourceforge.net
2858 W:      http://www.linux-sh.org
2859 W:      http://www.m17n.org/linux-sh/
2860 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2861 S:      Maintained
2862
2863 SUPERH64 (sh64)
2864 P:      Paul Mundt
2865 M:      lethal@linux-sh.org
2866 P:      Richard Curnow
2867 M:      rc@rc0.org.uk
2868 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2869 W:      http://www.linux-sh.org
2870 W:      http://www.rc0.org.uk/sh64
2871 S:      Maintained
2872
2873 SUN3/3X
2874 P:      Sam Creasey
2875 M:      sammy@sammy.net
2876 L:      sun3-list@redhat.com
2877 W:      http://sammy.net/sun3/
2878 S:      Maintained
2879
2880 SVGA HANDLING
2881 P:      Martin Mares
2882 M:      mj@ucw.cz
2883 L:      linux-video@atrey.karlin.mff.cuni.cz
2884 S:      Maintained
2885
2886 SYSV FILESYSTEM
2887 P:      Christoph Hellwig
2888 M:      hch@infradead.org
2889 S:      Maintained
2890
2891 TC CLASSIFIER
2892 P:      Jamal Hadi Salim
2893 M:      hadi@cyberus.ca
2894 L:      netdev@vger.kernel.org
2895 S:      Maintained
2896
2897 TCP LOW PRIORITY MODULE
2898 P:      Wong Hoi Sing, Edison
2899 M:      hswong3i@gmail.com
2900 P:      Hung Hing Lun, Mike
2901 M:      hlhung3i@gmail.com
2902 W:      http://tcp-lp-mod.sourceforge.net/
2903 S:      Maintained
2904
2905 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2906 P:      Deepak Saxena
2907 M:      dsaxena@plexity.net
2908 S:      Maintained
2909
2910 TASKSTATS STATISTICS INTERFACE
2911 P:      Shailabh Nagar
2912 M:      nagar@watson.ibm.com
2913 L:      linux-kernel@vger.kernel.org
2914 S:      Maintained
2915
2916 TI PARALLEL LINK CABLE DRIVER
2917 P:     Romain Lievin
2918 M:     roms@lpg.ticalc.org
2919 S:     Maintained
2920
2921 TIPC NETWORK LAYER
2922 P:      Per Liden
2923 M:      per.liden@ericsson.com
2924 P:      Jon Maloy
2925 M:      jon.maloy@ericsson.com
2926 P:      Allan Stephens
2927 M:      allan.stephens@windriver.com
2928 L:      tipc-discussion@lists.sourceforge.net
2929 W:      http://tipc.sourceforge.net/
2930 W:      http://tipc.cslab.ericsson.net/
2931 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2932 S:      Maintained
2933
2934 TLAN NETWORK DRIVER
2935 P:      Samuel Chessman
2936 M:      chessman@tux.org
2937 L:      tlan-devel@lists.sourceforge.net
2938 W:      http://sourceforge.net/projects/tlan/
2939 S:      Maintained
2940
2941 TOKEN-RING NETWORK DRIVER
2942 P:      Mike Phillips
2943 M:      mikep@linuxtr.net
2944 L:      netdev@vger.kernel.org
2945 L:      linux-tr@linuxtr.net
2946 W:      http://www.linuxtr.net
2947 S:      Maintained
2948
2949 TOSHIBA ACPI EXTRAS DRIVER
2950 P:      John Belmonte
2951 M:      toshiba_acpi@memebeam.org
2952 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2953 S:      Maintained
2954
2955 TOSHIBA SMM DRIVER
2956 P:      Jonathan Buzzard
2957 M:      jonathan@buzzard.org.uk
2958 L:      tlinux-users@tce.toshiba-dme.co.jp
2959 W:      http://www.buzzard.org.uk/toshiba/
2960 S:      Maintained
2961
2962 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2963 P:      Muli Ben-Yehuda
2964 M:      mulix@mulix.org
2965 L:      linux-kernel@vger.kernel.org
2966 S:      Maintained
2967
2968 TRIVIAL PATCHES
2969 P:      Adrian Bunk
2970 M:      trivial@kernel.org
2971 L:      linux-kernel@vger.kernel.org
2972 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2973 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2974 S:      Maintained
2975
2976 TMS380 TOKEN-RING NETWORK DRIVER
2977 P:      Adam Fritzler
2978 M:      mid@auk.cx
2979 L:      linux-tr@linuxtr.net
2980 W:      http://www.auk.cx/tms380tr/
2981 S:      Maintained
2982
2983 TULIP NETWORK DRIVER
2984 P:      Valerie Henson
2985 M:      val_henson@linux.intel.com
2986 L:      tulip-users@lists.sourceforge.net
2987 W:      http://sourceforge.net/projects/tulip/
2988 S:      Maintained
2989
2990 TUN/TAP driver
2991 P:      Maxim Krasnyansky
2992 M:      maxk@qualcomm.com
2993 L:      vtun@office.satix.net
2994 W:      http://vtun.sourceforge.net/tun
2995 S:      Maintained
2996
2997 U14-34F SCSI DRIVER
2998 P:      Dario Ballabio
2999 M:      ballabio_dario@emc.com
3000 L:      linux-scsi@vger.kernel.org
3001 S:      Maintained
3002
3003 UDF FILESYSTEM
3004 P:      Ben Fennema
3005 M:      bfennema@falcon.csc.calpoly.edu
3006 W:      http://linux-udf.sourceforge.net
3007 S:      Maintained
3008
3009 UNIFORM CDROM DRIVER
3010 P:      Jens Axboe
3011 M:      axboe@suse.de
3012 L:      linux-kernel@vger.kernel.org
3013 W:      http://www.kernel.dk
3014 S:      Maintained
3015
3016 USB ACM DRIVER
3017 P:      Oliver Neukum
3018 M:      oliver@neukum.name
3019 L:      linux-usb-users@lists.sourceforge.net
3020 L:      linux-usb-devel@lists.sourceforge.net
3021 S:      Maintained
3022
3023 USB BLOCK DRIVER (UB ub)
3024 P:      Pete Zaitcev
3025 M:      zaitcev@redhat.com
3026 L:      linux-kernel@vger.kernel.org
3027 L:      linux-usb-devel@lists.sourceforge.net
3028 S:      Supported
3029
3030 USB CDC ETHERNET DRIVER
3031 P:      Greg Kroah-Hartman
3032 M:      greg@kroah.com
3033 L:      linux-usb-users@lists.sourceforge.net
3034 L:      linux-usb-devel@lists.sourceforge.net
3035 S:      Maintained
3036 W:      http://www.kroah.com/linux-usb/
3037
3038 USB EHCI DRIVER
3039 P:      David Brownell
3040 M:      dbrownell@users.sourceforge.net
3041 L:      linux-usb-devel@lists.sourceforge.net
3042 S:      Maintained
3043
3044 USB ET61X[12]51 DRIVER
3045 P:      Luca Risolia
3046 M:      luca.risolia@studio.unibo.it
3047 L:      linux-usb-devel@lists.sourceforge.net
3048 L:      video4linux-list@redhat.com
3049 W:      http://www.linux-projects.org
3050 S:      Maintained
3051
3052 USB HID/HIDBP DRIVERS
3053 P:      Vojtech Pavlik
3054 M:      vojtech@suse.cz
3055 L:      linux-usb-users@lists.sourceforge.net
3056 L:      linux-usb-devel@lists.sourceforge.net
3057 S:      Maintained
3058
3059 USB HUB DRIVER
3060 P:      Johannes Erdfelt
3061 M:      johannes@erdfelt.com
3062 L:      linux-usb-users@lists.sourceforge.net
3063 L:      linux-usb-devel@lists.sourceforge.net
3064 S:      Maintained
3065
3066 USB ISP116X DRIVER
3067 P:      Olav Kongas
3068 M:      ok@artecdesign.ee
3069 L:      linux-usb-devel@lists.sourceforge.net
3070 S:      Maintained
3071
3072 USB KAWASAKI LSI DRIVER
3073 P:      Oliver Neukum
3074 M:      oliver@neukum.name
3075 L:      linux-usb-users@lists.sourceforge.net
3076 L:      linux-usb-devel@lists.sourceforge.net
3077 S:      Maintained
3078
3079 USB MASS STORAGE DRIVER
3080 P:      Matthew Dharm
3081 M:      mdharm-usb@one-eyed-alien.net
3082 L:      linux-usb-users@lists.sourceforge.net
3083 L:      usb-storage@lists.one-eyed-alien.net
3084 S:      Maintained
3085 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3086
3087 USB OHCI DRIVER
3088 P:      Roman Weissgaerber
3089 M:      weissg@vienna.at
3090 L:      linux-usb-users@lists.sourceforge.net
3091 L:      linux-usb-devel@lists.sourceforge.net
3092 S:      Maintained
3093
3094 USB OPTION-CARD DRIVER
3095 P:      Matthias Urlichs
3096 M:      smurf@smurf.noris.de
3097 L:      linux-usb-devel@lists.sourceforge.net
3098 S:      Maintained
3099
3100 USB OV511 DRIVER
3101 P:      Mark McClelland
3102 M:      mmcclell@bigfoot.com
3103 L:      linux-usb-users@lists.sourceforge.net
3104 L:      linux-usb-devel@lists.sourceforge.net
3105 W:      http://alpha.dyndns.org/ov511/
3106 S:      Maintained
3107
3108 USB PEGASUS DRIVER
3109 P:      Petko Manolov
3110 M:      petkan@users.sourceforge.net
3111 L:      linux-usb-users@lists.sourceforge.net
3112 L:      linux-usb-devel@lists.sourceforge.net
3113 W:      http://pegasus2.sourceforge.net/
3114 S:      Maintained
3115
3116 USB PRINTER DRIVER
3117 P:      Vojtech Pavlik
3118 M:      vojtech@suse.cz
3119 L:      linux-usb-users@lists.sourceforge.net
3120 L:      linux-usb-devel@lists.sourceforge.net
3121 S:      Maintained
3122
3123 USB RTL8150 DRIVER
3124 P:      Petko Manolov
3125 M:      petkan@users.sourceforge.net
3126 L:      linux-usb-users@lists.sourceforge.net
3127 L:      linux-usb-devel@lists.sourceforge.net
3128 W:      http://pegasus2.sourceforge.net/
3129 S:      Maintained
3130
3131 USB SE401 DRIVER
3132 P:      Jeroen Vreeken
3133 M:      pe1rxq@amsat.org
3134 L:      linux-usb-users@lists.sourceforge.net
3135 L:      linux-usb-devel@lists.sourceforge.net
3136 W:      http://www.chello.nl/~j.vreeken/se401/
3137 S:      Maintained
3138
3139 USB SERIAL CYBERJACK DRIVER
3140 P:      Matthias Bruestle and Harald Welte
3141 M:      support@reiner-sct.com
3142 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3143 S:      Maintained
3144
3145 USB SERIAL DIGI ACCELEPORT DRIVER
3146 P:      Peter Berger and Al Borchers
3147 M:      pberger@brimson.com
3148 M:      alborchers@steinerpoint.com
3149 L:      linux-usb-users@lists.sourceforge.net
3150 L:      linux-usb-devel@lists.sourceforge.net
3151 S:      Maintained
3152
3153 USB SERIAL DRIVER
3154 P:      Greg Kroah-Hartman
3155 M:      gregkh@suse.de
3156 L:      linux-usb-users@lists.sourceforge.net
3157 L:      linux-usb-devel@lists.sourceforge.net
3158 S:      Supported
3159
3160 USB SERIAL BELKIN F5U103 DRIVER
3161 P:      William Greathouse
3162 M:      wgreathouse@smva.com
3163 L:      linux-usb-users@lists.sourceforge.net
3164 L:      linux-usb-devel@lists.sourceforge.net
3165 S:      Maintained
3166
3167 USB SERIAL CYPRESS M8 DRIVER
3168 P:      Lonnie Mendez
3169 M:      dignome@gmail.com
3170 L:      linux-usb-users@lists.sourceforge.net
3171 L:      linux-usb-devel@lists.sourceforge.net
3172 S:      Maintained
3173 W:      http://geocities.com/i0xox0i
3174 W:      http://firstlight.net/cvs
3175
3176 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3177 L:      linux-usb-users@lists.sourceforge.net
3178 L:      linux-usb-devel@lists.sourceforge.net
3179 S:      Maintained
3180
3181 USB AUERSWALD DRIVER
3182 P:      Wolfgang Muees
3183 M:      wolfgang@iksw-muees.de
3184 L:      linux-usb-users@lists.sourceforge.net
3185 L:      linux-usb-devel@lists.sourceforge.net
3186 S:      Maintained
3187
3188 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3189 P:      Gary Brubaker
3190 M:      xavyer@ix.netcom.com
3191 L:      linux-usb-users@lists.sourceforge.net
3192 L:      linux-usb-devel@lists.sourceforge.net
3193 S:      Maintained
3194
3195 USB SERIAL KEYSPAN DRIVER
3196 P:      Greg Kroah-Hartman
3197 M:      greg@kroah.com
3198 L:      linux-usb-users@lists.sourceforge.net
3199 L:      linux-usb-devel@lists.sourceforge.net
3200 W:      http://www.kroah.com/linux/
3201 S:      Maintained
3202
3203 USB SERIAL WHITEHEAT DRIVER
3204 P:      Stuart MacDonald
3205 M:      stuartm@connecttech.com
3206 L:      linux-usb-users@lists.sourceforge.net
3207 L:      linux-usb-devel@lists.sourceforge.net
3208 W:      http://www.connecttech.com
3209 S:      Supported
3210
3211 USB SN9C10x DRIVER
3212 P:      Luca Risolia
3213 M:      luca.risolia@studio.unibo.it
3214 L:      linux-usb-devel@lists.sourceforge.net
3215 L:      video4linux-list@redhat.com
3216 W:      http://www.linux-projects.org
3217 S:      Maintained
3218
3219 USB SUBSYSTEM
3220 P:      Greg Kroah-Hartman
3221 M:      gregkh@suse.de
3222 L:      linux-usb-users@lists.sourceforge.net
3223 L:      linux-usb-devel@lists.sourceforge.net
3224 W:      http://www.linux-usb.org
3225 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3226 S:      Supported
3227
3228 USB UHCI DRIVER
3229 P:      Alan Stern
3230 M:      stern@rowland.harvard.edu
3231 L:      linux-usb-users@lists.sourceforge.net
3232 L:      linux-usb-devel@lists.sourceforge.net
3233 S:      Maintained
3234
3235 USB "USBNET" DRIVER
3236 P:      David Brownell
3237 M:      dbrownell@users.sourceforge.net
3238 L:      linux-usb-devel@lists.sourceforge.net
3239 S:      Maintained
3240
3241 USB W996[87]CF DRIVER
3242 P:      Luca Risolia
3243 M:      luca.risolia@studio.unibo.it
3244 L:      linux-usb-devel@lists.sourceforge.net
3245 L:      video4linux-list@redhat.com
3246 W:      http://www.linux-projects.org
3247 S:      Maintained
3248
3249 USB ZC0301 DRIVER
3250 P:      Luca Risolia
3251 M:      luca.risolia@studio.unibo.it
3252 L:      linux-usb-devel@lists.sourceforge.net
3253 L:      video4linux-list@redhat.com
3254 W:      http://www.linux-projects.org
3255 S:      Maintained
3256
3257 USB ZD1201 DRIVER
3258 P:      Jeroen Vreeken
3259 M:      pe1rxq@amsat.org
3260 L:      linux-usb-users@lists.sourceforge.net
3261 L:      linux-usb-devel@lists.sourceforge.net
3262 W:      http://linux-lc100020.sourceforge.net
3263 S:      Maintained
3264
3265 USER-MODE LINUX
3266 P:      Jeff Dike
3267 M:      jdike@karaya.com
3268 L:      user-mode-linux-devel@lists.sourceforge.net
3269 L:      user-mode-linux-user@lists.sourceforge.net
3270 W:      http://user-mode-linux.sourceforge.net
3271 S:      Maintained
3272         
3273 FAT/VFAT/MSDOS FILESYSTEM:
3274 P:      OGAWA Hirofumi
3275 M:      hirofumi@mail.parknet.co.jp
3276 L:      linux-kernel@vger.kernel.org
3277 S:      Maintained
3278
3279 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3280 P:      Jeff Garzik
3281 S:      Odd fixes
3282
3283 VIA RHINE NETWORK DRIVER
3284 P:      Roger Luethi
3285 M:      rl@hellgate.ch
3286 S:      Maintained
3287
3288 VIAPRO SMBUS DRIVER
3289 P:      Jean Delvare
3290 M:      khali@linux-fr.org
3291 L:      i2c@lm-sensors.org
3292 S:      Maintained
3293
3294 UCLINUX (AND M68KNOMMU)
3295 P:      Greg Ungerer
3296 M:      gerg@uclinux.org
3297 W:      http://www.uclinux.org/
3298 L:      uclinux-dev@uclinux.org  (subscribers-only)
3299 S:      Maintained
3300
3301 UCLINUX FOR NEC V850
3302 P:      Miles Bader
3303 M:      uclinux-v850@lsi.nec.co.jp
3304 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3305 W:      http://www.ee.nec.de/uclinux/
3306 S:      Supported
3307
3308 UCLINUX FOR RENESAS H8/300
3309 P:      Yoshinori Sato
3310 M:      ysato@users.sourceforge.jp
3311 W:      http://uclinux-h8.sourceforge.jp/
3312 S:      Supported
3313
3314 USB DIAMOND RIO500 DRIVER
3315 P:      Cesar Miquel
3316 M:      miquel@df.uba.ar
3317 L:      rio500-users@lists.sourceforge.net
3318 W:      http://rio500.sourceforge.net
3319 S:      Maintained
3320
3321 VIDEO FOR LINUX
3322 P:      Mauro Carvalho Chehab
3323 M:      mchehab@infradead.org
3324 M:      v4l-dvb-maintainer@linuxtv.org
3325 L:      video4linux-list@redhat.com
3326 W:      http://linuxtv.org
3327 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3328 S:      Maintained
3329
3330 VT8231 HARDWARE MONITOR DRIVER
3331 P:      Roger Lucas
3332 M:      roger@planbit.co.uk
3333 L:      lm-sensors@lm-sensors.org
3334 S:      Maintained
3335
3336 W1 DALLAS'S 1-WIRE BUS
3337 P:      Evgeniy Polyakov
3338 M:      johnpol@2ka.mipt.ru
3339 S:      Maintained
3340
3341 W83791D HARDWARE MONITORING DRIVER
3342 P:      Charles Spirakis
3343 M:      bezaur@gmail.com
3344 L:      lm-sensors@lm-sensors.org
3345 S:      Maintained
3346
3347 W83L51xD SD/MMC CARD INTERFACE DRIVER
3348 P:      Pierre Ossman
3349 M:      drzeus-wbsd@drzeus.cx
3350 L:      wbsd-devel@list.drzeus.cx
3351 W:      http://projects.drzeus.cx/wbsd
3352 S:      Maintained
3353
3354 WATCHDOG DEVICE DRIVERS
3355 P:      Wim Van Sebroeck
3356 M:      wim@iguana.be
3357 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3358 S:      Maintained
3359
3360 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3361 P:      Jean Tourrilhes
3362 M:      jt@hpl.hp.com
3363 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3364 S:      Maintained
3365
3366 WD7000 SCSI DRIVER
3367 P:      Miroslav Zagorac
3368 M:      zaga@fly.cc.fer.hr
3369 L:      linux-scsi@vger.kernel.org
3370 S:      Maintained
3371
3372 WISTRON LAPTOP BUTTON DRIVER
3373 P:      Miloslav Trmac
3374 M:      mitr@volny.cz
3375 S:      Maintained
3376
3377 WL3501 WIRELESS PCMCIA CARD DRIVER
3378 P:      Arnaldo Carvalho de Melo
3379 M:      acme@conectiva.com.br
3380 W:      http://advogato.org/person/acme
3381 S:      Maintained
3382
3383 X.25 NETWORK LAYER
3384 P:      Henner Eisen
3385 M:      eis@baty.hanse.de
3386 L:      linux-x25@vger.kernel.org
3387 S:      Maintained
3388
3389 XFS FILESYSTEM
3390 P:      Silicon Graphics Inc
3391 P:      Tim Shimmin, David Chatterton
3392 M:      xfs-masters@oss.sgi.com
3393 L:      xfs@oss.sgi.com
3394 W:      http://oss.sgi.com/projects/xfs
3395 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3396 S:      Supported
3397
3398 X86 3-LEVEL PAGING (PAE) SUPPORT
3399 P:      Ingo Molnar
3400 M:      mingo@redhat.com
3401 S:      Maintained
3402
3403 X86-64 port
3404 P:      Andi Kleen
3405 M:      ak@suse.de
3406 L:      discuss@x86-64.org
3407 W:      http://www.x86-64.org
3408 S:      Maintained
3409
3410 YAM DRIVER FOR AX.25
3411 P:      Jean-Paul Roubelat
3412 M:      jpr@f6fbb.org
3413 L:      linux-hams@vger.kernel.org
3414 S:      Maintained
3415
3416 YEALINK PHONE DRIVER
3417 P:      Henk Vergonet
3418 M:      Henk.Vergonet@gmail.com
3419 L:      usbb2k-api-dev@nongnu.org
3420 S:      Maintained
3421
3422 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3423 P:      Pete Zaitcev
3424 M:      zaitcev@yahoo.com
3425 L:      linux-kernel@vger.kernel.org
3426 S:      Obsolete
3427
3428 Z8530 DRIVER FOR AX.25
3429 P:      Joerg Reuter
3430 M:      jreuter@yaina.de
3431 W:      http://yaina.de/jreuter/
3432 W:      http://www.qsl.net/dl1bke/
3433 L:      linux-hams@vger.kernel.org
3434 S:      Maintained
3435
3436 ZD1211RW WIRELESS DRIVER
3437 P:      Daniel Drake
3438 M:      dsd@gentoo.org
3439 P:      Ulrich Kunitz
3440 M:      kune@deine-taler.de
3441 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3442 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
3443 S:      Maintained
3444
3445 ZF MACHZ WATCHDOG
3446 P:      Fernando Fuganti
3447 M:      fuganti@netbank.com.br
3448 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3449 S:      Maintained
3450
3451 ZR36067 VIDEO FOR LINUX DRIVER
3452 P:      Ronald Bultje
3453 M:      rbultje@ronald.bitfreak.net
3454 L:      mjpeg-users@lists.sourceforge.net
3455 W:      http://mjpeg.sourceforge.net/driver-zoran/
3456 S:      Maintained
3457
3458 ZR36120 VIDEO FOR LINUX DRIVER
3459 P:      Pauline Middelink
3460 M:      middelin@polyware.nl
3461 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3462 W:      http://www.polyware.nl/~middelin/hobbies.html
3463 S:      Maintained
3464
3465 THE REST
3466 P:      Linus Torvalds
3467 S:      Buried alive in reporters