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