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