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