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