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