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