[PATCH] uml: physical memory map file fixes
[pandora-kernel.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time. See
34         Documentation/CodingStyle for guidance here.
35
36         PLEASE try to include any credit lines you want added with the
37         patch. It avoids people being missed off by mistake and makes
38         it easier to know who wants adding and who doesn't.
39
40         PLEASE document known bugs. If it doesn't work for everything
41         or does something very odd once a month document it.
42
43 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 IPX NETWORK LAYER
1462 P:      Arnaldo Carvalho de Melo
1463 M:      acme@conectiva.com.br
1464 L:      netdev@vger.kernel.org
1465 S:      Maintained
1466
1467 IRDA SUBSYSTEM
1468 P:      Jean Tourrilhes
1469 L:      irda-users@lists.sourceforge.net (subscribers-only)
1470 W:      http://irda.sourceforge.net/
1471 S:      Odd Fixes
1472
1473 ISAPNP
1474 P:      Jaroslav Kysela
1475 M:      perex@suse.cz
1476 S:      Maintained
1477
1478 ISDN SUBSYSTEM
1479 P:      Karsten Keil
1480 M:      kkeil@suse.de
1481 P:      Kai Germaschewski
1482 M:      kai.germaschewski@gmx.de
1483 L:      isdn4linux@listserv.isdn4linux.de
1484 W:      http://www.isdn4linux.de
1485 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1486 S:      Maintained
1487
1488 ISDN SUBSYSTEM (Eicon active card driver)
1489 P:      Armin Schindler
1490 M:      mac@melware.de
1491 L:      isdn4linux@listserv.isdn4linux.de
1492 W:      http://www.melware.de
1493 S:      Maintained
1494
1495 JOURNALLING FLASH FILE SYSTEM (JFFS)
1496 P:      Axis Communications AB
1497 M:      jffs-dev@axis.com
1498 L:      jffs-dev@axis.com
1499 W:      http://www.developer.axis.com/software/jffs/
1500 S:      Maintained
1501
1502 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1503 P:      David Woodhouse
1504 M:      dwmw2@infradead.org
1505 L:      jffs-dev@axis.com
1506 W:      http://sources.redhat.com/jffs2/
1507 S:      Maintained
1508
1509 JFS FILESYSTEM
1510 P:      Dave Kleikamp
1511 M:      shaggy@austin.ibm.com
1512 L:      jfs-discussion@lists.sourceforge.net
1513 W:      http://jfs.sourceforge.net/
1514 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1515 S:      Supported
1516
1517 KCONFIG
1518 P:      Roman Zippel
1519 M:      zippel@linux-m68k.org
1520 L:      kbuild-devel@lists.sourceforge.net
1521 S:      Maintained
1522
1523 KERNEL AUTOMOUNTER (AUTOFS)
1524 P:      H. Peter Anvin
1525 M:      hpa@zytor.com
1526 L:      autofs@linux.kernel.org
1527 S:      Odd Fixes
1528
1529 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1530 P:      Ian Kent
1531 M:      raven@themaw.net
1532 L:      autofs@linux.kernel.org
1533 S:      Maintained
1534
1535 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1536 P:      Kai Germaschewski
1537 M:      kai@germaschewski.name
1538 P:      Sam Ravnborg
1539 M:      sam@ravnborg.org
1540 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1541 S:      Maintained 
1542
1543 KERNEL JANITORS
1544 P:      Several
1545 L:      kernel-janitors@osdl.org
1546 W:      http://www.kerneljanitors.org/
1547 W:      http://sf.net/projects/kernel-janitor/
1548 S:      Maintained
1549
1550 KERNEL NFSD
1551 P:      Neil Brown
1552 M:      neilb@cse.unsw.edu.au
1553 L:      nfs@lists.sourceforge.net
1554 W:      http://nfs.sourceforge.net/
1555 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1556 S:      Maintained
1557
1558 KEXEC
1559 P:      Eric Biederman
1560 M:      ebiederm@xmission.com
1561 W:      http://www.xmission.com/~ebiederm/files/kexec/
1562 L:      linux-kernel@vger.kernel.org
1563 L:      fastboot@osdl.org
1564 S:      Maintained
1565
1566 KPROBES
1567 P:      Prasanna S Panchamukhi
1568 M:      prasanna@in.ibm.com
1569 P:      Ananth N Mavinakayanahalli
1570 M:      ananth@in.ibm.com
1571 P:      Anil S Keshavamurthy
1572 M:      anil.s.keshavamurthy@intel.com
1573 P:      David S. Miller
1574 M:      davem@davemloft.net
1575 L:      linux-kernel@vger.kernel.org
1576 S:      Maintained
1577
1578 LAPB module
1579 P:      Henner Eisen
1580 M:      eis@baty.hanse.de
1581 L:      linux-x25@vger.kernel.org
1582 S:      Maintained
1583
1584 LASI 53c700 driver for PARISC
1585 P:      James E.J. Bottomley
1586 M:      James.Bottomley@HansenPartnership.com
1587 L:      linux-scsi@vger.kernel.org
1588 S:      Maintained
1589
1590 LEGO USB Tower driver
1591 P:      Juergen Stuber
1592 M:      starblue@users.sourceforge.net
1593 L:      legousb-devel@lists.sourceforge.net
1594 W:      http://legousb.sourceforge.net/
1595 S:      Maintained
1596
1597 LINUX FOR IBM pSERIES (RS/6000)
1598 P:      Paul Mackerras
1599 M:      paulus@au.ibm.com
1600 W:      http://www.ibm.com/linux/ltc/projects/ppc
1601 S:      Supported
1602
1603 LINUX FOR NCR VOYAGER
1604 P:      James Bottomley
1605 M:      James.Bottomley@HansenPartnership.com
1606 W:      http://www.hansenpartnership.com/voyager
1607 S:      Maintained
1608
1609 LINUX FOR POWERPC
1610 P:      Paul Mackerras
1611 M:      paulus@samba.org
1612 W:      http://www.penguinppc.org/
1613 L:      linuxppc-dev@ozlabs.org
1614 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1615 S:      Supported
1616
1617 LINUX FOR POWER MACINTOSH
1618 P:      Benjamin Herrenschmidt
1619 M:      benh@kernel.crashing.org
1620 W:      http://www.penguinppc.org/
1621 L:      linuxppc-dev@ozlabs.org
1622 S:      Maintained
1623
1624 LINUX FOR POWERPC EMBEDDED MPC52XX
1625 P:      Sylvain Munaut
1626 M:      tnt@246tNt.com
1627 W:      http://www.246tNt.com/mpc52xx/
1628 W:      http://www.penguinppc.org/
1629 L:      linuxppc-dev@ozlabs.org
1630 L:      linuxppc-embedded@ozlabs.org
1631 S:      Maintained
1632
1633 LINUX FOR POWERPC EMBEDDED PPC4XX
1634 P:      Matt Porter
1635 M:      mporter@kernel.crashing.org
1636 W:      http://www.penguinppc.org/
1637 L:      linuxppc-embedded@ozlabs.org
1638 S:      Maintained
1639
1640 LINUX FOR POWERPC BOOT CODE
1641 P:      Tom Rini
1642 M:      trini@kernel.crashing.org
1643 W:      http://www.penguinppc.org/
1644 L:      linuxppc-embedded@ozlabs.org
1645 S:      Maintained
1646
1647 LINUX FOR POWERPC EMBEDDED PPC8XX
1648 P:      Marcelo Tosatti
1649 M:      marcelo.tosatti@cyclades.com
1650 W:      http://www.penguinppc.org/
1651 L:      linuxppc-embedded@ozlabs.org
1652 S:      Maintained
1653
1654 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1655 P:     Kumar Gala
1656 M:     galak@kernel.crashing.org
1657 W:     http://www.penguinppc.org/
1658 L:     linuxppc-embedded@ozlabs.org
1659 S:     Maintained
1660
1661 LLC (802.2)
1662 P:      Arnaldo Carvalho de Melo
1663 M:      acme@conectiva.com.br
1664 S:      Maintained
1665
1666 LINUX FOR 64BIT POWERPC
1667 P:      Paul Mackerras
1668 M:      paulus@samba.org
1669 M:      paulus@au.ibm.com
1670 P:      Anton Blanchard
1671 M:      anton@samba.org
1672 M:      anton@au.ibm.com
1673 W:      http://linuxppc64.org
1674 L:      linuxppc-dev@ozlabs.org
1675 S:      Supported
1676
1677 LINUX SECURITY MODULE (LSM) FRAMEWORK
1678 P:      Chris Wright
1679 M:      chrisw@sous-sol.org
1680 L:      linux-security-module@vger.kernel.org
1681 W:      http://lsm.immunix.org
1682 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1683 S:      Supported
1684
1685 LM83 HARDWARE MONITOR DRIVER
1686 P:      Jean Delvare
1687 M:      khali@linux-fr.org
1688 L:      lm-sensors@lm-sensors.org
1689 S:      Maintained
1690
1691 LM90 HARDWARE MONITOR DRIVER
1692 P:      Jean Delvare
1693 M:      khali@linux-fr.org
1694 L:      lm-sensors@lm-sensors.org
1695 S:      Maintained
1696
1697 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1698 P:      Richard Russon (FlatCap)
1699 M:      ldm@flatcap.org
1700 L:      ldm-devel@lists.sourceforge.net 
1701 W:      http://ldm.sourceforge.net
1702 S:      Maintained
1703
1704 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1705 P:      Eric Moore
1706 M:      Eric.Moore@lsil.com
1707 M:      support@lsil.com
1708 L:      mpt_linux_developer@lsil.com
1709 L:      linux-scsi@vger.kernel.org
1710 W:      http://www.lsilogic.com/support
1711 S:      Supported
1712
1713 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1714 P:      Matthew Wilcox
1715 M:      matthew@wil.cx
1716 L:      linux-scsi@vger.kernel.org
1717 S:      Maintained
1718
1719 M68K ARCHITECTURE
1720 P:      Geert Uytterhoeven
1721 M:      geert@linux-m68k.org
1722 P:      Roman Zippel
1723 M:      zippel@linux-m68k.org
1724 L:      linux-m68k@lists.linux-m68k.org
1725 W:      http://www.linux-m68k.org/
1726 W:      http://linux-m68k-cvs.ubb.ca/
1727 S:      Maintained
1728
1729 M68K ON APPLE MACINTOSH
1730 P:      Joshua Thompson
1731 M:      funaho@jurai.org
1732 W:      http://www.mac.linux-m68k.org/
1733 L:      linux-mac68k@mac.linux-m68k.org
1734 S:      Maintained
1735
1736 M68K ON HP9000/300
1737 P:      Philip Blundell
1738 M:      philb@gnu.org
1739 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1740 S:      Maintained
1741
1742 MARVELL YUKON / SYSKONNECT DRIVER
1743 P:      Mirko Lindner
1744 M:      mlindner@syskonnect.de
1745 P:      Ralph Roesler
1746 M:      rroesler@syskonnect.de
1747 W:      http://www.syskonnect.com
1748 S:      Supported
1749
1750 MAESTRO PCI SOUND DRIVERS
1751 P:      Zach Brown
1752 M:      zab@zabbo.net
1753 S:      Odd Fixes
1754
1755 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1756 P: Michael Kerrisk
1757 M: mtk-manpages@gmx.net
1758 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1759 S: Maintained
1760
1761 MARVELL MV643XX ETHERNET DRIVER
1762 P:      Dale Farnsworth
1763 M:      dale@farnsworth.org
1764 P:      Manish Lachwani
1765 M:      mlachwani@mvista.com
1766 L:      netdev@vger.kernel.org
1767 S:      Odd Fixes for 2.4; Maintained for 2.6.
1768
1769 MATROX FRAMEBUFFER DRIVER
1770 P:      Petr Vandrovec
1771 M:      vandrove@vc.cvut.cz
1772 L:      linux-fbdev-devel@lists.sourceforge.net
1773 S:      Maintained
1774
1775 MEGARAID SCSI DRIVERS
1776 P:     Neela Syam Kolli
1777 M:     Neela.Kolli@engenio.com
1778 S:     linux-scsi@vger.kernel.org
1779 W:     http://megaraid.lsilogic.com
1780 S:     Maintained
1781
1782 MEMORY TECHNOLOGY DEVICES
1783 P:      David Woodhouse
1784 M:      dwmw2@infradead.org
1785 W:      http://www.linux-mtd.infradead.org/
1786 L:      linux-mtd@lists.infradead.org
1787 T:      git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
1788 S:      Maintained
1789
1790 MICROTEK X6 SCANNER
1791 P:      Oliver Neukum
1792 M:      oliver@neukum.name
1793 S:      Maintained
1794
1795 MIPS
1796 P:      Ralf Baechle
1797 M:      ralf@linux-mips.org
1798 W:      http://www.linux-mips.org/
1799 L:      linux-mips@linux-mips.org
1800 T:      git www.linux-mips.org:/pub/scm/linux.git
1801 S:      Supported
1802
1803 MISCELLANEOUS MCA-SUPPORT
1804 P:      James Bottomley
1805 M:      jejb@steeleye.com
1806 L:      linux-kernel@vger.kernel.org
1807 S:      Maintained
1808
1809 MODULE SUPPORT
1810 P:      Rusty Russell
1811 M:      rusty@rustcorp.com.au
1812 L:      linux-kernel@vger.kernel.org
1813 S:      Maintained
1814
1815 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1816 P:      Stelian Pop
1817 M:      stelian@popies.net
1818 W:      http://popies.net/meye/
1819 S:      Maintained
1820
1821 MOUSE AND MISC DEVICES [GENERAL]
1822 P:      Alessandro Rubini
1823 M:      rubini@ipvvis.unipv.it
1824 L:      linux-kernel@vger.kernel.org
1825 S:      Maintained
1826
1827 MTRR AND SIMILAR SUPPORT [i386]
1828 P:      Richard Gooch
1829 M:      rgooch@atnf.csiro.au
1830 L:      linux-kernel@vger.kernel.org
1831 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1832 S:      Maintained
1833
1834 MULTISOUND SOUND DRIVER
1835 P:      Andrew Veliath
1836 M:      andrewtv@usa.net
1837 S:      Maintained
1838
1839 NATSEMI ETHERNET DRIVER (DP8381x)
1840 P:      Tim Hockin
1841 M:      thockin@hockin.org
1842 S:      Maintained
1843
1844 NCP FILESYSTEM
1845 P:      Petr Vandrovec
1846 M:      vandrove@vc.cvut.cz
1847 L:      linware@sh.cvut.cz
1848 S:      Maintained
1849
1850 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1851 P:      James E.J. Bottomley
1852 M:      James.Bottomley@HansenPartnership.com
1853 L:      linux-scsi@vger.kernel.org
1854 S:      Maintained
1855
1856 NETFILTER/IPTABLES/IPCHAINS
1857 P:      Rusty Russell
1858 P:      Marc Boucher
1859 P:      James Morris
1860 P:      Harald Welte
1861 P:      Jozsef Kadlecsik
1862 M:      coreteam@netfilter.org
1863 W:      http://www.netfilter.org/
1864 W:      http://www.iptables.org/
1865 L:      netfilter@lists.netfilter.org
1866 L:      netfilter-devel@lists.netfilter.org
1867 S:      Supported
1868
1869 NETROM NETWORK LAYER
1870 P:      Ralf Baechle
1871 M:      ralf@linux-mips.org
1872 L:      linux-hams@vger.kernel.org
1873 W:      http://www.linux-ax25.org/
1874 S:      Maintained
1875
1876 NETWORK BLOCK DEVICE
1877 P:      Paul Clements
1878 M:      Paul.Clements@steeleye.com
1879 S:      Maintained
1880
1881 NETWORK DEVICE DRIVERS
1882 P:      Andrew Morton
1883 M:      akpm@osdl.org
1884 P:      Jeff Garzik
1885 M:      jgarzik@pobox.com
1886 L:      netdev@vger.kernel.org
1887 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1888 S:      Maintained
1889
1890 NETWORKING [GENERAL]
1891 P:      Networking Team
1892 M:      netdev@vger.kernel.org
1893 L:      netdev@vger.kernel.org
1894 W:      http://linux-net.osdl.org/
1895 S:      Maintained
1896
1897 NETWORKING [IPv4/IPv6]
1898 P:      David S. Miller
1899 M:      davem@davemloft.net
1900 P:      Alexey Kuznetsov
1901 M:      kuznet@ms2.inr.ac.ru
1902 P:      Pekka Savola (ipv6)
1903 M:      pekkas@netcore.fi
1904 P:      James Morris
1905 M:      jmorris@namei.org
1906 P:      Hideaki YOSHIFUJI
1907 M:      yoshfuji@linux-ipv6.org
1908 P:      Patrick McHardy
1909 M:      kaber@coreworks.de
1910 L:      netdev@vger.kernel.org
1911 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1912 S:      Maintained
1913
1914 NETWORKING [WIRELESS]
1915 P:      John W. Linville
1916 M:      linville@tuxdriver.com
1917 L:      netdev@vger.kernel.org
1918 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1919 S:      Maintained
1920
1921 IPVS
1922 P:      Wensong Zhang
1923 M:      wensong@linux-vs.org
1924 P:      Simon Horman
1925 M:      horms@verge.net.au
1926 P:      Julian Anastasov
1927 M:      ja@ssi.bg
1928 L:      netdev@vger.kernel.org
1929 S:      Maintained
1930
1931 NFS CLIENT
1932 P:      Trond Myklebust
1933 M:      trond.myklebust@fys.uio.no
1934 L:      linux-kernel@vger.kernel.org
1935 S:      Maintained
1936
1937 NI5010 NETWORK DRIVER
1938 P:      Jan-Pascal van Best and Andreas Mohr
1939 M:      Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1940 M:      Andreas Mohr <100.30936@germany.net>
1941 L:      netdev@vger.kernel.org
1942 S:      Maintained
1943
1944 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1945 P:      YOKOTA Hiroshi
1946 M:      yokota@netlab.is.tsukuba.ac.jp
1947 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1948 S:      Maintained
1949
1950 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1951 P:      GOTO Masanori
1952 M:      gotom@debian.or.jp
1953 P:      YOKOTA Hiroshi
1954 M:      yokota@netlab.is.tsukuba.ac.jp
1955 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1956 S:      Maintained
1957
1958 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1959 P:      Eberhard Moenkeberg
1960 M:      emoenke@gwdg.de
1961 L:      linux-kernel@vger.kernel.org
1962 S:      Maintained
1963
1964 NTFS FILESYSTEM
1965 P:      Anton Altaparmakov
1966 M:      aia21@cantab.net
1967 L:      linux-ntfs-dev@lists.sourceforge.net
1968 L:      linux-kernel@vger.kernel.org
1969 W:      http://linux-ntfs.sf.net/
1970 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1971 S:      Maintained
1972
1973 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1974 P:      Antonino Daplas
1975 M:      adaplas@pol.net
1976 L:      linux-fbdev-devel@lists.sourceforge.net
1977 S:      Maintained
1978
1979 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1980 P:      Mark Fasheh
1981 M:      mark.fasheh@oracle.com
1982 P:      Kurt Hackel
1983 M:      kurt.hackel@oracle.com
1984 L:      ocfs2-devel@oss.oracle.com
1985 W:      http://oss.oracle.com/projects/ocfs2/
1986 S:      Supported       
1987
1988 OLYMPIC NETWORK DRIVER
1989 P:      Peter De Shrijver
1990 M:      p2@ace.ulyssis.student.kuleuven.ac.be
1991 P:      Mike Phillips
1992 M:      mikep@linuxtr.net 
1993 L:      netdev@vger.kernel.org
1994 L:      linux-tr@linuxtr.net
1995 W:      http://www.linuxtr.net
1996 S:      Maintained
1997
1998 OMNIKEY CARDMAN 4000 DRIVER
1999 P:      Harald Welte
2000 M:      laforge@gnumonks.org
2001 S:      Maintained
2002
2003 OMNIKEY CARDMAN 4040 DRIVER
2004 P:      Harald Welte
2005 M:      laforge@gnumonks.org
2006 S:      Maintained
2007
2008 ONSTREAM SCSI TAPE DRIVER
2009 P:      Willem Riede
2010 M:      osst@riede.org
2011 L:      osst-users@lists.sourceforge.net
2012 L:      linux-scsi@vger.kernel.org
2013 S:      Maintained
2014
2015 OPL3-SA2, SA3, and SAx DRIVER
2016 P:      Zwane Mwaikambo
2017 M:      zwane@arm.linux.org.uk
2018 L:      linux-sound@vger.kernel.org
2019 S:      Maintained
2020
2021 OPROFILE
2022 P:      Philippe Elie
2023 M:      phil.el@wanadoo.fr
2024 L:      oprofile-list@lists.sf.net
2025 S:      Maintained
2026
2027 ORINOCO DRIVER
2028 P:      Pavel Roskin
2029 M:      proski@gnu.org
2030 P:      David Gibson
2031 M:      hermes@gibson.dropbear.id.au
2032 L:      orinoco-users@lists.sourceforge.net
2033 L:      orinoco-devel@lists.sourceforge.net
2034 W:      http://www.nongnu.org/orinoco/
2035 S:      Maintained
2036
2037 PARALLEL PORT SUPPORT
2038 P:      Phil Blundell
2039 M:      philb@gnu.org
2040 P:      Tim Waugh
2041 M:      tim@cyberelk.net
2042 P:      David Campbell
2043 P:      Andrea Arcangeli
2044 M:      andrea@suse.de
2045 L:      linux-parport@lists.infradead.org
2046 W:      http://people.redhat.com/twaugh/parport/
2047 S:      Maintained
2048
2049 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2050 P:      Tim Waugh
2051 M:      tim@cyberelk.net
2052 L:      linux-parport@lists.infradead.org
2053 W:      http://www.torque.net/linux-pp.html
2054 S:      Maintained
2055
2056 PARISC ARCHITECTURE
2057 P:      Matthew Wilcox
2058 M:      matthew@wil.cx
2059 P:      Grant Grundler
2060 M:      grundler@parisc-linux.org
2061 L:      parisc-linux@parisc-linux.org
2062 W:      http://www.parisc-linux.org/
2063 S:      Maintained
2064
2065 PCI ERROR RECOVERY
2066 P:      Linas Vepstas
2067 M:      linas@austin.ibm.com
2068 L:      linux-kernel@vger.kernel.org
2069 L:      linux-pci@atrey.karlin.mff.cuni.cz
2070 S:      Supported
2071
2072 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2073 P:      Thomas Sailer
2074 M:      sailer@ife.ee.ethz.ch
2075 L:      linux-sound@vger.kernel.org
2076 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2077 S:      Maintained
2078
2079 PCI SUBSYSTEM
2080 P:      Greg Kroah-Hartman
2081 M:      gregkh@suse.de
2082 L:      linux-kernel@vger.kernel.org
2083 L:      linux-pci@atrey.karlin.mff.cuni.cz
2084 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2085 S:      Supported
2086
2087 PCI HOTPLUG CORE
2088 P:      Greg Kroah-Hartman
2089 M:      gregkh@suse.de
2090 S:      Supported
2091
2092 PCI HOTPLUG COMPAQ DRIVER
2093 P:      Greg Kroah-Hartman
2094 M:      greg@kroah.com
2095 S:      Maintained
2096
2097 PCIE HOTPLUG DRIVER
2098 P:      Kristen Carlson Accardi
2099 M:      kristen.c.accardi@intel.com
2100 L:      pcihpd-discuss@lists.sourceforge.net
2101 S:      Maintained
2102
2103 PCMCIA SUBSYSTEM
2104 P:      Linux PCMCIA Team
2105 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2106 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2107 S:      Maintained
2108
2109 PCNET32 NETWORK DRIVER
2110 P:      Thomas Bogendörfer
2111 M:      tsbogend@alpha.franken.de
2112 L:      netdev@vger.kernel.org
2113 S:      Maintained
2114
2115 PERSONALITY HANDLING
2116 P:      Christoph Hellwig
2117 M:      hch@infradead.org
2118 L:      linux-abi-devel@lists.sourceforge.net
2119 S:      Maintained
2120
2121 PHRAM MTD DRIVER
2122 P:      Jörn Engel
2123 M:      joern@wh.fh-wedel.de
2124 L:      linux-mtd@lists.infradead.org
2125 S:      Maintained
2126
2127 PKTCDVD DRIVER
2128 P:      Peter Osterlund
2129 M:      petero2@telia.com
2130 L:      linux-kernel@vger.kernel.org
2131 S:      Maintained
2132
2133 POSIX CLOCKS and TIMERS
2134 P:      George Anzinger
2135 M:      george@mvista.com
2136 L:      linux-kernel@vger.kernel.org
2137 S:      Supported
2138
2139 POWERPC 4xx EMAC DRIVER
2140 P:      Eugene Surovegin
2141 M:      ebs@ebshome.net
2142 W:      http://kernel.ebshome.net/emac/
2143 L:      linuxppc-embedded@ozlabs.org
2144 L:      netdev@vger.kernel.org
2145 S:      Maintained
2146
2147 PNP SUPPORT
2148 P:      Adam Belay
2149 M:      ambx1@neo.rr.com
2150 S:      Maintained
2151
2152 PPP PROTOCOL DRIVERS AND COMPRESSORS
2153 P:      Paul Mackerras
2154 M:      paulus@samba.org
2155 L:      linux-ppp@vger.kernel.org
2156 S:      Maintained
2157
2158 PPP OVER ATM (RFC 2364)
2159 P:      Mitchell Blank Jr
2160 M:      mitch@sfgoth.com
2161 S:      Maintained
2162
2163 PPP OVER ETHERNET
2164 P:      Michal Ostrowski
2165 M:      mostrows@speakeasy.net
2166 S:      Maintained
2167
2168 PREEMPTIBLE KERNEL
2169 P:      Robert Love
2170 M:      rml@tech9.net
2171 L:      linux-kernel@vger.kernel.org
2172 L:      kpreempt-tech@lists.sourceforge.net
2173 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2174 S:      Supported
2175
2176 PRISM54 WIRELESS DRIVER
2177 P:      Prism54 Development Team
2178 M:      prism54-private@prism54.org
2179 L:      netdev@vger.kernel.org
2180 W:      http://prism54.org
2181 S:      Maintained
2182
2183 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2184 P:      Peter Denison
2185 M:      promise@pnd-pc.demon.co.uk
2186 W:      http://www.pnd-pc.demon.co.uk/promise/
2187 S:      Maintained
2188
2189 PXA2xx SUPPORT
2190 P:      Nicolas Pitre
2191 M:      nico@cam.org
2192 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2193 S:      Maintained
2194
2195 QLOGIC QLA2XXX FC-SCSI DRIVER
2196 P:      Andrew Vasquez
2197 M:      linux-driver@qlogic.com
2198 L:      linux-scsi@vger.kernel.org
2199 S:      Supported
2200
2201 QNX4 FILESYSTEM
2202 P:      Anders Larsen
2203 M:      al@alarsen.net
2204 L:      linux-kernel@vger.kernel.org
2205 W:      http://www.alarsen.net/linux/qnx4fs/
2206 S:      Maintained
2207
2208 RADEON FRAMEBUFFER DISPLAY DRIVER
2209 P:      Benjamin Herrenschmidt
2210 M:      benh@kernel.crashing.org
2211 L:      linux-fbdev-devel@lists.sourceforge.net
2212 S:      Maintained
2213
2214 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2215 P:      Paul Mackerras
2216 M:      paulus@samba.org
2217 L:      linux-fbdev-devel@lists.sourceforge.net
2218 S:      Maintained
2219
2220 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2221 P:      Corey Thomas
2222 M:      corey@world.std.com
2223 L:      linux-kernel@vger.kernel.org
2224 S:      Maintained
2225
2226 RANDOM NUMBER DRIVER
2227 P:      Matt Mackall
2228 M:      mpm@selenic.com
2229 S:      Maintained
2230
2231 RAPIDIO SUBSYSTEM
2232 P:      Matt Porter
2233 M:      mporter@kernel.crashing.org
2234 L:      linux-kernel@vger.kernel.org
2235 S:      Maintained
2236
2237 REAL TIME CLOCK DRIVER
2238 P:      Paul Gortmaker
2239 M:      p_gortmaker@yahoo.com
2240 L:      linux-kernel@vger.kernel.org
2241 S:      Maintained
2242
2243 REAL TIME CLOCK (RTC) SUBSYSTEM
2244 P:      Alessandro Zummo
2245 M:      a.zummo@towertech.it
2246 L:      linux-kernel@vger.kernel.org
2247 S:      Maintained
2248
2249 REISERFS FILE SYSTEM
2250 P:      Hans Reiser
2251 M:      reiserfs-dev@namesys.com
2252 L:      reiserfs-list@namesys.com
2253 W:      http://www.namesys.com
2254 S:      Supported
2255
2256 ROCKETPORT DRIVER
2257 P:      Comtrol Corp.
2258 W:      http://www.comtrol.com
2259 S:      Maintained
2260
2261 ROSE NETWORK LAYER
2262 P:      Ralf Baechle
2263 M:      ralf@linux-mips.org
2264 L:      linux-hams@vger.kernel.org
2265 W:      http://www.linux-ax25.org/
2266 S:      Maintained
2267
2268 RISCOM8 DRIVER
2269 S:      Orphan
2270
2271 S3 SAVAGE FRAMEBUFFER DRIVER
2272 P:      Antonino Daplas
2273 M:      adaplas@pol.net
2274 L:      linux-fbdev-devel@lists.sourceforge.net
2275 S:      Maintained
2276
2277 S390
2278 P:      Martin Schwidefsky
2279 M:      schwidefsky@de.ibm.com
2280 M:      linux390@de.ibm.com
2281 L:      linux-390@vm.marist.edu
2282 W:      http://www.ibm.com/developerworks/linux/linux390/
2283 S:      Supported
2284
2285 S390 NETWORK DRIVERS
2286 P:      Frank Pavlic
2287 M:      fpavlic@de.ibm.com
2288 M:      linux390@de.ibm.com
2289 L:      linux-390@vm.marist.edu
2290 W:      http://www.ibm.com/developerworks/linux/linux390/
2291 S:      Supported
2292
2293 S390 ZFCP DRIVER
2294 P:      Andreas Herrmann
2295 M:      aherrman@de.ibm.com
2296 M:      linux390@de.ibm.com
2297 L:      linux-390@vm.marist.edu
2298 W:      http://www.ibm.com/developerworks/linux/linux390/
2299 S:      Supported
2300
2301 SAA7146 VIDEO4LINUX-2 DRIVER
2302 P:      Michael Hunold
2303 M:      michael@mihu.de
2304 W:      http://www.mihu.de/linux/saa7146
2305 S:      Maintained
2306
2307 SBPCD CDROM DRIVER
2308 P:      Eberhard Moenkeberg
2309 M:      emoenke@gwdg.de
2310 L:      linux-kernel@vger.kernel.org
2311 S:      Maintained
2312
2313 SC1200 WDT DRIVER
2314 P:      Zwane Mwaikambo
2315 M:      zwane@arm.linux.org.uk
2316 S:      Maintained
2317
2318 SCHEDULER
2319 P:      Ingo Molnar
2320 M:      mingo@elte.hu
2321 P:      Robert Love    [the preemptible kernel bits]
2322 M:      rml@tech9.net
2323 L:      linux-kernel@vger.kernel.org
2324 S:      Maintained
2325
2326 SCSI CDROM DRIVER
2327 P:      Jens Axboe
2328 M:      axboe@suse.de
2329 L:      linux-scsi@vger.kernel.org
2330 W:      http://www.kernel.dk
2331 S:      Maintained
2332
2333 SCSI SG DRIVER
2334 P:      Doug Gilbert
2335 M:      dgilbert@interlog.com
2336 L:      linux-scsi@vger.kernel.org
2337 W:      http://www.torque.net/sg
2338 S:      Maintained
2339
2340 SCSI SUBSYSTEM
2341 P:      James E.J. Bottomley
2342 M:      James.Bottomley@SteelEye.com
2343 L:      linux-scsi@vger.kernel.org
2344 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2345 S:      Maintained
2346
2347 SCSI TAPE DRIVER
2348 P:      Kai Mäkisara
2349 M:      Kai.Makisara@kolumbus.fi
2350 L:      linux-scsi@vger.kernel.org
2351 S:      Maintained
2352
2353 SCTP PROTOCOL
2354 P: Sridhar Samudrala
2355 M: sri@us.ibm.com
2356 L: lksctp-developers@lists.sourceforge.net
2357 S: Supported
2358
2359 SCx200 CPU SUPPORT
2360 P:      Christer Weinigel
2361 M:      christer@weinigel.se
2362 W:      http://www.weinigel.se
2363 S:      Supported
2364
2365 SECURITY CONTACT
2366 P:      Security Officers
2367 M:      security@kernel.org
2368 S:      Supported
2369
2370 SELINUX SECURITY MODULE
2371 P:      Stephen Smalley
2372 M:      sds@tycho.nsa.gov
2373 P:      James Morris
2374 M:      jmorris@namei.org
2375 L:      linux-kernel@vger.kernel.org (kernel issues)
2376 L:      selinux@tycho.nsa.gov (general discussion)
2377 W:      http://www.nsa.gov/selinux
2378 S:      Supported
2379
2380 SERIAL ATA (SATA) SUBSYSTEM:
2381 P:      Jeff Garzik
2382 M:      jgarzik@pobox.com
2383 L:      linux-ide@vger.kernel.org
2384 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2385 S:      Supported
2386
2387 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2388 P:      Pat Gefre
2389 M:      pfg@sgi.com
2390 L:      linux-ia64@vger.kernel.org
2391 S:      Supported
2392
2393 SGI VISUAL WORKSTATION 320 AND 540
2394 P:      Andrey Panin
2395 M:      pazke@donpac.ru
2396 L:      linux-visws-devel@lists.sf.net
2397 W:      http://linux-visws.sf.net
2398 S:      Maintained for 2.6.
2399
2400 SIMTEC EB110ATX (Chalice CATS)
2401 P:      Ben Dooks
2402 P:      Vincent Sanders
2403 M:      support@simtec.co.uk
2404 W:      http://www.simtec.co.uk/products/EB110ATX/
2405 S:      Supported
2406
2407 SIMTEC EB2410ITX (BAST)
2408 P:      Ben Dooks
2409 P:      Vincent Sanders
2410 M:      support@simtec.co.uk
2411 W:      http://www.simtec.co.uk/products/EB2410ITX/
2412 S:      Supported
2413
2414 SIS 190 ETHERNET DRIVER
2415 P:      Francois Romieu
2416 M:      romieu@fr.zoreil.com
2417 L:      netdev@vger.kernel.org
2418 S:      Maintained
2419
2420 SIS 5513 IDE CONTROLLER DRIVER
2421 P:      Lionel Bouton
2422 M:      Lionel.Bouton@inet6.fr
2423 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2424 W:      http://gyver.homeip.net/sis5513/index.html
2425 S:      Maintained
2426
2427 SIS 900/7016 FAST ETHERNET DRIVER
2428 P:      Daniele Venzano
2429 M:      venza@brownhat.org
2430 W:      http://www.brownhat.org/sis900.html
2431 L:      netdev@vger.kernel.org
2432 S:      Maintained
2433
2434 SIS FRAMEBUFFER DRIVER
2435 P:      Thomas Winischhofer
2436 M:      thomas@winischhofer.net
2437 W:      http://www.winischhofer.net/linuxsisvga.shtml
2438 S:      Maintained      
2439
2440 SIS USB2VGA DRIVER
2441 P:      Thomas Winischhofer
2442 M:      thomas@winischhofer.net
2443 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2444 S:      Maintained
2445
2446 SMSC47M1 HARDWARE MONITOR DRIVER
2447 P:      Jean Delvare
2448 M:      khali@linux-fr.org
2449 L:      lm-sensors@lm-sensors.org
2450 S:      Odd Fixes
2451
2452 SMB FILESYSTEM
2453 P:      Urban Widmark
2454 M:      urban@teststation.com
2455 W:      http://samba.org/
2456 L:      samba@samba.org
2457 S:      Maintained
2458
2459 SMC91x ETHERNET DRIVER
2460 P:      Nicolas Pitre
2461 M:      nico@cam.org
2462 S:      Maintained
2463
2464 SOFTWARE RAID (Multiple Disks) SUPPORT
2465 P:      Ingo Molnar
2466 M:      mingo@redhat.com
2467 P:      Neil Brown
2468 M:      neilb@cse.unsw.edu.au
2469 L:      linux-raid@vger.kernel.org
2470 S:      Maintained
2471
2472 SOFTWARE SUSPEND:
2473 P:      Pavel Machek
2474 M:      pavel@suse.cz
2475 L:      linux-pm@osdl.org
2476 S:      Maintained
2477
2478 SONIC NETWORK DRIVER
2479 P:      Thomas Bogendoerfer
2480 M:      tsbogend@alpha.franken.de
2481 L:      netdev@vger.kernel.org
2482 S:      Maintained
2483
2484 SONY VAIO CONTROL DEVICE DRIVER
2485 P:      Stelian Pop
2486 M:      stelian@popies.net
2487 W:      http://popies.net/sonypi/
2488 S:      Maintained
2489
2490 SOUND
2491 P:      Jaroslav Kysela
2492 M:      perex@suse.cz
2493 L:      alsa-devel@alsa-project.org
2494 S:      Maintained
2495
2496 TPM DEVICE DRIVER
2497 P:      Kylene Hall
2498 M:      kjhall@us.ibm.com
2499 W:      http://tpmdd.sourceforge.net
2500 L:      tpmdd-devel@lists.sourceforge.net
2501 S:      Maintained
2502
2503 Telecom Clock Driver for MCPL0010
2504 P: Mark Gross
2505 M: mark.gross@intel.com
2506 S: Supported
2507
2508 TENSILICA XTENSA PORT (xtensa):
2509 P:      Chris Zankel
2510 M:      chris@zankel.net
2511 S:      Maintained
2512
2513 UltraSPARC (sparc64):
2514 P:      David S. Miller
2515 M:      davem@davemloft.net
2516 P:      Eddie C. Dost
2517 M:      ecd@brainaid.de
2518 P:      Jakub Jelinek
2519 M:      jj@sunsite.ms.mff.cuni.cz
2520 P:      Anton Blanchard
2521 M:      anton@samba.org
2522 L:      sparclinux@vger.kernel.org
2523 L:      ultralinux@vger.kernel.org
2524 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2525 S:      Maintained
2526
2527 SHARP LH SUPPORT (LH7952X & LH7A40X)
2528 P:      Marc Singer
2529 M:      elf@buici.com
2530 W:      http://projects.buici.com/arm
2531 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2532 S:      Maintained
2533
2534 SHPC HOTPLUG DRIVER
2535 P:      Kristen Carlson Accardi
2536 M:      kristen.c.accardi@intel.com
2537 L:      pcihpd-discuss@lists.sourceforge.net
2538 S:      Maintained
2539
2540 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2541 P:      Pierre Ossman
2542 M:      drzeus-sdhci@drzeus.cx
2543 L:      sdhci-devel@list.drzeus.cx
2544 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2545 S:      Maintained
2546
2547 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2548 P:      Stephen Hemminger
2549 M:      shemminger@osdl.org
2550 L:      netdev@vger.kernel.org
2551 S:      Maintained
2552
2553 SPARC (sparc32):
2554 P:      William L. Irwin
2555 M:      wli@holomorphy.com
2556 L:      sparclinux@vger.kernel.org
2557 S:      Maintained
2558
2559 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2560 P:      Roger Wolff
2561 M:      R.E.Wolff@BitWizard.nl
2562 L:      linux-kernel@vger.kernel.org ?
2563 S:      Supported
2564
2565 SRM (Alpha) environment access
2566 P:      Jan-Benedict Glaw
2567 M:      jbglaw@lug-owl.de
2568 L:      linux-kernel@vger.kernel.org
2569 S:      Maintained
2570
2571 STARFIRE/DURALAN NETWORK DRIVER
2572 P:      Ion Badulescu
2573 M:      ionut@cs.columbia.edu
2574 S:      Maintained
2575
2576 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2577 W:      http://mosquitonet.Stanford.EDU/strip.html
2578 S:      Unsupported ?
2579
2580 STRADIS MPEG-2 DECODER DRIVER
2581 P:      Nathan Laredo
2582 M:      laredo@gnu.org
2583 W:      http://www.stradis.com/
2584 S:      Maintained
2585
2586 SUPERH (sh)
2587 P:      Paul Mundt
2588 M:      lethal@linux-sh.org
2589 P:      Kazumoto Kojima
2590 M:      kkojima@rr.iij4u.or.jp
2591 L:      linuxsh-dev@lists.sourceforge.net
2592 W:      http://www.linux-sh.org
2593 W:      http://www.m17n.org/linux-sh/
2594 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2595 S:      Maintained
2596
2597 SUPERH64 (sh64)
2598 P:      Paul Mundt
2599 M:      lethal@linux-sh.org
2600 P:      Richard Curnow
2601 M:      rc@rc0.org.uk
2602 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2603 W:      http://www.linux-sh.org
2604 W:      http://www.rc0.org.uk/sh64
2605 S:      Maintained
2606
2607 SUN3/3X
2608 P:      Sam Creasey
2609 M:      sammy@sammy.net
2610 L:      sun3-list@redhat.com
2611 W:      http://sammy.net/sun3/
2612 S:      Maintained
2613
2614 SVGA HANDLING
2615 P:      Martin Mares
2616 M:      mj@ucw.cz
2617 L:      linux-video@atrey.karlin.mff.cuni.cz
2618 S:      Maintained
2619
2620 SYSV FILESYSTEM
2621 P:      Christoph Hellwig
2622 M:      hch@infradead.org
2623 S:      Maintained
2624
2625 TI PARALLEL LINK CABLE DRIVER
2626 P:     Romain Lievin
2627 M:     roms@lpg.ticalc.org
2628 S:     Maintained
2629
2630 TIPC NETWORK LAYER
2631 P:      Per Liden
2632 M:      per.liden@ericsson.com
2633 P:      Jon Maloy
2634 M:      jon.maloy@ericsson.com
2635 P:      Allan Stephens
2636 M:      allan.stephens@windriver.com
2637 L:      tipc-discussion@lists.sourceforge.net
2638 W:      http://tipc.sourceforge.net/
2639 W:      http://tipc.cslab.ericsson.net/
2640 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2641 S:      Maintained
2642
2643 TLAN NETWORK DRIVER
2644 P:      Samuel Chessman
2645 M:      chessman@tux.org
2646 L:      tlan-devel@lists.sourceforge.net
2647 W:      http://sourceforge.net/projects/tlan/
2648 S:      Maintained
2649
2650 TOKEN-RING NETWORK DRIVER
2651 P:      Mike Phillips
2652 M:      mikep@linuxtr.net
2653 L:      netdev@vger.kernel.org
2654 L:      linux-tr@linuxtr.net
2655 W:      http://www.linuxtr.net
2656 S:      Maintained
2657
2658 TOSHIBA ACPI EXTRAS DRIVER
2659 P:      John Belmonte
2660 M:      toshiba_acpi@memebeam.org
2661 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2662 S:      Maintained
2663
2664 TOSHIBA SMM DRIVER
2665 P:      Jonathan Buzzard
2666 M:      jonathan@buzzard.org.uk
2667 L:      tlinux-users@tce.toshiba-dme.co.jp
2668 W:      http://www.buzzard.org.uk/toshiba/
2669 S:      Maintained
2670
2671 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2672 P:      Muli Ben-Yehuda
2673 M:      mulix@mulix.org
2674 L:      linux-kernel@vger.kernel.org
2675 S:      Maintained
2676
2677 TRIVIAL PATCHES
2678 P:      Adrian Bunk
2679 M:      trivial@kernel.org
2680 L:      linux-kernel@vger.kernel.org
2681 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2682 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2683 S:      Maintained
2684
2685 TMS380 TOKEN-RING NETWORK DRIVER
2686 P:      Adam Fritzler
2687 M:      mid@auk.cx
2688 L:      linux-tr@linuxtr.net
2689 W:      http://www.auk.cx/tms380tr/
2690 S:      Maintained
2691
2692 TULIP NETWORK DRIVER
2693 P:      Jeff Garzik
2694 M:      jgarzik@pobox.com
2695 L:      tulip-users@lists.sourceforge.net
2696 W:      http://sourceforge.net/projects/tulip/
2697 S:      Maintained
2698
2699 TUN/TAP driver
2700 P:      Maxim Krasnyansky
2701 M:      maxk@qualcomm.com
2702 L:      vtun@office.satix.net
2703 W:      http://vtun.sourceforge.net/tun
2704 S:      Maintained
2705
2706 U14-34F SCSI DRIVER
2707 P:      Dario Ballabio
2708 M:      ballabio_dario@emc.com
2709 L:      linux-scsi@vger.kernel.org
2710 S:      Maintained
2711
2712 UDF FILESYSTEM
2713 P:      Ben Fennema
2714 M:      bfennema@falcon.csc.calpoly.edu
2715 W:      http://linux-udf.sourceforge.net
2716 S:      Maintained
2717
2718 UNIFORM CDROM DRIVER
2719 P:      Jens Axboe
2720 M:      axboe@suse.de
2721 L:      linux-kernel@vger.kernel.org
2722 W:      http://www.kernel.dk
2723 S:      Maintained
2724
2725 USB ACM DRIVER
2726 P:      Oliver Neukum
2727 M:      oliver@neukum.name
2728 L:      linux-usb-users@lists.sourceforge.net
2729 L:      linux-usb-devel@lists.sourceforge.net
2730 S:      Maintained
2731
2732 USB BLOCK DRIVER (UB ub)
2733 P:      Pete Zaitcev
2734 M:      zaitcev@redhat.com
2735 L:      linux-kernel@vger.kernel.org
2736 L:      linux-usb-devel@lists.sourceforge.net
2737 S:      Supported
2738
2739 USB CDC ETHERNET DRIVER
2740 P:      Greg Kroah-Hartman
2741 M:      greg@kroah.com
2742 L:      linux-usb-users@lists.sourceforge.net
2743 L:      linux-usb-devel@lists.sourceforge.net
2744 S:      Maintained
2745 W:      http://www.kroah.com/linux-usb/
2746
2747 USB EHCI DRIVER
2748 P:      David Brownell
2749 M:      dbrownell@users.sourceforge.net
2750 L:      linux-usb-devel@lists.sourceforge.net
2751 S:      Maintained
2752
2753 USB ET61X[12]51 DRIVER
2754 P:      Luca Risolia
2755 M:      luca.risolia@studio.unibo.it
2756 L:      linux-usb-devel@lists.sourceforge.net
2757 L:      video4linux-list@redhat.com
2758 W:      http://www.linux-projects.org
2759 S:      Maintained
2760
2761 USB HID/HIDBP DRIVERS
2762 P:      Vojtech Pavlik
2763 M:      vojtech@suse.cz
2764 L:      linux-usb-users@lists.sourceforge.net
2765 L:      linux-usb-devel@lists.sourceforge.net
2766 S:      Maintained
2767
2768 USB HUB DRIVER
2769 P:      Johannes Erdfelt
2770 M:      johannes@erdfelt.com
2771 L:      linux-usb-users@lists.sourceforge.net
2772 L:      linux-usb-devel@lists.sourceforge.net
2773 S:      Maintained
2774
2775 USB ISP116X DRIVER
2776 P:      Olav Kongas
2777 M:      ok@artecdesign.ee
2778 L:      linux-usb-devel@lists.sourceforge.net
2779 S:      Maintained
2780
2781 USB KAWASAKI LSI DRIVER
2782 P:      Oliver Neukum
2783 M:      oliver@neukum.name
2784 L:      linux-usb-users@lists.sourceforge.net
2785 L:      linux-usb-devel@lists.sourceforge.net
2786 S:      Maintained
2787
2788 USB MASS STORAGE DRIVER
2789 P:      Matthew Dharm
2790 M:      mdharm-usb@one-eyed-alien.net
2791 L:      linux-usb-users@lists.sourceforge.net
2792 L:      usb-storage@lists.one-eyed-alien.net
2793 S:      Maintained
2794 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
2795
2796 USB OHCI DRIVER
2797 P:      Roman Weissgaerber
2798 M:      weissg@vienna.at
2799 L:      linux-usb-users@lists.sourceforge.net
2800 L:      linux-usb-devel@lists.sourceforge.net
2801 S:      Maintained
2802
2803 USB OPTION-CARD DRIVER
2804 P:      Matthias Urlichs
2805 M:      smurf@smurf.noris.de
2806 L:      linux-usb-devel@lists.sourceforge.net
2807 S:      Maintained
2808
2809 USB OV511 DRIVER
2810 P:      Mark McClelland
2811 M:      mmcclell@bigfoot.com
2812 L:      linux-usb-users@lists.sourceforge.net
2813 L:      linux-usb-devel@lists.sourceforge.net
2814 W:      http://alpha.dyndns.org/ov511/
2815 S:      Maintained
2816
2817 USB PEGASUS DRIVER
2818 P:      Petko Manolov
2819 M:      petkan@users.sourceforge.net
2820 L:      linux-usb-users@lists.sourceforge.net
2821 L:      linux-usb-devel@lists.sourceforge.net
2822 W:      http://pegasus2.sourceforge.net/
2823 S:      Maintained
2824
2825 USB PRINTER DRIVER
2826 P:      Vojtech Pavlik
2827 M:      vojtech@suse.cz
2828 L:      linux-usb-users@lists.sourceforge.net
2829 L:      linux-usb-devel@lists.sourceforge.net
2830 S:      Maintained
2831
2832 USB RTL8150 DRIVER
2833 P:      Petko Manolov
2834 M:      petkan@users.sourceforge.net
2835 L:      linux-usb-users@lists.sourceforge.net
2836 L:      linux-usb-devel@lists.sourceforge.net
2837 W:      http://pegasus2.sourceforge.net/
2838 S:      Maintained
2839
2840 USB SE401 DRIVER
2841 P:      Jeroen Vreeken
2842 M:      pe1rxq@amsat.org
2843 L:      linux-usb-users@lists.sourceforge.net
2844 L:      linux-usb-devel@lists.sourceforge.net
2845 W:      http://www.chello.nl/~j.vreeken/se401/
2846 S:      Maintained
2847
2848 USB SERIAL CYBERJACK DRIVER
2849 P:      Matthias Bruestle and Harald Welte
2850 M:      support@reiner-sct.com
2851 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
2852 S:      Maintained
2853
2854 USB SERIAL DIGI ACCELEPORT DRIVER
2855 P:      Peter Berger and Al Borchers
2856 M:      pberger@brimson.com
2857 M:      alborchers@steinerpoint.com
2858 L:      linux-usb-users@lists.sourceforge.net
2859 L:      linux-usb-devel@lists.sourceforge.net
2860 S:      Maintained
2861
2862 USB SERIAL DRIVER
2863 P:      Greg Kroah-Hartman
2864 M:      gregkh@suse.de
2865 L:      linux-usb-users@lists.sourceforge.net
2866 L:      linux-usb-devel@lists.sourceforge.net
2867 S:      Supported
2868
2869 USB SERIAL BELKIN F5U103 DRIVER
2870 P:      William Greathouse
2871 M:      wgreathouse@smva.com
2872 L:      linux-usb-users@lists.sourceforge.net
2873 L:      linux-usb-devel@lists.sourceforge.net
2874 S:      Maintained
2875
2876 USB SERIAL CYPRESS M8 DRIVER
2877 P:      Lonnie Mendez
2878 M:      dignome@gmail.com
2879 L:      linux-usb-users@lists.sourceforge.net
2880 L:      linux-usb-devel@lists.sourceforge.net
2881 S:      Maintained
2882 W:      http://geocities.com/i0xox0i
2883 W:      http://firstlight.net/cvs
2884
2885 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2886 L:      linux-usb-users@lists.sourceforge.net
2887 L:      linux-usb-devel@lists.sourceforge.net
2888 S:      Maintained
2889
2890 USB AUERSWALD DRIVER
2891 P:      Wolfgang Muees
2892 M:      wolfgang@iksw-muees.de
2893 L:      linux-usb-users@lists.sourceforge.net
2894 L:      linux-usb-devel@lists.sourceforge.net
2895 S:      Maintained
2896
2897 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2898 P:      Gary Brubaker
2899 M:      xavyer@ix.netcom.com
2900 L:      linux-usb-users@lists.sourceforge.net
2901 L:      linux-usb-devel@lists.sourceforge.net
2902 S:      Maintained
2903
2904 USB SERIAL KEYSPAN DRIVER
2905 P:      Greg Kroah-Hartman
2906 M:      greg@kroah.com
2907 L:      linux-usb-users@lists.sourceforge.net
2908 L:      linux-usb-devel@lists.sourceforge.net
2909 W:      http://www.kroah.com/linux/
2910 S:      Maintained
2911
2912 USB SERIAL WHITEHEAT DRIVER
2913 P:      Stuart MacDonald
2914 M:      stuartm@connecttech.com
2915 L:      linux-usb-users@lists.sourceforge.net
2916 L:      linux-usb-devel@lists.sourceforge.net
2917 W:      http://www.connecttech.com
2918 S:      Supported
2919
2920 USB SN9C10x DRIVER
2921 P:      Luca Risolia
2922 M:      luca.risolia@studio.unibo.it
2923 L:      linux-usb-devel@lists.sourceforge.net
2924 L:      video4linux-list@redhat.com
2925 W:      http://www.linux-projects.org
2926 S:      Maintained
2927
2928 USB SUBSYSTEM
2929 P:      Greg Kroah-Hartman
2930 M:      gregkh@suse.de
2931 L:      linux-usb-users@lists.sourceforge.net
2932 L:      linux-usb-devel@lists.sourceforge.net
2933 W:      http://www.linux-usb.org
2934 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2935 S:      Supported
2936
2937 USB UHCI DRIVER
2938 P:      Alan Stern
2939 M:      stern@rowland.harvard.edu
2940 L:      linux-usb-users@lists.sourceforge.net
2941 L:      linux-usb-devel@lists.sourceforge.net
2942 S:      Maintained
2943
2944 USB "USBNET" DRIVER
2945 P:      David Brownell
2946 M:      dbrownell@users.sourceforge.net
2947 L:      linux-usb-devel@lists.sourceforge.net
2948 S:      Maintained
2949
2950 USB W996[87]CF DRIVER
2951 P:      Luca Risolia
2952 M:      luca.risolia@studio.unibo.it
2953 L:      linux-usb-devel@lists.sourceforge.net
2954 L:      video4linux-list@redhat.com
2955 W:      http://www.linux-projects.org
2956 S:      Maintained
2957
2958 USB ZC0301 DRIVER
2959 P:      Luca Risolia
2960 M:      luca.risolia@studio.unibo.it
2961 L:      linux-usb-devel@lists.sourceforge.net
2962 L:      video4linux-list@redhat.com
2963 W:      http://www.linux-projects.org
2964 S:      Maintained
2965
2966 USB ZD1201 DRIVER
2967 P:      Jeroen Vreeken
2968 M:      pe1rxq@amsat.org
2969 L:      linux-usb-users@lists.sourceforge.net
2970 L:      linux-usb-devel@lists.sourceforge.net
2971 W:      http://linux-lc100020.sourceforge.net
2972 S:      Maintained
2973
2974 USER-MODE LINUX
2975 P:      Jeff Dike
2976 M:      jdike@karaya.com
2977 L:      user-mode-linux-devel@lists.sourceforge.net
2978 L:      user-mode-linux-user@lists.sourceforge.net
2979 W:      http://user-mode-linux.sourceforge.net
2980 S:      Maintained
2981         
2982 FAT/VFAT/MSDOS FILESYSTEM:
2983 P:      OGAWA Hirofumi
2984 M:      hirofumi@mail.parknet.co.jp
2985 L:      linux-kernel@vger.kernel.org
2986 S:      Maintained
2987
2988 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2989 P:      Jeff Garzik
2990 S:      Odd fixes
2991
2992 VIA RHINE NETWORK DRIVER
2993 P:      Roger Luethi
2994 M:      rl@hellgate.ch
2995 S:      Maintained
2996
2997 VIAPRO SMBUS DRIVER
2998 P:      Jean Delvare
2999 M:      khali@linux-fr.org
3000 L:      lm-sensors@lm-sensors.org
3001 S:      Maintained
3002
3003 UCLINUX (AND M68KNOMMU)
3004 P:      Greg Ungerer
3005 M:      gerg@uclinux.org
3006 W:      http://www.uclinux.org/
3007 L:      uclinux-dev@uclinux.org  (subscribers-only)
3008 S:      Maintained
3009
3010 UCLINUX FOR NEC V850
3011 P:      Miles Bader
3012 M:      uclinux-v850@lsi.nec.co.jp
3013 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3014 W:      http://www.ee.nec.de/uclinux/
3015 S:      Supported
3016
3017 UCLINUX FOR RENESAS H8/300
3018 P:      Yoshinori Sato
3019 M:      ysato@users.sourceforge.jp
3020 W:      http://uclinux-h8.sourceforge.jp/
3021 S:      Supported
3022
3023 USB DIAMOND RIO500 DRIVER
3024 P:      Cesar Miquel
3025 M:      miquel@df.uba.ar
3026 L:      rio500-users@lists.sourceforge.net
3027 W:      http://rio500.sourceforge.net
3028 S:      Maintained
3029
3030 VIDEO FOR LINUX
3031 P:      Mauro Carvalho Chehab
3032 M:      mchehab@infradead.org
3033 M:      v4l-dvb-maintainer@linuxtv.org
3034 L:      video4linux-list@redhat.com
3035 W:      http://linuxtv.org
3036 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3037 S:      Maintained
3038
3039 VT8231 HARDWARE MONITOR DRIVER
3040 P:      Roger Lucas
3041 M:      roger@planbit.co.uk
3042 L:      lm-sensors@lm-sensors.org
3043 S:      Maintained
3044
3045 W1 DALLAS'S 1-WIRE BUS
3046 P:      Evgeniy Polyakov
3047 M:      johnpol@2ka.mipt.ru
3048 L:      lm-sensors@lm-sensors.org
3049 S:      Maintained
3050
3051 W83L51xD SD/MMC CARD INTERFACE DRIVER
3052 P:      Pierre Ossman
3053 M:      drzeus-wbsd@drzeus.cx
3054 L:      wbsd-devel@list.drzeus.cx
3055 W:      http://projects.drzeus.cx/wbsd
3056 S:      Maintained
3057
3058 W83L785TS HARDWARE MONITOR DRIVER
3059 P:      Jean Delvare
3060 M:      khali@linux-fr.org
3061 L:      lm-sensors@lm-sensors.org
3062 S:      Odd Fixes
3063
3064 WATCHDOG DEVICE DRIVERS
3065 P:      Wim Van Sebroeck
3066 M:      wim@iguana.be
3067 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3068 S:      Maintained
3069
3070 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3071 P:      Jean Tourrilhes
3072 M:      jt@hpl.hp.com
3073 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3074 S:      Maintained
3075
3076 WD7000 SCSI DRIVER
3077 P:      Miroslav Zagorac
3078 M:      zaga@fly.cc.fer.hr
3079 L:      linux-scsi@vger.kernel.org
3080 S:      Maintained
3081
3082 WISTRON LAPTOP BUTTON DRIVER
3083 P:      Miloslav Trmac
3084 M:      mitr@volny.cz
3085 S:      Maintained
3086
3087 WL3501 WIRELESS PCMCIA CARD DRIVER
3088 P:      Arnaldo Carvalho de Melo
3089 M:      acme@conectiva.com.br
3090 W:      http://advogato.org/person/acme
3091 S:      Maintained
3092
3093 X.25 NETWORK LAYER
3094 P:      Henner Eisen
3095 M:      eis@baty.hanse.de
3096 L:      linux-x25@vger.kernel.org
3097 S:      Maintained
3098
3099 XFS FILESYSTEM
3100 P:      Silicon Graphics Inc
3101 M:      xfs-masters@oss.sgi.com
3102 M:      nathans@sgi.com
3103 L:      linux-xfs@oss.sgi.com
3104 W:      http://oss.sgi.com/projects/xfs
3105 S:      Supported
3106
3107 X86 3-LEVEL PAGING (PAE) SUPPORT
3108 P:      Ingo Molnar
3109 M:      mingo@redhat.com
3110 S:      Maintained
3111
3112 X86-64 port
3113 P:      Andi Kleen
3114 M:      ak@suse.de
3115 L:      discuss@x86-64.org
3116 W:      http://www.x86-64.org
3117 S:      Maintained
3118
3119 YAM DRIVER FOR AX.25
3120 P:      Jean-Paul Roubelat
3121 M:      jpr@f6fbb.org
3122 L:      linux-hams@vger.kernel.org
3123 S:      Maintained
3124
3125 YEALINK PHONE DRIVER
3126 P:      Henk Vergonet
3127 M:      Henk.Vergonet@gmail.com
3128 L:      usbb2k-api-dev@nongnu.org
3129 S:      Maintained
3130
3131 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3132 P:      Pete Zaitcev
3133 M:      zaitcev@yahoo.com
3134 L:      linux-kernel@vger.kernel.org
3135 S:      Obsolete
3136
3137 Z8530 DRIVER FOR AX.25
3138 P:      Joerg Reuter
3139 M:      jreuter@yaina.de
3140 W:      http://yaina.de/jreuter/
3141 W:      http://www.qsl.net/dl1bke/
3142 L:      linux-hams@vger.kernel.org
3143 S:      Maintained
3144
3145 ZF MACHZ WATCHDOG
3146 P:      Fernando Fuganti
3147 M:      fuganti@netbank.com.br
3148 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3149 S:      Maintained
3150
3151 ZR36067 VIDEO FOR LINUX DRIVER
3152 P:      Ronald Bultje
3153 M:      rbultje@ronald.bitfreak.net
3154 L:      mjpeg-users@lists.sourceforge.net
3155 W:      http://mjpeg.sourceforge.net/driver-zoran/
3156 S:      Maintained
3157
3158 ZR36120 VIDEO FOR LINUX DRIVER
3159 P:      Pauline Middelink
3160 M:      middelin@polyware.nl
3161 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3162 W:      http://www.polyware.nl/~middelin/hobbies.html
3163 S:      Maintained
3164
3165 THE REST
3166 P:      Linus Torvalds
3167 S:      Buried alive in reporters